Class: VivlioStarter::CLI::Metrics::RankedWord

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

Overview

頻度集計後の 1 語。

Instance Attribute Summary collapse

Instance Attribute Details

#countObject (readonly)

Returns the value of attribute count

Returns:

  • (Object)

    the current value of count



25
26
27
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 25

def count
  @count
end

#posObject (readonly)

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



25
26
27
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 25

def pos
  @pos
end

#wordObject (readonly)

Returns the value of attribute word

Returns:

  • (Object)

    the current value of word



25
26
27
# File 'lib/vivlio_starter/cli/metrics/content_words.rb', line 25

def word
  @word
end