Uses of Class
net.reyadeyat.nlp.information.retrieval.data.structure.Citation
Packages that use Citation
Package
Description
-
Uses of Citation in net.reyadeyat.nlp.information.retrieval
Methods in net.reyadeyat.nlp.information.retrieval that return types with arguments of type CitationModifier and TypeMethodDescriptionAPI.plagiarismChecker(Connection jdbc_connection, String algorithm, Integer words_before_count, Integer words_after_count, String phrase) API.plagiarismListChecker(Connection jdbc_connection, String algorithm, Integer words_before_count, Integer words_after_count, ArrayList<String> phrase_list) -
Uses of Citation in net.reyadeyat.nlp.information.retrieval.algorithm
Methods in net.reyadeyat.nlp.information.retrieval.algorithm that return types with arguments of type CitationModifier and TypeMethodDescriptionInformationRetreivalAlgorithm.getCitationList(Connection connection) Match.getCitationList(Connection connection)