chalk.tools.postag

POSTaggerFactory

class POSTaggerFactory extends BaseToolFactory

Linear Supertypes
BaseToolFactory, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. POSTaggerFactory
  2. BaseToolFactory
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new POSTaggerFactory(ngramDictionary: Dictionary, posDictionary: TagDictionary)

  2. new POSTaggerFactory()

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 clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def createArtifactMap(): Map[String, AnyRef]

    Definition Classes
    POSTaggerFactoryBaseToolFactory
  9. def createArtifactSerializersMap(): Map[String, ArtifactSerializer]

    Definition Classes
    POSTaggerFactoryBaseToolFactory
  10. def createEmptyTagDictionary(): TagDictionary

  11. def createManifestEntries(): Map[String, String]

    Definition Classes
    BaseToolFactory
  12. def createTagDictionary(in: InputStream): TagDictionary

  13. def createTagDictionary(dictionary: File): TagDictionary

  14. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def getDictionary(): Dictionary

  19. def getPOSContextGenerator(cacheSize: Int): POSContextGenerator

  20. def getPOSContextGenerator(): POSContextGenerator

  21. def getSequenceValidator(): SequenceValidator[String]

  22. def getTagDictionary(): TagDictionary

  23. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  24. def init(ngramDictionary: Dictionary, posDictionary: TagDictionary): Unit

    Attributes
    protected[chalk.tools.postag]
  25. def init(artifactProvider: ArtifactProvider): Unit

    Attributes
    protected[chalk.tools.util]
    Definition Classes
    BaseToolFactory
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  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. def setDictionary(ngramDict: Dictionary): Unit

  31. def setTagDictionary(dictionary: TagDictionary): Unit

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

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

    Definition Classes
    POSTaggerFactoryBaseToolFactory
  35. def validatePOSDictionary(posDict: POSDictionary, posModel: AbstractModel): Unit

    Attributes
    protected[chalk.tools.postag]
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from BaseToolFactory

Inherited from AnyRef

Inherited from Any

Ungrouped