Package com.complexible.stardog.docs.nlp
Interface Spans
-
public interface Spans
Represents a stream ofSpan
extracted by aEntityExtractor
potentially linked to entities in the graph.- Author:
- Pavel Klinov
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<Resource>
getLinkedEntities(Span span)
static Spans
of(com.google.common.collect.Multimap<Span,Resource> linked)
static Spans
of(java.util.stream.Stream<Span> spans)
java.util.stream.Stream<Span>
stream()
-