Hi,
tt4j is for people who know Java and want to call Treetagger from a Java program.
In your Java program, you make calls agains the TT4J API, and TT4J will internally
call treetagger on the command line, pass it input, process its output and give
it back to you in Java.
You will only need the org.annolab.tt4j-1.2.1.jar file.
Assuming you know Java and Linux (because the path names in the examples are Linux-style),
you should be able to use the example on the TT4J homepage to get Treetagger running
on a simple sentence. You also need to download a model from the Treetagger
homepage and specific the path to it.
https://reckart.github.io/tt4j/
If you are not familiar with Java and Eclipse, you should be able to locate lots
of tutorials on Google.
Best,
-- Richard
> --
> You received this message because you are subscribed to the Google Groups "tt4j-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
tt4j-users+...@googlegroups.com.
> For more options, visit
https://groups.google.com/d/optout.