inconsistent parameters
Opened this issue · 1 comments
andreasbaumann commented
sent = empty punctuation("en","") /doc/text//();
stem = lc:convdia(en):stem(en) word /doc/title();
Why is the parameter for stem
a token en
and for punctuation
the string "en"
?
patrickfrey commented
Both are interchangeable, if the token is an identifier [a-zA-Z]+