You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now data/lines.json contains station names following this sample S+U Alexanderplatz Bhf (Berlin). Messages contain usually significantly shorter station names (e.g alexanderplatz) which increases the Levenshtein distance and decreases the accuracy.
Proposal:
A quick fix would be adding shortened station names to the lines.json file. Removing the U/S prefix and (Berlin) suffix would decrease the Levenshtein distance significantly.
Description:
Right now data/lines.json contains station names following this sample
S+U Alexanderplatz Bhf (Berlin)
. Messages contain usually significantly shorter station names (e.galexanderplatz
) which increases the Levenshtein distance and decreases the accuracy.Proposal:
A quick fix would be adding shortened station names to the
lines.json
file. Removing the U/S prefix and (Berlin) suffix would decrease the Levenshtein distance significantly.The text was updated successfully, but these errors were encountered: