class Rlid::NGrams4000

Public Class Methods

filename() click to toggle source
# File lib/rlid/models/ordered_ngrams.rb, line 94
def self.filename
  return "3grams4000"
end
new(string) click to toggle source
Calls superclass method Rlid::OrderedNGrams::new
# File lib/rlid/models/ordered_ngrams.rb, line 91
def initialize(string)
  super(string, 4000)
end