patrickfrey/strusAnalyzer

inconsistent parameters

Opened this issue · 1 comments

    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"?

Both are interchangeable, if the token is an identifier [a-zA-Z]+