lib/simple_bioc/sentence.rb in simple_bioc-0.0.20 vs lib/simple_bioc/sentence.rb in simple_bioc-0.0.21
- old
+ new
@@ -1,9 +1,6 @@
-require 'simple_bioc/location_adjuster'
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