summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@mumsnet.com>2014-09-19 14:34:59 +0100
committerJoe Robinson <joe@mumsnet.com>2014-09-19 14:34:59 +0100
commitd8e4999f1210686db326d9e9fa9a91d891efab9c (patch)
tree049465648534962e2ba18271a4d0c48dd204e52b
parent7190f277ee443e20edbc415889e61b58e69e1b97 (diff)
Updated readme
-rw-r--r--README.md19
1 files changed, 11 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0bcf043..6c46b91 100644
--- a/README.md
+++ b/README.md
@@ -33,21 +33,24 @@ Sources
bladictionary2 can get definitions from a number of sources
-WordNet - Dictionary of English words created by Princeton University
-Website - http://wordnet.princeton.edu/
-SQL Database of words from http://wnsql.sourceforge.net/
+WordNet - Dictionary of English words created by Princeton University
+Website - http://wordnet.princeton.edu/
+SQL Database of words from http://wnsql.sourceforge.net/
License: http://wordnet.princeton.edu/wordnet/license/
+A script is provided to convert the WordNet MySQL database into a
+simpler, faster format in sqlite3. Alternatively this can be downloaded
+from http://www.blaupload.co.uk/wordnet.db
-Urban Dictionary - Online dictionary of slang and colloqual words
-Website - http://www.urbandictionary.com/
-Unofficial API - http://urbanscraper.herokuapp.com/
+Urban Dictionary - Online dictionary of slang and colloqual words
+Website - http://www.urbandictionary.com/
+Unofficial API - http://urbanscraper.herokuapp.com/
Note: Urban Dictionary currently provides no API for accessing its
content programatically, and the urbanscraper API uses screen scraping
to obtain data. This is not explicitly forbidden by Urban Dictionary's
terms of service at this time, but is also not officially supported.
-Oxford English Dictionary - English Dictionary published by Oxford University Press
-Source - https://github.com/sujithps/Dictionary/
+Oxford English Dictionary - English Dictionary published by Oxford University Press
+Source - https://github.com/sujithps/Dictionary/
Note: No license or copyright information was given with the copy of OED
used here and is provided as is, please contact me if it violates
either.