PoetryOffice / Write

A word processor for the Haiku operating system
MIT License
3 stars 0 forks source link

Implement entity identification & extraction #72

Open richienyhus opened 8 years ago

richienyhus commented 8 years ago

https://en.wikipedia.org/wiki/Named-entity_recognition https://en.wikipedia.org/wiki/Semantic_role_labeling https://en.wikipedia.org/wiki/Lexical_semantics

https://github.com/apache/uima-uimacpp C++ & Apache

https://github.com/hosford42/pyramids Python & MIT

https://github.com/xingdi-eric-yuan/named-entity-recognition C++ & MIT/Boost

https://github.com/nltk/nltk Python & Apache

https://github.com/NLP/Granular-Extractor C++ & MIT