Questions tagged [tt4j]

TreeTagger for Java is a Java wrapper around the popular TreeTagger package by Helmut Schmid: a tool for annotating text with part-of-speech and lemma information

TreeTagger for Java is a Java wrapper around the popular package by Helmut Schmid: a tool for annotating text with part-of-speech and lemma information.

It was written with a focus on platform-independence and easy integration into applications. It is written in Java 5 and has been tested on OS X, Ubuntu Linux, and Windows

It is released under license to Apache License version 2

Useful links:

2 questions
1
vote
0 answers

Tree Tagger for Java (tt4j)

I am creating a Twitter Sentiment Analysis tool in Java. I am using the Twitter4J API to search tweets via the hashtag feature in twitter and then provide sentiment analysis on these tweets. Through research, I have found that the best solution to…
0
votes
1 answer

org.annolab.tt4j - Searching for a chunking tutorial

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
LucaT
  • 173
  • 1
  • 2
  • 6