Java WordNet Interface

Java library for interfacing with WordNet and English WordNet

License

License

Creative Commons Attribution 4.0 International Public License
Categories

Categories

Net
GroupId

GroupId

io.github.x-englishwordnet
ArtifactId

ArtifactId

jwix
Last Version

Last Version

2.4.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Java WordNet Interface
Java library for interfacing with WordNet and English WordNet
Project URL

Project URL

https://github.com/x-englishwordnet/jwi
Project Organization

Project Organization

com.github.x-englishwordnet
Source Code Management

Source Code Management

https://github.com/x-englishwordnet/jwi

Download jwix

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.x-englishwordnet/jwix/ -->
<dependency>
    <groupId>io.github.x-englishwordnet</groupId>
    <artifactId>jwix</artifactId>
    <version>2.4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.x-englishwordnet/jwix/
implementation 'io.github.x-englishwordnet:jwix:2.4.0.1'
// https://jarcasting.com/artifacts/io.github.x-englishwordnet/jwix/
implementation ("io.github.x-englishwordnet:jwix:2.4.0.1")
'io.github.x-englishwordnet:jwix:jar:2.4.0.1'
<dependency org="io.github.x-englishwordnet" name="jwix" rev="2.4.0.1">
  <artifact name="jwix" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.x-englishwordnet', module='jwix', version='2.4.0.1')
)
libraryDependencies += "io.github.x-englishwordnet" % "jwix" % "2.4.0.1"
[io.github.x-englishwordnet/jwix "2.4.0.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

JWI - Java WordNet Interface

MIT's Java WordNet Interface upstream.

Ported to Java 8 with lambda expressions.

Global LexID check can be disabled.

Set global hints capability.

Set dictionary resource matcher (eg can use one index amongst many).

Set dictionary comparator (eg use a different comparator for index file).

Factored out IContentType key functionality into ContentType key enum.

Extensive JUnit testing (see test classes).

Added Maven support.

GroupID and ArtifactID on Maven Central:

<groupId>io.github.x-englishwordnet</groupId>
<artifactId>jwix</artifactId>
<packaging>jar</packaging>
<version>2.4.0.1</version>

Versions

Version
2.4.0.1