seco-hfst
Thread safe Java version of Helsinki Finite State Transducer Lookup. Original here.
License |
License |
---|---|
Categories |
CategoriesFST Data Data Formats Serialization |
GroupId | GroupIdfi.seco |
ArtifactId | ArtifactIdhfst |
Last Version | Last Version1.1.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThread safe version of Helsinki Finite State Transducers
Thread safe version of Helsinki Finite State Transducers
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hfst-1.1.5.pom | |
hfst-1.1.5.jar | 28 KB |
hfst-1.1.5-sources.jar | 12 KB |
hfst-1.1.5-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fi.seco/hfst/ -->
<dependency>
<groupId>fi.seco</groupId>
<artifactId>hfst</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/fi.seco/hfst/
implementation 'fi.seco:hfst:1.1.5'
// https://jarcasting.com/artifacts/fi.seco/hfst/
implementation ("fi.seco:hfst:1.1.5")
'fi.seco:hfst:jar:1.1.5'
<dependency org="fi.seco" name="hfst" rev="1.1.5">
<artifact name="hfst" type="jar" />
</dependency>
@Grapes(
@Grab(group='fi.seco', module='hfst', version='1.1.5')
)
libraryDependencies += "fi.seco" % "hfst" % "1.1.5"
[fi.seco/hfst "1.1.5"]
Group / Artifact | Type | Version |
---|---|---|
com.carrotsearch : hppc | jar | 0.7.1 |
Thread safe Java version of Helsinki Finite State Transducer Lookup. Original here.