agalma / word2vec.py

Commit History

improved code quality
17c5755

Mark7549 commited on

made some small cleanups of redundant code
74e30c6

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

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

Mark7549 commited on

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

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

Created 3d graph functionality, not optimal yet
7b3478d

Mark7549 commited on

add xlsxwriter to word2vec.py
d734e6b

Mark7549 commited on

added check for non existing path in tmp file creation
336b5df

Mark7549 commited on

Made output of nearest neighbours downloadable
b24ad56

Mark7549 commited on

Added cosine similarity front-end
bdf0a5e

Mark7549 commited on

Added option to select models to search word in
169869e

Mark7549 commited on

converted nearest neighbours from gradio to streamlit
14c3a4f

Mark7549 commited on

Migrated from gradio to streamlit
0d0f07a

Mark7549 commited on