CRFSharp icon indicating copy to clipboard operation
CRFSharp copied to clipboard

Some feedback about trainfile size and decode inputfile form

Open edword3x3 opened this issue 8 years ago • 0 comments

  1. Trainfile size is depended on your computer memory. More large memory can process more large corpus size. And, if your log show “Open and check training corpus and templates...“ means the corpus was still being loaded. If your trainfile is too large, even the memory would be out of usage.
  2. Decode inputfile, if you use Chinese corpus, or others language need to use word segmentation, please check the sentence size. If the sentence is too long, maybe cmd would be stopped.

HOPE these can help you Thanks!

edword3x3 avatar Mar 31 '16 13:03 edword3x3