Phrases and Entities28 - Abbreviation FinderAbbreviations are an efficient way of writing, but it lowers text comprehension. To solve this, identify the long-form to enrich the short-form.
Phrases and Entities27 - Named Entity RecognitionIdentifying named entities is the task of assigning a NER category, like Persons, Locations or Organizations, to words in a sentence.
Phrases and Entities26 - Dependency NounchunksBreaking text into verb- or noun-phrases result into semantically correct subphrases of a sentence that are deducted from the dependency structure.
Phrases and Entities25 - Rulebased PhrasematcherFinite size lookup tables might inspire your to build rulebased searches, especially when semantic info like lemma’s and POS- and Dependency tags can be used in the search pattern.
Phrases and Entities24 - N-gramsDetecting N-grams results in common multi-word expression with a high probability of occurrence, like the Bi-gram ‘red wine’.