extJWNL WordNet 3.1 Serialized Data

Serialized dictionary data from WordNet 3.1 Unix version

License

License

Categories

Categories

Data Net
GroupId

GroupId

net.sf.extjwnl
ArtifactId

ArtifactId

extjwnl-data-wn31-map
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

extJWNL WordNet 3.1 Serialized Data
Serialized dictionary data from WordNet 3.1 Unix version
Source Code Management

Source Code Management

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

Download extjwnl-data-wn31-map

How to add to project

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

Dependencies

test (3)

Group / Artifact Type Version
net.sf.extjwnl : extjwnl-utilities jar 1.9.4
net.sf.extjwnl : extjwnl-data-wn31 jar 1.2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

About

extJWNL WordNet 3.1 Map Data contains serialized dictionary files from Unix version of WordNet 3.1 augmented with an extJWNL configuration file.

Getting started

In the pom.xml:

<dependency>
    <groupId>net.sf.extjwnl</groupId>
    <artifactId>extjwnl</artifactId>
    <version>1.9.4</version>
</dependency>
<dependency>
    <groupId>net.sf.extjwnl</groupId>
    <artifactId>extjwnl-data-wn31-map</artifactId>
    <version>1.0</version>
</dependency>

In the code:

Dictionary d = Dictionary.getDefaultResourceInstance();

Credits

This resource was created following issue #22 and draft from Paul Landes.

net.sf.extjwnl

extJWNL

Versions

Version
1.0