-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Out-of-tagset tags should map to the generic type #858
Comments
Nowadays the rule is represented in the mapping files as
In other mappings, the
It's like 50/50... |
reckart
added a commit
that referenced
this issue
Jan 12, 2019
- Make catch-all mapping consistent over all mappings
reckart
added a commit
that referenced
this issue
Jan 15, 2019
…uld-map-to-the-generic-type #858 - Out-of-tagset tags should map to the generic type
reckart
added a commit
that referenced
this issue
Mar 19, 2019
* master: #1322 - Upgrade to OpenNLP 1.9.1 #1308 - integrate mystem #1327 - Update LIF support #1327 - Update LIF support #1329 - Span annotations with slot features may disappear from WebAnno TSV #1329 - Span annotations with slot features may disappear from WebAnno TSV #1329 - Span annotations with slot features may disappear from WebAnno TSV #1327 - Update LIF support #1323 - File extension generated by BinaryCasWriter does not contain dot #858 - Out-of-tagset tags should map to the generic type #1239 - Rename NYTCollectionReader to NitfReader #858 - Out-of-tagset tags should map to the generic type #1317 - Standard parameter to disable type mapping No issue. If a DKProTextContext is available, then TestRunner generates an XMI file from the processed data and stores it in the test output folder. No issue - Log names of files with license issues to the console. #1160 - Better support for CoNLL-U v2 (1.11.0) % Conflicts: % dkpro-core-asl/pom.xml
reckart
added a commit
to tilmanbeck/dkpro-core
that referenced
this issue
Apr 19, 2019
* master: dkpro#1325 - Avoid datasets being extracted outside their target directory dkpro#1325 - Avoid datasets being extracted outside their target directory dkpro#1325 - Avoid datasets being extracted outside their target directory dkpro#1338 - Factor CAS <-> brat conversion code into Pojos dkpro#1338 - Factor CAS <-> brat conversion code into Pojos dkpro#1322 - Upgrade to OpenNLP 1.9.1 dkpro#1308 - integrate mystem dkpro#1327 - Update LIF support dkpro#1327 - Update LIF support dkpro#1329 - Span annotations with slot features may disappear from WebAnno TSV dkpro#1329 - Span annotations with slot features may disappear from WebAnno TSV dkpro#1329 - Span annotations with slot features may disappear from WebAnno TSV dkpro#1327 - Update LIF support dkpro#1325 - Avoid datasets being extracted outside their target directory dkpro#1325 - Avoid datasets being extracted outside their target directory dkpro#1323 - File extension generated by BinaryCasWriter does not contain dot dkpro#858 - Out-of-tagset tags should map to the generic type dkpro#858 - Out-of-tagset tags should map to the generic type
reckart
added a commit
that referenced
this issue
Apr 26, 2019
* master: (21 commits) #1305 - Update TreeTagger models in build.xml #1325 - Avoid datasets being extracted outside their target directory #1325 - Avoid datasets being extracted outside their target directory #1325 - Avoid datasets being extracted outside their target directory #1338 - Factor CAS <-> brat conversion code into Pojos #1338 - Factor CAS <-> brat conversion code into Pojos #1322 - Upgrade to OpenNLP 1.9.1 #1308 - integrate mystem #1327 - Update LIF support #1327 - Update LIF support #1329 - Span annotations with slot features may disappear from WebAnno TSV #1329 - Span annotations with slot features may disappear from WebAnno TSV #1329 - Span annotations with slot features may disappear from WebAnno TSV #1327 - Update LIF support #1325 - Avoid datasets being extracted outside their target directory #1325 - Avoid datasets being extracted outside their target directory #1323 - File extension generated by BinaryCasWriter does not contain dot #858 - Out-of-tagset tags should map to the generic type #1239 - Rename NYTCollectionReader to NitfReader #858 - Out-of-tagset tags should map to the generic type ... % Conflicts: % dkpro-core-asl/pom.xml % dkpro-core-io-lif-asl/src/test/java/de/tudarmstadt/ukp/dkpro/core/io/lif/LifReaderWriterTest.java % dkpro-core-io-lif-asl/src/test/java/de/tudarmstadt/ukp/dkpro/core/io/lif/LifWriterTest.java
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Different tagset mappings currently handle the catch-all rule differently. Some map to the generic type
POS
, others to the other tagPOS_X
(wasO
in earlier versions of DKPro Core). This is inconsistent and should be harmonized across all mappings.The text was updated successfully, but these errors were encountered: