public interface MentionFactory
MentionFactory is responsible for creating
and merging mentions and mention chains. It is able
to create a mention from an underlying phrase and entity
type. It can create a mention chain by promoting a mention.
It is also responsible for handling the merging of a mention
into a mention chain.Mention create(String phrase, String entityType)
phrase - Phrase underlying the mention created.entityType - Type of the mention created.MentionChain promote(Mention mention, int offset)
mention - Mention to promote to a mention chain.Copyright © 2016 Alias-i, Inc.. All rights reserved.