codeaudit / dkpro-core-asl

Automatically exported from code.google.com/p/dkpro-core-asl
0 stars 0 forks source link

Conversion between penntree <-> Constituent annotations #157

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 code.google.com by richard.eckart on 21 Jun 2013 at 2:58

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 21 Jun 2013 at 3:00

GoogleCodeExporter commented 9 years ago
We can do constituent to bracketed structure, but not the other way around. 
Pushing to 1.6.0. Possibly this should be moved to the api.syntax module.

Original comment by richard.eckart on 17 Sep 2013 at 2:42

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 26 Mar 2014 at 10:51

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2790.

- Added PennTreebankReader and PennTreebankWriter

Original comment by richard.eckart on 8 Sep 2014 at 8:27

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2792.

- Renameing reader/writer because they only support the "combined" format that 
includes POS and parse, but not the plain parsed-only format

Original comment by richard.eckart on 9 Sep 2014 at 5:29

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2799.

- Added type capabilities

Original comment by richard.eckart on 9 Sep 2014 at 5:45

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2805.

- Fix compilation

Original comment by richard.eckart on 9 Sep 2014 at 3:01

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2813.

- PARAM_READ_POS instead of PARAM_WRITE_POS

Original comment by richard.eckart on 11 Sep 2014 at 9:30

GoogleCodeExporter commented 9 years ago
This issue was updated by revision r2840.

- Allow converting from bracketed representation to UIMA annotations

Original comment by richard.eckart on 24 Sep 2014 at 8:34

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 2 Oct 2014 at 9:37