https://github.com/robbiebarrat/wikisearch
Just a quick searching tool for Wikipedia (python 2.7), could use a lot of work. Requires the wikipedia API found at https://github.com/richardasaurus/wiki-api .
https://github.com/robbiebarrat/wikisearch
Last synced: about 2 months ago
JSON representation
Just a quick searching tool for Wikipedia (python 2.7), could use a lot of work. Requires the wikipedia API found at https://github.com/richardasaurus/wiki-api .
- Host: GitHub
- URL: https://github.com/robbiebarrat/wikisearch
- Owner: robbiebarrat
- Created: 2015-03-29T14:21:15.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-17T04:02:58.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T17:16:46.712Z (4 months ago)
- Language: Python
- Size: 148 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
## Written by Robbie Barrat ##
This is a pretty small project that acts as an academic search engine by returning
relevant sentences from the body of a wikipedia article based on the subject and
keyword a user inputs. It is written in python 2.7 and heavily relies on the wikipedia
API here -- https://github.com/goldsmith/Wikipedia -- Here is an example of input and
output of my program----------------------------------------
What is the subject of your question? ww2
Enter a keyword to look for. Russia
Meanwhile, existing victorious Allies such as France, Belgium, Italy, Greece and Romania gained territories, and new Nation states were created out of the collapse of Austria-Hungary and the Ottoman and Russian Empires
In addition, the Russian Civil War had led to the creation of the Soviet Union
In May the Germans defeated Soviet offensives in the Kerch Peninsula and at Kharkiv, and then launched their main summer offensive against southern Russia in June 1942, to seize the oil fields of the Caucasus and occupy Kuban steppe, while maintaining positions on the northern and central areas of the front
In mid-February, after the Soviet push had tapered off, the Germans launched another attack on Kharkiv, creating a salient in their front line around the Russian city of Kursk
The five permanent members remain so to the present, although there have been two seat changes, between the Republic of China and the People's Republic of China in 1971, and between the Soviet Union and its successor state, the Russian Federation, following the dissolution of the Soviet Union
A list of relevant URLs can be displayed; this may take about 5-10 seconds per URL. How many urls do you want?: 3
http://dx.doi.org/10.1353%2Fkri.2003.0059
http://web.archive.org/web/20080302130751/http://www-cgsc.army.mil/carl/resources/csi/glantz3/glantz3.asp
http://web.archive.org/web/20080306082607/http://www-cgsc.army.mil/carl/resources/csi/glantz2/glantz2.asp---------------------------------------
Have fun