hkuhn42 / bottery

A Java based framework for chatbots
Apache License 2.0
1 stars 1 forks source link

Add OpenNLP Recognizer #3

Open yhilem opened 5 years ago

yhilem commented 5 years ago

Hi, Can you please explain how to add OpenNLP Recognizer ? Thanks Youcef HILEM

hkuhn42 commented 5 years ago

In essence, you would have to implement the IRecognizer interface which uses openNLP for intent recognition.

You can use RegexpRecognizer as a starting point.

Hope this helps.

P.S. please consider creating a pull request if you implement one... Thanks

yhilem commented 5 years ago

Thank you. We will implement the IRecognizer interface for android and create a PR.