tweet-snest / app.py

Commit History

fix: Improve null keywords resulting for topics
ea87688

wilmerags commited on

fix: Improve handling of few keywords for topics
6319da9

wilmerags commited on

feat: Improve handling of not enough keywords topics
578e511

wilmerags commited on

fix: Add break point for not enough words topics
1f3e17c

wilmerags commited on

chore: Remove debug print for keyword generation
edc3d70

wilmerags commited on

fix: Fix spontaneous file not found error for cache
d099a9b

wilmerags commited on

feat: Adding try catch for not enough words topics
dded833

wilmerags commited on

test: Debug words similarity
ec9c642

wilmerags commited on

feat: Switching to L6 version of the model to improve times of encoding
f0f3e26

wilmerags commited on

fix: Fix typo in index array for accessing cluster embeddings
401a74f

wilmerags commited on

test: Experiment with reusing initial embeddings to avoid recalculation and speed up the process
4b206d5

wilmerags commited on

feat: Improve sloppy assignment of tweets to array
1ef5823

wilmerags commited on

test: Try new placement for working legend
7f9ee2f

wilmerags commited on

fix: Remove caption in favor of legend placement
71a7e2c

wilmerags commited on

fix: Improve legend placement with new approach
ce50e18

wilmerags commited on

fix: Remove previous attempt to legends
60bdc33

wilmerags commited on

fix: Fix placement of legend
01060c2

wilmerags commited on

test: Improving alpha for readability
51f54ce

wilmerags commited on

test: Legend placing for topics
e5b5cd8

wilmerags commited on

test: Different ordering for url removal
6e3e890

wilmerags commited on

fix: Fix typo of placing legend
c520c6d

wilmerags commited on

test: Try different approach to legend
6028fe6

wilmerags commited on

test: Trying to place legend outside or better
2c7ffd9

wilmerags commited on

test: Test subsetting tensor for similarity comparison
1c4df76

wilmerags commited on

test: debug similarity comparison
a4593ce

wilmerags commited on

fix: Removing numpy coercion for keyword selection
9499fb6

wilmerags commited on

test: Cont'd debugging of keyword selection
26caed7

wilmerags commited on

test: Debug topic extraction
eeea3eb

wilmerags commited on

fix: Fix keyword selection to avoid duplicates
fe1cb2a

wilmerags commited on

test: Test out better preprocessing or urls
d556203

wilmerags commited on

fix: Fix -1 topic comparison
da31fda

wilmerags commited on

fix: Fix legends for plot
97ec5a0

wilmerags commited on

feat: Ignore non-topic detected tweets and words
1323e99

wilmerags commited on

test: Remove coercion to str from plotting function and joining keywords to get single string
4b05a76

wilmerags commited on

test: Try different element deletion of element in keyword selection
d447a02

wilmerags commited on

feat: Add numpy coercion to be able to delete items
29060ca

wilmerags commited on

fix: Add missing library import
c7010dd

wilmerags commited on

fix: Fix keyword index usage in keyword selection
1dcaf3f

wilmerags commited on

test: Debug keyword selection
2d21363

wilmerags commited on

test: Experiment with keyword selection for topics
7f1a60e

wilmerags commited on

fix: Improve handling of stopwords comparison without nltk
8b81843

wilmerags commited on

fix: Add stopwords removal
4d8d3df

wilmerags commited on

fix: Adding a copy of cleaned text for internal representation and keeping original text for visualization
0d13483

wilmerags commited on

fix: Add missing import for string preprocessing
53bad35

wilmerags commited on

fix: Add return statement missing in preprocessing function
76a8518

wilmerags commited on

fix: Typo in preprocessing function call
43ca75c

wilmerags commited on

fix: Typo in preprocessing function name
d1cba0c

wilmerags commited on

fix: Fix ident of preprocessing functions
9d2c094

wilmerags commited on

feat: Add preprocessing function to improve quality of topic detection
b2c3406

wilmerags commited on

feat: Add alpha to legend to avoid overlapping of data points
9460aa5

wilmerags commited on