The built-in Julia Basics course has been adapted to use these new features.
Check it out in action here: youtu.be/aEboVhipEfg
#JuliaLang
The built-in Julia Basics course has been adapted to use these new features.
Check it out in action here: youtu.be/aEboVhipEfg
#JuliaLang
1️⃣ Splits the corpus into subcorpora by :year.
2️⃣ Analyzes each subcorpus using LLR to compute collocates of node_word.
3️⃣ Aggregates everything into structured outputs👇
#JuliaLang #CorpusLinguistics #AssociationAnalysis #TextAssociations.jl #NLP #DigitalHumanities
1️⃣ Splits the corpus into subcorpora by :year.
2️⃣ Analyzes each subcorpus using LLR to compute collocates of node_word.
3️⃣ Aggregates everything into structured outputs👇
#JuliaLang #CorpusLinguistics #AssociationAnalysis #TextAssociations.jl #NLP #DigitalHumanities
#JuliaLang #CorpusLinguistics #AssociationAnalysis #TextAssociations.jl #NLP #DigitalHumanities
#JuliaLang #CorpusLinguistics #AssociationAnalysis #TextAssociations.jl #NLP #DigitalHumanities
corpus_df,
:year, # Split corpus by year
node_word, # Word to analyze
LLR; # Association (Log-Likelihood Ratio)
windowsize = 5,
minfreq = 1
)
#JuliaLang #CorpusLinguistics #AssociationAnalysis #TextAssociations.jl #NLP #DigitalHumanities
corpus_df,
:year, # Split corpus by year
node_word, # Word to analyze
LLR; # Association (Log-Likelihood Ratio)
windowsize = 5,
minfreq = 1
)
#JuliaLang #CorpusLinguistics #AssociationAnalysis #TextAssociations.jl #NLP #DigitalHumanities
🔗 github.com/atantos/Text...
Feedback, ideas, and experiments are welcome. 7/7
🔗 github.com/atantos/Text...
Feedback, ideas, and experiments are welcome. 7/7
A new #JuliaLang package, TextAssociations.jl, is taking shape, laying the groundwork for exploring how words connect and co-occur in a transparent, data-driven way. 5/n
A new #JuliaLang package, TextAssociations.jl, is taking shape, laying the groundwork for exploring how words connect and co-occur in a transparent, data-driven way. 5/n
While embeddings and RAG systems operate within pretrained semantic spaces, association measures remain essential for interpretable, corpus-based insights. They quantify how often words co-occur beyond what chance would predict, 1/4
While embeddings and RAG systems operate within pretrained semantic spaces, association measures remain essential for interpretable, corpus-based insights. They quantify how often words co-occur beyond what chance would predict, 1/4
Many familiar and less familiar association measures as well as the building collocation network analysis are finally coming together 3/n
Many familiar and less familiar association measures as well as the building collocation network analysis are finally coming together 3/n