Skip to content

Dictionaries of synonyms and ignored words curated via crowdsourcing

License

Notifications You must be signed in to change notification settings

MusicConnectionMachine/dictionaries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dictionaries

Dictionaries of synonyms and ignored words curated via crowdsourcing

Rules

  • Insert items in alpabetical order, this will speed up lookup using binary search (for dictionaries of synonyms, the preferred name (first field); for stop words, the single word in one line)
  • Use UTF8 and expand special characters in different synonyms or stopwords (göthe,goethe or gübbörisch,guebbörisch,gübboerisch,guebboerisch)
  • checks are performed case insensitive, thus always write in lowercase (Goethe --> goethe)

About

Dictionaries of synonyms and ignored words curated via crowdsourcing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published