touretzkyds / oldWordEmbeddingDemo

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

cleaning up text inputs #56

Closed touretzkyds closed 2 years ago

touretzkyds commented 2 years ago

A leading or trailing space in the add/delete word boxes or the analogy text boxes causes the word to not be recognized.

We should remove all leading and trailing spaces, tabs, and anything else that is not an alphabetic character.

neelpawarcmu commented 2 years ago

Resolved