Source code of the analyzer:
Java classes with comments

RegEx-transducer version:

	Analyzer.java 
RegExRule.java StemFeature.java NounStemFeature.java Utility.java
TestAnalyzer.java
        API documentation can be found here

Hard-coded version:

	Analyzer.java 
StemFeature.java NounStemFeature.java EndingFeature.java NounEndingFeature.java
TestAnalyzer.java
        API documentation can be found here