opennlp.tools.namefind
Class NameSample
java.lang.Object
   opennlp.tools.namefind.NameSample
opennlp.tools.namefind.NameSample
- public class NameSample 
- extends Object
Class for holding names for a single unit of text.
| Field Summary | 
| static String | DEFAULT_TYPEThe a default type value when there is no type in training data.
 | 
 
 
 
 
DEFAULT_TYPE
public static final String DEFAULT_TYPE
- The a default type value when there is no type in training data.
 
- See Also:
- Constant Field Values
 
NameSample
public NameSample(String[] sentence,
                  Span[] names,
                  String[][] additionalContext,
                  boolean clearAdaptiveData)
- Initializes the current instance.
 
- Parameters:
- sentence- training sentence
- names-
- additionalContext-
- clearAdaptiveData- if true the adaptive data of the 
     feature generators is cleared
 
NameSample
public NameSample(String[] sentence,
                  Span[] names,
                  boolean clearAdaptiveData)
getSentence
public String[] getSentence()
- 
 
getNames
public Span[] getNames()
- 
 
getAdditionalContext
public String[][] getAdditionalContext()
- 
 
isClearAdaptiveDataSet
public boolean isClearAdaptiveDataSet()
- 
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- Object
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
- 
 
parse
public static NameSample parse(String taggedTokens,
                               boolean isClearAdaptiveData)
                        throws IOException
- 
- Throws:
- IOException
 
parse
public static NameSample parse(String taggedTokens,
                               String defaultType,
                               boolean isClearAdaptiveData)
                        throws IOException
- 
- Throws:
- IOException
 
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.