BotSharp/Infrastructure/BotSharp.Core/Engines/NERs/README.md
2023-05-20 10:20:37 -05:00

346 B

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