NCLifecycle
trait NCLifecycle
Lifecycle callbacks for various pipeline components.
- See also:
- Source:
- NCLifecycle.scala
class Object
trait Matchable
class Any
trait NCEntityEnricher
trait NCEntityMapper
trait NCEntityParser
class NCNLPEntityParser
class NCOpenNLPEntityParser
class NCSemanticEntityParser
trait NCEntityValidator
trait NCTokenEnricher
class NCBracketsTokenEnricher
class NCOpenNLPTokenEnricher
class NCQuotesTokenEnricher
trait NCTokenValidator
trait NCVariantFilter
Value members
Concrete methods
Called when the component starts. Default implementation is no-op.
Called when the component starts. Default implementation is no-op.
- Value parameters:
- cfg
Configuration of the model this component is associated with.
- Source:
- NCLifecycle.scala
Called when the component stops. Default implementation is no-op.
Called when the component stops. Default implementation is no-op.
- Value parameters:
- cfg
Configuration of the model this component is associated with.
- Source:
- NCLifecycle.scala