gov.nih.nlm.nls.gspell
Class WuisAndWords

java.lang.Object
  extended bygov.nih.nlm.nls.gspell.WuisAndWords

public final class WuisAndWords
extends java.lang.Object

WuisAndWords is a (private) package class used to store Word Ids (wuis) and left over words that could not be mapped to a word Id (missed Words). This class is used within the BagOfWordsPlus class. It is not intended to be viewed outsided of this context. Tue Jan 28 11:27:29 EST 2003, divita Initial Version


Constructor Summary
WuisAndWords()
          This is a constructor for WuisAndWords This constructor has no parameters.
 
Method Summary
(package private)  java.lang.String[] getMissedWords()
          Method getMissedWords
(package private)  int[] getWuis()
          Method getWuis
(package private)  void setMissed(java.lang.String[] pMissed)
          Method setMissed
(package private)  void setWuis(int[] pWuis)
          Method setWuis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WuisAndWords

public WuisAndWords()
This is a constructor for WuisAndWords This constructor has no parameters.

Method Detail

setMissed

final void setMissed(java.lang.String[] pMissed)
Method setMissed

Parameters:
pMissed -

setWuis

final void setWuis(int[] pWuis)
Method setWuis

Parameters:
pWuis -

getMissedWords

final java.lang.String[] getMissedWords()
Method getMissedWords

Returns:
String[]

getWuis

final int[] getWuis()
Method getWuis

Returns:
int[]


The use and distribution of this material is subject to the terms and conditions included in the file SPECIALIST_NLP_TOOLS_TERMS_AND_CONDITIONS.TXT, located in the root directory of the distribution.