Class: CipherStash::Analysis::TokenFilters::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/cipherstash/analysis/token_filters.rb

Direct Known Subclasses

Downcase, NGram

Instance Method Summary collapse

Constructor Details

#initialize(opts = {}) ⇒ Base

Returns a new instance of Base.



5
6
7
# File 'lib/cipherstash/analysis/token_filters.rb', line 5

def initialize(opts = {})
  @opts = opts
end