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
I'm trying to run Parse5 in the JVM using Nashorn and AvatarJS. Don't ask....
Due to a bug in Nashorn, Parse5 fails because there are too many objects in named_entity_trie.js
Is there a way I can customize this file, maybe reduce its size to support a limited set of characters?
The text was updated successfully, but these errors were encountered:
I'm trying to run Parse5 in the JVM using Nashorn and AvatarJS.
OMG
I'm going to rollout trie generator in context of #52. So you will be able to create your own named entities list.
Sorry, something went wrong.
Trie generator now available into the master branch: https://github.com/inikulin/parse5/tree/master/tools
Great, thanks for the quick response.
No branches or pull requests
I'm trying to run Parse5 in the JVM using Nashorn and AvatarJS. Don't ask....
Due to a bug in Nashorn, Parse5 fails because there are too many objects in named_entity_trie.js
Is there a way I can customize this file, maybe reduce its size to support a limited set of characters?
The text was updated successfully, but these errors were encountered: