com.estepsoftwareforensics:princeton-wordnet-java

Princeton WordNet for Java is a simple API which provides access to an english dictionary that is backed by the Princeton University WordNet datasets. This is intended to be a third-party supporting library to any application that requires an english word dictionary -- providing the ability to lookup a word, get its many definitions, and get the list of synonyms and any related words.

License

License

Categories

Categories

Java Languages Net
GroupId

GroupId

com.estepsoftwareforensics
ArtifactId

ArtifactId

princeton-wordnet-java
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

pom
Description

Description

com.estepsoftwareforensics:princeton-wordnet-java
Princeton WordNet for Java is a simple API which provides access to an english dictionary that is backed by the Princeton University WordNet datasets. This is intended to be a third-party supporting library to any application that requires an english word dictionary -- providing the ability to lookup a word, get its many definitions, and get the list of synonyms and any related words.
Project URL

Project URL

https://estepsoftwareforensics.com
Source Code Management

Source Code Management

https://estepsoftwareforensics.com

Download princeton-wordnet-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.estepsoftwareforensics/princeton-wordnet-java/ -->
<dependency>
    <groupId>com.estepsoftwareforensics</groupId>
    <artifactId>princeton-wordnet-java</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.estepsoftwareforensics/princeton-wordnet-java/
implementation 'com.estepsoftwareforensics:princeton-wordnet-java:1.0.0'
// https://jarcasting.com/artifacts/com.estepsoftwareforensics/princeton-wordnet-java/
implementation ("com.estepsoftwareforensics:princeton-wordnet-java:1.0.0")
'com.estepsoftwareforensics:princeton-wordnet-java:pom:1.0.0'
<dependency org="com.estepsoftwareforensics" name="princeton-wordnet-java" rev="1.0.0">
  <artifact name="princeton-wordnet-java" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.estepsoftwareforensics', module='princeton-wordnet-java', version='1.0.0')
)
libraryDependencies += "com.estepsoftwareforensics" % "princeton-wordnet-java" % "1.0.0"
[com.estepsoftwareforensics/princeton-wordnet-java "1.0.0"]

Dependencies

runtime (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter jar 2.6.3
org.apache.opennlp : opennlp-tools jar 1.9.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0