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

Documentation: does GermaNER-09-09-2015.jar use data.zip? #9

Open
nkrot opened this issue May 2, 2017 · 0 comments
Open

Documentation: does GermaNER-09-09-2015.jar use data.zip? #9

nkrot opened this issue May 2, 2017 · 0 comments

Comments

@nkrot
Copy link

nkrot commented May 2, 2017

My question is: do I need to used -r data.zip and -c config.properties options together with GermaNER-09-09-2015.jar?

When I run the command recommended in the documentation, namely

java -Xmx4g -jar GermaNER-09-09-2015.jar -t YourTokenizedTestFile -o OutputFileName

in the directory output created automagically (which per se is a bad idea) there is dropped a file named feature.xml from which I see that such features as FreeBase, NachnamenList and so forth are used. This means to me that the same features must be used when the tool runs in testing mode. This also means that testing mode must be able to access appropriate resources. Am I right assuming that said resources are available in data.zip file and that the command should include -r and -c option like below?

java -Xmx4g -jar GermaNER-09-09-2015.jar -t YourTokenizedTestFile -o OutputFileName -r path/to/data.zip -c path/to/config.properries

Thanks

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

1 participant