Viewing 2 posts - 1 through 2 (of 2 total)
I tried to compile it with newest Irony.
I managed to fix errors due to methods change on Irony, but Grammar doesn't work.
With just these changes (new Irony, and changed...
September 29, 2009 at 11:58 pm
#1059801
You can add (and replace existing) following lines to support all unicode characters:
string additionalTermCharacters = "";
//Add international (unicode) characters
for (int i = 192; i < 512;...
September 29, 2009 at 4:44 am
#1059375