class Rlid::NGrams800

Public Class Methods

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