Module: VnTagger

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

Defined Under Namespace

Classes: Tagger

Constant Summary collapse

VERSION =
'0.1.0'

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