extJWNL WordNet 3.1 Data

Dictionary data from WordNet 3.1 Unix version

License

License

Categories

Categories

Data Net
GroupId

GroupId

net.sf.extjwnl
ArtifactId

ArtifactId

extjwnl-data-wn31
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

extJWNL WordNet 3.1 Data
Dictionary data from WordNet 3.1 Unix version
Source Code Management

Source Code Management

https://github.com/extjwnl/extjwnl-data-wn31

Download extjwnl-data-wn31

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.extjwnl/extjwnl-data-wn31/ -->
<dependency>
    <groupId>net.sf.extjwnl</groupId>
    <artifactId>extjwnl-data-wn31</artifactId>
    <version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.extjwnl/extjwnl-data-wn31/
implementation 'net.sf.extjwnl:extjwnl-data-wn31:1.2'
// https://jarcasting.com/artifacts/net.sf.extjwnl/extjwnl-data-wn31/
implementation ("net.sf.extjwnl:extjwnl-data-wn31:1.2")
'net.sf.extjwnl:extjwnl-data-wn31:jar:1.2'
<dependency org="net.sf.extjwnl" name="extjwnl-data-wn31" rev="1.2">
  <artifact name="extjwnl-data-wn31" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.extjwnl', module='extjwnl-data-wn31', version='1.2')
)
libraryDependencies += "net.sf.extjwnl" % "extjwnl-data-wn31" % "1.2"
[net.sf.extjwnl/extjwnl-data-wn31 "1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

About

extJWNL WordNet 3.1 Data contains dictionary files from Unix version of WordNet 3.1 augmented with an extJWNL configuration file for an extremely easy use of WordNet-like semantic resources in your project.

Getting started

In the pom.xml:

<dependency>
    <groupId>net.sf.extjwnl</groupId>
    <artifactId>extjwnl</artifactId>
    <version>1.8.0</version>
</dependency>
<dependency>
    <groupId>net.sf.extjwnl</groupId>
    <artifactId>extjwnl-data-wn31</artifactId>
    <version>1.2</version>
</dependency>

In the code:

Dictionary d = Dictionary.getDefaultResourceInstance();

Notes

On checkout pay attention to your core.autocrlf git setting. The data files have unix line endings and they should remain so. The recommended way is to set core.autocrlf to false:

git config core.autocrlf false
net.sf.extjwnl

extJWNL

Versions

Version
1.2
1.1
1.0