Skip to content

Commit

Permalink
#920 - Add segmenter based on kuromoji
Browse files Browse the repository at this point in the history
- Added version to artifact name
  • Loading branch information
reckart committed Sep 13, 2016
1 parent 1437021 commit f40f940
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions dkpro-core-kuromoji-asl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
<groupId>org.dkpro.core</groupId>
<artifactId>dkpro-core-kuromoji-asl</artifactId>
<packaging>jar</packaging>
<name>DKPro Core ASL - Kuromoji</name>
<name>DKPro Core ASL - Kuromoji (v ${kuromoji.version})</name>
<properties>
<kuromoji.version>0.9.0</kuromoji.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.uima</groupId>
Expand All @@ -40,7 +43,7 @@
<dependency>
<groupId>com.atilika.kuromoji</groupId>
<artifactId>kuromoji-ipadic</artifactId>
<version>0.9.0</version>
<version>${kuromoji.version}</version>
</dependency>
<dependency>
<groupId>de.tudarmstadt.ukp.dkpro.core</groupId>
Expand Down

0 comments on commit f40f940

Please sign in to comment.