| Package | Description |
|---|---|
| org.lionsoul.jcseg.extractor | |
| org.lionsoul.jcseg.extractor.impl | |
| org.lionsoul.jcseg.tokenizer | |
| org.lionsoul.jcseg.tokenizer.core |
| Modifier and Type | Field and Description |
|---|---|
protected ISegment |
KeywordsExtractor.seg
the ISegment object
|
protected ISegment |
KeyphraseExtractor.seg
the ISegment object
|
protected ISegment |
SummaryExtractor.wordSeg
ISegment word tokenizer object
|
| Modifier and Type | Method and Description |
|---|---|
ISegment |
KeywordsExtractor.getSeg() |
ISegment |
KeyphraseExtractor.getSeg() |
ISegment |
SummaryExtractor.getWordSeg() |
| Modifier and Type | Method and Description |
|---|---|
void |
KeywordsExtractor.setSeg(ISegment seg) |
void |
KeyphraseExtractor.setSeg(ISegment seg) |
void |
SummaryExtractor.setWordSeg(ISegment wordSeg) |
| Constructor and Description |
|---|
KeyphraseExtractor(ISegment seg)
construct method
|
KeywordsExtractor(ISegment seg)
construct method
|
SummaryExtractor(ISegment wordSeg,
SentenceSeg sentenceSeg)
construct method
|
| Constructor and Description |
|---|
TextRankKeyphraseExtractor(ISegment seg) |
TextRankKeywordsExtractor(ISegment seg) |
TextRankSummaryExtractor(ISegment wordSeg,
SentenceSeg sentenceSeg) |
| Modifier and Type | Class and Description |
|---|---|
class |
ASegment
abstract segmentation super class:
1.
|
class |
ComplexSeg
Jcseg complex segmentation implements extended from the ASegment class
this will need the filter works of the four MMSeg rules:
|
class |
DelimiterSeg
delimiter segment algorithm implementation
extended from common segment interface ISegment
|
class |
DetectSeg
Detect segmentation mode return words only in the loaded dictionary
yat, when matched a word and return it
or continue to find the next word in the dictionary
|
class |
NLPSeg
NLP segmentation implementation
And this extends all the properties of the Complex one
the rest of them are build for NLP only
|
class |
SearchSeg
search mode implementation all the possible combination will be returned,
and build it for search of course.
|
class |
SimpleSeg
Jcseg simple segmentation implements extend from ASegment
|
| Modifier and Type | Method and Description |
|---|---|
static ISegment |
SegmentFactory.createJcseg(int mode,
Object... args)
create the specified mode Jcseg instance
|
static ISegment |
SegmentFactory.createSegment(Class<? extends ISegment> _class,
Class<?>[] paramtypes,
Object[] args)
load the ISegment class with the given path
|
| Modifier and Type | Method and Description |
|---|---|
static ISegment |
SegmentFactory.createSegment(Class<? extends ISegment> _class,
Class<?>[] paramtypes,
Object[] args)
load the ISegment class with the given path
|
Copyright © 2017. All Rights Reserved.