package param
Type Members
- 
      
      
      
        
      
    
      
        
        class
      
      
        AnnotatorParam[A <: WritableAnnotatorComponent, B <: SerializedAnnotatorComponent[_ <: A]] extends Param[A]
      
      
      
Structure to guideline a writable non-standard PARAM for any annotator Uses json4s jackson for serialization
Structure to guideline a writable non-standard PARAM for any annotator Uses json4s jackson for serialization
- A
 Any kind of Writable annotator component (usually a model approach)
- B
 Any kind of serialized figure, of writable type
 -  trait EvaluationDLParams extends Params
 -  class ExternalResourceParam extends AnnotatorParam[ExternalResource, SerializedExternalResource]
 -  trait SerializedAnnotatorComponent[T <: WritableAnnotatorComponent] extends AnyRef
 -  trait WritableAnnotatorComponent extends Serializable