edu.isi.nlp.strings.offsets.HasOffsetRange Maven / Gradle / Ivy
The newest version!
package edu.isi.nlp.strings.offsets;
import com.google.common.annotations.Beta;
/** Anything that has an associated {@link OffsetRange}. */
@Beta
public interface HasOffsetRange> {
OffsetRange offsetRange();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy