Class SyllableCountAnnotator

    • Constructor Detail

      • SyllableCountAnnotator

        public SyllableCountAnnotator()
    • Method Detail

      • getSyllableCounter

        public eu.crydee.syllablecounter.SyllableCounter getSyllableCounter()
      • setSyllableCounter

        public void setSyllableCounter​(eu.crydee.syllablecounter.SyllableCounter syllableCounter)
      • requires

        public Set<Class<? extends edu.stanford.nlp.ling.CoreAnnotation>> requires()
        Specified by:
        requires in interface edu.stanford.nlp.pipeline.Annotator
        Specified by:
        requires in class AbstractAnnotator
      • annotate

        public void annotate​(edu.stanford.nlp.pipeline.Annotation annotation)
        Specified by:
        annotate in interface edu.stanford.nlp.pipeline.Annotator
        Specified by:
        annotate in class AbstractAnnotator