Class: VivlioStarter::CLI::Metrics::RankedWord
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::CLI::Metrics::RankedWord
- Defined in:
- lib/vivlio_starter/cli/metrics/content_words.rb
Overview
頻度集計後の 1 語。
Instance Attribute Summary collapse
-
#count ⇒ Object
readonly
Returns the value of attribute count.
-
#pos ⇒ Object
readonly
Returns the value of attribute pos.
-
#word ⇒ Object
readonly
Returns the value of attribute word.
Instance Attribute Details
#count ⇒ Object (readonly)
Returns the value of attribute count
25 26 27 |
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 25 def count @count end |
#pos ⇒ Object (readonly)
Returns the value of attribute pos
25 26 27 |
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 25 def pos @pos end |
#word ⇒ Object (readonly)
Returns the value of attribute word
25 26 27 |
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 25 def word @word end |