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

Inline comments in templates are repeating #31

Closed akutuzov closed 5 years ago

akutuzov commented 5 years ago

Inline HTML comments describing what's happening in the templates are great. Unfortunately, some of them are located within loops (example). As a result, in the final web page, these comments are repeated, sometimes dozens of times. This increases page size and makes its code less readable.

I think, there should be no inline comments within loops. Instead, they can be moved to the beginning of the page, etc.

akutuzov commented 5 years ago

@DorkEMK what about fixing this? :-)