First try at FrameNet class mappings - #100
Open
nordlow wants to merge 1 commit into
Open
Conversation
Contributor
|
Hi Per,
Context is an important notion, but too varied to be incorporated as
a single relationship. Context in SUMO can be expressed as a variety of
different conditions in rules. In some of my recent work, I've been
examining what we mean when we use adjectives such as
He's fast.
He's a fast runner.
He's a fast Olympic runner.
He's a fast runner for a man over 60.
The adjective "fast" has no meaning independent of its context. For
this we can expand the &%manner relation to be &%mannerInContext which
would take a class (likely dynamically created with KappaFn) over which
the adjective is intended to apply (such as the class of Olympic runners).
But that's just one aspect of context. So if FrameNext has a single
relation for context, I'd say that's a bit naive for an ontology, and
would have to be ignored for now until a more expressive mapping scheme
could be developed.
all the best,
Adam
…On 09/09/2017 09:56 AM, Per Nordlöw wrote:
I haven't found something similar to |inContext| in SUMO. Does it exist?
------------------------------------------------------------------------
You can view, comment on, or merge this pull request online at:
#100
Commit Summary
* First try at FrameNet mappings
File Changes
* *A* FrameNetMappings/FrameNet.kif
<https://github.com/ontologyportal/sumo/pull/100/files#diff-0> (41)
Patch Links:
* https://github.com/ontologyportal/sumo/pull/100.patch
* https://github.com/ontologyportal/sumo/pull/100.diff
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#100>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACBvHTDWjsXB6DIaVQnxaguycQNTIcV6ks5sgsMogaJpZM4PSDRO>.
--
-------------------
Adam Pease
http://www.ontologyportal.org
http://www.adampease.org
@apease_ontology on Twitter
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I haven't found something similar to
inContextin SUMO. Does it exist?