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

Use POS without tokenizer #43

Open
Maathuis opened this issue Jun 8, 2017 · 1 comment
Open

Use POS without tokenizer #43

Maathuis opened this issue Jun 8, 2017 · 1 comment

Comments

@Maathuis
Copy link

Maathuis commented Jun 8, 2017

Dear,

The tokenizer does a great job however it does not suit my needs for the task I have at hand. Is it possible to run only the POS tagger without the tokenizer? If so how should I approach this?

Kind regards,
Henry

@yuchenlin
Copy link

You just need to modify the java code to skip the tokenization step, then re-complie the jar and finally replace the old one with your new jar.

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