I'm trying to understand how to use the TreeTagger
http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/
wrapped by tt4j
http://reckart.github.io/tt4j/
to chunk some text.
I can't find any tutorial.
Thanks for the help
I'm trying to understand how to use the TreeTagger
http://www.ims.uni-stuttgart.de/projekte/corplex/TreeTagger/
wrapped by tt4j
http://reckart.github.io/tt4j/
to chunk some text.
I can't find any tutorial.
Thanks for the help
Copyright © 2021 Jogjafile Inc.
The tt4j page was updated with useful code to get started:
A pom.xml (Maven) like this should be enough to get it working:
All code above was adapted, so not tested as-is.