Package GNormPluslib

Class PrefixTree


  • public class PrefixTree
    extends Object
    • Constructor Detail

      • PrefixTree

        public PrefixTree()
    • Method Detail

      • Dictionary2Tree_Combine

        public void Dictionary2Tree_Combine​(String Filename,
                                            String StopWords,
                                            String MentionType)
      • Dictionary2Tree_UniqueGene

        public void Dictionary2Tree_UniqueGene​(String Filename,
                                               String StopWords,
                                               String Preifx)
      • Dictionary2Tree_UniqueSpecies

        public void Dictionary2Tree_UniqueSpecies​(String Filename,
                                                  String StopWords,
                                                  String Preifx)
      • TreeFile2Tree

        public void TreeFile2Tree​(String Filename)
      • MentionMatch

        public String MentionMatch​(String Mentions)
      • MentionMatch_species

        public String MentionMatch_species​(String Mentions)
      • PrintTree

        public String PrintTree()
      • insertMention

        public void insertMention​(String Mention,
                                  String Identifier)