Skip to content

Commit

Permalink
#1535 - Export to CoNLL 2012 format has duplicate (V*) tags
Browse files Browse the repository at this point in the history
- Upgrading to new DKPro Core version which has this issue fixed
  • Loading branch information
reckart committed Dec 1, 2019
1 parent 58ba02d commit 9e5bf02
Show file tree
Hide file tree
Showing 18 changed files with 6 additions and 2,219 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<wicket-spring-boot.version>2.1.7</wicket-spring-boot.version>
<hibernate.version>5.3.10.Final</hibernate.version>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<dkpro.version>1.11.0</dkpro.version>
<dkpro.version>1.12.0</dkpro.version>
<springfox.version>2.9.2</springfox.version>
<batik.version>1.9.1</batik.version>
<json.version>20180813</json.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ else if (!feature.getLayer().getType().equals(WebAnnoConst.CHAIN_TYPE)) {
cas);
ConfigurationParameterFactory.addConfigurationParameters(writer,
JCasFileWriter_ImplBase.PARAM_USE_DOCUMENT_ID, true,
JCasFileWriter_ImplBase.PARAM_ESCAPE_DOCUMENT_ID, false,
JCasFileWriter_ImplBase.PARAM_ESCAPE_FILENAME, false,
JCasFileWriter_ImplBase.PARAM_TARGET_LOCATION, exportTempDir,
JCasFileWriter_ImplBase.PARAM_STRIP_EXTENSION, aStripExtension);

Expand Down
3 changes: 0 additions & 3 deletions webanno-io-conll/NOTICE.txt

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
import org.apache.uima.cas.CAS;
import org.apache.uima.collection.CollectionReaderDescription;
import org.apache.uima.resource.ResourceInitializationException;
import org.dkpro.core.io.conll.ConllCoreNlpReader;
import org.dkpro.core.io.conll.ConllCoreNlpWriter;
import org.springframework.stereotype.Component;

import de.tudarmstadt.ukp.clarin.webanno.api.format.FormatSupport;
Expand Down
Loading

0 comments on commit 9e5bf02

Please sign in to comment.