Revision: 16793
http://sourceforge.net/p/gate/code/16793
Author: markagreenwood
Date: 2013-08-15 18:46:17 +0000 (Thu, 15 Aug 2013)
Log Message:
-----------
import set rather than explicitly giving the package each time
Modified Paths:
--------------
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/Lemma.java
Modified:
gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/Lemma.java
===================================================================
--- gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/Lemma.java
2013-08-15 18:40:45 UTC (rev 16792)
+++ gate/trunk/plugins/Lang_Russian/src/com/ontotext/russie/morph/Lemma.java
2013-08-15 18:46:17 UTC (rev 16793)
@@ -2,6 +2,8 @@
import gate.FeatureMap;
+import java.util.Set;
+
/**Lemma.java
* @todo : make it allow not distinct types and wfs
* The Lemma consists of alternative word-forms and syntactic and morphological
@@ -63,31 +65,31 @@
/**
* Fetch a set of the word-form suffixes in the lemma according to the root.
* @return the word-form suffixes in this lemma */
-public java.util.Set getSuffixes() ;
+public Set getSuffixes() ;
/**
* Get the set of types relevant to a word-form
* @param wf the word-form
* @return the set of types relevant to the word-form
*/
-java.util.Set getTypeByWF(String wf) ;
+Set getTypeByWF(String wf) ;
/**
* Get the set of types relevant to a word-form suffix
* @param suffix the suffix of the wf
* @return the set of types relevant to the word-form with this suffix
*/
-java.util.Set getTypeBySuffix(String suffix) ;
+Set getTypeBySuffix(String suffix) ;
/**
* Fetch a set of the word-forms in the lemma.
* @return the word-forms in this lemma */
-java.util.Set getWordForms();
+Set getWordForms();
/**
* Fetch the set of word-form types in the lemma
* @return the set of word-form types in the lemma */
-java.util.Set getTypes();
+Set getTypes();
/**Get the suffix nest associated with this lemma.
* @return the nest */
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