Class: VivlioStarter::CLI::Metrics::ContentWord

Inherits:
Data
  • Object
show all
Defined in:
lib/vivlio_starter/cli/metrics/content_words.rb

Overview

内容語 1 語(基本形と表示用の品詞ラベル)。

Instance Attribute Summary collapse

Instance Attribute Details

#posObject (readonly)

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



23
24
25
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 23

def pos
  @pos
end

#wordObject (readonly)

Returns the value of attribute word

Returns:

  • (Object)

    the current value of word



23
24
25
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 23

def word
  @word
end