On Sat, Oct 17, 2009 at 1:55 AM, Clandes Tino <span dir="ltr">&lt;<a href="mailto:clandestino_bgd@yahoo.co.uk" target="_blank">clandestino_bgd@yahoo.co.uk</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Hi Wolfgang,<br>
I am very interested in using Drools in common NLP tasks and would really like to have something to startup with, while I am still drools novice.<br>
<br>
Do you mind if I ask, is the code you posted part of some library/project?<br>
<br></blockquote><div>This code was the result of one of a series of experiments with the intent of showing how<br>rules might be used for modelling prototypes (for a specific application domain). I should emphasize that implementing a lexer by rules isn&#39;t the most efficient technique, and blatantly disregarding available tools such as lex or antlr3.<br>
<br>It does, however, illustrate the option of avoiding a potentially large set of (parsing) rules by a set of facts that are &quot;interpreted&quot; by a single generic rule expressing the basic behaviour of a FSM.<br><br>
-W<br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Thanks &amp; best,<br>
Milan<br>
</blockquote></div><br>