|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.classify.RegexpTermAnalyzer
public class RegexpTermAnalyzer
INTERNAL: A term analyzer which recognizes certain kinds of terms using regexps and adjusts their scores accordingly. At the moment it only recognizes emails addresses and HTTP URLs. These are scored down dramatically.
| Constructor Summary | |
|---|---|
RegexpTermAnalyzer()
|
|
| Method Summary | |
|---|---|
void |
analyzeTerm(Term term)
|
void |
endAnalysis()
|
void |
startAnalysis(TermDatabase tdb)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RegexpTermAnalyzer()
| Method Detail |
|---|
public void startAnalysis(TermDatabase tdb)
startAnalysis in interface TermAnalyzerIFpublic void analyzeTerm(Term term)
analyzeTerm in interface TermAnalyzerIFpublic void endAnalysis()
endAnalysis in interface TermAnalyzerIF
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||