BotSharp/BotSharp.Core/Engines/NERs
2018-08-22 10:45:50 -05:00
..
CRFsuiteEntityRecognizer.cs Move out NLP project. 2018-08-22 10:45:50 -05:00
DucklingEntityRecognizer.cs Separate training and predictive processing pipelines so that new processes can be added at any time during prediction without retraining the model. 2018-08-12 23:14:02 -05:00
OntologyEnum.cs Add NER interace. 2018-08-11 13:17:15 -05:00
README.md change bot.json config structure. 2018-08-12 13:42:27 -05:00
WitAiEntityRecognizer.cs Move out NLP project. 2018-08-22 10:45:50 -05:00

Extend Botsharp's entity recognition capabilities

Expand with Facebook Duckling

Duckling is a Haskell library that parses text into structured data. A Haskell environment is required.

sudo apt install haskell-stack

Clone ducking from github

git clone https://github.com/facebook/duckling
cd duckling
stack setup
stack build