which helped getting started with the topic or suggest future improvements of the implemented methods
- https://github.com/NSchrading/intro-spacy-nlp/blob/master/Intro_spaCy_NLP.ipynb
- bigram + trigram examples https://github.com/explosion/spacy-notebooks/blob/master/notebooks/conference_notebooks/modern_nlp_in_python.ipynb
- great visualization https://demos.explosion.ai/displacy-ent/
- http://clarkgrubb.com/nlp
- http://blog.sharepointexperience.com/2016/01/nlp-and-sharepoint-part-1/
- http://aakashjapi.com/fuckin-search-engines-how-do-they-work/
- https://github.com/kagklis/index-inverted/blob/master/index.py
- https://github.com/willf/inverted_index
- https://github.com/explosion/spacy-notebooks/blob/master/notebooks/conference_notebooks/advanced_text_analysis.ipynb
- TSNE (maybe additionally)
- https://github.com/DmitryUlyanov/Multicore-TSNE
- https://github.com/oreillymedia/t-SNE-tutorial
- http://distill.pub/2016/misread-tsne/
- https://github.com/lvdmaaten/bhtsne
- http://scikit-learn.org/stable/modules/generated/sklearn.manifold.TSNE.html
- http://ahogrammer.com/2016/12/01/tensorboard-embedding-visualization/