1LOU_TRACE(1) User Commands LOU_TRACE(1)
2
3
4
6 lou_trace - A tool to list all the rules that were used for a Braille
7 translation
8
10 lou_trace [OPTIONS] TABLE[,TABLE,...]
11
13 Examine and debug Braille translation tables. This program allows you
14 to inspect liblouis translation tables by printing out the list of ap‐
15 plied translation rules for a given input.
16
17 -h, --help
18 display this help and exit
19
20 -v, --version
21 display version information and exit
22
23 -f, --forward
24 forward translation using the given table
25
26 -b, --backward
27 backward translation using the given table
28
29 --noContractions
30 Use no contractions
31
32 --dotsIO
33 Display dot patterns
34
35 --ucBrl
36 Use Unicode Braille patterns
37
38 --noUndefined
39 Disable output of undefined dot numbers during back-translation
40
41 --partialTrans
42 Use partial back-translation If neither -f nor -b are specified
43 forward translation is assumed
44
46 Written by Bert Frees.
47
49 Report bugs to liblouis-liblouisxml@freelists.org.
50 Liblouis home page: <http://www.liblouis.io>
51
53 Copyright © 2022 Swiss Library for the Blind, Visually Impaired and
54 Print Disabled. License GPLv3+: GNU GPL version 3 or later
55 <https://gnu.org/licenses/gpl.html>.
56 This is free software: you are free to change and redistribute it.
57 There is NO WARRANTY, to the extent permitted by law.
58
60 The full documentation for lou_trace is maintained as a Texinfo manual.
61 If the info and lou_trace programs are properly installed at your site,
62 the command
63
64 info liblouis
65
66 should give you access to the complete manual.
67
68
69
70Liblouis 3.25.0 July 2023 LOU_TRACE(1)