Class CTAKESConfig

    • Constructor Detail

      • CTAKESConfig

        public CTAKESConfig()
        Default constructor.
      • CTAKESConfig

        public CTAKESConfig​(InputStream stream)
        Loads properties from InputStream and then tries to close InputStream.
        Parameters:
        stream - InputStream object used to read properties.
    • Method Detail

      • getAeDescriptorPath

        public String getAeDescriptorPath()
        Returns the path to XML descriptor for AnalysisEngine.
        Returns:
        the path to XML descriptor for AnalysisEngine.
      • setAeDescriptorPath

        public void setAeDescriptorPath​(String aeDescriptorPath)
        Sets the path to XML descriptor for AnalysisEngine.
        Parameters:
        aeDescriptorPath - the path to XML descriptor for AnalysisEngine.
      • getUMLSUser

        public String getUMLSUser()
        Returns the UMLS username.
        Returns:
        the UMLS username.
      • setUMLSUser

        public void setUMLSUser​(String uMLSUser)
        Sets the UMLS username.
        Parameters:
        uMLSUser - the UMLS username.
      • getUMLSPass

        public String getUMLSPass()
        Returns the UMLS password.
        Returns:
        the UMLS password.
      • setUMLSPass

        public void setUMLSPass​(String uMLSPass)
        Sets the UMLS password.
        Parameters:
        uMLSPass - the UMLS password.
      • isPrettyPrint

        public boolean isPrettyPrint()
        Returns true if formatted output is enabled, false otherwise.
        Returns:
        true if formatted output is enabled, false otherwise.
      • setPrettyPrint

        public void setPrettyPrint​(boolean prettyPrint)
        Enables the formatted output for serializer.
        Parameters:
        prettyPrint - true to enable formatted output, false otherwise.
      • getSerializerType

        public CTAKESSerializer getSerializerType()
        Returns the type of cTAKES (UIMA) serializer used to write the CAS.
        Returns:
        the type of cTAKES serializer.
      • setSerializerType

        public void setSerializerType​(CTAKESSerializer serializerType)
        Sets the type of cTAKES (UIMA) serializer used to write CAS.
        Parameters:
        serializerType - the type of cTAKES serializer.
      • setOutputStream

        public void setOutputStream​(OutputStream stream)
        Sets the OutputStream object used to write the CAS.
        Parameters:
        stream - the OutputStream object used to write the CAS.
      • isSerialize

        public boolean isSerialize()
        Returns true if CAS serialization is enabled, false otherwise.
        Returns:
        true if CAS serialization output is enabled, false otherwise.
      • setSerialize

        public void setSerialize​(boolean serialize)
        Enables CAS serialization.
        Parameters:
        serialize - true to enable CAS serialization, false otherwise.
      • isText

        public boolean isText()
        Returns true if content text analysis is enabled false otherwise.
        Returns:
        true if content text analysis is enabled false otherwise.
      • setText

        public void setText​(boolean text)
        Enables content text analysis using cTAKES.
        Parameters:
        text - true to enable content text analysis, false otherwise.
      • getMetadata

        public String[] getMetadata()
        Returns an array of metadata whose values will be analyzed using cTAKES.
        Returns:
        an array of metadata whose values will be analyzed using cTAKES.
      • setMetadata

        public void setMetadata​(String[] metadata)
        Sets the metadata whose values will be analyzed using cTAKES.
        Parameters:
        metadata - the metadata whose values will be analyzed using cTAKES.
      • getMetadataAsString

        public String getMetadataAsString()
        Returns a string containing a comma-separated list of metadata whose values will be analyzed using cTAKES.
        Returns:
        a string containing a comma-separated list of metadata whose values will be analyzed using cTAKES.
      • getAnnotationPropsAsString

        public String getAnnotationPropsAsString()
        Returns a string containing a comma-separated list of CTAKESAnnotationProperty names that will be included into cTAKES metadata.
        Returns:
      • getSeparatorChar

        public char getSeparatorChar()
        Returns the separator character used for annotation properties.
        Returns:
        the separator character used for annotation properties.
      • setSeparatorChar

        public void setSeparatorChar​(char separatorChar)
        Sets the separator character used for annotation properties.
        Parameters:
        separatorChar - the separator character used for annotation properties.