Class: UniversalDetector::SBCSGroupProber
- Inherits:
-
CharSetGroupProber
- Object
- CharSetProber
- CharSetGroupProber
- UniversalDetector::SBCSGroupProber
- Defined in:
- lib/SBCSGroupProber.rb
Instance Attribute Summary collapse
-
#mProbers ⇒ Object
readonly
Returns the value of attribute mProbers.
Instance Method Summary collapse
-
#initialize ⇒ SBCSGroupProber
constructor
A new instance of SBCSGroupProber.
Methods inherited from CharSetGroupProber
#feed, #get_charset_name, #get_confidence, #reset
Methods inherited from CharSetProber
#feed, #filter_high_bit_only, #filter_with_english_letters, #filter_without_english_letters, #get_charset_name, #get_confidence, #get_state, #reset
Constructor Details
#initialize ⇒ SBCSGroupProber
Returns a new instance of SBCSGroupProber.
Instance Attribute Details
#mProbers ⇒ Object (readonly)
Returns the value of attribute mProbers.
43 44 45 |
# File 'lib/SBCSGroupProber.rb', line 43 def mProbers @mProbers end |