-
Notifications
You must be signed in to change notification settings - Fork 9
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
Some information about senses is not stored #63
Comments
These syntactic markers, or at least the descriptions, seem rather English-specific. For instance, it is not necessarily the case that attributive adjectives are prenominal (such as in Spanish or French), and it would be odd to have postpositive without prepositive. And even for English, what is the intended use? To mark attributives that cannot vary their position (such as main or ago)? |
G'day,
Yes, these are are language specific (which is why they should be linked to
senses). We don;t have prepositive as it is the default in English (so
these are marked subtypes). And, as you say, they are used to mark things
such as
main or ago.
…On Wed, Apr 3, 2019 at 1:51 PM Michael Wayne Goodman < ***@***.***> wrote:
These syntactic markers, or at least the descriptions, seem rather
English-specific. For instance, it is not necessarily the case that
attributive adjectives are prenominal (such as in Spanish or French), and
it would be odd to have postpositive without prepositive. And even for
English, what is the intended use? To mark attributives that cannot vary
their position (such as *main* or *ago*)?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABD8xqAVZOGU3rtH4J4WWDV96MJdb4EOks5vdEFegaJpZM4cPaAy>
.
--
Francis Bond <http://www3.ntu.edu.sg/home/fcbond/>
Division of Linguistics and Multilingual Studies
Nanyang Technological University
|
That is my point. In some other languages postpositive would be the default, so it would be improper, I think, to define a Or perhaps I'm not understanding what syntactic markers are or what you mean by "make three new entries"... |
These are already in the Princeton Wordnet database, but as a special
case. So I want to make sure that we lose no data.
We can make the definitions specific to English: (and add a domain link!).
I want to NOT have special marker, but just link to synsets.
…On Wed, Apr 3, 2019 at 4:00 PM Michael Wayne Goodman < ***@***.***> wrote:
We don;t have prepositive as it is the default in English (so these are
marked subtypes)
That is my point. In some other languages postpositive would be the
default, so it would be improper, I think, to define a postpositive
marker without the option for a prepositive marker, even if you only mark
the non-default case on senses for each language.
Or perhaps I'm not understanding what syntactic markers are or what you
mean by "make three new entries"...
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#63 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABD8xihWZSUOIJv6_CkcfsbikvFp8YMSks5vdF-AgaJpZM4cPaAy>
.
--
Francis Bond <http://www3.ntu.edu.sg/home/fcbond/>
Division of Linguistics and Multilingual Studies
Nanyang Technological University
|
Regarding relations , I noted some time ago that some relations are between synsets and senses , but Francis surely know that! Just helping to ensure no data will be lost. |
Can you give some concrete examples? I could not find in PWN (but it
could be we lost them somewhere)
|
Sorry, my mistake. In our paper http://arademaker.github.io/files/gwc-2016-icv.pdf we discussed that range and domain of some relations in the WN docs are not precisely defined (section 5.2).
But double-checking now, I confirmed that we don't have sense-synset nor synset-sense for them, but we do have both sense-sense and synset-synset. |
Thanks for checking.
I think we should allow sense-synset, but the PWN database did not allow
for it. Instead they link a sense to all of the senses of some synsets!
I am hoping we can introduce it in OMW, ...
|
Ah, that is another way to see. You are saying that the proper translation to RDF would be to propagate some synset1-synset2 relations to all-senses-synset-1 to all-senses-synset-2, is that right? But as you can see in this other query https://ibm.co/2FY6VGp for the
Or are you saying that it is in the other way around? That is, some sense-sense relations should be collapsed to synset1-synset2 whenever we confirm that all senses of synset1 are linked to all senses of synset2 by that relation. |
Ah ok, so map the PWN syntactic marker annotations to OMW sense-synset links. Still, I can imagine if one sees (postpositive, is_exemplified_by, "ago") they might want to find what is exemplified by "prepositive" as well. It would help if we could negate subqueries, e.g., those items that are not exemplified by "postpositive" (which would include unconstrained and strictly prepositive examples). |
I see your point, but I think almost all English adjectives are
prepositive, right?
I guess French of Indonesian might have more interesting examples.
|
In Portuguese, the prepositive usually has a figurative meaning and postpositive usually has the literal meaning. |
I just checked and we are missing a few things from the database:
NLTK does not read participles, so we are also missing them!
*_domain links to lemmas, but I think it should link to synsets
syntactic markers are for adjectives:
(p) predicate position
(a) prenominal (attributive) position
(ip) immediately postnominal position
I think we should make three new entries (attributive adjective, predicative adjective and postpositive adjective: check Huddleston for names).
Then we could link with exemplifies.
We should cross-check with the ERG
We have no examples of participles (but e.g. elapsed/elapse should be), similar or other.
The text was updated successfully, but these errors were encountered: