Interface SerializableArtifact

All Known Implementing Classes:
BrownCluster, Dictionary, POSDictionary, POSModel, WordClusterDictionary

public interface SerializableArtifact
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the class which can serialize and recreate this artifact.
  • Method Details

    • getArtifactSerializerClass

      Class<?> getArtifactSerializerClass()
      Retrieves the class which can serialize and recreate this artifact.
      Note: The serializer class must have a public zero argument constructor or an exception is thrown during model serialization/loading.
      Returns:
      the corresponding ArtifactSerializer class.