Daniel,

Maybe I am wrong,but suppose this speeds things up, wouldn't it also make
things a lot more complex?

Is it a real option?

Wouldn't a faster server, faster compiler (if available) be easier solutions?

Or could moving some processing to the client side be an option?

Ruud


> On 19.11.2012, 21:03:19 Marcin Miłkowski wrote:
>
>> Now the obvious question is: Is JAPE really faster? Last time I tried
>> GATE, it was sluggish.
>
> If someone wants to give it a try, see the attachment for how LT rules
> could be exported to Jape - totally incomplete and thus not correct, but
> good enough to get rules for a first round of performance tests.
>
> For example, this LT rule pattern...
>
> <pattern>
>   <token regexp="yes">wohnt|lebt</token>
>   <token>und</token>
>   <token>abreitet</token>
> </pattern>
>
> ... looks like this in Jape:
>
> Rule: mytest2
> (
>   {Token.string ==~ "wohnt|lebt"}
>   {Token.string == "und"}
>   {Token.string == "abreitet"}
> )
> :mytest
> -->
> :mytest.FooBar = { rule = "MyRuleMatch" }
>
>
> Regards
>  Daniel
>
> --
> http://www.danielnaber.de
> ------------------------------------------------------------------------------
> Monitor your physical, virtual and cloud infrastructure from a single
> web console. Get in-depth insight into apps, servers, databases, vmware,
> SAP, cloud infrastructure, etc. Download 30-day Free Trial.
> Pricing starts from $795 for 25 servers or applications!
> http://p.sf.net/sfu/zoho_dev2dev_nov_______________________________________________
> Languagetool-devel mailing list
> Languagetool-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/languagetool-devel
>



------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to