segmentation.dat
635 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[options]
aggl=strict permissive isolated
praet=split composite
[combinations]
#define wsz_interp (interp|kropka|przecinek|dywiz)*
#define moze_interp(segmenty) wsz_interp segmenty wsz_interp
# Segmenty występujące samodzielnie:
#
# domyślny typ segmentu samodzielnego:
moze_interp(samodz)
# Pojedyncze znaki interpunkcyjne
moze_interp(interp|kropka|przecinek|dywiz)
# Liczba zapisana jako ciąg cyfr:
moze_interp( dig>* dig )
[segment types]
interp
kropka
przecinek
dywiz
dig
samodz
[lexemes]
kropka . interp
przecinek , interp
dywiz - interp
[tags]
dig dig
interp interp
samodz %
[separator chars]
# ,
44
# .
46
# ;
59