Method: CRFPP::Feature#to_s

Defined in:
lib/crfpp/feature.rb

#to_s(number = id) ⇒ Object



23
24
25
# File 'lib/crfpp/feature.rb', line 23

def to_s(number = id)
  [type.to_s.upcase, identifier(number), ':', content].compact.join
end