On 16.11.2012, 10:35:36 Marcin MiÅkowski wrote: > Regexp matching is the slowest thing. There's no difference in speed > between postag and word level matching
I can only gain 10% performance improvement by disabling regex in Element.java. What I did for testing was replacing if (stringRegExp) { with if (stringRegExp && false) { and the same for posRegExp. 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