Warning, /sdk/pology/lang/nb/exclusion/README is written in an unsupported language. File is not indexed.
0001 # Exclusion dictionaries for Norwegian Bokmål 0002 # ─────────────────────────────────────────── 0003 # 0004 # [Note: This file is runnable using ‘sh’.] 0005 # 0006 # The file ‘imperativfeil.dat’ contains a list of imperatives 0007 # misspelled with an accent. For example, it contains the 0008 # word ‘installér’ (should be spelled ‘installer’). 0009 fgrep 'verb imp' fullformsliste_nb.txt | awk -F'\t' '{ print $2 }' | \ 0010 grep '^[^-].*er$' | sort -u | sed 's/er$/ér/' > imperativfeil.dat