Commit c6ac91c8542dce711353bfee08fb3521e9ba642e

Authored by Michał Lenart
1 parent ce700e9a

mała poprawka w teście liczb rzymskich

git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/trunk@308 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
tests/analyzer/test_digits_roman/segmentation.dat
... ... @@ -20,8 +20,6 @@ moze_interp( dig>* dig )
20 20  
21 21 ### LICZBY RZYMSKIE - reguły - START
22 22  
23   -# TODO - zrobić z tego makro romandigI>{0,3}
24   -
25 23 #define one_to_three(rdig) (rdig>{0,2} rdig)
26 24  
27 25 #define rzymskie1 ( (romandigI> romandigX) | (romandigV> one_to_three(romandigI)) | (romandigI> romandigV) | one_to_three(romandigI) )
... ... @@ -39,7 +37,7 @@ moze_interp( dig>* dig )
39 37  
40 38  
41 39 # Liczby rzymskie
42   -liczba_rzymska
  40 +moze_interp(liczba_rzymska)
43 41  
44 42 ### LICZBY RZYMSKIE - reguły - KONIEC
45 43  
... ... @@ -49,6 +47,8 @@ kropka
49 47 przecinek
50 48 dywiz
51 49 dig
  50 +
  51 +### LICZBY RZYMSKIE - typy segmentów - START
52 52 romandigI
53 53 romandigV
54 54 romandigX
... ... @@ -56,6 +56,8 @@ romandigL
56 56 romandigC
57 57 romandigD
58 58 romandigM
  59 +### LICZBY RZYMSKIE - typy segmentów - KONIEC
  60 +
59 61 samodz
60 62  
61 63 [lexemes]
... ...