nsaef / text_exploration

Tool for analyzing big unstructred collections of digital text documents. Master thesis in Digital Humanities.
3 stars 0 forks source link

Semantic clusters #31

Closed nsaef closed 6 years ago

nsaef commented 6 years ago

Prerequisite: doc embeddings (done) will require pickling or similar, process takes way too long to repeat it every time (problem: isn't deterministic. Need button to re-create until it fits)

nsaef commented 6 years ago

Possible approach: buttons "create", "save", "load", no automatic clustering. (Separate page?)

nsaef commented 6 years ago

Works. Only performance and usability issues remaining (such as labeling and saving/exporting clusters)

nsaef commented 6 years ago

Also: run asynchrously (see #34)