Module: VnTagger

Defined in:
lib/vn_tagger.rb,
lib/vn_tagger/word.rb,
lib/vn_tagger/tagger.rb,
lib/vn_tagger/version.rb,
lib/vn_tagger/document.rb

Defined Under Namespace

Classes: Document, Tagger, Word

Constant Summary collapse

VERSION =
'0.2.1'

Instance Method Summary collapse

Instance Method Details

#tag(text) ⇒ Object



4
5
6
# File 'lib/vn_tagger.rb', line 4

def tag(text)
  Tagger.tag(text)
end