Am I right that this method won't work out of the box, but requires
changes to the Java code? I tried it but the external files failed to load.
The only worry I have is that changes to the categories (like splitting
a category etc.) will be more complicated.

Daniel Naber wrote:
> grammar.xml contains only the existing entity declarations and this:
> 
> <!ENTITY typos SYSTEM "classpath:/rules/de/typos.xml">
> <!ENTITY typos SYSTEM "classpath:/rules/de/grammar.xml">
> 
> <rules>
> 
>  &typos;
>  &grammar;
>  (etc)
> 
> </rules>
> 
> That means that the actual rules are included from types.xml etc. The rules 
> can still use the entities, without duplicating them. Does that sound okay 
> to you?

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-devel mailing list
Languagetool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-devel

Reply via email to