correct refer to resource file

git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@7 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
alexander.a.kuznetsov 2009-04-11 21:09:55 +00:00
parent d949cd19a4
commit c7c145a014

View File

@ -25,7 +25,7 @@ public class ArrayEvristics {
}
public void readFromResource() throws IOException {
InputStream stream = this.getClass().getResourceAsStream("/arrayEvritics.txt");
InputStream stream = this.getClass().getResourceAsStream("/russianSuffixesEvristics.txt");
BufferedReader bufferedReader = new BufferedReader(new InputStreamReader(stream));
readFromBufferedRreader(bufferedReader);
}