Download hfst-1.1.5.jar file - Jar h

Jar examples for h:hfst

Description

Thread safe version of Helsinki Finite State Transducers

You can download jar file hfst 1.1.5 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add hfst-1.1.5.jar to your project.

<dependency>
   <groupId>fi.seco</groupId>
   <artifactId>hfst</artifactId>
   <version>1.1.5</version>
</dependency>
compile group: 'fi.seco', name: 'hfst', version: '1.1.5'
libraryDependencies += "fi.seco" % "hfst" % "1.1.5"
<dependency org="fi.seco" name="hfst" rev="1.1.5"/>
@Grapes(@Grab(group='fi.seco', module='hfst', version='1.1.5'))
'fi.seco:hfst:jar:1.1.5'

Download

Click the following link to download the jar file.

hfst-1.1.5-javadoc.jar
hfst-1.1.5-sources.jar
hfst-1.1.5.jar
hfst-1.1.5.pom



Related Tutorials