Revision: 16795
http://sourceforge.net/p/gate/code/16795
Author: markagreenwood
Date: 2013-08-15 20:00:00 +0000 (Thu, 15 Aug 2013)
Log Message:
-----------
actually store the case sensitivity flag so that it will get used
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 19:59:09 UTC (rev 16794)
+++
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/MorphologyReader.java
2013-08-15 20:00:00 UTC (rev 16795)
@@ -31,7 +31,6 @@
protected String encoding;
-
private boolean caseSensitive;
private final static String LINE_PREFIX = "le(";
@@ -43,6 +42,7 @@
public MorphologyReader(boolean caseSensitive) {
lemmas = new HashSet<Lemma>();
+ this.caseSensitive = caseSensitive;
}
/** Loads the morphology files */
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