|
From: <ian...@us...> - 2016-04-27 10:16:37
|
Revision: 19262
http://sourceforge.net/p/gate/code/19262
Author: ian_roberts
Date: 2016-04-27 10:16:35 +0000 (Wed, 27 Apr 2016)
Log Message:
-----------
Bug fix - lexicon was left as null when duplicating
Modified Paths:
--------------
gate/trunk/plugins/Lang_Welsh/src/wnlt/morph/Interpret.java
Modified: gate/trunk/plugins/Lang_Welsh/src/wnlt/morph/Interpret.java
===================================================================
--- gate/trunk/plugins/Lang_Welsh/src/wnlt/morph/Interpret.java 2016-04-27 01:22:27 UTC (rev 19261)
+++ gate/trunk/plugins/Lang_Welsh/src/wnlt/morph/Interpret.java 2016-04-27 10:16:35 UTC (rev 19262)
@@ -123,6 +123,7 @@
fsms = existingInterpret.fsms;
patterns = existingInterpret.patterns;
initialState = existingInterpret.initialState;
+ lexicon = existingInterpret.lexicon;
}
class CharClass {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|