Class ADSentenceStream.SentenceParser.TreeElement

    • Constructor Detail

      • TreeElement

        public TreeElement()
    • Method Detail

      • isLeaf

        public boolean isLeaf()
      • setSyntacticTag

        public void setSyntacticTag​(String syntacticTag)
      • getSyntacticTag

        public String getSyntacticTag()
      • setLevel

        public void setLevel​(int level)
      • getLevel

        public int getLevel()
      • setMorphologicalTag

        public void setMorphologicalTag​(String morphologicalTag)
      • getMorphologicalTag

        public String getMorphologicalTag()