public class JcsegTest extends Object
| Constructor and Description |
|---|
JcsegTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
keyphrase(String str)
keyphrase extractor
|
void |
keywords(String str)
keywords extractor
|
static void |
main(String[] args) |
void |
resetMode(int mode) |
void |
sentence(String str)
key sentence extractor
|
void |
summary(String str)
summary extractor
|
void |
tokenize(String str)
string tokenize handler
|
public JcsegTest()
throws JcsegException,
IOException,
CloneNotSupportedException
public void tokenize(String str) throws IOException
str - IOExceptionpublic void resetMode(int mode)
throws JcsegException
JcsegExceptionpublic void keywords(String str) throws IOException
str - IOExceptionpublic void keyphrase(String str) throws IOException
str - IOExceptionpublic void sentence(String str) throws IOException
str - IOExceptionpublic void summary(String str) throws IOException
str - IOExceptionpublic static void main(String[] args) throws JcsegException, IOException, CloneNotSupportedException
args - JcsegExceptionIOExceptionCloneNotSupportedExceptionCopyright © 2017. All Rights Reserved.