Entity Enriching34 - Text AnonymizerRemoving sensitive information before a document is shared with others. Deidentification and obfuscation of persons and organizations relies on Named Entity Recognition.
Entity Enriching33 - Coreference ResolutionFinding all expressions that refer to the same entity in a text. You can compare this to Named Entity Linking, but it doesn’t necessarily use a knowledge base.
Entity Enriching32 - Named Entity LinkingAssigning a unique identity from a knowledge base to a named entity.
Entity Enriching31 - Temporal ParserFinding strings that contains an indication of time and then extracting a normalized time format out of it.
Entity Enriching30 - GeocodingParsing text into an address and converting an addresses into geographic coordinates like latitude and longitude.
Entity Enriching29 - Price ParserExtracting price and currency from raw text and normalize it into a standard format.