Class DictionaryDetokenizer

    • Method Detail

      • detokenize

        public String detokenize​(String[] tokens,
                                 String splitMarker)
        Description copied from interface: Detokenizer
        Detokenize the input tokens into a String. Tokens which are connected without a space inbetween can be separated by a split marker.
        Specified by:
        detokenize in interface Detokenizer
        Parameters:
        tokens - the token which should be concatenated
        splitMarker - the split marker or null
        Returns:
        the concatenated tokens