Class: MarkovRensa::Tagger
- Inherits:
-
Igo::Tagger
- Object
- Igo::Tagger
- MarkovRensa::Tagger
- Defined in:
- lib/markov_rensa/tagger.rb
Instance Method Summary collapse
-
#initialize ⇒ Tagger
constructor
A new instance of Tagger.
Constructor Details
#initialize ⇒ Tagger
Returns a new instance of Tagger.
5 6 7 |
# File 'lib/markov_rensa/tagger.rb', line 5 def initialize super(MarkovRensa::Configuration.dictionary) end |