774775776777778779780781782783784
or.removeInput(in); in.addOutput(output); output.addInput(in); return; } or.addOutput(output); output.addInput(or); } //TODO: This code is currently used by multiple classes, so perhaps it should be //factored out into the SentenceModel.