Class/Object

org.clulab.processors.client

ProcessorClient

Related Docs: object ProcessorClient | package client

Permalink

class ProcessorClient extends ProcessorAnnotator with LazyLogging

Linear Supertypes
LazyLogging, ProcessorAnnotator, ProcessorCSController, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcessorClient
  2. LazyLogging
  3. ProcessorAnnotator
  4. ProcessorCSController
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProcessorClient(config: Config)

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def annotate(text: String, keepText: Boolean = false): Document

    Permalink

    Annotate the given text string, specify whether to retain the text in the resultant Document.

    Annotate the given text string, specify whether to retain the text in the resultant Document.

    Definition Classes
    ProcessorClientProcessorAnnotator
  5. def annotateFromSentences(sentences: Iterable[String], keepText: Boolean = false): Document

    Permalink

    Annotate the given sentences, specify whether to retain the text in the resultant Document.

    Annotate the given sentences, specify whether to retain the text in the resultant Document.

    Definition Classes
    ProcessorClientProcessorAnnotator
  6. def annotateFromTokens(sentences: Iterable[Iterable[String]], keepText: Boolean = false): Document

    Permalink

    Annotate the given tokens, specify whether to retain the text in the resultant Document.

    Annotate the given tokens, specify whether to retain the text in the resultant Document.

    Definition Classes
    ProcessorClientProcessorAnnotator
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val config: Config

    Permalink
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  16. lazy val logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LazyLogging
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. def preprocessSentences(origSentences: Iterable[String]): Iterable[String]

    Permalink

    Runs preprocessText on each sentence

    Runs preprocessText on each sentence

    Definition Classes
    ProcessorClientProcessorAnnotator
  21. def preprocessText(origText: String): String

    Permalink

    Hook to allow the preprocessing of input text.

    Hook to allow the preprocessing of input text.

    origText

    The original input text

    returns

    The preprocessed text

    Definition Classes
    ProcessorClientProcessorAnnotator
  22. def preprocessTokens(origSentences: Iterable[Iterable[String]]): Iterable[Iterable[String]]

    Permalink

    Runs preprocessText on each token

    Runs preprocessText on each token

    Definition Classes
    ProcessorClientProcessorAnnotator
  23. val router: ActorRef

    Permalink
  24. def shutdownClient: Unit

    Permalink

    Shutdown this client: terminate the actor system.

    Shutdown this client: terminate the actor system.

    Definition Classes
    ProcessorClientProcessorCSController
  25. def shutdownClientServer: Unit

    Permalink

    Shutdown the remote processor server AND this client.

    Shutdown the remote processor server AND this client.

    Definition Classes
    ProcessorClientProcessorCSController
  26. def shutdownServer: Unit

    Permalink

    Send the server a message to shutdown actors and terminate the server router.

    Send the server a message to shutdown actors and terminate the server router.

    Definition Classes
    ProcessorClientProcessorCSController
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. val system: ActorSystem

    Permalink
  29. implicit val timeout: Timeout

    Permalink
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from LazyLogging

Inherited from ProcessorAnnotator

Inherited from ProcessorCSController

Inherited from AnyRef

Inherited from Any

Ungrouped