lib/simple_bioc/sentence.rb in simple_bioc-0.0.11 vs lib/simple_bioc/sentence.rb in simple_bioc-0.0.12

- old
+ new

@@ -1,6 +1,8 @@ module SimpleBioC class Sentence + include LocationAdjuster + attr_accessor :offset, :text, :infons, :annotations, :relations attr_reader :passage def initialize(parent) @infons = {} \ No newline at end of file