Method: CRFPP::Feature#initialize
- Defined in:
- lib/crfpp/feature.rb
#initialize(content = Macro.new, type = :U, id = nil) ⇒ Feature
Returns a new instance of Feature.
15 16 17 |
# File 'lib/crfpp/feature.rb', line 15 def initialize(content = Macro.new, type = :U, id = nil) super end |