Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nudin/makesense
Generate Senses for Lexemes on Wikidata from already existing Wikidata Items
https://github.com/nudin/makesense
lexemes wikidata
Last synced: 3 days ago
JSON representation
Generate Senses for Lexemes on Wikidata from already existing Wikidata Items
- Host: GitHub
- URL: https://github.com/nudin/makesense
- Owner: Nudin
- License: gpl-3.0
- Created: 2019-09-01T20:24:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-05T22:41:42.000Z (4 months ago)
- Last Synced: 2024-12-02T14:48:47.640Z (20 days ago)
- Topics: lexemes, wikidata
- Language: Python
- Homepage: https://machtsinn.toolforge.org/
- Size: 133 KB
- Stars: 12
- Watchers: 4
- Forks: 7
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## About the project
[Lexemes](https://www.wikidata.org/wiki/Wikidata:Lexicographical_data) on
[Wikidata](https:wikidata.org) currently often lack their *senses*. For nouns
we often also have an item corresponding to the senses. This tool provides an
easy way for the user to add senses to lexemes that are probably a match by
just clicking a button.## How it works
The tool searches for such possible senses for existing lexemes using a
Wikidata Query that matches the lemma for the lexeme with items with same label
(in the same language) and adds them and the descriptions for the items to a
database.The Flask-based web GUI then allows users to log in with their Wikimedia account
(using [OAUTH](https://www.mediawiki.org/wiki/OAuth/For_Developers)) and be
presented with the potential matches.If the user accepts the match, the description of the item will be added as a
new sense and the item itself will be added with [P5137 (item for this
sense)](https://www.wikidata.org/wiki/Property:P5137) to that sense.## How to use
The tool is running on Toolforge:
https://tools.wmflabs.org/machtsinn/After logging in, use the buttons *Save* or *Reject match* to decide if an item
really corresponds to a sense for the lexeme or not. Edits to Wikidata will be
made in your name. If you are unsure if it is a good match, click *Next*.## Statisics of usage
You can finde usage statistics here:
https://tools.wmflabs.org/machtsinn/statisticsYou can also follow the recent changes on Wikidata using [this
filter](https://w.wiki/ZwV) on Recent changes.## Contributors
* @Nudin
* @Incabell
* @DDuplinszki
* @Ainali
* @so9q
* @dzarmola