Class IrishLowerCaseFilter

All Implemented Interfaces:
Closeable, AutoCloseable, Unwrappable<TokenStream>

public final class IrishLowerCaseFilter extends TokenFilter
Normalises token text to lower case, handling t-prothesis and n-eclipsis (i.e., that 'nAthair' should become 'n-athair')
  • Constructor Details

    • IrishLowerCaseFilter

      public IrishLowerCaseFilter(TokenStream in)
      Create an IrishLowerCaseFilter that normalises Irish token text.
  • Method Details