https://github.com/dbrant/wikidata-autodesc
A tool for generating automatic descriptions for Wikidata items.
https://github.com/dbrant/wikidata-autodesc
Last synced: over 1 year ago
JSON representation
A tool for generating automatic descriptions for Wikidata items.
- Host: GitHub
- URL: https://github.com/dbrant/wikidata-autodesc
- Owner: dbrant
- Created: 2015-03-31T14:32:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-24T17:02:18.000Z (almost 10 years ago)
- Last Synced: 2025-02-12T07:54:43.940Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 144 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wikidata-autodesc
Automatic Wikidata description generator, running as a Node.js service.
# Usage
1. Checkout the repository.
2. npm install
3. npm start
Once started, open a browser and browse to (for example):
- http://localhost:6927/description/Q76
- http://localhost:6927/description/Hedgehog
- http://localhost:6927/description/Red_giant
Type in any Title or Q-number into the URL to retrieve its description!
(the service automatically differentiates between the two)
----
Forked from the original AutoDesc tool by Magnus Manske:
https://bitbucket.org/magnusmanske/autodesc