Class: VivlioStarter::PDF::MecabNewlineCleaner::Token
- Inherits:
-
Data
- Object
- Data
- VivlioStarter::PDF::MecabNewlineCleaner::Token
- Defined in:
- lib/vivlio_starter/cli/pdf/mecab_newline_cleaner.rb
Overview
MeCab の出力1行(表層形 + 素性)を保持する形態素トークン
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
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/mecab_newline_cleaner.rb', line 33 def base @base end |
#conj_form ⇒ Object (readonly)
Returns the value of attribute conj_form
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/mecab_newline_cleaner.rb', line 33 def conj_form @conj_form end |
#conj_type ⇒ Object (readonly)
Returns the value of attribute conj_type
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/mecab_newline_cleaner.rb', line 33 def conj_type @conj_type end |
#pos ⇒ Object (readonly)
Returns the value of attribute pos
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/mecab_newline_cleaner.rb', line 33 def pos @pos end |
#pos_detail1 ⇒ Object (readonly)
Returns the value of attribute pos_detail1
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/mecab_newline_cleaner.rb', line 33 def pos_detail1 @pos_detail1 end |
#pos_detail2 ⇒ Object (readonly)
Returns the value of attribute pos_detail2
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/mecab_newline_cleaner.rb', line 33 def pos_detail2 @pos_detail2 end |
#pos_detail3 ⇒ Object (readonly)
Returns the value of attribute pos_detail3
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/mecab_newline_cleaner.rb', line 33 def pos_detail3 @pos_detail3 end |
#surface ⇒ Object (readonly)
Returns the value of attribute surface
33 34 35 |
# File 'lib/vivlio_starter/cli/pdf/mecab_newline_cleaner.rb', line 33 def surface @surface end |