Class: Vivlio::Starter::PDF::MecabNewlineCleaner::Token
- Inherits:
-
Data
- Object
- Data
- Vivlio::Starter::PDF::MecabNewlineCleaner::Token
- Defined in:
- lib/vivlio/starter/cli/pdf/mecab_newline_cleaner.rb
Instance Attribute Summary collapse
-
#base ⇒ Object
readonly
Returns the value of attribute base.
-
#conj_form ⇒ Object
readonly
Returns the value of attribute conj_form.
-
#conj_type ⇒ Object
readonly
Returns the value of attribute conj_type.
-
#pos ⇒ Object
readonly
Returns the value of attribute pos.
-
#pos_detail1 ⇒ Object
readonly
Returns the value of attribute pos_detail1.
-
#pos_detail2 ⇒ Object
readonly
Returns the value of attribute pos_detail2.
-
#pos_detail3 ⇒ Object
readonly
Returns the value of attribute pos_detail3.
-
#surface ⇒ Object
readonly
Returns the value of attribute surface.
Instance Attribute Details
#base ⇒ Object (readonly)
Returns the value of attribute base
24 25 26 |
# File 'lib/vivlio/starter/cli/pdf/mecab_newline_cleaner.rb', line 24 def base @base end |
#conj_form ⇒ Object (readonly)
Returns the value of attribute conj_form
24 25 26 |
# File 'lib/vivlio/starter/cli/pdf/mecab_newline_cleaner.rb', line 24 def conj_form @conj_form end |
#conj_type ⇒ Object (readonly)
Returns the value of attribute conj_type
24 25 26 |
# File 'lib/vivlio/starter/cli/pdf/mecab_newline_cleaner.rb', line 24 def conj_type @conj_type end |
#pos ⇒ Object (readonly)
Returns the value of attribute pos
24 25 26 |
# File 'lib/vivlio/starter/cli/pdf/mecab_newline_cleaner.rb', line 24 def pos @pos end |
#pos_detail1 ⇒ Object (readonly)
Returns the value of attribute pos_detail1
24 25 26 |
# File 'lib/vivlio/starter/cli/pdf/mecab_newline_cleaner.rb', line 24 def pos_detail1 @pos_detail1 end |
#pos_detail2 ⇒ Object (readonly)
Returns the value of attribute pos_detail2
24 25 26 |
# File 'lib/vivlio/starter/cli/pdf/mecab_newline_cleaner.rb', line 24 def pos_detail2 @pos_detail2 end |
#pos_detail3 ⇒ Object (readonly)
Returns the value of attribute pos_detail3
24 25 26 |
# File 'lib/vivlio/starter/cli/pdf/mecab_newline_cleaner.rb', line 24 def pos_detail3 @pos_detail3 end |
#surface ⇒ Object (readonly)
Returns the value of attribute surface
24 25 26 |
# File 'lib/vivlio/starter/cli/pdf/mecab_newline_cleaner.rb', line 24 def surface @surface end |