Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oulianov/explorative-search
Graph-based discovery of text documents
https://github.com/oulianov/explorative-search
Last synced: 10 days ago
JSON representation
Graph-based discovery of text documents
- Host: GitHub
- URL: https://github.com/oulianov/explorative-search
- Owner: oulianov
- Created: 2021-04-01T13:30:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-09T20:26:25.000Z (almost 4 years ago)
- Last Synced: 2024-12-14T10:43:51.318Z (about 1 month ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 751 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Explorative search
***Graph-based discovery of text documents***
Explorative search is a document-word graph-based search technique that leverages NLP and Pagerank to explore text collections and discover unexpected relations.
## Read the study
[Read the notebook presenting the study of Explorative search here.](https://nbviewer.jupyter.org/github/oulianov/explorative-search/blob/master/explorative-search.ipynb)
## Credits
Felix Engelmann and Elias Zevudakis already introduced this technique in 2017 in their [Bachelor thesis](https://west.uni-koblenz.de/assets/theses/bachelorsthesis_elias_zervudakis_and_felix_engelmann.pdf). Probably other people too, but not under a name that I am aware of.