Skip to content
Snippets Groups Projects
Commit f5a608f0 authored by Adam Radziszewski's avatar Adam Radziszewski
Browse files

tests for affix and lower+upper

parent cb2e4b89
Branches
No related merge requests found
tagset=kipi
---
lower(["pałąk", "Pałąk", "PAŁĄK", "pałĄK"])
["pałąk"]
---
upper(["żółć", "ŻÓŁĆ", "Żółć", "żÓłĆ"])
["ŻÓŁĆ"]
---
upper(["Schlüssel", "ěêĕ"])
["SCHLÜSSEL", "ĚÊĔ"]
---
affix(["pijący", "jedzący", "jedząca", "ca"], -3)
["ąca", "ący", "ca"]
---
affix(["ökonomisch", "ökologisch", "oko", "okoń", "ok"], 3)
["ok", "oko", "öko"]
---
affix(["psi", "pies"], 0)
["pies", "psi"]
---
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment