I have downloaded Apache opennlp from opennlp and after extracting added the two .jar files in the referenced libraries. write a simple code:
modelIn = new FileInputStream("en-sent.bin");
OUTPUT:
java.io.FileNotFoundException: en-sent.bin (The system cannot find the file specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at Home.main(Home.java:16)