summaryrefslogtreecommitdiff
path: root/bladictionary.py
AgeCommit message (Expand)Author
2020-11-08Fix calls using 'wordnet' dict opposed to 'wn'HEADmasterFbenas
2020-11-08Convert strings to intsFbenas
2020-10-16Replace and when comparing stirngs and intsFbenas
2020-10-16Upgrade version number to 3.0Fbenas
2020-10-16Upgrade print syntax to python3Fbenas
2016-02-10Switched to new official urban dictionary APIJoe Robinson
2016-02-10Remove urban dictionary temporarily as the API has movedJoe Robinson
2015-12-10Reduce line length a little moreJoe Robinson
2015-12-10Bump versionJoe Robinson
2015-12-10Reduce line length limitJoe Robinson
2014-10-04Fixes, cleanup, move definition class to own fileJoe Robinson
2014-10-01Moved foldoc definitions to SQL databaseJoe Robinson
2014-09-23Bump versionJoe Robinson
2014-09-23Fix multi word definitions for urban dictionaryJoe Robinson
2014-09-23Added error checking for JSON parsingJoe Robinson
2014-09-23Add urban dictionary definitions when no dictionary is specifiedJoe Robinson
2014-09-23Added item uses from wordnet databaseJoe Robinson
2014-09-23Added Urban Dictionary definitionsJoe Robinson
2014-09-21Various hacky fixes for FOLDOCJoe Robinson
2014-09-21Add support for multiple definitions in FOLDOCJoe Robinson
2014-09-21Added paging, some fixes for FOLDOCJoe Robinson
2014-09-21Recursively look for 'see also' definitions in FOLDOCJoe Robinson
2014-09-21Added FOLDOC dictionary parsing for technical wordsJoe Robinson
2014-09-21Print all definitions for words with only one typeJoe Robinson
2014-09-19Don't show the n more bit if n is 0Joe Robinson
2014-09-19Fixed version outputJoe Robinson
2014-09-19Removed debug stuffJoe Robinson
2014-09-19Lots of fixes for OED definitions. Also allow multi word definitionsJoe Robinson
2014-09-19Moved OED fileJoe Robinson
2014-09-19Changed default to wordnet databaseJoe Robinson
2014-09-19Changed wordnet database to sqliteJoe Robinson
2014-09-19Add function for getting WordNet definitions from databaseJoe Robinson
2014-09-18Added channel option for OCD message length perfectionJoe Robinson
2014-09-18Don't require word (eg for -v)Joe Robinson
2014-09-18Added version outputJoe Robinson
2014-09-18Made OED case insensitive, add error handling when no results foundJoe Robinson
2014-09-18Fix error with wn definitions with only one definitionJoe Robinson
2014-09-18Fixes for OED parsingJoe Robinson
2014-09-18Limit lines length for IRCJoe Robinson
2014-09-18Bump versionJoe Robinson
2014-09-18Fix synonym/antonym parsing, clean up outputJoe Robinson
2014-09-18Cleaning up debug outputJoe Robinson
2014-09-18Work in progress on parsing Oxford English Dictionary fileJoe Robinson
2014-09-16Add error checking for if the API is downJoe Robinson
2014-09-15Initial commit, working on parsing the XMLJoe Robinson