clir / clearnlp

Software and resources for natural language processing.
http://www.clearnlp.com
Other
131 stars 31 forks source link

java.io.FileNotFoundException error (Too many open files) when running C2DConvert #10

Open weitechen opened 9 years ago

weitechen commented 9 years ago

When running the C2DConvert on Ontonotes 5.0 data, JVM jumps out the FileNotFoundException when converting the wb/sel/ part.

sameer-pradhan commented 9 years ago

wei-te,

this could be caused if the ulimit on your linux machine (assuming that is what you are using) has a lower hard limit.

-- sameer

On Oct 26, 2015, at 4:38 PM, Wei-Te Chen notifications@github.com wrote:

When running the C2DConvert on Ontonotes 5.0 data, JVM jumps out the FileNotFoundException when converting the wb/sel/ part.

— Reply to this email directly or view it on GitHub.