Download banana-split-0.4.0.jar file - Jar b

Jar examples for b:banana-split

Description

DICTIONARY-BASED COMPOUND SPLITTER FOR GERMAN BananaSplit is a compound splitter for German that uses a dictionary resource. The dictionary can be either a simple word list, or a word list equipped with POS values, or an XML based dictionary. The original version was able to use GermaNet as a dictionary. This is useful in applications that rely on GermaNet anyway: no additional lexicon needs to be generated and held in memory. This was also the original purpose of BananaSplit. It served as a compound splitter for a tool called BananaRelation. BananaRelation cannot be published here as it makes heavy use of unpublished code by EML Research, Heidelberg. BananaSplit can either be used as a standalone application or it can be integrated into other Java programs (as a library). This program emerged from the seminar Lexical Semantic Processing in NLP (winter term 2005/2006) taught by Iryna Gurevych at the Seminar f?r Sprachwissenschaft, T?bingen. Both BananaSplit and BananaRelation were introduced to the seminar participants on 17th of December, 2005. The key algorithm for compound splitting is based on Langer (1998). The program came to use in M?ller and Gurevych (2006). Please note that the program splits compounds into two parts only. Details are given in the documents linked below.

You can download jar file banana-split 0.4.0 in this page.

License

Apache License 2.0

Build File

You can use the following script to add banana-split-0.4.0.jar to your project.

<dependency>
   <groupId>de.drni.bananasplit</groupId>
   <artifactId>banana-split</artifactId>
   <version>0.4.0</version>
</dependency>
compile group: 'de.drni.bananasplit', name: 'banana-split', version: '0.4.0'
libraryDependencies += "de.drni.bananasplit" % "banana-split" % "0.4.0"
<dependency org="de.drni.bananasplit" name="banana-split" rev="0.4.0"/>
@Grapes(@Grab(group='de.drni.bananasplit', module='banana-split', version='0.4.0'))
'de.drni.bananasplit:banana-split:jar:0.4.0'

Download

Click the following link to download the jar file.

banana-split-0.4.0-javadoc.jar
banana-split-0.4.0-sources.jar
banana-split-0.4.0.jar
banana-split-0.4.0.pom



Related Tutorials