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(usesudoif needed)
- Install Wikipedia (Github repo used for Wikipedia interfacing)
pip install wikipedia(usesudoif needed)
- To achieve:
- Alternate entries
- Asking for time
- Asking birthday
- Intelligent suggestions
- For page names
- e.g.
Barack Obamafrombrack Obama
- e.g.
- For resource names
- e.g.
dbo:headquarterfromheadquarters - LATER
dbo:parentfromparent 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 tailsortails or headscan 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