swipeGuess - infer the word you meant from a swipe
swipeGuess words.txt [n] [ignorechars] < input_swipes.txt > output_guesses.tsv
wvkbd -O | swipeGuess words.txt | completelyTypeWord.sh
wvkbd -O | swipeGuess words.txt 5 | suggpicker | completelyTypeWord.sh
wvkbd -O | swipeGuess words.txt 1 "’" | completelyTypeWord.sh
n
Number of results that should be returned (default 1).
ignorechars
Characters that exist in words.txt, but won’t exist in your swipes, that you still want to type.
For each line of stdin, outputs the first n results from words.txt which could be an ordered subset of that line, separated by tabs. If ignorechars is given, the results may have these characters inside them even when not present in the input.
suggpicker(1) wvkbd(1) SwipeBehavior(7)