module Lemmatizer

Constants

VERSION

Public Class Methods

new(dict = nil) click to toggle source
# File lib/lemmatizer.rb, line 7
def self.new(dict = nil)
  Lemmatizer.new(dict)
end