S
Sachin
I download an opensource java program named chabria text normalizer
which normalizes a string according to a set of rules defined in a
seperate file. This file is read by the program to apply rules. Source
for parse this rules is auto generated by another opensource program
named JavaCC. I run this program on Wndows
When i change something this file program throws an exception " replace
\r\n with \n ....".
I use notepad on windows to edit the rule file.
Notepad use \r\n to present newline, and i think this may be thew cause
for this error. And this text normalizer program is generated on a Unix
platform.
I want to run this on Windows and please tell me how do I avoid this.
This is realy a headache for me.
which normalizes a string according to a set of rules defined in a
seperate file. This file is read by the program to apply rules. Source
for parse this rules is auto generated by another opensource program
named JavaCC. I run this program on Wndows
When i change something this file program throws an exception " replace
\r\n with \n ....".
I use notepad on windows to edit the rule file.
Notepad use \r\n to present newline, and i think this may be thew cause
for this error. And this text normalizer program is generated on a Unix
platform.
I want to run this on Windows and please tell me how do I avoid this.
This is realy a headache for me.