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 ISerializerAbstractTreeAnnotator. listSerializerprotected ISerializerAbstractAnnotator. serializerprotected ISerializerCoreNlpGenderAnnotator. serializerprotected ISerializerGenderAnnotator. serializerMethods in io.outofprintmagazine.nlp.pipeline.annotators that return ISerializer Modifier and Type Method Description protected ISerializerAbstractAnnotator. getSerializer()protected ISerializerCoreNlpGenderAnnotator. getSerializer()protected ISerializerGenderAnnotator. getSerializer()Methods in io.outofprintmagazine.nlp.pipeline.annotators with parameters of type ISerializer Modifier and Type Method Description protected voidAbstractAnnotator. setSerializer(ISerializer serializer)protected voidCoreNlpGenderAnnotator. setSerializer(ISerializer serializer)protected voidGenderAnnotator. 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 classBigDecimalSerializerclassCoreNlpSerializerCreates the base json syntax tree from coreDocument.classMapSerializerclassPhraseSerializerclassStringSerializer
-