-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The backend should compute the distance between the current sentence and the goal, and send it to the frontend (which can use this when calculating scores etc)
Suggestions for distance measures:
- very simple: Levenshtein distance between the "semantic" strings (i.e., the lists of abstract function nodes that is already used by
muste/src/Muste/Menu/Internal.hsto calculate insertions) - simple: Levenshtein distance between the linear representation of the abstract trees
- not-so-simple: Tree edit distance
- complex: use the solution path calculated by Analysing exercises to get the shortest path #58
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels