BotSharp/Infrastructure/BotSharp.Core/Engines/NERs
2023-05-20 10:20:37 -05:00
..
DucklingEntityRecognizer.cs Adjust file structure. 2023-05-20 10:20:37 -05:00
OntologyEnum.cs Adjust file structure. 2023-05-20 10:20:37 -05:00
README.md Adjust file structure. 2023-05-20 10:20:37 -05:00
WitAiEntityRecognizer.cs Adjust file structure. 2023-05-20 10:20:37 -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