All Projects → YuriyGuts → thrones2vec

YuriyGuts / thrones2vec

Licence: other
Using Word2Vec to explore semantic similarities between the entities of "A Song of Ice and Fire" ("Game of Thrones").

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to thrones2vec

malay-dataset
Text corpus for Bahasa Malaysia, https://malaya.readthedocs.io/en/latest/Dataset.html
Stars: ✭ 189 (+600%)
Mutual labels:  text-mining
extractnet
A Dragnet that also extract author, headline, date, keywords from context
Stars: ✭ 52 (+92.59%)
Mutual labels:  text-mining
TabInOut
Framework for information extraction from tables
Stars: ✭ 37 (+37.04%)
Mutual labels:  text-mining
deduce
Deduce: de-identification method for Dutch medical text
Stars: ✭ 40 (+48.15%)
Mutual labels:  text-mining
SEDTWik-Event-Detection-from-Tweets
Segmentation based event detection from Tweets. Published at NAACL SRW 2019
Stars: ✭ 58 (+114.81%)
Mutual labels:  text-mining
textlearnR
A simple collection of well working NLP models (Keras, H2O, StarSpace) tuned and benchmarked on a variety of datasets.
Stars: ✭ 16 (-40.74%)
Mutual labels:  text-mining
teanaps
자연어 처리와 텍스트 분석을 위한 오픈소스 파이썬 라이브러리 입니다.
Stars: ✭ 91 (+237.04%)
Mutual labels:  text-mining
misinfo
📊 Tools to Perform ‘Misinformation’ Analysis on a Text Corpus (wrapper for methods in https://github.com/PDXBek/Misinformation)
Stars: ✭ 17 (-37.04%)
Mutual labels:  text-mining
JoSH
[KDD 2020] Hierarchical Topic Mining via Joint Spherical Tree and Text Embedding
Stars: ✭ 55 (+103.7%)
Mutual labels:  text-mining
neji
Flexible and powerful platform for biomedical information extraction from text
Stars: ✭ 37 (+37.04%)
Mutual labels:  text-mining
Udacity-Data-Analyst-Nanodegree
Repository for the projects needed to complete the Data Analyst Nanodegree.
Stars: ✭ 31 (+14.81%)
Mutual labels:  text-mining
odinson
Odinson is a powerful and highly optimized open-source framework for rule-based information extraction. Odinson couples a simple, yet powerful pattern language that can operate over multiple representations of text, with a runtime system that operates in near real time.
Stars: ✭ 59 (+118.52%)
Mutual labels:  text-mining
tf-idf-python
Term frequency–inverse document frequency for Chinese novel/documents implemented in python.
Stars: ✭ 98 (+262.96%)
Mutual labels:  text-mining
Search
Blue Brain text mining toolbox for semantic search and structured information extraction
Stars: ✭ 26 (-3.7%)
Mutual labels:  text-mining
reader
Distant Reader, a tool for using & understanding a corpus
Stars: ✭ 18 (-33.33%)
Mutual labels:  text-mining
PubMed-Best-Match
Machine-learning based pipeline relying on LambdaMART currently used in PubMed for relevance (Best Match) searches
Stars: ✭ 36 (+33.33%)
Mutual labels:  text-mining
textreadr
Tools to uniformly read in text data including semi-structured transcripts
Stars: ✭ 65 (+140.74%)
Mutual labels:  text-mining
converse
Conversational text Analysis using various NLP techniques
Stars: ✭ 147 (+444.44%)
Mutual labels:  text-mining
VERSE
Vancouver Event and Relation System for Extraction
Stars: ✭ 13 (-51.85%)
Mutual labels:  text-mining
rosette-elasticsearch-plugin
Document Enrichment plugin for Elasticsearch
Stars: ✭ 25 (-7.41%)
Mutual labels:  text-mining

Thrones2Vec

Using Word2Vec to explore semantic similarities between the entities of "A Song of Ice and Fire" ("Game of Thrones").

Trained model

Instead of training your own Word2Vec, you can use an existing trained model from the Releases page.

Run this cell in the IPython Notebook:

w2v.Word2Vec.load(os.path.join("trained", "thrones2vec.w2v"))

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].