Class TagExtractor
- java.lang.Object
-
- com.optimaize.langdetect.cybozu.util.TagExtractor
-
public class TagExtractor extends Object
TagExtractor
is a class which extracts inner texts of specified tag. Users don't use this class directly.- Author:
- Nakatani Shuyo
-
-
Constructor Summary
Constructors Constructor Description TagExtractor(String tag, int threshold)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(String line)
void
clear()
void
closeTag(LangProfile profile)
int
count()
void
setTag(String tag)
-
-
-
Constructor Detail
-
TagExtractor
public TagExtractor(String tag, int threshold)
-
-
Method Detail
-
count
public int count()
-
clear
public void clear()
-
setTag
public void setTag(String tag)
-
add
public void add(String line)
-
closeTag
public void closeTag(LangProfile profile)
-
-