We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking at this sample corpus.json file (https://github.com/axa-group/nlp.js/blob/master/examples/14-ner-corpus/corpus.json) I see that the entities sectioncan be an enum of values (hero) or a regex (email).
corpus.json
entities
enum
regex
What other entity types are supported? Is there a published schema for corpus.json?
nlp.js
node
npm
The text was updated successfully, but these errors were encountered:
You can find a structure of JSON schema's for this here & all the entity types that can be defined here.
Hope this helps @rmtuckerphx
ps; not an official contributor / maintainer! But please close this issue when you get a chance! (Assuming I answered your question). Cheers 🥂
Sorry, something went wrong.
No branches or pull requests
Issue Template
Summary
Looking at this sample
corpus.json
file (https://github.com/axa-group/nlp.js/blob/master/examples/14-ner-corpus/corpus.json) I see that theentities
sectioncan be anenum
of values (hero) or aregex
(email).What other entity types are supported?
Is there a published schema for
corpus.json
?Your Environment
nlp.js
node
npm
The text was updated successfully, but these errors were encountered: