Class: VivlioStarter::CLI::Metrics::ContentWord
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Metrics::ContentWord
- Defined in:
- lib/vivlio_starter/cli/metrics/content_words.rb
Overview
内容語 1 語(基本形と表示用の品詞ラベル)。
Instance Attribute Summary collapse
-
#pos ⇒ Object
readonly
Returns the value of attribute pos.
-
#word ⇒ Object
readonly
Returns the value of attribute word.
Instance Attribute Details
#pos ⇒ Object (readonly)
Returns the value of attribute pos
23 24 25 |
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 23 def pos @pos end |
#word ⇒ Object (readonly)
Returns the value of attribute word
23 24 25 |
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 23 def word @word end |