加入机器人自由的 合作伙伴和联盟 的程序和支持我们免费开放平台
Bugs and Features : Input word quoting versus variable and Parts of speech branching

RE: Input word quoting versus variable and Parts of speech branching

通过 admin 发布 Jan 15 2015, 7:53

The NounVerbAdjective script is probably your best place to start for this. It can already parse phrases like "Does Jane run fast".

If you want to perform a multi-pass parser, you can have two or more cases in your root state, i.e.

case :input goto State:posState for each #word of :sentence;
case :input goto State:understandState for each #word of :sentence;

The posState could process, but only tag the input (i.e. do (associate :input to :subject by #subject), or maybe on the :sentence, :input is specific to this context, :sentence is persistent). Then your understandState could use this information in its parsing. To get the posState to return just use "return" or just have no quotient, then it will evaluate the next state.


Id: 706833
发布: Jan 15 2015, 7:53
答复: 0
的风景: 1585, 今天: 1, 周: 9, 一个月: 12
0 0 0.0/5