https://github.com/mrtazz/admiral
Inverted Index implementation with web server and frontend in python
https://github.com/mrtazz/admiral
Last synced: about 1 month ago
JSON representation
Inverted Index implementation with web server and frontend in python
- Host: GitHub
- URL: https://github.com/mrtazz/admiral
- Owner: mrtazz
- License: mit
- Created: 2010-01-23T20:17:02.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2010-02-27T14:37:07.000Z (over 16 years ago)
- Last Synced: 2025-01-25T23:17:03.804Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 104 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# admiral
admiral is a simple python webserver serving an inverted index for
for a specified folder of textfiles.
Originally it was written for the exercises of the search engine class
winter semester 09/10 at the University of Freiburg.
## Startup:
The webserver is started via the commandline in the form of:
./admiral.py -p PORT -f FOLDER -d DOCROOT
where PORT is the port the webserver should be ran at and FOLDER is the folder
with the documents to index for the search page. DOCROOT should contain html,
css, etc.