15 lines
346 B
Markdown
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
|
|
``` |