kulukimak / dkpro-core-asl

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

Constituency parsers should not generate POS tags by default and use existing POS tags when possible #444

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I often run into the situation that I build a pipleine with pos tagger and 
parser only to notice later that the parser also creates pos tags and that I 
have everything twice then.

I believe we should disable the creation of pos tags in constituency parsers.

Also, we should make sure the parsers make use of existing POS tags if that is 
technically possible. At least the Stanford and Berkeley parsers can do that 
(not implemented in the BerkeleyParser DKPro component yet). Not sure about 
other constituency parsers though.

Original issue reported on code.google.com by richard.eckart on 6 Aug 2014 at 7:08

GoogleCodeExporter commented 9 years ago

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

GoogleCodeExporter commented 9 years ago

Original comment by richard.eckart on 22 Jan 2015 at 10:55