A B C D F G H I L N O P Q S T U V W

C

calculateTFIDF(double, double) - Method in class org.jbox.searcher.AbstractSearcher
Calculator TFIDF.
Configuration - Class in org.jbox.configuration
The Configuration class is provided to specify properties and mapping documents to be used when creating WebSpider, CutterBox, IndexWriter,and Searcher.
Configuration() - Constructor for class org.jbox.configuration.Configuration
Use default path: jbox.cfg.xml to load configuration file.
Configuration(String) - Constructor for class org.jbox.configuration.Configuration
Load configuration file with the specified path.
ConfigurationException - Exception in org.jbox.configuration
Thrown when the configuration file is not right mapped.
ConfigurationException() - Constructor for exception org.jbox.configuration.ConfigurationException
 
ConfigurationException(String) - Constructor for exception org.jbox.configuration.ConfigurationException
 
ConfigurationException(String, Throwable) - Constructor for exception org.jbox.configuration.ConfigurationException
 
ConfigurationException(Throwable) - Constructor for exception org.jbox.configuration.ConfigurationException
 
connect(String) - Method in class org.jbox.webSpider.simpleSpider.HtmlFetcher
Connect the specified URL.
createIndex(Word, long) - Method in class org.jbox.indexer.AbstractIndexWriter
Create index of a Word.
createIndex(Word, long) - Method in class org.jbox.indexer.IndexWriterWithTFLOC
Create index of a Word with TF and location.
cutArticleToSentence(String) - Static method in class org.jbox.textCutter.CutterBox
Static method for splitting text into Sentences by "." or "ĄŁ"
cutPage(Page) - Method in class org.jbox.textCutter.CutterBox
Cut text of Page object into words, calculate the TF of Word, and stored the words in the Page object.
cutSentenceToWord(String) - Method in class org.jbox.textCutter.AbstractCutter
Cut text into words.
cutSentenceToWord(StringBuffer) - Method in class org.jbox.textCutter.AbstractCutter
 
cutSentenceToWord(String) - Method in class org.jbox.textCutter.CJK.SimpleCJKCutter
 
cutSentenceToWord(StringBuffer) - Method in interface org.jbox.textCutter.Cutter
Cut text in a StringBuffer into words.
cutSentenceToWord(String) - Method in class org.jbox.textCutter.EN.SimpleENCutter
 
Cutter - Interface in org.jbox.textCutter
The root interface of text cutter.
cutterBox - Variable in class org.jbox.searcher.AbstractSearcher
 
CutterBox - Class in org.jbox.textCutter
Container of Cutter.
CutterBox() - Constructor for class org.jbox.textCutter.CutterBox
Constructs a new CutterBox.
cutText(String) - Method in class org.jbox.textCutter.CutterBox
Cut text into words.

A B C D F G H I L N O P Q S T U V W