EyeofBeholder-NLeSC / orange3-argument

Argument analysis, mining, and visualization add-on for Orange3.
https://research-software-directory.org/software/orange3-argument-add-on
Apache License 2.0
2 stars 1 forks source link

Refactor the argument miner class #25

Closed jiqicn closed 1 year ago

jiqicn commented 1 year ago
jiqicn commented 1 year ago

Document embedding through BOC (Bag Of Concept): https://www.analyticsvidhya.com/blog/2022/01/from-word-embedding-to-documents-embedding-without-any-training/

jiqicn commented 1 year ago

spacy tutorial: https://course.spacy.io/en

jiqicn commented 1 year ago

Topic modeling: https://towardsdatascience.com/topic-modelling-in-python-with-spacy-and-gensim-dc8f7748bdbf Coherence score review: https://www.baeldung.com/cs/topic-modeling-coherence-score

NB: CV the coherence score is not recommended, even by its author.