index
:
bladictionary2
master
FBeans/bladictionary2/ import from blatech.co.uk from 04/02/2023
FBeans
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bladictionary.py
Age
Commit message (
Expand
)
Author
2020-11-08
Convert strings to ints
Fbenas
2020-10-16
Replace and when comparing stirngs and ints
Fbenas
2020-10-16
Upgrade version number to 3.0
Fbenas
2020-10-16
Upgrade print syntax to python3
Fbenas
2016-02-10
Switched to new official urban dictionary API
Joe Robinson
2016-02-10
Remove urban dictionary temporarily as the API has moved
Joe Robinson
2015-12-10
Reduce line length a little more
Joe Robinson
2015-12-10
Bump version
Joe Robinson
2015-12-10
Reduce line length limit
Joe Robinson
2014-10-04
Fixes, cleanup, move definition class to own file
Joe Robinson
2014-10-01
Moved foldoc definitions to SQL database
Joe Robinson
2014-09-23
Bump version
Joe Robinson
2014-09-23
Fix multi word definitions for urban dictionary
Joe Robinson
2014-09-23
Added error checking for JSON parsing
Joe Robinson
2014-09-23
Add urban dictionary definitions when no dictionary is specified
Joe Robinson
2014-09-23
Added item uses from wordnet database
Joe Robinson
2014-09-23
Added Urban Dictionary definitions
Joe Robinson
2014-09-21
Various hacky fixes for FOLDOC
Joe Robinson
2014-09-21
Add support for multiple definitions in FOLDOC
Joe Robinson
2014-09-21
Added paging, some fixes for FOLDOC
Joe Robinson
2014-09-21
Recursively look for 'see also' definitions in FOLDOC
Joe Robinson
2014-09-21
Added FOLDOC dictionary parsing for technical words
Joe Robinson
2014-09-21
Print all definitions for words with only one type
Joe Robinson
2014-09-19
Don't show the n more bit if n is 0
Joe Robinson
2014-09-19
Fixed version output
Joe Robinson
2014-09-19
Removed debug stuff
Joe Robinson
2014-09-19
Lots of fixes for OED definitions. Also allow multi word definitions
Joe Robinson
2014-09-19
Moved OED file
Joe Robinson
2014-09-19
Changed default to wordnet database
Joe Robinson
2014-09-19
Changed wordnet database to sqlite
Joe Robinson
2014-09-19
Add function for getting WordNet definitions from database
Joe Robinson
2014-09-18
Added channel option for OCD message length perfection
Joe Robinson
2014-09-18
Don't require word (eg for -v)
Joe Robinson
2014-09-18
Added version output
Joe Robinson
2014-09-18
Made OED case insensitive, add error handling when no results found
Joe Robinson
2014-09-18
Fix error with wn definitions with only one definition
Joe Robinson
2014-09-18
Fixes for OED parsing
Joe Robinson
2014-09-18
Limit lines length for IRC
Joe Robinson
2014-09-18
Bump version
Joe Robinson
2014-09-18
Fix synonym/antonym parsing, clean up output
Joe Robinson
2014-09-18
Cleaning up debug output
Joe Robinson
2014-09-18
Work in progress on parsing Oxford English Dictionary file
Joe Robinson
2014-09-16
Add error checking for if the API is down
Joe Robinson
2014-09-15
Initial commit, working on parsing the XML
Joe Robinson