Skip to content

scottwillson/test-dictionary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Dictionary
---------------
Simple wrapper around copyright-free dictionary. Useful for creating semi-realistic test or staging data.

Usage:
Add dictionary.jar to your classpath.
	String word = Dictionary.getRandomWord();
	String word = Dictionary.getRandomWordTermCommonNameOrConnector();
	String word = Dictionary.getRandomProperName();
	boolean exists = Dictionary.lookup("coffee");
	
Build:
Install Ant.
	ant
This will create dictionary.jar

Relase Notes
------------
1.0.0 Initial release

Moved to Github

About

Simple Java interface to copyright-free version of Websters Dictionary. Quickly returns random proper names, terms and connectors. Useful for populating realistic test data. Also looks up common words. A bit like Faker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages