A viewer for Levenshtein neighborhood.
(https://levenshtein-exploration.github.io/Leviewer/)
python3 -m http.server <port>
Data are stored on the server in a data directory as tsv files. The tsv files are listed in file_list.txt. To add a new dataset, you have to add the tsv file in the data directory and add the filename in the file list.
The tsv format is as follow
word1 k1 k2 k3 ...
word2 k1 k2 k3 ...
To use the tsv parser correctly from other parts of the webpage, please refer to the wiki
Work in progress