Uses of Interface
io.outofprintmagazine.nlp.pipeline.serializers.ISerializer
-
Packages that use ISerializer Package Description io.outofprintmagazine.nlp.pipeline.annotators io.outofprintmagazine.nlp.pipeline.serializers -
-
Uses of ISerializer in io.outofprintmagazine.nlp.pipeline.annotators
Fields in io.outofprintmagazine.nlp.pipeline.annotators declared as ISerializer Modifier and Type Field Description protected ISerializer
AbstractTreeAnnotator. listSerializer
protected ISerializer
AbstractAnnotator. serializer
protected ISerializer
CoreNlpGenderAnnotator. serializer
protected ISerializer
GenderAnnotator. serializer
Methods in io.outofprintmagazine.nlp.pipeline.annotators that return ISerializer Modifier and Type Method Description protected ISerializer
AbstractAnnotator. getSerializer()
protected ISerializer
CoreNlpGenderAnnotator. getSerializer()
protected ISerializer
GenderAnnotator. getSerializer()
Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type ISerializer Modifier and Type Method Description protected void
AbstractAnnotator. setSerializer(ISerializer serializer)
protected void
CoreNlpGenderAnnotator. setSerializer(ISerializer serializer)
protected void
GenderAnnotator. setSerializer(ISerializer serializer)
-
Uses of ISerializer in io.outofprintmagazine.nlp.pipeline.serializers
Classes in io.outofprintmagazine.nlp.pipeline.serializers that implement ISerializer Modifier and Type Class Description class
BigDecimalSerializer
class
CoreNlpSerializer
Creates the base json syntax tree from coreDocument.class
MapSerializer
class
PhraseSerializer
class
StringSerializer
-