chalk.tools.postag

POSModel

final class POSModel extends BaseModel

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. POSModel
  2. BaseModel
  3. ArtifactProvider
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new POSModel(modelURL: URL)

  2. new POSModel(modelFile: File)

  3. new POSModel(in: InputStream)

  4. new POSModel(languageCode: String, posModel: AbstractModel, manifestInfoEntries: Map[String, String], posFactory: POSTaggerFactory)

  5. new POSModel(languageCode: String, posModel: AbstractModel, tagDictionary: POSDictionary, ngramDict: Dictionary)

  6. new POSModel(languageCode: String, posModel: AbstractModel, tagDictionary: POSDictionary, ngramDict: Dictionary, manifestInfoEntries: Map[String, String])

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def checkArtifactMap(): Unit

    Attributes
    protected[chalk.tools.util.model]
    Definition Classes
    BaseModel
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  9. def createArtifactSerializers(serializers: Map[String, ArtifactSerializer]): Unit

    Attributes
    protected[chalk.tools.postag]
    Definition Classes
    POSModelBaseModel
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  13. def getArtifact[T](key: String): T

    Definition Classes
    BaseModelArtifactProvider
  14. def getArtifactSerializer(resourceName: String): ArtifactSerializer

    Attributes
    protected[chalk.tools.util.model]
    Definition Classes
    BaseModel
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getDefaultFactory(): Class[_ <: BaseToolFactory]

    Attributes
    protected[chalk.tools.postag]
    Definition Classes
    POSModelBaseModel
  17. def getFactory(): POSTaggerFactory

  18. final def getLanguage(): String

    Definition Classes
    BaseModelArtifactProvider
  19. final def getManifestProperty(key: String): String

    Definition Classes
    BaseModelArtifactProvider
  20. def getNgramDictionary(): Dictionary

  21. def getPosModel(): AbstractModel

  22. def getTagDictionary(): POSDictionary

  23. final def getVersion(): Version

    Definition Classes
    BaseModel
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. def isLoadedFromSerialized(): Boolean

    Definition Classes
    BaseModelArtifactProvider
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. final def serialize(out: OutputStream): Unit

    Definition Classes
    BaseModel
  31. final def setManifestProperty(key: String, value: String): Unit

    Attributes
    protected[chalk.tools.util.model]
    Definition Classes
    BaseModel
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. def validateArtifactMap(): Unit

    Attributes
    protected[chalk.tools.postag]
    Definition Classes
    POSModelBaseModel
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseModel

Inherited from ArtifactProvider

Inherited from AnyRef

Inherited from Any

Ungrouped