Skip to content

Latest commit

 

History

History

dataquality-wordnet

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

org.talend.dataquality.wordnet

Content validation API based on WordNet dictionary


More information can be found here.

Where can I get the latest release?

You can download latest stable binaries from our Release Repository. or snapshot binaries from our Snapshot Repository.

Alternatively you can add the following repository into your pom.xml file:

<repositories>
  <repository>
    <id>TalendOpenSourceRelease</id>
    <url>http://newbuild.talend.com:8081/nexus/content/repositories/TalendOpenSourceRelease</url>
  </repository>
</repositories>

And include the following dependency:

<dependency>
  <groupId>org.talend.dataquality</groupId>
  <artifactId>dataquality-wordnet</artifactId>
  <version>1.1.6</version>
</dependency>

License

Code is under the Apache Licence v2.

Additional Resources