You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first question - I saw this mentioned in the docs. How to set it up?
second question - Idea of a system I thought and the last point in above picture are same. I think this system scales to even use nlp as a code parser. I want to build a code refactor tool using it.
The text was updated successfully, but these errors were encountered:
Only one comment...
Fantasy languages are supported, you don't need to implement Tokenizer, a Normalizer, or Stemmer.
There are unit tests showing how it's able to understand Klingon:
test('Should even guess the fantasy language',async()=>{
In fact, no need to be a fantasy language, can be a real language where we do not have implemented Tokenizer, a Normalizer, or Stemmer. Example: Vietnamese. Vietnamese is not officially supported by NLP.js, but when testing the accuracy of Amazon Massive, you get an outstanding accuracy with NLP.js, near the accuracy of huge models like XLM-R or mT5
first question - I saw this mentioned in the docs. How to set it up?

second question - Idea of a system I thought and the last point in above picture are same. I think this system scales to even use nlp as a code parser. I want to build a code refactor tool using it.
The text was updated successfully, but these errors were encountered: