BotSharp/BotSharp.Core/Engines/NERs/README.md
2018-08-12 13:42:27 -05:00

15 lines
346 B
Markdown

# 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
```