|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object pt.tumba.qbe.StopURLs
public class StopURLs
Field Summary | |
---|---|
private static StopURLs |
_theInstance
|
private static java.util.Hashtable |
stopURLDictionary
the hastable that stores the dictionary of stopwords |
private static java.lang.String[] |
stopURLList
a list of stop sites for the related pages algorithm |
Constructor Summary | |
---|---|
private |
StopURLs()
|
Method Summary | |
---|---|
static StopURLs |
getInstance()
|
static boolean |
isStopURL(java.lang.String t)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static java.lang.String[] stopURLList
private static java.util.Hashtable stopURLDictionary
private static final StopURLs _theInstance
Constructor Detail |
---|
private StopURLs()
Method Detail |
---|
public static StopURLs getInstance()
public static boolean isStopURL(java.lang.String t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |