summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-09-18 22:28:07 +0100
committerJoe Robinson <joe@lc8n.com>2014-09-18 22:28:07 +0100
commit2dfb9a16bd458f16f216f20b56485d982fd9af0f (patch)
tree2cc4b736c450eba8385fd5e87d74fb8d041d3584
parenta3cc7fa4957a85380693f19831b43fb752e94d18 (diff)
Updated readme
-rw-r--r--README.md27
1 files changed, 25 insertions, 2 deletions
diff --git a/README.md b/README.md
index 97529ee..fd6cc07 100644
--- a/README.md
+++ b/README.md
@@ -28,9 +28,32 @@ This script designed to be used in IRC with a specific bot, but should
work fine from the command line using stdin or args (once that's done).
+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/
+License: http://wordnet.princeton.edu/wordnet/license/
+
+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/
+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.
+
Libraries
---------
-requests
-
lxml
+