Junte-Bot Livre do Parceiro e o Afiliado do programa e apoiar o nosso livre de plataforma
Bugs and Features : Input word quoting versus variable and Parts of speech branching

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

por admin postado 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
Postado: Jan 15 2015, 7:53
Respostas: 0
Pontos de vista: 1581, hoje: 4, semana: 5, mês: 8
0 0 0.0/5