- get(Object) - Method in class org.apache.ctakes.utils.struct.CounterMap
-
- get(Object) - Method in class org.apache.ctakes.utils.struct.CounterTreeMap
-
- get(String, K) - Static method in class org.apache.ctakes.utils.struct.MapFactory
-
- getAE(File) - Static method in class org.apache.ctakes.utils.test.TestUtil
-
- getAllAnnotations() - Method in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
- getAnnotation(int) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
Returns the XcasAnnotation object associated with
the specified internal id.
- getAttribute(String) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasAnnotation
-
Returns the value of the specified attribute.
- getCosineSimilarity(String, String) - Method in class org.apache.ctakes.utils.wiki.WikiIndex
-
Send two queries to the index.
- getCR(File) - Static method in class org.apache.ctakes.utils.test.TestUtil
-
- getDimensionality() - Method in class org.apache.ctakes.utils.distsem.WordEmbeddings
-
- getEmbeddings() - Method in class org.apache.ctakes.utils.distsem.WordVectorReader
-
- getEmbeddings(String) - Static method in class org.apache.ctakes.utils.distsem.WordVectorReader
-
- getEmbeddings(InputStream) - Static method in class org.apache.ctakes.utils.distsem.WordVectorReader
-
- getEnv(String, UimaContext) - Static method in class org.apache.ctakes.utils.env.EnvironmentVariable
-
Get the value of some variable in the full (os, user, java, ctakes) environment.
- getEnv(String) - Static method in class org.apache.ctakes.utils.env.EnvironmentVariable
-
Get the value of some variable in the full (os, user, java, ctakes) environment.
- getFeatureStructureAtIndex(JCas, Class<T>, int) - Static method in class org.apache.ctakes.utils.test.TestUtil
-
- getFeatureStructureSize(JCas, Class<T>) - Static method in class org.apache.ctakes.utils.test.TestUtil
-
- getFileName() - Method in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
- getKeysSortedByValue() - Method in class org.apache.ctakes.utils.struct.CounterMap
-
- getLength() - Method in class org.apache.ctakes.utils.distsem.WordVector
-
- getMeanVector() - Method in class org.apache.ctakes.utils.distsem.WordEmbeddings
-
- getPosition(XcasAnnotation) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
Returns the line and column numbers of the specified XcasAnnotation.
- getPositionOther(XcasAnnotation) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
Finds an XcasAnnotation with the same attributes as specified,
and returns its line and column numbers.
- getPositionOwn(XcasAnnotation) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
Returns the line and column numbers of the specified XcasAnnotation,
which is included in this XcasFile object.
- getPositionOwn(int) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
Returns the line and column numbers of the XcasAnnotation,
specified by the original XCAS internal _id field.
- getPositionSimilar(XcasAnnotation) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
Finds an XcasAnnotation of the same type as specified, and
a same text span, then returns its line and column number.
- getReference(String) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasAnnotation
-
Returns the referenced XcasAnnotations of the specified attribute.
- getSimilarity(String, String) - Method in class org.apache.ctakes.utils.distsem.WordEmbeddings
-
- getSimilarWords(String, int) - Method in class org.apache.ctakes.utils.distsem.WordEmbeddings
-
- getTermFreqVectors(String) - Method in class org.apache.ctakes.utils.wiki.WikiIndex
-
- getType() - Method in class org.apache.ctakes.utils.xcas_comparison.XcasAnnotation
-
- getValue(int) - Method in class org.apache.ctakes.utils.distsem.WordVector
-
- getVector(String) - Method in class org.apache.ctakes.utils.distsem.WordEmbeddings
-
- parent - Variable in class org.apache.ctakes.utils.tree.SimpleTree
-
- PolyKernel - Class in org.apache.ctakes.utils.kernel
-
- PolyKernel(int, double, boolean) - Constructor for class org.apache.ctakes.utils.kernel.PolyKernel
-
- PolyKernel() - Constructor for class org.apache.ctakes.utils.kernel.PolyKernel
-
- positions - Variable in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
- printCommon() - Method in class org.apache.ctakes.utils.xcas_comparison.XcasDiff
-
Prints common elements along with their attributes in the two XCAS files
to stdout.
- printDiff() - Method in class org.apache.ctakes.utils.xcas_comparison.XcasDiff
-
Prints elements that are unique to each XCAS file to stdout.
- printDiff(XcasFile, XcasFile) - Static method in class org.apache.ctakes.utils.xcas_comparison.XcasDiff
-
Prints elements that are unique to each XCAS file to stdout.
- printHTML(Writer) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasDiff
-
Writes an HTML summary of the comparison of the two XCAS files.
- printHTML(XcasFile, XcasFile, Writer) - Static method in class org.apache.ctakes.utils.xcas_comparison.XcasDiff
-
Writes an HTML summary of the comparison of the two specified XCAS files.
- printUniq(int) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasDiff
-
Prints elements that are unique to XCAS file i.
- process(String) - Static method in class org.apache.ctakes.utils.xcas_comparison.XcasFile
-
Creates a new XcasFile object from the specified file.
- process(File) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasProcessor
-
Parses the specified file and returns a parsed XcasFile object.
- process(String) - Method in class org.apache.ctakes.utils.xcas_comparison.XcasProcessor
-
Parses the specified file and returns a parsed XcasFile object.
- processAE(AnalysisEngine, File) - Static method in class org.apache.ctakes.utils.test.TestUtil
-
This method simply calls
#createAnalysisEngineJCas(File, File, String) with the
charSetName equal to "UTF-8".
- processAE(AnalysisEngine, File, String) - Static method in class org.apache.ctakes.utils.test.TestUtil
-
This method reads in the text from the text file using the provided
character set and then calls #getJCas(File, String)
- processAE(AnalysisEngine, String) - Static method in class org.apache.ctakes.utils.test.TestUtil
-
This method creates a JCas for the provided analysis engine descriptor
file and then processes the provided text and returns the JCas.
- put(String, K, V) - Static method in class org.apache.ctakes.utils.struct.MapFactory
-