https://github.com/waldyrious/wiri
Wikidata-based NLP answer engine (fork of Magnus Manske's "The Talk Page")
https://github.com/waldyrious/wiri
Last synced: over 1 year ago
JSON representation
Wikidata-based NLP answer engine (fork of Magnus Manske's "The Talk Page")
- Host: GitHub
- URL: https://github.com/waldyrious/wiri
- Owner: waldyrious
- Created: 2016-02-14T19:45:09.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-02-14T19:48:27.000Z (over 10 years ago)
- Last Synced: 2025-01-03T20:26:18.534Z (over 1 year ago)
- Language: HTML
- Homepage: http://waldyrious.net/wiri/
- Size: 522 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Live demo](http://waldyrious.net/wiri/)
This repository is a partial clone of Magnus Manske's
[Tools from Toolserver](https://bitbucket.org/magnusmanske/magnus-toolserver/),
which contains [Wiri](https://tools.wmflabs.org/magnus-toolserver/thetalkpage/) and other tools.
So far I couldn't manage to get it to run fully as a local site,
so you will need a server for it to work properly.
The simplest way is using Python: do `python -m SimpleHTTPServer`
and then load http://localhost:8000 in a browser.
Hopefully I'll figure out how to get it to work completely client-side :)