Packages

p

com.johnsnowlabs.nlp

serialization

package serialization

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ArrayFeature[TValue] extends Feature[TValue, TValue, Array[TValue]]
  2. abstract class Feature[Serializable1, Serializable2, TComplete] extends Serializable
  3. class LegacyHashMapSerializationProxy extends Serializable

    Serialization Proxy to deserialize HashMaps the Scala 2.12 way.

    Serialization Proxy to deserialize HashMaps the Scala 2.12 way.

    Annotations
    @SerialVersionUID()
  4. class LegacyListSerializationProxy extends Serializable

    Copied from Scala 2.12.

    Copied from Scala 2.12.

    Annotations
    @SerialVersionUID()
  5. class LegacyObjectInputStream extends ObjectInputStream

    Custom ObjectInputStream that ignores the serialVersionUID check for a provided class during deserialization.

  6. class MapFeature[TKey, TValue] extends Feature[TKey, TValue, Map[TKey, TValue]]
  7. case class SerializedExternalResource(path: String, readAs: String, options: Map[String, String] = Map("format" -> "text")) extends SerializedAnnotatorComponent[ExternalResource] with Product with Serializable
  8. class SetFeature[TValue] extends Feature[TValue, TValue, Set[TValue]]
  9. class StructFeature[TValue] extends Feature[TValue, TValue, TValue]
  10. class TransducerFeature extends Feature[VocabParser, VocabParser, VocabParser]

Value Members

  1. case object LegacyListSerializeEnd extends Product with Serializable

    Only used for list serialization

    Only used for list serialization

    Annotations
    @SerialVersionUID()
  2. object LegacyObjectInputStream

Ungrouped