Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
home
/
cluster1
/
data
/
bu01
/
1121861
/
logs
/
mmaxwell
/
Upload File :
New :
File
Dir
//proc/self/root/home/cluster1/data/bu01/1121861/logs/mmaxwell/temp.xfst
define Stem {sana} ; define Suff [ [["-pl" .x. {-m}] "@D.STRATUM.SPANISH@"] | [["-pl" .x. {-s}] "@R.STRATUM.SPANISH@"] ]; define W Stem Suff; regex W; echo The network says there are two paths, but of course there's really echo only one word; the -s plural is blocked by the R flag: print words echo Now apply a no-op phonological rule: regex W .o. [h -> h]; echo We should still get one word; the old xfst does so, echo but the new xfst gives none: print words echo Eliminate the flag diacritic: eliminate flag STRATUM echo Now we get the word with both versions: print words