Method: Wordstats#initialize

Defined in:
lib/wordstats.rb

#initializeWordstats

Your code goes here…



6
7
8
# File 'lib/wordstats.rb', line 6

def initialize
  @tagger = EngTagger.new
end