adding header to files

git-svn-id: https://russianmorphology.googlecode.com/svn/trunk@125 d817d54c-26ab-11de-abc9-2f7d1455ff7a
This commit is contained in:
Alexander.A.Kuznetsov@gmail.com
2011-11-29 15:37:15 +00:00
parent 77ce4252ad
commit 2b9e2c5b1e
4 changed files with 46 additions and 3 deletions

View File

@ -143,7 +143,7 @@ public class TestAllWords {
dictionaryReader.process(removeFlexiaWithPrefixes);
long time = System.currentTimeMillis() - startTime;
System.out.println("Done " + wordCount.get() + " in " + time + " ms. " + wordCount.get() / (time / 1000L) + " word per second");
System.out.println("Done " + wordCount.get() + " in " + time + " ms. " + wordCount.get() / (time / 1000.0) + " word per second");
}