-
```
What steps will reproduce the problem?
1.Initialise as follow :
private final String MODEL_EN = "english.par";
private final String[] TT_ARGS = { "-quiet", "-no-unknown",
"-sgml", "-toke…
-
```
When starting the jar for the first time, it is not obvious that we have to
create a new CPE descriptor. Then We do not know the kind of pipeline we can
built.
When we understand that there is …
-
Originally reported on Google Code with ID 12
```
Some of the code in the examples module uses the proprietary TreeTagger library for
lemmatization. Most users won't be able to run these examples wi…
-
```
Some basic support for reading and decoding TreeTagger model files would be
nice. In particular, some way to extract the tag set would be useful.
```
Original issue reported on code.google.com b…
-
```
For tt4j to be ready to use as-is, there is one feature that is missing : the
integration of a tokenizer.
tt4j does a great job wrapping TT in Java, though it is restricted to the
tree-tagger e…
-
```
What steps will reproduce the problem?
1. Download Heideltime
2. Try to run example on the front page
What is the expected output?
A date.
What do you see instead?
stuff about perl
ryan@3G08…
-
```
Some of the code in the examples module uses the proprietary TreeTagger library
for lemmatization. Most users won't be able to run these examples without
manually installing TreeTagger and its …
-
```
What steps will reproduce the problem?
1. Create an App with TreeTaggerWrapper
2. Create a .jar of the project and upload it to a Google Compute Engine which
runs Apache spark with some worker in…
-
```
Sometimes an odd character appears in a token and causes the communication
stream with the TreeTagger to be out of sync. That means we expect to see a
token, but get another token. There should …
-
```
The TreeTagger module still uses custom mapping loading code. It should use a
MappingProvider and the default mappings from api.lexmorph.
```
Original issue reported on code.google.com by `richa…