SciSharp / BotSharp

The AI Agent Framework in .NET
https://botsharp.readthedocs.io
Apache License 2.0
2.01k stars 419 forks source link

Turkish Language Support #17

Closed ilysorc closed 5 years ago

ilysorc commented 5 years ago

Is there any plan for Turkish language support?

Oceania2018 commented 5 years ago

In theory, it is supported, but since there is no Turkish word tokenizer, the accuracy will be affected.

ilysorc commented 5 years ago

@Oceania2018 If we can use zemberek for Turkish tokenizer accuracy will be affect positive.

We can use this docker image; https://github.com/cbilgili/zemberek-nlp-server

Oceania2018 commented 5 years ago

@ilysorc Thank you for your comments on BotSharp. BotSharp keeps the original C# as much as possible, it won't invoke external REST service. If you can find a C# implementation, we can consider integrating it. Still, you can modify BotSharp in your own project, using zemberek-nlp-server.