https://github.com/nlesc/shico
Netherlands eScience Center - Shifting Concepts Through Time project
https://github.com/nlesc/shico
Last synced: 5 months ago
JSON representation
Netherlands eScience Center - Shifting Concepts Through Time project
- Host: GitHub
- URL: https://github.com/nlesc/shico
- Owner: NLeSC
- License: apache-2.0
- Created: 2015-11-04T09:06:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-21T15:43:02.000Z (over 4 years ago)
- Last Synced: 2025-09-05T02:52:02.596Z (10 months ago)
- Language: Python
- Homepage:
- Size: 28.6 MB
- Stars: 27
- Watchers: 10
- Forks: 9
- Open Issues: 6
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
[](https://travis-ci.org/NLeSC/ShiCo)
[](https://doi.org/10.5281/zenodo.1187090)
# ShiCo -- Exploring Shifting Concepts Through Time
## What is ShiCo?
ShiCo is a tool for visualizing time shifting concepts. We refer to a concept as the set of words which are related to a given seed word. ShiCo uses a set of semantic models (word2vec) spanning a number of years to explore how concepts change over time -- words related to a given concept at time *t=0* may differ from the words related to the same concept at time *t=n*. For example:


You can find more details of how the concept shift works [here](./docs/howItWorks.md) and you can read the user documentation [here](./docs/ui.md).
## How to use it?
You can read how to get your own instance of ShiCo up and running [here](./docs/deploy.md).
## How to extend it
If you would like to modify ShiCo, read the developer manual [here](./docs/develop.md).
## Licensing
Source code and data of ShiCo is licensed under the Apache License, version 2.0.