Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wmde/connecting-senses
A tool to connect Lexeme Senses to Wikidata Items
https://github.com/wmde/connecting-senses
lexeme lexeme-senses wikidata
Last synced: about 1 month ago
JSON representation
A tool to connect Lexeme Senses to Wikidata Items
- Host: GitHub
- URL: https://github.com/wmde/connecting-senses
- Owner: wmde
- License: bsd-3-clause
- Created: 2021-03-22T15:05:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T21:45:50.000Z (about 3 years ago)
- Last Synced: 2024-04-10T18:19:56.977Z (9 months ago)
- Topics: lexeme, lexeme-senses, wikidata
- Language: TypeScript
- Homepage: https://connecting-senses.toolforge.org/
- Size: 594 KB
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Deprecation Notice
This tool is no longer maintained - its usage has been deprecated. The repository has been archived.
# Connecting Senses
A tool for connecting Lexeme Senses with the corresponding Wikidata Items.
## Usage
Authentication is done via OAuth with Wikidata.
Select an Item for the language in which you would like to receive senses.
You will then receive a Lemma and a Sense. Search for the corresponding Wikidata Item in the search field.
You may decide between connecting the item to this sense in Wikidata, skipping to the next sense or removing this sense from suggestion altogether.## Run development instance
Note: This tool uses Node 10 and npm 6.14.
- create a local `.env` file (see `.env.example` for reference)
- In order to start your local development environment, first run `npm i` to install dependencies.
- For the frontend environment run:
`npm run serve`
- For backend development run:
`npx nodemon --inspect server.js`
Per default, the frontend development server will be running locally at `http://localhost:8080/ `, and the backend development server will run at port `5000`.