Uses of Class
net.reyadeyat.nlp.information.retrieval.data.structure.Word
Packages that use Word
Package
Description
-
Uses of Word in net.reyadeyat.nlp.information.retrieval
Methods in net.reyadeyat.nlp.information.retrieval that return types with arguments of type WordModifier and TypeMethodDescriptionInformationRetrieval.selectWordMatchList(Connection jdbc_connection, String[] word_list) -
Uses of Word in net.reyadeyat.nlp.information.retrieval.algorithm
Methods in net.reyadeyat.nlp.information.retrieval.algorithm that return types with arguments of type WordModifier and TypeMethodDescriptionInformationRetreivalAlgorithm.getResultWordList()Match.getResultWordList()Constructor parameters in net.reyadeyat.nlp.information.retrieval.algorithm with type arguments of type Word -
Uses of Word in net.reyadeyat.nlp.information.retrieval.data.structure
Constructors in net.reyadeyat.nlp.information.retrieval.data.structure with parameters of type WordModifierConstructorDescriptionCitation(Connection jdbc_connection, String phrase_original, SearchingDocument document, Word start_word, Word end_word, Integer words_before, Integer words_after) Constructor parameters in net.reyadeyat.nlp.information.retrieval.data.structure with type arguments of type Word -
Uses of Word in net.reyadeyat.nlp.information.retrieval.parser
Methods in net.reyadeyat.nlp.information.retrieval.parser that return types with arguments of type WordModifier and TypeMethodDescriptionInformationRetrievalParser.getNextWords(Reader document_reader) InformationRetrievalParserArabic.getNextWords(Reader document_reader) InformationRetrievalParserQuran.getNextWords(Reader document_reader)