how can we add Stanford CoreNLU Arabic language support to Rasa-core? or is there any other way to add support for arabic language?
See original GitHub issueRasa NLU version: master branch
Operating system (windows, osx, …): windows
Content of model configuration file:
Issue:
Issue Analytics
- State:
- Created 5 years ago
- Comments:20 (9 by maintainers)
Top Results From Across the Web
how can we add Stanford CoreNLU Arabic language support ...
how can we add Stanford CoreNLU Arabic language support to Rasa-core? or is there any other way to add support for arabic language?...
Read more >Using CoreNLP on other human languages
To run Stanford CoreNLP on a supported language, you have to include the models jar for that language in your CLASSPATH. The jars...
Read more >What tokenization of Arabic does the parser assume?
Stanford Arabic Parser IAQ. Questions. What tokenization of Arabic does the parser assume? What character encoding do you assume? What characters are encoded?...
Read more >Arabic Natural Language Processing - Stanford NLP Group
Arabic is the largest member of the Semitic language family and is spoken by nearly 500 million people worldwide. It is one of...
Read more >The Stanford CoreNLP Natural Language Processing Toolkit
Stanford CoreNLP, a Java (or at least JVM-based) ... quence of Annotators add information in an analy- ... Support for other languages is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@reza-ebrahimi
If you pull the latest version of Rasa NLU and use this pipeline it will work for Arabic Intent Classification + NER. I tried this configuration and it’s very good.
language: “ar”
pipeline:
@akelad , we just tested the latest PR with Arabic, bot for intent and entity recognition. Seems to work just fine with a small test (not yet representative). We’ll do some more exhaustive testing with some other languages (Urdu, Jeriza, Yoruba) and larger samples. This is really exciting!