agalma / app.py

Commit History

updated description for all tabs
2ba8555

Mark7549 commited on

updated dictionary description
9ec7b0a

Mark7549 commited on

Updated description for nearest neigh, cosine sim and 3d graph tabs
593c285

Mark7549 commited on

Removed vector_graph.py, functions weren't used anymore
5a91b2b

Mark7549 commited on

made some small cleanups of redundant code
74e30c6

Mark7549 commited on

removed extra period in FAQ question 3
00a8bfc

Mark7549 commited on

slightly changed subcorpora table, using markdown instead of pandas dataframe
2c2fce4

Mark7549 commited on

changed the icons in the navigation bar on the left
be22c70

Mark7549 commited on

changed size of expander title of 5th FAQ question
3934427

Mark7549 commited on

added subcorpora tab and content
8a850b7

Mark7549 commited on

updated FAQ
01b39fb

Mark7549 commited on

changed logo size in sidebar
9ee85ae

Mark7549 commited on

changed filename of downloaded nearest neighbours
1eab639

Mark7549 commited on

changed text for 3d graph tab, changed sidebar width and logo width
c79bcd9

Mark7549 commited on

slightly changed text for cosine similarity display
76ee033

Mark7549 commited on

fixed error message when word in dictionary is not found
3d7efd9

Mark7549 commited on

removed local css function
590f96a

Mark7549 commited on

edited about text
46317e3

Mark7549 commited on

changed color of nav items in sidebar
edd0cd0

Mark7549 commited on

changed page icon
e0ac5a8

Mark7549 commited on

added license text
926ac94

Mark7549 commited on

updated the about page
22f86a8

Mark7549 commited on

updated front end
dde99f4

Mark7549 commited on

added lemma occurences to nearest neighbours function
6640785

Mark7549 commited on

added function to count the occurrences of lemmas per time slice
e99824c

Mark7549 commited on

added check for eligible models in 3d graph tab
eb0e921

Mark7549 commited on

fastened the 3d plot creation by using pretrained vectors, stored in ./3d_models directory
88d7eed

Mark7549 commited on

used tSNE to reduce dimensions for 3d plot
05fa263

Mark7549 commited on

updated text underneath headers of tabs
ca2c3e1

Mark7549 commited on

Added some text underneath the headers of the tabs
a1d0fa4

Mark7549 commited on

Changed menu & created About and FAQ tabs, no content yet
703ce10

Mark7549 commited on

updated dictionary readability
8e13e1c

Mark7549 commited on

improved display of the library
2605d63

Mark7549 commited on

fixed bug in dictionary tab where suggestions were from wrong file
94e7f68

Mark7549 commited on

removed forms for first 2 tabs and used cache to make program faster
cdb0a70

Mark7549 commited on

sorted options words
ee625fc

Mark7549 commited on

added caching for dictionary tab
8df3615

Mark7549 commited on

used caching to improve speed when switching tabs
aa5c198

Mark7549 commited on

removed function to store whether submit button is clicked in nn tab
b720441

Mark7549 commited on

put nearest neighbours function into a form (input process is faster now)
910ea33

Mark7549 commited on

nn function now compares vectors of target word only with vectors within the same model
8fb441e

Mark7549 commited on

for nearest neighbours tab, the program check if word exists in a model before continuing
7088ca8

Mark7549 commited on

updated the way words are displayed in dictionary
46e623d

Mark7549 commited on

changed dictionary word input box to st_tags
554cc8f

Mark7549 commited on

Add dictionary functions
c7d9cf9

Mark7549 commited on

added text multiselect (max_s = 1) for dictionary function
dcc32dc

Mark7549 commited on

Created 3d graph functionality, not optimal yet
7b3478d

Mark7549 commited on

fixed bug when no word was given
d24cb74

Mark7549 commited on

fixed small bug in nearest neighbours function
0fd37f7

Mark7549 commited on

updated autocomplete for nearest neighbours
51778ca

Mark7549 commited on