Packages

c

org.parsertongue.mr.processors

ProxiedProcessor

class ProxiedProcessor extends Processor

Linear Supertypes
Processor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProxiedProcessor
  2. Processor
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProxiedProcessor(url: String)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def annotate(doc: clulab.processors.Document): clulab.processors.Document
    Definition Classes
    ProxiedProcessor → Processor
  5. def annotate(text: String, keepText: Boolean): clulab.processors.Document
    Definition Classes
    ProxiedProcessor → Processor
  6. def annotateFromSentences(sentences: Iterable[String], keepText: Boolean): clulab.processors.Document
    Definition Classes
    Processor
  7. def annotateFromTokens(sentences: Iterable[Iterable[String]], keepText: Boolean): clulab.processors.Document
    Definition Classes
    Processor
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def chunking(doc: clulab.processors.Document): Unit
    Definition Classes
    ProxiedProcessor → Processor
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  11. def discourse(doc: clulab.processors.Document): Unit
    Definition Classes
    ProxiedProcessor → Processor
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def lemmatize(doc: clulab.processors.Document): Unit
    Definition Classes
    ProxiedProcessor → Processor
  18. def mkDocument(text: String, keepText: Boolean): clulab.processors.Document
    Definition Classes
    ProxiedProcessor → Processor
  19. def mkDocumentFromSentences(sentences: Iterable[String], keepText: Boolean, charactersBetweenSentences: Int): clulab.processors.Document
    Definition Classes
    ProxiedProcessor → Processor
  20. def mkDocumentFromTokens(sentences: Iterable[Iterable[String]], keepText: Boolean, charactersBetweenSentences: Int, charactersBetweenTokens: Int): clulab.processors.Document
    Definition Classes
    ProxiedProcessor → Processor
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def parse(doc: clulab.processors.Document): Unit
    Definition Classes
    ProxiedProcessor → Processor
  25. def recognizeNamedEntities(doc: clulab.processors.Document): Unit
    Definition Classes
    ProxiedProcessor → Processor
  26. def relationExtraction(doc: clulab.processors.Document): Unit
    Definition Classes
    ProxiedProcessor → Processor
  27. def resolveCoreference(doc: clulab.processors.Document): Unit
    Definition Classes
    ProxiedProcessor → Processor
  28. def srl(doc: clulab.processors.Document): Unit
    Definition Classes
    ProxiedProcessor → Processor
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def tagPartsOfSpeech(doc: clulab.processors.Document): Unit
    Definition Classes
    ProxiedProcessor → Processor
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. val url: String
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Processor

Inherited from AnyRef

Inherited from Any

Ungrouped