class LLT::Review::Treebank::Report::Postag::Datapoint

Public Class Methods

new(tag, id, total = 1) click to toggle source
Calls superclass method LLT::Review::Helpers::Reportable::new
# File lib/llt/review/treebank/report/postag/datapoint.rb, line 6
def initialize(tag, id, total = 1)
  super(id, total)
  @tag = tag
end

Public Instance Methods

xml_tag() click to toggle source
# File lib/llt/review/treebank/report/postag/datapoint.rb, line 11
def xml_tag
  @tag
end