Skip to content

Commit

Permalink
Merge pull request #1339 from dkpro/feature/1338-Factor-CAS-brat-conv…
Browse files Browse the repository at this point in the history
…ersion-code-into-Pojos

#1338 - Factor CAS <-> brat conversion code into Pojos
  • Loading branch information
reckart committed Mar 22, 2019
2 parents 9e2c7ef + 6672b6c commit f38644e
Show file tree
Hide file tree
Showing 3 changed files with 617 additions and 453 deletions.
8 changes: 8 additions & 0 deletions dkpro-core-io-brat-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging-api</artifactId>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
<artifactId>de.tudarmstadt.ukp.dkpro.core.api.segmentation-asl</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
Expand Down
Loading

0 comments on commit f38644e

Please sign in to comment.