
com.johnsnowlabs.nlp.annotators.param.SerializedAnnotatorComponent.scala Maven / Gradle / Ivy
package com.johnsnowlabs.nlp.annotators.param
/**
* Created by saif on 24/06/17.
*/
trait SerializedAnnotatorComponent[T <: WritableAnnotatorComponent] {
def deserialize: T
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy