|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IMatching | |
|---|---|
| gr.demokritos.iit.jinsect | |
| gr.demokritos.iit.jinsect.gui | |
| gr.demokritos.iit.summarization.analysis | |
| Uses of IMatching in gr.demokritos.iit.jinsect |
|---|
| Methods in gr.demokritos.iit.jinsect with parameters of type IMatching | |
|---|---|
static Union |
utils.getSubStrings(java.lang.String sStr,
int iMaxSubStringSize,
IMatching isMatcher)
Calculates the substrings matching particular requirements in a given string, given a maximum substring size. |
static Union |
utils.getSubStrings(java.lang.String sStr,
int iMaxSubStringSize,
IMatching isMatcher,
int iMaxDepth)
Calculates the substrings matching particular requirements in a given string, given a maximum substring size. |
static Union |
utils.getSubStrings(java.lang.String sStr,
int iMaxSubStringSize,
IMatching isMatcher,
int iMaxDepth,
int iCurDepth)
Helper function. |
| Uses of IMatching in gr.demokritos.iit.jinsect.gui |
|---|
| Classes in gr.demokritos.iit.jinsect.gui that implement IMatching | |
|---|---|
class |
NGramCorrelationForm
|
| Uses of IMatching in gr.demokritos.iit.summarization.analysis |
|---|
| Classes in gr.demokritos.iit.summarization.analysis that implement IMatching | |
|---|---|
class |
ConceptExtractor
This class breaks down a text into substrings and attempt to annotate the given text with a set of concepts. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||