A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

L

l - Variable in class libsvm.svm_problem
 
LabelText - Variable in class gr.demokritos.iit.jinsect.console.StatusConsole
 
LabelText - Variable in class gr.demokritos.iit.jinsect.gui.StatusFrame
The text of the label, without any modification.
LastExecRes - Static variable in class gr.demokritos.iit.jinsect.console.resultAssessor
 
LATENT - Static variable in class gr.demokritos.iit.jinsect.casc.structs.CASCGraph
Constant indicative of the Latent vertex type.
leafTopicTermMatrix - Variable in class probabilisticmodels.HierLDAGibbs
 
length() - Method in class gr.demokritos.iit.conceptualIndex.documentModel.DistributionDocument
Calculates the size of the full document object, by getting the edge count of the corresponding graph and not the datastring (i.e.
Length - Variable in class gr.demokritos.iit.ducTools.DUCDocumentInfo
 
length() - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.NGramDistroDocument
Returns the size of the full Document Object, by summing the Graph and Histogram sizes of the document.
length() - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.NGramDocument
Returns the size of the full Document Object, by summing the Graph and Histogram sizes of the document.
length() - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.NGramGaussNormSymWinDocument
Returns the size of the full Document Object, by summing the Graph and Histogram sizes of the document.
length() - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.NGramSymWinDocument
Returns the size of the full Document Object, by summing the Graph and Histogram sizes of the document.
length() - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.SimpleTextCategory
 
length() - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.SimpleTextDistroDocument
Returns the size of the full Document Object, by summing the Graph and Histogram sizes of the document.
length() - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.SimpleTextDocument
Returns the size of the full Document Object, by summing the Graph and Histogram sizes of the document.
length() - Method in class gr.demokritos.iit.jinsect.documentModel.representations.DocumentNGramGraph
Measures an indication of the size of a document n-gram graph based on the edge count of its contained graphs.
length() - Method in class gr.demokritos.iit.jinsect.documentModel.representations.DocumentNGramHistogram
Returns the size of the histogram (unique element count).
length() - Method in class gr.demokritos.iit.jinsect.structs.Dictionary
 
libsvm - package libsvm
 
LINEAR - Static variable in class libsvm.svm_parameter
 
Listener - Variable in class gr.demokritos.iit.conceptualIndex.documentModel.SemanticIndex
 
Listener - Variable in class gr.demokritos.iit.jinsect.documentModel.comparators.NGramGraphComparator
 
Listener - Variable in class gr.demokritos.iit.summarization.analysis.ConceptExtractor
 
loadDataStringFromFile(String, boolean) - Method in class gr.demokritos.iit.conceptualIndex.documentModel.DistributionDocument
Loads the contents of a file as the datastring.
loadDataStringFromFile(String, boolean, String) - Method in class gr.demokritos.iit.conceptualIndex.documentModel.DistributionDocument
Loads the contents of a file as the datastring.
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.NGramDistroDocument
 
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.NGramDocument
 
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.NGramGaussNormSymWinDocument
 
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.NGramHistoDocument
Uses the given file to load the initial text to represent.
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.NGramSymWinDocument
 
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.SimpleTextDistroDocument
 
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.SimpleTextDocument
 
loadDataStringFromFile(String) - Method in interface gr.demokritos.iit.jinsect.documentModel.ILoadableTextPrint
Should load the given file into a text print representation.
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.representations.DocumentNGramGraph
Creates the graph based on a data string loaded from a given file.
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.representations.DocumentNGramHistogram
Opens a text file and sets its contents as data string
loadDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.representations.NGramGaussNormDocument
 
loadDocumentDatelineToString(String) - Method in class gr.demokritos.iit.tacTools.ACQUAINT2DocumentSet
Returns the dateline portion of a given document as a String, if the dateline exists.
loadDocumentElement(String, String) - Method in class gr.demokritos.iit.tacTools.ACQUAINT2DocumentSet
Returns a given element of a given document as a String, if the element exists.
loadDocumentTextToString(String) - Method in class gr.demokritos.iit.tacTools.ACQUAINT2DocumentSet
Returns the text portion of a given document as a String.
Loader - Variable in class gr.demokritos.iit.jinsect.indexing.SimilarityBasedIndex
A IFileLoader variable that can load documents given an identifier.
loadFile(String) - Method in interface gr.demokritos.iit.jinsect.storage.IFileLoader
Loads the file and represents it using type .
loadFile(String) - Method in class gr.demokritos.iit.tacTools.ACQUAINT2DocumentSet
 
loadFile(String) - Method in class gr.demokritos.iit.tacTools.TAC2008DirectoryFileSet
Loads the text of a given file, given its filename.
loadFile(String) - Method in class gr.demokritos.iit.tacTools.TAC2008TopicFileSet
Loads the text of a given file, given its filename.
loadFile(String) - Method in class gr.demokritos.iit.tacTools.TAC2008UpdateSummarizationFileSet
Loads the text of a given file, given its filename.
loadFileSetToString(Set<String>) - Static method in class gr.demokritos.iit.jinsect.utils
Loads the contents of a set of files into a string, by calling repeatedly loadFileToString.
loadFileSetToString(Set<String>, IFileLoader<String>) - Static method in class gr.demokritos.iit.jinsect.utils
Loads the contents of a set of files into a string, by calling repeatedly the loadFile function of a IFileLoader.
loadFileToString(String) - Static method in class gr.demokritos.iit.jinsect.utils
Loads the contents of a file into a string, without preserving newlines.
loadFileToString(String, int) - Static method in class gr.demokritos.iit.jinsect.utils
Loads the contents of a file into a string, without preserving newlines.
loadFileToStringWithNewlines(String) - Static method in class gr.demokritos.iit.jinsect.utils
Loads the contents of a file into a string, preserving newlines.
loadFromFile(String) - Method in class gr.demokritos.iit.conceptualIndex.documentModel.SymbolicGraph
Augments this graph based on a given file.
loadFromFile(String) - Method in class gr.demokritos.iit.jinsect.structs.Dictionary
Loads a text file with filename sFilename and adds all its words to the definitions
loadFromStream(InputStream) - Static method in class gr.demokritos.iit.jinsect.console.grammaticalityEstimator
 
loadFullDocumentTextToString(String) - Method in class gr.demokritos.iit.tacTools.ACQUAINT2DocumentSet
Returns the full text of a given document, including dateline and other elements as a String.
loadModels() - Method in class gr.demokritos.iit.jinsect.console.SpamFilterServer
 
loadObject(String, String) - Method in class gr.demokritos.iit.jinsect.storage.INSECTCompressedMemoryDB
 
loadObject(String, String) - Method in class gr.demokritos.iit.jinsect.storage.INSECTDB
Loads a given Serializable object, with a given name and a given category from the database.
loadObject(String, String) - Method in class gr.demokritos.iit.jinsect.storage.INSECTFileDB
 
loadObject(String, String) - Method in class gr.demokritos.iit.jinsect.storage.INSECTMemoryDB
 
loadTempDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.SimpleTextDistroDocument
 
loadTempDataStringFromFile(String) - Method in class gr.demokritos.iit.jinsect.documentModel.documentTypes.SimpleTextDocument
 
LocalWordNetMeaningExtractor - Class in gr.demokritos.iit.conceptualIndex
This class uses locally installed WordNet to extract word definitions.
LocalWordNetMeaningExtractor() - Constructor for class gr.demokritos.iit.conceptualIndex.LocalWordNetMeaningExtractor
Creates a new instance of LocalWordNetMeaningExtractor, checking there is a reachable WordNet instance installed.
locateDirectedEdgeInGraph(UniqueVertexGraph, Vertex, Vertex) - Method in class gr.demokritos.iit.jinsect.structs.EdgeCachedLocator
Looks up a given directed edge in a selected graph.
locateDirectedEdgeInGraph(UniqueVertexGraph, Vertex, Vertex) - Static method in class gr.demokritos.iit.jinsect.utils
Looks up a given directed edge in a selected graph.
locateEdgeInGraph(UniqueVertexGraph, Vertex, Vertex) - Method in class gr.demokritos.iit.jinsect.structs.EdgeCachedLocator
Looks up a given (undirected) edge in a selected graph.
locateEdgeInGraph(UniqueVertexGraph, String, String) - Static method in class gr.demokritos.iit.jinsect.utils
Looks up a given (undirected) edge in a selected graph.
locateEdgeInGraph(UniqueVertexGraph, Vertex, Vertex) - Static method in class gr.demokritos.iit.jinsect.utils
Looks up a given (undirected) edge in a selected graph.
locateSimilarDocuments(TRepresentationType) - Method in interface gr.demokritos.iit.jinsect.indexing.IIndex
Returns a set of String IDs, corresponding to the documents most relevant to a given document representation
locateSimilarDocuments(DocumentNGramGraph) - Method in class gr.demokritos.iit.jinsect.indexing.SimilarityBasedIndex
Returns the set of documents of the cluster that is most appropriate, given a document graph.
locateVertex(Vertex) - Method in class gr.demokritos.iit.jinsect.structs.UniqueVertexGraph
Looks up a given vertex in this graph.
locateVertexInGraph(UniqueVertexGraph, Vertex) - Method in class gr.demokritos.iit.jinsect.structs.EdgeCachedLocator
Looks up a vertex in a given graph.
locateVertexInGraph(UniqueVertexGraph, String) - Static method in class gr.demokritos.iit.jinsect.utils
Looks up a vertex, based on its label, within a given graph.
locateVertexInGraph(UniqueVertexGraph, Vertex) - Static method in class gr.demokritos.iit.jinsect.utils
Looks up a vertex in a given graph.
Locations - Variable in class gr.demokritos.iit.jinsect.distributed.MobileAgent
 
logX(double, double) - Static method in class gr.demokritos.iit.jinsect.utils
Calculates the logarithm of a number using a given base.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z