Re: multiple grammar files

2014-02-12 Thread Andriy Rysin
On 02/12/2014 12:14 PM, Daniel Naber wrote: > On 2014-02-12 05:21, Andriy Rysin wrote: > >> It was really easy by overriding the getRuleFileNames() from Language >> class but I see that nobody else is doing that so I wanted to check >> first if anybody sees anything wrong with this approach. > I do

Re: multiple grammar files

2014-02-12 Thread Daniel Naber
On 2014-02-12 05:21, Andriy Rysin wrote: > It was really easy by overriding the getRuleFileNames() from Language > class but I see that nobody else is doing that so I wanted to check > first if anybody sees anything wrong with this approach. I don't see anything wrong, but we might rely on "gramm

Re: multiple grammar files

2014-02-12 Thread Marcin MiƂkowski
W dniu 2014-02-12 05:21, Andriy Rysin pisze: > I finally got to implement my old dream :) - split grammar.xml for > Ukrainian: it got quite big to maintain easily and it can be logically > split by categories. > It was really easy by overriding the getRuleFileNames() from Language > class but I see