-
Notifications
You must be signed in to change notification settings - Fork 68
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
modified maybe-rule for post-processing #154
Conversation
Removed the hard-coded varscope stuff for MAYBE, using regular expression instead. Mentioned briefly at #89 The |
modified maybe-rule for post-processing
Ah, I see. That sounds reasonable. However, if the stv for each modal verb would be different, what would determine what is the exact value for each? It seems to be highly susceptible to different people's interpretation. BTW, the helper function is at the pull request opencog/opencog#990 |
In terms of how to determine the stv, that's a question for @bgoertzel ;-P In general, that should vary from different people/characters/agents who say and different people/characters/agents who hear... But we may ignore that complexity at the beginning and just define some initial fixed stv for each modal verb to get things working first. |
I have created an issue for discussing the general issue of dealing with stv for each relex relations @ #164 |
A note on that for future consideration: Some natural languages actually mark their sentences with something like an stv; they are called "epistemic markers" and Aaron On Thu, 8/21/14, Ruiting Lian [email protected] wrote: Subject: Re: [relex] modified maybe-rule for post-processing (#154) In terms of how to determine the — |
oops, no, now I realize you mean confidence in the parse, not confidence in the claim -- excuse me! On Thu, 8/21/14, [email protected] [email protected] wrote: Subject: Re: [relex] modified maybe-rule for post-processing (#154) A note on that for future Some natural Aaron On Thu, 8/21/14, Ruiting Lian [email protected] Subject: Re: [relex] In terms of how to determine people/characters/agents who say and different first. — |
What I meant was the confidence in the claim. What Amen meant was the Ruiting Lian On Thu, Aug 21, 2014 at 3:10 PM, anitzkin [email protected] wrote:
|
Corresponding rule for opencog/opencog#990
It seems not necessary to pass
$r_maybe
value to the rule.