RocketChat / hubot-natural

Natural Language Processing Chatbot for RocketChat
https://open.rocket.chat/channel/hubot-natural
MIT License
145 stars 44 forks source link

Named Entities Recognition #15

Open diegodorgam opened 6 years ago

diegodorgam commented 6 years ago

The bot must be able to identify entities in a message, and transform those entities into rich objects with attributes that can be used. The Brill PoS Tagger can help to identify nouns in the message, but there is another challenge, to enrich the entity with attributes.

Any ideas?