Interface TokenCleaner

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String clean​(String token)
      Determines whether a token is clean or not.
      • Methods inherited from interface weka.core.OptionHandler

        getOptions, listOptions, setOptions
    • Method Detail

      • clean

        String clean​(String token)
        Determines whether a token is clean or not.
        Parameters:
        token - the token to check
        Returns:
        the clean token or null to ignore