Commit History

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

fixed spaces in dictionary text display
6cd05ce

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

removed digits from lemmas in dictionary
27b85d5

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

Add dictionary in .json format
9ce66d0

Mark7549 commited on

add file to extract info from lsj dictionary .xml files
4ea2d3a

Mark7549 commited on

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

Mark7549 commited on

added umap-learn to requirements
f61a981

Mark7549 commited on

added plotly to requirements
42511eb

Mark7549 commited on

imported plotly.express
f30d304

Mark7549 commited on

commented unused part in plots.py
17ee1e7

Mark7549 commited on

added scipy requirement
6d83434

Mark7549 commited on

added requirements
db2f47a

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

changed input words into multiselect box
317c2f1

Mark7549 commited on

Add compass_filtered.txt
4c4eae0

Mark7549 commited on

removed tempfile from requirements
9df526e

Mark7549 commited on

add xlsxwriter to word2vec.py
d734e6b

Mark7549 commited on

Added xlsxwriter again
f59d68c

Mark7549 commited on

removed xlsxwriter requirement
a188419

Mark7549 commited on

updated requirements
bd07bd5

Mark7549 commited on

updated requirements with xlsxwriter
f80f2b9

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

nearest neighbours count now starts at 1 instead of 0
fcfa1a6

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

add gensim to requirements
9b583b9

Mark7549 commited on

add requirements
6a38427

Mark7549 commited on

Migrated from gradio to streamlit
0d0f07a

Mark7549 commited on

initial commit
47e1289
verified

MarkdenOuden commited on