akutuzov / webvectors

Web-ify your word2vec: framework to serve distributional semantic models online
http://vectors.nlpl.eu/explore/embeddings/
GNU General Public License v3.0
196 stars 49 forks source link

Templates do not respect tag configuration #19

Closed akutuzov closed 4 years ago

akutuzov commented 6 years ago

Templates always transform the words as if they have PoS tags, even if the tags variable in the config file is set to False. For example, https://github.com/akutuzov/webvectors/blob/master/templates/associates.html#L78

The behavior should be flexible and dependent on the config file.

akutuzov commented 5 years ago

Also, if the tags variable is set to True, this applies to all models, although some of them might be tag-less. Should be more specific.

akutuzov commented 4 years ago

Заставить шаблоны уважать переменную конфигурации tags