[Trennmuster] Trennmuster generieren
Georg Pfeiffer
gp at praetor.de
Di Nov 5 12:33:56 CET 2013
Am Di 05 Nov 2013, 10:30:05 Uhr, schrieb Werner LEMBERG:
> Bist Du sicher, daß Du nicht zufällig das Skript modifiziert hast?
Ja. git diff gibt nix aus. Ich hab da auch nicht dran rumgefummelt. Zeile 75
in skripte/extract-tex.pl heißt
my $zeile = $feld[1];
Make rechnet nur 40 Sekunden (statt der erwarteten Viertelstunde). Die
komplette Ausgabe hänge ich an.
Gruß
Georg
$ time make pattern-trad
mkdir -p dehypht-x
cat /home/gp/workspace/wortliste/wortliste \
| perl /home/gp/workspace/wortliste/skripte/extract-tex.pl -l -t \
| cat \
| LC_COLLATE=de_DE.ISO8859-1 LC_CTYPE=de_DE.ISO8859-1 sort -d |
LC_COLLATE=de_DE.ISO8859-1 LC_CTYPE=de_DE.ISO8859-1 uniq -i > dehypht-
x/words.hyphenated.trad
Use of uninitialized value $zeile in string eq at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 89, <> line 98216.
Use of uninitialized value $zeile in substitution (s///) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 93, <> line 98216.
Use of uninitialized value $zeile in substitution (s///) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 95, <> line 98216.
Use of uninitialized value $zeile in pattern match (m//) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 98, <> line 98216.
Use of uninitialized value $zeile in substitution (s///) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 100, <> line 98216.
Use of uninitialized value $zeile in pattern match (m//) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 103, <> line 98216.
Use of uninitialized value $zeile in substitution (s///) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 105, <> line 98216.
Use of uninitialized value $zeile in concatenation (.) or string at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 108, <> line 98216.
Use of uninitialized value $zeile in string eq at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 89, <> line 104702.
Use of uninitialized value $zeile in substitution (s///) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 93, <> line 104702.
Use of uninitialized value $zeile in substitution (s///) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 95, <> line 104702.
Use of uninitialized value $zeile in pattern match (m//) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 98, <> line 104702.
Use of uninitialized value $zeile in substitution (s///) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 100, <> line 104702.
Use of uninitialized value $zeile in pattern match (m//) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 103, <> line 104702.
Use of uninitialized value $zeile in substitution (s///) at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 105, <> line 104702.
Use of uninitialized value $zeile in concatenation (.) or string at
/home/gp/workspace/wortliste/skripte/extract-tex.pl line 108, <> line 104702.
cd dehypht-x; \
bash /home/gp/workspace/wortliste/skripte/make-full-pattern.sh
words.hyphenated.trad /home/gp/workspace/wortliste/daten/german.tr
Bad character
This is PATGEN, Version 2.4 (TeX Live 2012/Debian)
left_hyphen_min = 2, right_hyphen_min = 2, 50 letters
0 patterns read in
pattern trie has 256 nodes, trie_max = 256, 0 outputs
hyph_start, hyph_finish: pat_start, pat_finish: good weight, bad weight,
threshold: processing dictionary with pat_len = 2, pat_dot = 1
be<mei-ster-ten
patgen: pattern.1: No such file or directory
This is PATGEN, Version 2.4 (TeX Live 2012/Debian)
left_hyphen_min = 2, right_hyphen_min = 2, 50 letters
patgen: pattern.2: No such file or directory
This is PATGEN, Version 2.4 (TeX Live 2012/Debian)
left_hyphen_min = 2, right_hyphen_min = 2, 50 letters
patgen: pattern.3: No such file or directory
This is PATGEN, Version 2.4 (TeX Live 2012/Debian)
left_hyphen_min = 2, right_hyphen_min = 2, 50 letters
patgen: pattern.4: No such file or directory
This is PATGEN, Version 2.4 (TeX Live 2012/Debian)
left_hyphen_min = 2, right_hyphen_min = 2, 50 letters
patgen: pattern.5: No such file or directory
This is PATGEN, Version 2.4 (TeX Live 2012/Debian)
left_hyphen_min = 2, right_hyphen_min = 2, 50 letters
patgen: pattern.6: No such file or directory
This is PATGEN, Version 2.4 (TeX Live 2012/Debian)
left_hyphen_min = 2, right_hyphen_min = 2, 50 letters
patgen: pattern.7: No such file or directory
This is PATGEN, Version 2.4 (TeX Live 2012/Debian)
left_hyphen_min = 2, right_hyphen_min = 2, 50 letters
echo done > dehypht-x/make-full-pattern-trad
cat /home/gp/workspace/wortliste/daten/dehypht-x.1 \
| sed -e "s/@DATE@/2013-11-05/" \
-e "s/@GIT_VERSION@/`cd .; git log --format=%H -1 HEAD --
`/" > dehypht-x/dehypht-x-2013-11-05.pat; \
cat dehypht-x/pattern.rules >> dehypht-x/dehypht-x-2013-11-05.pat; \
cat /home/gp/workspace/wortliste/daten/dehypht-x.2 >> dehypht-
x/dehypht-x-2013-11-05.pat; \
cat dehypht-x/pattern.8 \
| iconv -f latin1 -t utf-8 >> dehypht-x/dehypht-x-2013-11-05.pat; \
cat /home/gp/workspace/wortliste/daten/dehypht-x.3 >> dehypht-
x/dehypht-x-2013-11-05.pat
cat: dehypht-x/pattern.8: Datei oder Verzeichnis nicht gefunden
cat /home/gp/workspace/wortliste/daten/dehypht-x.tex.in \
| sed -e "s/@DATE@/2013-11-05/" > dehypht-x/dehypht-x-2013-11-05.tex
real 0m39.411s
user 0m39.286s
sys 0m1.048s
$
-------------- nächster Teil --------------
Ein Dateianhang mit HTML-Daten wurde abgetrennt...
URL: <https://listi.jpberlin.de/pipermail/trennmuster/attachments/20131105/86fb7443/attachment.htm>
-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname : signature.asc
Dateityp : application/pgp-signature
Dateigröße : 198 bytes
Beschreibung: This is a digitally signed message part.
URL : <https://listi.jpberlin.de/pipermail/trennmuster/attachments/20131105/86fb7443/attachment.asc>
Mehr Informationen über die Mailingliste Trennmuster