-
Notifications
You must be signed in to change notification settings - Fork 67
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
Factor CAS <-> brat conversion code into Pojos #1338
Comments
reckart
added a commit
that referenced
this issue
Mar 19, 2019
- Moved conversion code from BratWriter to DKPro2Brat
reckart
added a commit
that referenced
this issue
Mar 22, 2019
…ersion-code-into-Pojos #1338 - Factor CAS <-> brat conversion code into Pojos
reckart
added a commit
that referenced
this issue
Apr 16, 2019
* master: #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 #1325 - Avoid datasets being extracted outside their target directory #1325 - Avoid datasets being extracted outside their target directory
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
Refactor the
BratReader
andBratWriter
such that the main conversion code is extracted into plain Java classes which can be used without having to run a pipeline (cf.DKPro2Lif
etc.).The text was updated successfully, but these errors were encountered: