Simple utility to turn swipes into words -- "plugin" for wvkbd to enable swipe-typing under wayland SXMO.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
swipeGuess(1)

# NAME
swipeGuess - infer the word you meant from a swipe

# SYNOPSIS

*swipeGuess* _words.txt_ [_n_] < _input_swipes.txt_ > _output_guesses.tsv_

wvkbd -O | *swipeGuess* _words.txt_ | completelyTypeWord.sh

wvkbd -O | *swipeGuess* _words.txt_ 5 | suggpicker | completelyTypeWord.sh

# OPTIONS
_n_
	Number of results that should be returned (default 1).

# DESCRIPTION

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.

# SEE ALSO
*suggpicker*(1) *wvkbd*(1) *SwipeBehavior*(7)