Beautiful visualizations of how language differs among document types.
visualization
d3
nlp
machine-learning
natural-language-processing
text-mining
word2vec
exploratory-data-analysis
word-embeddings
sentiment
eda
topic-modeling
scatter-plot
japanese-language
stylometry
computational-social-science
text-visualization
text-as-data
stylometric
semiotic-squares
-
Updated
Jul 7, 2021 - Python
Add a new parameter alias
type2scorewhich can be used to set the score dictionary for both corpora at the same time in aWeightedAvgShift. Specifying a single dictionary using onlytype2score_1is already possible, but a parametertype2scorewould be more natural. Just have to check iftype2scoreisNone, and if not, settype2score_1astype2score. Existing code should then handle