Class AbbreviationNodePostProcessor

    • Field Detail

      • abbreviations

        private java.util.regex.Pattern abbreviations
      • abbreviationMap

        private java.util.HashMap<java.lang.String,​BasedSequence> abbreviationMap
    • Constructor Detail

      • AbbreviationNodePostProcessor

        private AbbreviationNodePostProcessor​(Document document)
    • Method Detail

      • computeAbbreviations

        private void computeAbbreviations​(Document document)
      • process

        public void process​(@NotNull
                            @NotNull NodeTracker state,
                            @NotNull
                            @NotNull Node node)
        Parameters:
        state - node tracker used for optimizing node processing
        node - the node to post-process