aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2016-04-12 20:58:41 -0700
committerAlex Yatskov <alex@foosoft.net>2016-04-12 20:58:41 -0700
commitbf28dea2838619c6446367f240e240cdddef3586 (patch)
treeb30b9c6b2a8c70092df395492c44300c4d8c6a63 /util
parent7d0991f9c1b1379c669c0da9f1f678285dd0c968 (diff)
Updating dictionaries
Diffstat (limited to 'util')
-rwxr-xr-xutil/compile.py10
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',