package com.cognitionis.nlp_segmentation; /** * Aligner * Complement this with an alignment tool to get back the original text (either with space, offset handling or both) * @author hector */ public class Aligner { }