noun-phrase-ua — noun phrase detection

noun-phrase-ua is a software Python package to extract noun phrases from Ukrainian texts. The key idea of the model is based on the analysis of the dependency tree of a text. The input data of a method extract_entities is a text. A result is returned as a dictionary that contains the following keys:

  • tokens — the list of text’s tokens with their properties.
  • entities — the list of the indices of tokens that form noun phrases.

The software Python package is created by Artem Kramov