h

hebmorph-core

Tools for tokenization and lemmatization of Hebrew texts. Part of the HebMorph project, for making Hebrew properly searchable
http://code972.com/
Affero GPL3
Itamar Syn-Hershko
Files download
File Operation
hebmorph-core-1.5.0.jar download
hebmorph-core-1.5.0.pom download
hebmorph-core-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.code972.hebmorph</groupId>
  <artifactId>hebmorph-core</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.code972.hebmorph:hebmorph-core:1.5.0'
Gradle Kotlin
implementation("com.code972.hebmorph:hebmorph-core:1.5.0")
Scala SBT
libraryDependencies += "com.code972.hebmorph" % "hebmorph-core" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.code972.hebmorph', module='hebmorph-core', version='1.5.0')
)
Apache Ivy
<dependency org="com.code972.hebmorph" name="hebmorph-core" rev="1.5.0" />
Leiningen
[com.code972.hebmorph/hebmorph-core "1.5.0"]
Apache Buildr
'com.code972.hebmorph:hebmorph-core:jar:1.5.0'