import.rb revision 22e260fcd85642794d99c2ffaa333f2ef6ed7828
entities_count = 0
sentences_count = 0
transaction do
},
entities_count += 1
},
sentences_count += 1
}
# remove outdated sentences and entities
# update the counters
save!
end
end
end
end
end