Last indexation completed on 2024-11-24 05:23:02 UTC
# Exclusion dictionaries for Norwegian Bokmål
# ───────────────────────────────────────────
# [Note: This file is runnable using ‘sh’.]
#
# The file ‘imperativfeil.dat’ contains a list of imperatives
# misspelled with an accent. For example, it contains the
# word ‘installér’ (should be spelled ‘installer’).
fgrep 'verb imp' fullformsliste_nb.txt | awk -F'\t' '{ print $2 }' | \
grep '^[^-].*er$' | sort -u | sed 's/er$/ér/' > imperativfeil.dat
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
Parent directory | - | 2024-02-11 02:06:32 | |||
CMakeLists.txt | 151 bytes | 2024-02-11 02:06:32 | - | ||
imperativfeil.dat | 20137 bytes | 2024-02-11 02:06:32 | - | ||
README | 555 bytes | 2024-02-11 02:06:32 | - |