
2009-10-25 (3.0):
	-using generics (i.e. at least Java 1.5 is required now for jWordSplitter)
	-AbstractWordSplitter.splitWords(String) is now called AbstractWordSplitter.splitWord(String)
	-slightly better handling of German compounds with hyphens
	-small extensions to the dictionary 

2008-11-09 (2.2):
	-in strict mode the minimum length of words is not longer ignored
	-major dictionary update: using a smaller dictionary with less words
	 but hopefully better quality (it's the one that was used for 
	 LanguageTool already)

2008-07-01 (2.1):
	-now distributed as a ZIP
	-simplified output format of TestjWordSplitterGerman
	-comes with a larger German dictionary
	-ImportTxtFile is now called SerializeDict

2007-05-12 (2.0):
	-The JAR can now be used directly to split a list of German words:
	 java -jar jWordSplitter.jar <filename>
	
2007-05-08:
	-checked in original version from Sven Abels
	-removed log4j dependency
	-improved exception handling, i.e. exceptions aren't caught and logged but thrown
	-code cleanup 
	-hardcoded three examples of German compound parts that don't exist as stand-alone 
	 words ("miet-", "grenz-", "ess-")
