| License |
License |
|---|---|
| GroupId | GroupIdcom.code972.hebmorph |
| ArtifactId | ArtifactIdhebmorph-core |
| Version | Version1.5.0 |
| Type | Typejar |
| Description |
Descriptionhebmorph-core
Tools for tokenization and lemmatization of Hebrew texts. Part of the HebMorph project, for making Hebrew properly searchable
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hebmorph-core-1.5.0.pom | |
| hebmorph-core-1.5.0.jar | 56 KB |
| hebmorph-core-1.5.0-sources.jar | 35 KB |
| hebmorph-core-1.5.0-javadoc.jar | 192 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.code972.hebmorph/hebmorph-core/ -->
<dependency>
<groupId>com.code972.hebmorph</groupId>
<artifactId>hebmorph-core</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.code972.hebmorph/hebmorph-core/
implementation 'com.code972.hebmorph:hebmorph-core:1.5.0'
// https://jarcasting.com/artifacts/com.code972.hebmorph/hebmorph-core/
implementation ("com.code972.hebmorph:hebmorph-core:1.5.0")
'com.code972.hebmorph:hebmorph-core:jar:1.5.0'
<dependency org="com.code972.hebmorph" name="hebmorph-core" rev="1.5.0">
<artifact name="hebmorph-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.code972.hebmorph', module='hebmorph-core', version='1.5.0')
)
libraryDependencies += "com.code972.hebmorph" % "hebmorph-core" % "1.5.0"
[com.code972.hebmorph/hebmorph-core "1.5.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.apache.lucene : lucene-core | jar | 4.9.0 |
| org.apache.lucene : lucene-analyzers-common | jar | 4.9.0 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| com.carrotsearch.randomizedtesting : randomizedtesting-runner | jar | 2.1.3 |