diff options
Diffstat (limited to 'util/compile.py')
-rwxr-xr-x | util/compile.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/util/compile.py b/util/compile.py index b41fdf6d..8d8470dd 100755 --- a/util/compile.py +++ b/util/compile.py @@ -44,6 +44,7 @@ PARSED_TAGS = { 'aux': 'auxiliary', 'aux-adj': 'auxiliary adjective', 'aux-v': 'auxiliary verb', + 'c': 'company name', 'chn': 'children\'s language', 'col': 'colloquialism', 'comp': 'computer terminology', @@ -53,12 +54,15 @@ PARSED_TAGS = { 'eK': 'exclusively kanji', 'ek': 'exclusively kana', 'exp': 'Expressions (phrases, clauses, etc.)', + 'f': 'female given name', 'fam': 'familiar language', 'fem': 'female term or language', 'food': 'food term', + 'g': 'given name, as-yet not classified by sex', 'geom': 'geometry term', 'gikun': 'gikun (meaning) reading', 'gram': 'grammatical term', + 'h': 'full (usually family plus given) name of a particular person', 'hon': 'honorific or respectful (sonkeigo) language', 'hum': 'humble (kenjougo) language', 'iK': 'word containing irregular kanji usage', @@ -68,6 +72,7 @@ PARSED_TAGS = { 'io': 'irregular okurigana usage', 'iv': 'irregular verb', 'ling': 'linguistics terminology', + 'm': 'male given name', 'm-sl': 'manga slang', 'male': 'male term or language', 'male-sl': 'male slang', @@ -84,16 +89,21 @@ PARSED_TAGS = { 'obsc': 'obscure term', 'ok': 'out-dated or obsolete kana usage', 'on-mim': 'onomatopoeic or mimetic word', + 'p': 'place-name', 'physics': 'physics terminology', 'pn': 'pronoun', 'poet': 'poetical term', 'pol': 'polite (teineigo) language', + 'pr': 'product name', 'pref': 'prefix', 'prt': 'particle', 'rare': 'rare (now replaced by "obsc")', + 's': 'surname', 'sens': 'sensitive word', 'sl': 'slang', + 'st': 'stations', 'suf': 'suffix', + 'u': 'person name, either given or surname, as-yet unclassified', 'uK': 'word usually written using kanji alone', 'uk': 'word usually written using kana alone', 'v1': 'Ichidan verb', |