Commit History

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

chore: Remove unused nltk
e2fe46b

wilmerags commited on

fix: Improve handling of stopwords comparison without nltk
8b81843

wilmerags commited on

feat: Add stopwords removal library
69b5115

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 function to deaccent text
f36230b

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

feat: Add legend for topics in vis
c959b1a

wilmerags commited on

fix: Switch variable used for plotting
a27bca6

wilmerags commited on

fix: Fix enumerate usage for color setting
40dee02

wilmerags commited on

test: Debug color setting
0588c3c

wilmerags commited on

feat: Add emoji to 'visualize' button
a38bdb0

wilmerags commited on

fix: Fix indexing for topic-color mapping
e98d306

wilmerags commited on

feat: Improve colors robustness for n topics
5b5b795

wilmerags commited on

fix: Rollback palette to different set :/
d24710c

wilmerags commited on

feat: Add colorblind friendly palette for topics
ba2c2ae

wilmerags commited on

feat: Improve color of caption
8e41537

wilmerags commited on

feat: Increase fontsize for caption
bae435d

wilmerags commited on

fix: Adapt caption placing
dc798d1

wilmerags commited on

feat: Add caption for '-1' labelled tweets
2f7dfa0

wilmerags commited on

feat: Increase circle size and prettify grid
61ce655

wilmerags commited on

feat: Improve background and adding title to the plot
085853b

wilmerags commited on

feat: Add grid for plot
d71c853

wilmerags commited on

feat: Add emojis to comm text to improve expressiveness
30f3de6

wilmerags commited on

feat: Improve circle colors
aecdaab

wilmerags commited on

feat: Improve plot circles for better aesthetic
a1feb32

wilmerags commited on

feat: Improve message for loading model part
bff1960

wilmerags commited on

feat: Add warning for empty twitter handler input
5e899e5

wilmerags commited on

fix: Moving twitter user processing after empty input validation
dbebcc0

wilmerags commited on

fix: Improve handling of empty twitter handle input
691ccbe

wilmerags commited on

feat: Add button to avoid wasting computation on number interaction and to improve readability of the app
61a29bd

wilmerags commited on

feat: Lowering min cluster size to help create more interesting topics
2d7af1c

wilmerags commited on

feat: Exclude retweets and replies to get denser content
59ff44b

wilmerags commited on