Open arademaker opened 9 years ago
per @vcvpaiva's request.
add morphosemantic relations, described here https://wordnet.princeton.edu/wordnet/download/standoff/
copy/paste:
Morphosemantic Database
Links among noun and verb synsets containing words that share an underlying meaning and are derivationally related. The morphosemantic database (semantic relations between morphologically related nouns and verbs) for WordNet3.0 contains derivational links connecting noun and verb senses, e.g., employment#n1-employ#v2. morphosemantic-links.xls repeats these links, but also give the semantic type of the relationship. The database uses 14 semantic relations, as listed in the README file, and can be downloaded from http://wordnetcode.princeton.edu/standoff-files/morphosemantic-links.xls.
Existem poucas mas algumas relações na Wordnet que não são entre synsets. Um exemplo:
http://logics.emap.fgv.br:10035/repositories/wn30#node/%3Chttp://arademaker.github.com/wn30/schema/antonymOf%3E
No SOLR agora não temos estas relações, mas para as conferências de adjetivos, seria interessante termos os antônimos, por exemplo. Temos que pensar como adicionar estas relações nos docs do SOLR e como apresentar estas relações na interface.
Vide http://www.w3.org/TR/wordnet-rdf/
Vide http://wordnet.princeton.edu/wordnet/man/wndb.5WN.html
The source/target field distinguishes lexical and semantic pointers. It is a four byte field, containing two two-digit hexadecimal integers. The first two digits indicates the word number in the current (source) synset, the last two digits indicate the word number in the target synset. A value of 0000 means that pointer_symbol represents a semantic relation between the current (source) synset and the target synset indicated by synset_offset .
A lexical relation between two words in different synsets is represented by non-zero values in the source and target word numbers. The first and last two bytes of this field indicate the word numbers in the source and target synsets, respectively, between which the relation holds. Word numbers are assigned to the word fields in a synset, from left to right, beginning with 1 .
See wninput(5WN) for a list of pointer_symbol s, and semantic and lexical pointer classifications.
Vide http://wordnet.princeton.edu/wordnet/man/wninput.5WN.html
Pointers are used to represent the relations between the words in one synset and another. Semantic pointers represent relations between word meanings, and therefore pertain to all of the words in the source and target synsets. Lexical pointers represent relations between word forms, and pertain only to specific words in the source and target synsets. The following pointer types are usually used to indicate lexical relations: Antonym, Pertainym, Participle, Also See, Derivationally Related. The remaining pointer types are generally used to represent semantic relations.