]> git.pld-linux.org Git - packages/hfst.git/blob - build.patch
- up to 3.14.0
[packages/hfst.git] / build.patch
1 --- hfst-3.14.0/back-ends/foma/Makefile.am~     2017-05-22 14:58:33.000000000 +0200
2 +++ hfst-3.14.0/back-ends/foma/Makefile.am      2018-07-06 09:22:44.784803183 +0200
3 @@ -15,7 +15,7 @@ libfoma_la_SOURCES = int_stack.c define.
4          coaccessible.c io.c utf8.c spelling.c dynarray.c mem.c stringhash.c \
5          trie.c lex.lexc.c lex.yy.c regex.c
6  
7 -hfst_foma_LDADD = $(top_builddir)/back-ends/foma/libfoma.la
8 +hfst_foma_LDADD = libfoma.la
9  
10  if WANT_READLINE
11  hfst_foma_LDFLAGS=-lreadline -lz
12 --- /dev/null   2011-06-01 08:46:43.490033582 +0200
13 +++ hfst-3.14.0/man/hfst-foma.1 2018-07-06 10:02:25.367588228 +0200
14 @@ -0,0 +1,38 @@
15 +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
16 +.TH HFST-FOMA "1" "February 2014" "HFST" "User Commands"
17 +.SH NAME
18 +hfst-foma \- =Imitates xfst using foma and a wrapper script
19 +.SH SYNOPSIS
20 +.B hfst-foma
21 +[\fIOPTIONS\fR...]
22 +.SH DESCRIPTION
23 +Imitates xfst using foma and a wrapper script
24 +.SS "Common options:"
25 +.TP
26 +\fB\-h\fR
27 +Print help message
28 +.TP
29 +\fB\-V\fR
30 +Print version info
31 +.TP
32 +\fB\-F\fR
33 +Parameter is HFST format name
34 +.PP
35 +If \-F is not given, OpenFst's tropical format will be used.
36 +The possible values for \-F are { foma, openfst\-tropical, openfst\-log, sfst }.
37 +Input files are always treated as UTF\-8.
38 +.SH "REPORTING BUGS"
39 +Report bugs to <hfst\-bugs@helsinki.fi> or directly to our bug tracker at:
40 +<https://sourceforge.net/tracker/?atid=1061990&group_id=224521&func=browse>
41 +.PP
42 +hfst\-foma home page:
43 +<https://kitwiki.csc.fi/twiki/bin/view/KitWiki//HfstFoma>
44 +.br
45 +General help using HFST software:
46 +<https://kitwiki.csc.fi/twiki/bin/view/KitWiki//HfstHome>
47 +.SH COPYRIGHT
48 +Copyright \(co 2014 University of Helsinki,
49 +License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>
50 +.br
51 +This is free software: you are free to change and redistribute it.
52 +There is NO WARRANTY, to the extent permitted by law.
53 --- /dev/null   2011-06-01 08:46:43.490033582 +0200
54 +++ hfst-3.14.0/man/hfst-foma-wrapper.1 2018-07-06 18:04:32.272398240 +0200
55 @@ -0,0 +1,11 @@
56 +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
57 +.TH UNKNOWN "1" "October 2014" "HFST" "User Commands"
58 +.SH NAME
59 +Unknown \- =
60 +.SH SYNOPSIS
61 +.B hfst-foma-wrapper.sh
62 +[\fI-h|-V\fR] [\fI-v|-s|-q\fR] [\fI-f FORMAT\fR] [\fI-F STACK_FILES\fR] [\fISCRIPTS\fR]
63 +.SH DESCRIPTION
64 +Unknown command line switch , try \fB\-h\fR for help
65 +.PP
66 +Usage: ../scripts/hfst\-foma\-wrapper.sh [\-h|\-V] [\-v|\-s|\-q] [\-f FORMAT] [\-F STACK_FILES] [SCRIPTS]
67 --- /dev/null   2011-06-01 08:46:43.490033582 +0200
68 +++ hfst-3.14.0/man/hfst-lexc-wrapper.1 2018-07-06 18:24:19.436840285 +0200
69 @@ -0,0 +1,63 @@
70 +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
71 +.TH HFST-LEXC-WRAPPER "1" "December 2015" "HFST" "User Commands"
72 +.SH NAME
73 +hfst-lexc-wrapper \- =Compile lexc files into transducer or imitate Xerox lexc
74 +.SH SYNOPSIS
75 +.B hfst-lexc-wrapper
76 +[\fIOPTIONS\fR...] [\fIINFILE1\fR...]]
77 +.SH DESCRIPTION
78 +Compile lexc files into transducer or imitate Xerox lexc
79 +This is a wrapper around foma lexc, and does not support weights
80 +For a native hfst tool with weights, use hfst\-lexc instead
81 +.SS "Common options:"
82 +.TP
83 +\fB\-h\fR, \fB\-\-help\fR
84 +Print help message
85 +.TP
86 +\fB\-V\fR, \fB\-\-version\fR
87 +Print version info
88 +.TP
89 +\fB\-v\fR, \fB\-\-verbose\fR
90 +Print verbosely while processing
91 +.TP
92 +\fB\-q\fR, \fB\-\-quiet\fR
93 +Only print fatal erros and requested output
94 +.TP
95 +\fB\-s\fR, \fB\-\-silent\fR
96 +Alias of \fB\-\-quiet\fR
97 +.SS "Input/Output options:"
98 +.TP
99 +\fB\-f\fR, \fB\-\-format\fR=\fIFORMAT\fR
100 +compile into FORMAT transducer
101 +.TP
102 +\fB\-o\fR, \fB\-\-output\fR=\fIOUTFILE\fR
103 +write result into OUTFILE
104 +.TP
105 +\fB\-X\fR, \fB\-\-xerox\fR, \fB\-\-readline\fR
106 +imitate Xerox lexc user interface
107 +.PP
108 +If INFILE or OUTFILE are omitted or \-, standard streams will be used
109 +The possible values for FORMAT are { sfst, openfst\-tropical, openfst\-log,
110 +foma, optimized\-lookup\-unweighted, optimized\-lookup\-weighted }.
111 +.SH EXAMPLES
112 +.TP
113 +hfst\-lexc\-wrapper \fB\-o\fR cat.hfst cat.lexc
114 +Compile single\-file lexicon
115 +.TP
116 +hfst\-lexc\-wrapper \fB\-o\fR L.hfst Root.lexc 2.lexc 3.lexc
117 +Compile multi\-file lexicon
118 +.SH "REPORTING BUGS"
119 +Report bugs to <hfst\-bugs@helsinki.fi> or directly to our bug tracker at:
120 +<https://sourceforge.net/tracker/?atid=1061990&group_id=224521&func=browse>
121 +.PP
122 +hfst\-lexc\-wrapper home page:
123 +<https://kitwiki.csc.fi/twiki/bin/view/KitWiki//HfstLexcWrapper>
124 +.br
125 +General help using HFST software:
126 +<https://kitwiki.csc.fi/twiki/bin/view/KitWiki//HfstHome>
127 +.SH COPYRIGHT
128 +Copyright \(co 2010 University of Helsinki,
129 +License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>
130 +.br
131 +This is free software: you are free to change and redistribute it.
132 +There is NO WARRANTY, to the extent permitted by law.
133 --- /dev/null   2011-06-01 08:46:43.490033582 +0200
134 +++ hfst-3.14.0/tools/src/hfst-tagger/src/hfst-train-tagger.sh  2018-07-06 19:37:54.992498763 +0200
135 @@ -0,0 +1,5 @@
136 +#! /bin/sh
137 +
138 +BINDIR/hfst-open-input-file-for-tagger "$@" |
139 +BINDIR/hfst_tagger_compute_data_statistics.py "$@" |
140 +BINDIR/hfst-build-tagger "$@"
141 --- /dev/null   2011-06-01 08:46:43.490033582 +0200
142 +++ hfst-3.14.0/tools/src/hfst-tagger/src/hfst-train-tagger.bat 2018-07-06 19:38:15.473214668 +0200
143 @@ -0,0 +1,2 @@
144 +@echo off
145 +HFST_INSTALLATION_DIRECTORY\hfst-open-input-file-for-tagger.exe %* | python HFST_INSTALLATION_DIRECTORY\hfst_tagger_compute_data_statistics.py %* | HFST_INSTALLATION_DIRECTORY\hfst-build-tagger.exe %*
146 --- /dev/null   2011-06-01 08:46:43.490033582 +0200
147 +++ hfst-3.14.0/man/hfst-train-tagger.1 2018-07-06 19:58:07.882082536 +0200
148 @@ -0,0 +1,47 @@
149 +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
150 +.TH HFST-TRAIN-TAGGER "1" "December 2015" "HFST" "User Commands"
151 +.SH NAME
152 +hfst-train-tagger \- =
153 +.SH SYNOPSIS
154 +.B hfst-train-tagger
155 +[\fIOPTIONS\fR...] [\fIINFILE\fR]
156 +.SH DESCRIPTION
157 +Compile training data file into an hfst part\-of\-speech tagger.
158 +.SS "Common options:"
159 +.TP
160 +\fB\-h\fR, \fB\-\-help\fR
161 +Print help message
162 +.TP
163 +\fB\-V\fR, \fB\-\-version\fR
164 +Print version info
165 +.TP
166 +\fB\-v\fR, \fB\-\-verbose\fR
167 +Print verbosely while processing
168 +.TP
169 +\fB\-q\fR, \fB\-\-quiet\fR
170 +Only print fatal erros and requested output
171 +.TP
172 +\fB\-s\fR, \fB\-\-silent\fR
173 +Alias of \fB\-\-quiet\fR
174 +.SS "Input/Output options:"
175 +.TP
176 +\fB\-i\fR, \fB\-\-input\fR=\fIINFILE\fR
177 +Read input transducer from INFILE
178 +.TP
179 +\fB\-o\fR, \fB\-\-output\fR=\fIOUTFILE\fR
180 +Write output transducer to OUTFILE
181 +.SH "REPORTING BUGS"
182 +Report bugs to <hfst\-bugs@helsinki.fi> or directly to our bug tracker at:
183 +<https://sourceforge.net/tracker/?atid=1061990&group_id=224521&func=browse>
184 +.PP
185 +hfst\-train\-tagger home page:
186 +<https://kitwiki.csc.fi/twiki/bin/view/KitWiki//HfstTrainTagger>
187 +.br
188 +General help using HFST software:
189 +<https://kitwiki.csc.fi/twiki/bin/view/KitWiki//HfstHome>
190 +.SH COPYRIGHT
191 +Copyright \(co 2010 University of Helsinki,
192 +License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>
193 +.br
194 +This is free software: you are free to change and redistribute it.
195 +There is NO WARRANTY, to the extent permitted by law.
196 --- /dev/null   2011-06-01 08:46:43.490033582 +0200
197 +++ hfst-3.14.0/man/hfst-open-input-file-for-tagger.1   2018-07-06 20:15:54.219684614 +0200
198 @@ -0,0 +1,15 @@
199 +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
200 +.TH HFST-OPEN-INPUT-FILE-FOR-TAGGER "1" "October 2014" "HFST" "User Commands"
201 +.SH NAME
202 +hfst-open-input-file-for-tagger \- =
203 +.SH SYNOPSIS
204 +.B hfst-open-input-file-for-tagger
205 +[\fIOPTIONS\fR...] [\fIINFILE\fR]
206 +.SH DESCRIPTION
207 +A program used by hfst-train-tagger, not intended to be used directly.
208 +.SH COPYRIGHT
209 +Copyright \(co 2010 University of Helsinki,
210 +License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>
211 +.br
212 +This is free software: you are free to change and redistribute it.
213 +There is NO WARRANTY, to the extent permitted by law.
214 --- /dev/null   2011-06-01 08:46:43.490033582 +0200
215 +++ hfst-3.14.0/man/hfst_tagger_compute_data_statistics.py.1    2018-07-06 20:17:03.832089688 +0200
216 @@ -0,0 +1,15 @@
217 +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
218 +.TH HFST_TAGGER_COMPUTE_DATA_STATISTICS.PY "1" "October 2014" "HFST" "User Commands"
219 +.SH NAME
220 +hfst_tagger_compute_data_statistics.py \- =
221 +.SH SYNOPSIS
222 +.B hfst_tagger_compute_data_statistics.py
223 +[\fIOPTIONS\fR...] [\fIINFILE\fR]
224 +.SH DESCRIPTION
225 +A script used by hfst-train-tagger, not intended to be used directly.
226 +.SH COPYRIGHT
227 +Copyright \(co 2010 University of Helsinki,
228 +License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>
229 +.br
230 +This is free software: you are free to change and redistribute it.
231 +There is NO WARRANTY, to the extent permitted by law.
232 --- /dev/null   2011-06-01 08:46:43.490033582 +0200
233 +++ hfst-3.14.0/man/hfst-build-tagger.1 2018-07-06 20:17:51.097056002 +0200
234 @@ -0,0 +1,15 @@
235 +.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.4.
236 +.TH HFST-BUILD-TAGGER "1" "October 2014" "HFST" "User Commands"
237 +.SH NAME
238 +hfst-build-tagger \- =
239 +.SH SYNOPSIS
240 +.B hfst-build-tagger
241 +[\fIOPTIONS\fR...] [\fIINFILE\fR]
242 +.SH DESCRIPTION
243 +A program used by hfst-train-tagger, not intended to be used directly.
244 +.SH COPYRIGHT
245 +Copyright \(co 2010 University of Helsinki,
246 +License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>
247 +.br
248 +This is free software: you are free to change and redistribute it.
249 +There is NO WARRANTY, to the extent permitted by law.
This page took 0.09683 seconds and 3 git commands to generate.