-
Hi!
read in the docs that:
```
"This version of Mac-Morpho is contained in a single file for training and another for testing, unlike the original distribution. Many errors were corrected and many …
-
```
We have a PennTree annotation and we have Constituents. We have no way of
converting a Constituent structure into a Penn Treebank bracketed String or
vice versa.
```
Original issue reported on …
-
The convert_tree() function is not able to form dependencies for a nltk tree and an alternate conversion from nltk to ptb doesnt work
[via http://stackoverflow.com/a/29614388/1118542]
-
splitSentences() -- test this (use same tests as Java) and ask me if there are significant failures
minEditDist() -- make sure this has tests (also make sure its docs look correct)
_loadStringNode -…
-
```
We have a PennTree annotation and we have Constituents. We have no way of converting
a Constituent structure into a Penn Treebank bracketed String or vice versa.
```
Original issue reported on co…
-
```
We have a PennTree annotation and we have Constituents. We have no way of
converting a Constituent structure into a Penn Treebank bracketed String or
vice versa.
```
Original issue reported on …
-
```
We have a PennTree annotation and we have Constituents. We have no way of
converting a Constituent structure into a Penn Treebank bracketed String or
vice versa.
```
Original issue reported on …
-
@dan-zeman produced a conversion between Penn Treebank POS tags and UD POS tags using Interset. Separately @sebschu and @manning produced a converter to do the same thing (but with context-sensitive r…
-
Really cool program!, just that it's crashing when it can't parse a tree. It'll be better if it can just ignore the illegal trees (unless there's a way to fix them).
```
$ ./treetools transform smult…
-
```
The tag set mapping 'en-brown-pos.map' maps the tag
PCT to UIMA class PUNC, it should be pct
This error causes all punctuations to be mapped to the UIMA.Other tag.
```
Original issue reported …