BotSharp/BotSharp.Core/Engines/NERs/README.md

15 lines
346 B
Markdown
Raw Normal View History

2018-08-12 18:42:27 +00: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
```