From 2414e6b200348b7c37b44ff77a9ba668b92dc9c6 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 29 Jun 2022 20:13:45 -0400 Subject: Documentation: Add man pages in scdoc format --- sb_predictor.sh.1.scd | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 sb_predictor.sh.1.scd (limited to 'sb_predictor.sh.1.scd') diff --git a/sb_predictor.sh.1.scd b/sb_predictor.sh.1.scd new file mode 100644 index 0000000..c6ed8ec --- /dev/null +++ b/sb_predictor.sh.1.scd @@ -0,0 +1,27 @@ +sb_predictor.sh(1) "SwipeBehaviors" + +# NAME +sb_predictor.sh - SwipeBehavior to predict your next word + +# DESCRIPTION + +- All strokes are logged to remember the previous word +- On swipe, provides a multiple choice *swipeGuess*(1) with *suggpicker*(1) +- On *suggpicker*(1) choice, provide word completions or next word predictions +- On space, provides next word predictions + +# DEPENDENCIES + +- *wl-ime-type*(1) +- *suggpicker*(1) +- *swipeGuess*(1) +- *quick5* +- _~/.local/share/sxmo/words.txt_++ +Lexicon sorted by swipe length +- _~/.local/share/sxmo/count_2w.txt_++ +List of bigrams for predictions + +# SEE ALSO +*suggpicker*(1) *swipeGuess*(1) *wl-ime-type*(1) *SwipeBehavior*(7) + + -- cgit 1.4.1