pt.tumba.qbe
Class StopURLs

java.lang.Object
  extended by pt.tumba.qbe.StopURLs

public class StopURLs
extends java.lang.Object

Author:
bmartins To change the template for this generated type comment go to Window>Preferences>Java>Code Generation>Code and Comments

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

stopURLList

private static java.lang.String[] stopURLList
a list of stop sites for the related pages algorithm


stopURLDictionary

private static java.util.Hashtable stopURLDictionary
the hastable that stores the dictionary of stopwords


_theInstance

private static final StopURLs _theInstance
Constructor Detail

StopURLs

private StopURLs()
Method Detail

getInstance

public static StopURLs getInstance()

isStopURL

public static boolean isStopURL(java.lang.String t)