R/UnmatchedTextHandler.R

UnmatchedTextHandler <- R6Class(

  "UnmatchedTextHandler",

  public = list(

    initialize = function() {},

    handle = function(originalText, replacementText, lang) {
      stop("I'm an abstract interface method")
    }
  )
)
miferreiro/bdp4R documentation built on May 20, 2019, 12:59 a.m.