touretzkyds / oldWordEmbeddingDemo

Word embeddings online demo, rewrite
https://jxu.github.io/WordEmbeddingDemo/
1 stars 0 forks source link

converting inputs to lower case #39

Closed touretzkyds closed 2 years ago

touretzkyds commented 3 years ago

When entering words into the text boxes in the vector arithmetic panel, convert the words to lower case when the user hits the "Submit" button. If you don't do this, users who capitalize words will get an error message about the word not being found.