dkpro / dkpro-core

Collection of software components for natural language processing (NLP) based on the Apache UIMA framework.
https://dkpro.github.io/dkpro-core
Other
196 stars 67 forks source link

Remove fine-grained tags from syntax module #79

Open reckart opened 9 years ago

reckart commented 9 years ago
Remove the fine-grained tags for

- dependencies
- constituents
- chunks

and keep only the generic types Dependency, Constituent and Chunk. 

Original issue reported on code.google.com by richard.eckart on 2012-06-27 20:15:25

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2012-10-13 18:31:41

reckart commented 9 years ago
Removed POS tags from syntax module - they were duplicate anyway.

Original issue reported on code.google.com by richard.eckart on 2012-11-08 16:43:24

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2013-02-16 11:01:46

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2013-02-16 11:04:11

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2013-06-25 10:52:17

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2013-06-25 10:57:37

reckart commented 9 years ago
There is no such thing as a universal set of dependency relations (yet?) (similar to
the set of 12 universal POS tags).
see  ACL 13 paper:  Cross-lingual Transfer of Semantic Role Labeling Models
Mikhail Kozhevnikov and Ivan Titov 

Therefore, removing fine-grained types for dependencies sounds good.

Original issue reported on code.google.com by eckle.kohler on 2013-08-06 09:10:19

reckart commented 9 years ago
Although there are currently efforts to develop such a harmonized, language-independent
set of dependency relations, see  Reut Tsarfaty: A Unified Morpho-Syntactic Scheme
of Stanford Dependencies (ACL 2013)

http://aclweb.org/anthology-new/P/P13/P13-2103.pdf

Original issue reported on code.google.com by eckle.kohler on 2013-08-06 18:12:36

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2014-01-14 19:27:17

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2014-03-26 10:51:38

reckart commented 9 years ago
(No text was entered with this change)

Original issue reported on code.google.com by richard.eckart on 2014-03-31 10:48:51