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
Hi, I'm evaluating this package in order to be used on one of my projects.
The default language will be Italian.
I show that in this comment the default extraction is done with Microsoft Recognizers. As the comment was written more than 3 years ago, this sentence is still true?
If false, where can I find documentation to help me to add this language to the built-in extractor?
Thanks!
The text was updated successfully, but these errors were encountered:
Found myself the response. I can add "programmatically" the extractor.
For how will have the same issue that I had, there is an example of the code that you can use:
import{BuiltinMicrosoft}from'@nlpjs/builtin-microsoft';constnlp=newNlp({// ...config});nlp.container.register('extract-builtin-??',BuiltinMicrosoft,true);// use the nlp instance and the extractor will be executed.
Hi, I'm evaluating this package in order to be used on one of my projects.
The default language will be Italian.
I show that in this comment the default extraction is done with Microsoft Recognizers. As the comment was written more than 3 years ago, this sentence is still true?
If false, where can I find documentation to help me to add this language to the built-in extractor?
Thanks!
The text was updated successfully, but these errors were encountered: