Skip to content

πŸ–§πŸ“š A Java interface to the Datamuse API, for finding related words within given constraints.

Notifications You must be signed in to change notification settings

twinters/datamuse-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Datamuse-Java

A Java interface to the Datamuse API, written by Thomas Winters

Requirements

You need to use Gradle in order to get this project to compile, as it automatically downloads the required dependencies. This tool is usually already installed when using IntellIJ.

Example usage

DatamuseCaller caller = new DatamuseCaller();
DatamuseQuery query = (new DatamuseQuery())
        .relatedAdjectiveFor("water")
        .withinTopicHint("ocean","temperature")
        .startingWith("s");
List<DatamuseWord> words = caller.call(query);

About

πŸ–§πŸ“š A Java interface to the Datamuse API, for finding related words within given constraints.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages