Web apps
The apps.tegladwin.com subdomain is for running web apps. I'm aiming to convert research software, usually sitting in repositories, into more usable versions this way. It can take a few seconds to start up.
At the time of writing, there's a set of three Natural Language Processing scripts/apps online, all based on word embedding vectors. The idea is that these could be used as tools in combination.
- "SemSim" is a kind of semantic filter, calculating the similarity of each a list of target words with one versus another set of "attribute" words.
- "SemTag" assigns tags to the content of a text, as a whole and per paragraph (by default, emotion-words are used as tags).
- "SemNull" gives a null hypothesis distribution for similarity scores over randomly selected words, given a specified role in a template sentence.
A conceptual explanation of these "Semantic Vector Tools" is available here.