Skip to content

Commit

Permalink
Merge pull request #1554 from dkpro/refactoring/1553-Remove-SemanticF…
Browse files Browse the repository at this point in the history
…ieldAnnotator

#1553 - Remove SemanticFieldAnnotator
  • Loading branch information
reckart authored Dec 31, 2022
2 parents 7aa1fdb + 8c68f0f commit f3d62c1
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 521 deletions.
11 changes: 0 additions & 11 deletions dkpro-core-corenlp-gpl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,6 @@
<groupId>eu.openminted.share.annotations</groupId>
<artifactId>omtd-share-annotations-api</artifactId>
</dependency>
<dependency>
<!--
- Xerces 2.12.0 no longer draws in the XML APIs causing ClassNotFoundExceptions on JREs
- not including the XML APIs either. However, there is no direct code dependency on the
- artifact in this module.
-->
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Expand Down Expand Up @@ -597,7 +587,6 @@
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<usedDependencies>
<usedDependency>xml-apis:xml-apis</usedDependency>
<!-- Models not detected by byte-code analysis -->
<usedDependency>de.tudarmstadt.ukp.dkpro.core:de.tudarmstadt.ukp.dkpro.core.stanfordnlp-model-coref-en-default</usedDependency>
<usedDependency>de.tudarmstadt.ukp.dkpro.core:de.tudarmstadt.ukp.dkpro.core.stanfordnlp-model-ner-en-all.3class.distsim.crf</usedDependency>
Expand Down
18 changes: 0 additions & 18 deletions dkpro-core-dictionaryannotator-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@
<groupId>org.apache.uima</groupId>
<artifactId>uimafit-core</artifactId>
</dependency>
<dependency>
<groupId>commons-jxpath</groupId>
<artifactId>commons-jxpath</artifactId>
<version>1.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
Expand All @@ -57,18 +52,10 @@
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-segmentation-asl</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-semantics-asl</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-parameter-asl</artifactId>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-lexmorph-asl</artifactId>
</dependency>
<dependency>
<groupId>eu.openminted.share.annotations</groupId>
<artifactId>omtd-share-annotations-api</artifactId>
Expand All @@ -78,11 +65,6 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-testing-asl</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-api-ner-asl</artifactId>
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit f3d62c1

Please sign in to comment.