-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
check relations domains #26
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
name lexicographer file text file rdf pos domain description | ||
antonymOf ! ant wn30/own-pt/schema/antonymOf nvar word Antonym | ||
antonymOf ! ant wn30/own-pt/schema/antonymOf n,v,a,r word Antonym | ||
memberHolonymOf #m hm wn30/own-pt/schema/memberHolonymOf n synset Member holonym | ||
partHolonymOf #p hp wn30/own-pt/schema/partHolonymOf n synset Part holonym | ||
substanceHolonymOf #s hs wn30/own-pt/schema/substanceHolonymOf n synset Substance holonym | ||
sameVerbGroupAs $ vg wn30/own-pt/schema/sameVerbGroupAs v synset,word Verb Group | ||
memberMeronymOf %m mm wn30/own-pt/schema/memberMeronymOf n synset Member meronym | ||
partMeronymOf %p mp wn30/own-pt/schema/partMeronymOf n synset Part meronym | ||
substanceMeronymOf %s ms wn30/own-pt/schema/substanceMeronymOf n synset Substance meronym | ||
similarTo & sim wn30/own-pt/schema/similarTo a synset Similar to | ||
similarTo & sim wn30/own-pt/schema/similarTo a,s synset Similar to | ||
entails * entail wn30/own-pt/schema/entails v synset entailment | ||
derivationallyRelated + drf wn30/own-pt/schema/derivationallyRelated nv synset,word Derivationally related form | ||
classifiedByTopic -c mt wn30/own-pt/schema/classifiedByTopic nvar synset,word Member of this domain - TOPIC | ||
classifiedByRegion -r mr wn30/own-pt/schema/classifiedByRegion nvar synset,word Member of this domain - REGION | ||
classifiedByUsage -u mu wn30/own-pt/schema/classifiedByUsage nvar synset,word Member of this domain - USAGE | ||
derivationallyRelated + drf wn30/own-pt/schema/derivationallyRelated n,v,a,s synset,word Derivationally related form | ||
classifiedByTopic -c mt wn30/own-pt/schema/classifiedByTopic n,v,a,r,s synset,word Member of this domain - TOPIC | ||
classifiedByRegion -r mr wn30/own-pt/schema/classifiedByRegion n,v,a,r,s synset,word Member of this domain - REGION | ||
classifiedByUsage -u mu wn30/own-pt/schema/classifiedByUsage n,v,a,r,s synset,word Member of this domain - USAGE | ||
classifiesByTopic ;c dt wn30/own-pt/schema/classifiesByTopic n synset,word Domain of synset - TOPIC | ||
classifiesByRegion ;r dr wn30/own-pt/schema/classifiesByRegion n synset,word Domain of synset - REGION | ||
classifiesByUsage ;u du wn30/own-pt/schema/classifiesByUsage n synset,word Domain of synset - USAGE | ||
participleOf < pv wn30/own-pt/schema/participleOf a word Participle of verb | ||
attribute = attr wn30/own-pt/schema/attribute na synset Attribute | ||
attribute = attr wn30/own-pt/schema/attribute n,a synset Attribute | ||
causes > cause wn30/own-pt/schema/causes v synset Cause | ||
hypernymOf @ hyper wn30/own-pt/schema/hypernymOf nv synset Hypernym | ||
hypernymOf @ hyper wn30/own-pt/schema/hypernymOf n,v synset Hypernym | ||
instanceOf @i ihyper wn30/own-pt/schema/instanceOf n synset Instance Hypernym (9/11 is a terrorist attack) | ||
pertainsTo \ pe wn30/own-pt/schema/pertainsTo ar word Pertainym pertains to noun/adjective | ||
seeAlso ^ see wn30/own-pt/schema/seeAlso va synset,word Also see | ||
hyponymOf ~ hypo wn30/own-pt/schema/hyponymOf nv synset Hyponym | ||
pertainsTo \ pe wn30/own-pt/schema/pertainsTo a,r word Pertainym pertains to noun/adjective | ||
seeAlso ^ see wn30/own-pt/schema/seeAlso v,a synset,word Also see | ||
hyponymOf ~ hypo wn30/own-pt/schema/hyponymOf n,v synset Hyponym | ||
hasInstance ~i ihypo wn30/own-pt/schema/hasInstance n synset Instance Hyponym (terrorist attack has instance 9/11) | ||
lexicographerFile _ _ wn30/own-pt/schema/lexicographerFile nvar synset lexicographer file relation | ||
definition _ d wn30/own-pt/schema/definition nvar synset definition relation | ||
example _ e wn30/own-pt/schema/example nvar synset example relation | ||
containsWordSense _ w wn30/own-pt/schema/containsWordSense nvar synset contains word sense relation | ||
frame _ fs wn30/own-pt/schema/frame nvar synset,word frame relation | ||
lexicalForm _ _ wn30/own-pt/schema/lexicalForm nvar synset lexicographer file relation | ||
lexicographerFile _ _ wn30/own-pt/schema/lexicographerFile n,v,a,r,s synset lexicographer file relation | ||
definition _ d wn30/own-pt/schema/definition n,v,a,r,s synset definition relation | ||
example _ e wn30/own-pt/schema/example n,v,a,r,s synset example relation | ||
containsWordSense _ w wn30/own-pt/schema/containsWordSense n,v,a,r synset contains word sense relation | ||
frame _ fs wn30/own-pt/schema/frame v synset,word frame relation | ||
lexicalForm _ _ wn30/own-pt/schema/lexicalForm n,v,a,r,s synset lexicographer file relation | ||
syntacticMarker _ marker wn30/own-pt/schema/syntacticMarker a word marker |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
algum problema com essa mudança? imagino que não mas é bom checar rs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hmuniz
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tudo top!