Licence ------- CC-by-sa (See "Creative Commons Legal Code.html" or follow the link https://creativecommons.org/licenses/by-sa/2.0/legalcode) Software -------- These resource are for use together with CSTlemma: https://github.com/kuhumcst/cstlemma Examples of using CSTlemma with resources for Danish text. ---------------------------------------------------------- Lemmatise using flex rules only: cstlemma -L -eU -p+ -q- -t- -f'0/flexrules' -B'$w' -l- -c'$w/$B$s' -i input.txt -o output.txt Lemmatise using dictionary for known words and flex rules for the rest: cstlemma -L -eU -p+ -q- -t- -f'1/flexrules' -B'$w' -l- -b'$w' -d'dict' -u -c'$b1[[$b~1]?$B]$s' -i input.txt -o output.txt For many more options: cstlemma -h