Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neeme Kahusk
Lightewn
Commits
1f4dafda
Commit
1f4dafda
authored
Feb 17, 2015
by
Neeme Kahusk
Browse files
pwn relations
parent
10acb14d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/visdic.py
View file @
1f4dafda
...
...
@@ -48,6 +48,7 @@ POINTER_SYMBOLS = { # (symbol, pos):
(
'~'
,
'v'
):{
'gloss'
:
'Hyponym'
,
'vis'
:
'hyponym'
},
(
'*'
,
'v'
):{
'gloss'
:
'Entailment'
,
'vis'
:
'entailment'
},
(
'>'
,
'v'
):{
'gloss'
:
'Cause'
,
'vis'
:
'cause'
},
(
'<'
,
'v'
):{
'gloss'
:
'Participle of verb'
,
'vis'
:
'participle_of_verb'
},
(
'^'
,
'v'
):{
'gloss'
:
'Also see'
,
'vis'
:
'also_see'
},
(
'$'
,
'v'
):{
'gloss'
:
'Verb Group'
,
'vis'
:
'verb_group'
},
(
'+'
,
'v'
):{
'gloss'
:
'Derivationally related form'
,
...
...
@@ -68,6 +69,9 @@ POINTER_SYMBOLS = { # (symbol, pos):
(
';r'
,
'a'
):{
'gloss'
:
'Domain of synset - REGION'
,
'vis'
:
'domain_of_region'
},
(
';u'
,
'a'
):{
'gloss'
:
'Domain of synset - USAGE'
,
'vis'
:
'domain_of_usage'
},
(
'+'
,
'a'
):{
'gloss'
:
'Derivationally related form'
,
'vis'
:
'derivated_from'
},
# NON-DOCUMENTED
(
'-c'
,
'a'
):{
'gloss'
:
'Member of this domain - TOPIC'
,
'vis'
:
'member_of_topic'
},
# The pointer_symbol s for adverbs are:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment