We all want a friendly drink
- Make sure to run using Python 2
- Make sure to install NLTK packages
- Not needed yet, but will at some point soon
- Install RDFLib
pip install rdflib
(usesudo
if needed)
- Install Wikipedia (Github repo used for Wikipedia interfacing)
pip install wikipedia
(usesudo
if needed)
- To achieve:
- Alternate entries
- Asking for time
- Asking birthday
- Intelligent suggestions
- For page names
- e.g.
Barack Obama
frombrack Obama
- e.g.
- For resource names
- e.g.
dbo:headquarter
fromheadquarters
- LATER
dbo:parent
fromparent company
- e.g.
- For page names
- NLTK to get information about learning a concept
- Find appropriate YouTube video/Wikipedia page
- "I want to learn about integration"
- Do NLTK on page to get information from Wikipedia page
- E.g. DOB, gender
- "What is the DOB of Kanye West?""
- Alternate entries
Time in
+ "Name of Major City"
- Looks up time in city
<<<<<<< HEAD
- Flips a coin for the user, returning the result and a corresponding ASCII image
=======
My-Branch
- Alternately,
heads or tails
ortails or heads
can be used - Flips a coin for the user, returning the result and a corresponding ASCII image
when was
+ <firstName>
+ <secondName>
+ born
+ (optional) ?
- Searches wikipedia for birthdate of queried individual
master My-Branch
Parts of Speech (POS) Tags - Used for NLTK