Skip to content
New issue

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

Problem running in Nashorn (JVM) #54

Closed
philmander opened this issue Jun 29, 2015 · 3 comments
Closed

Problem running in Nashorn (JVM) #54

philmander opened this issue Jun 29, 2015 · 3 comments

Comments

@philmander
Copy link

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?

@inikulin
Copy link
Owner

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.

@inikulin
Copy link
Owner

Trie generator now available into the master branch: https://github.com/inikulin/parse5/tree/master/tools

@philmander
Copy link
Author

Great, thanks for the quick response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants