Uses of Class
hultig.sumo.NewsCluster

Packages that use NewsCluster
hultig.io This package contains several "tools" for easing the file input/output processes, which in Java is a bit "bureaucratic". 
hultig.sumo This is the library's core package, containing the fundamental classes for handling text, namely Word, Sentence, and Text
 

Uses of NewsCluster in hultig.io
 

Methods in hultig.io that return NewsCluster
 NewsCluster FileNewsCluster.getNewsCluster(int index)
           
 

Methods in hultig.io that return types with arguments of type NewsCluster
 ArrayList<NewsCluster> FileNewsCluster.getNewsClusters()
          Gives the list of news clusters in this object.
 

Methods in hultig.io with parameters of type NewsCluster
 boolean FileNewsCluster.readCluster(BufferedReader br, NewsCluster cluster)
          Reads a given news cluster, from the current file reader (BufferedReader).
 

Uses of NewsCluster in hultig.sumo
 

Methods in hultig.sumo with parameters of type NewsCluster
 boolean NewsClusterList.readCluster(BufferedReader br, NewsCluster cluster)
          Read the next news cluster, from the current reader, given by @param br.