Revision: 16796
          http://sourceforge.net/p/gate/code/16796
Author:   markagreenwood
Date:     2013-08-15 20:00:59 +0000 (Thu, 15 Aug 2013)
Log Message:
-----------
removed an unused field

Modified Paths:
--------------
    
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/MorphologyReader.java

Modified: 
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/MorphologyReader.java
===================================================================
--- 
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/MorphologyReader.java
 2013-08-15 20:00:00 UTC (rev 16795)
+++ 
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/MorphologyReader.java
 2013-08-15 20:00:59 UTC (rev 16796)
@@ -11,8 +11,6 @@
 import com.ontotext.russie.WrongFormatException;
 
 /**
- * MorphologyReader.java
- *
  * This class reads in the morphology with the word forms and creates lists of
  * Lemmas that present wordforms and varios other morhological and syntactic
  * information for them. It needs the path to the morphology to be set before
@@ -26,9 +24,6 @@
  */
 public class MorphologyReader implements RussIEConstants {
 
-  /** the path to the morphology */
-  private String morphPath;
-
   protected String encoding;
 
   private boolean caseSensitive;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to