- call() - Method in class org.licas_text.query.CallableThread
-
Make the method invocation.
- CallableThread - Class in org.licas_text.query
-
Additional thread layer for executing queries on.
- CallableThread(Method, Object, Object[]) - Constructor for class org.licas_text.query.CallableThread
-
Create a new instance of CallableThread.
- caseSensitive - Variable in class org.licas_text.query.model.QueryElement
-
True if evaluations should be case sensitive
- CDATAEND - Static variable in class org.licas_text.util.HtmlConst
-
- CDATASTART - Static variable in class org.licas_text.util.HtmlConst
-
- changeClause(String, Object) - Method in class org.licas_text.query.sparql.SparqlQuery
-
Reset this additional clauses to empty and then add a new clause.
- changeFrom(SparqlTriple) - Method in class org.licas_text.query.sparql.SparqlQuery
-
Reset this from statement to empty and then add a new from statement URI.
- changePrefix(String, URI) - Method in class org.licas_text.query.sparql.SparqlQuery
-
Reset the prefixes list to empty and then add a new prefix.
- changeSelect(SparqlTriple) - Method in class org.licas_text.query.sparql.SparqlQuery
-
Reset this select statement to empty and then add a new statement projection.
- changeValue(String, Object, JSONObject) - Method in class org.licas_text.json.ReadWriteJSON
-
Change or set the json script value with the specified name.
- changeWhere(SparqlTriple) - Method in class org.licas_text.query.sparql.SparqlQuery
-
Reset this where statement to empty and then add a new where clause.
- changeWhere(SparqlSubWhere) - Method in class org.licas_text.query.sparql.SparqlQuery
-
Reset this where statement to empty and then add a new where sub-clause.
- CHANNEL - Static variable in class org.licas_text.util.QueryConst
-
- checkInputParameters() - Method in class org.licas_text.model.FilterModel
-
Check the list of filter spec parameters to make sure that they are consistent.
- checkLocalDictionary(String) - Method in class org.licas_text.search.semantic.WordNet
-
Check if the local dictionary and file path is OK.
- clear() - Method in class org.json.simple.ItemList
-
- clearAnalyses() - Method in class org.licas_text.model.VSM
-
Clear the analysis list of all entries
- close() - Method in class org.licas_text.search.semantic.WordNet
-
For garbage collection.
- codeToLanguage(String, boolean) - Method in class org.licas_text.search.WebFactory
-
Convert the language code into a full language description.
- COLL2 - Static variable in class org.licas_text.util.HtmlConst
-
- COLU2 - Static variable in class org.licas_text.util.HtmlConst
-
- COMMEND - Static variable in class org.licas_text.util.HtmlConst
-
- COMMNUM - Static variable in class org.licas_text.util.HtmlConst
-
- COMMSTART - Static variable in class org.licas_text.util.HtmlConst
-
- compareKeywordCounts(ArrayList<String[]>, ArrayList<String[]>) - Method in class org.licas_text.meta.MatchKeywords
-
Compare the word counts in the model passed in with this one.
- compareKeywords(ArrayList<String>, ArrayList<String>) - Method in class org.licas_text.meta.MatchKeywords
-
Compare the keyword lists and check for similarity.
- compareMeta - Static variable in class org.licas_text.query.QueryMediator
-
Compare xml elements for similarity
- compareMetadata(ArrayList<String>, ArrayList<String>, String) - Method in class org.licas_text.meta.MatchKeywords
-
Compare the metadata as keyword lists and return the result.
- compareMetadata(Element, Element, String) - Method in class org.licas_text.meta.MatchXml
-
Compare the metadata as XML structure and return the result.
- compareMetadata(Element, Element, String) - Static method in class org.licas_text.query.QueryMediator
-
Compare the metadata as XML structure and return the result.
- comparePopularWords(String, ArrayList<String[]>) - Method in class org.licas_text.filter.DocCounts
-
Update the counts based on the new word list.
- comparePopularWordSequences(String, ArrayList<ArrayList<String[]>>) - Method in class org.licas_text.filter.DocCounts
-
Update the counts based on the new word sequences list.
- compareWithFirst - Variable in class org.licas_text.filter.LinearCounts
-
If true, only compare other analyses with the first document's analysis
- constraintIsAttribute(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the constraint type requires a value.
- constraintNeedsValue(String) - Static method in class org.licas_text.query.QueryEngine
-
Return true if the constraint type requires a value.
- CONSTRAINTSET - Static variable in class org.licas_text.util.QueryConst
-
Defines constraints set tag
- constraintValues() - Method in class org.licas_text.query.model.QueryModel
-
Get a full list of constraint values, concatenated with AND.
- ContainerFactory - Interface in org.json.simple.parser
-
Container factory for creating containers for JSON object and JSON array.
- CONTAINSATEND - Static variable in class org.licas_text.util.QueryConst
-
Defines a contains at end evaluation
- CONTAINSATSTART - Static variable in class org.licas_text.util.QueryConst
-
Defines a contains at start evaluation
- containsValueConstraint(String) - Method in class org.licas_text.query.model.PatternElement
-
Return true if the pattern element contains a constraint of the specified typeCondition.
- ContentHandler - Interface in org.json.simple.parser
-
A simplified and stoppable SAX-like content handler for stream processing of JSON text.
- convertCode(String, boolean) - Method in class org.licas_text.search.semantic.OnlineDictionary
-
Convert the language code into the required word for querying.
- convertCode(String, boolean) - Static method in class org.licas_text.util.WebResourceHandler
-
Convert the language code into a full language description.
- COPYRIGHT - Static variable in class org.licas_text.util.QueryConst
-
- COUNT - Static variable in class org.licas_text.query.sparql.SparqlQuery
-
- creatArrayContainer() - Method in interface org.json.simple.parser.ContainerFactory
-
- createAsTextModel() - Static method in class org.licas_text.query.model.QueryModel
-
Create a as text query model instance.
- createBoW(String, boolean) - Method in class org.licas_text.filter.LinearCounts
-
Sort all words in the text to determine the most popular ones.
- createLocalDictionary(String) - Method in class org.licas_text.search.semantic.WordNet
-
Create an instance of the local dictionary.
- createModel(String) - Static method in class org.licas_text.query.model.QueryModel
-
Create a query model instance.
- createNumericalModel() - Static method in class org.licas_text.query.model.QueryModel
-
Create a numerical query model instance.
- createObjectContainer() - Method in interface org.json.simple.parser.ContainerFactory
-
- createQuery() - Method in class org.licas_text.query.sparql.SparqlQuery
-
Concatenate the query description to create the query string.
- createTextModel() - Static method in class org.licas_text.query.model.QueryModel
-
Create a text query model instance.
- createXmlModel() - Static method in class org.licas_text.query.model.QueryModel
-
Create an xml query model instance.
- CREATOR - Static variable in class org.licas_text.util.QueryConst
-
- CS - Static variable in class org.licas_text.util.QueryConst
-
Defines a case sensitive evaluation
- currentText - Variable in class org.licas_text.model.TextModel
-
Copy of the text as lines
- CZECH - Static variable in class org.licas_text.util.WebResourceHandler
-
- CZECHCODE - Static variable in class org.licas_text.util.WebResourceHandler
-
- CZECHCODE3 - Static variable in class org.licas_text.util.WebResourceHandler
-