md-mq/philo2vec
An implementation of word2vec applied to [stanford philosophy encyclopedia](http://plato.stanford.edu/)
This project helps philosophers and researchers understand the relationships between philosophical concepts and terms. It takes the text from the Stanford Encyclopedia of Philosophy as input and reveals how words relate to each other through 'similar words' and 'word math' operations. A philosophy student or researcher could use this to explore conceptual connections and differences.
No commits in the last 6 months.
Use this if you want to quantitatively explore semantic relationships between terms within the domain of philosophy.
Not ideal if you need to analyze texts outside of philosophy or require a more general-purpose language model.
Stars
36
Forks
7
Language
Python
License
MIT
Category
Last pushed
Aug 12, 2016
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/md-mq/philo2vec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
shibing624/text2vec
text2vec, text to vector....
predict-idlab/pyRDF2Vec
đ Python Implementation and Extension of RDF2Vec
IntuitionEngineeringTeam/chars2vec
Character-based word embeddings model based on RNN for handling real world texts
IITH-Compilers/IR2Vec
Implementation of IR2Vec, LLVM IR Based Scalable Program Embeddings
ddangelov/Top2Vec
Top2Vec learns jointly embedded topic, document and word vectors.