Word Vectors with Tidy Data Principles
RToolsTools & LanguagesWorkflowtext analyticsposted by Julia Silge January 21, 2018
Last week I saw Chris Moody’s post on the Stitch Fix blog about calculating word vectors from a corpus of text using word counts and matrix factorization, and I was so excited! This blog post illustrates how to implement that approach to find word vector representations in R... Read more
ConceptNet 5.5 and conceptnet.io
Deep LearningModelingtext analyticsposted by Rob Speer March 30, 2017
ConceptNet is a large, multilingual knowledge graph about what words mean. This is background knowledge that’s very important in NLP and machine learning, and it remains relevant in a time when the typical thing to do is to shove a terabyte or so of text through... Read more