Packages

class LogxProcessor extends FastNLPProcessor with LazyLogging with Configured

Custom org.clulab.processors.Processor for LogX.

Linear Supertypes
Configured, LazyLogging, FastNLPProcessor, OpenIEAnnotator, ShallowNLPProcessor, Processor, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. LogxProcessor
  2. Configured
  3. LazyLogging
  4. FastNLPProcessor
  5. OpenIEAnnotator
  6. ShallowNLPProcessor
  7. Processor
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new LogxProcessor(config: Config = ConfigFactory.load("logxprocessor"))

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. val LEFT_PARENS: Regex
    Definition Classes
    ShallowNLPProcessor
  5. val PREDICATE_ATTACHMENT_NAME: String
  6. val RIGHT_PARENS: Regex
    Definition Classes
    ShallowNLPProcessor
  7. def annotate(doc: clulab.processors.Document): clulab.processors.Document
    Definition Classes
    Processor
  8. def annotate(text: String, keepText: Boolean): clulab.processors.Document
    Definition Classes
    Processor
  9. def annotateFromSentences(sentences: Iterable[String], keepText: Boolean): clulab.processors.Document
    Definition Classes
    Processor
  10. def annotateFromTokens(sentences: Iterable[Iterable[String]], keepText: Boolean): clulab.processors.Document
    Definition Classes
    Processor
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def basicSanityCheck(doc: clulab.processors.Document, checkAnnotation: Boolean): Option[Annotation]
    Definition Classes
    ShallowNLPProcessor
  13. lazy val chunker: CRFChunker
    Definition Classes
    ShallowNLPProcessor
  14. def chunking(doc: clulab.processors.Document): Unit
    Definition Classes
    ShallowNLPProcessor → Processor
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  16. val config: Config
  17. def contains(argPath: String): Boolean
    Definition Classes
    Configured
  18. def discourse(doc: clulab.processors.Document): Unit
    Definition Classes
    FastNLPProcessor → ShallowNLPProcessor → Processor
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def getArgBoolean(argPath: String, defaultValue: Option[Boolean]): Boolean
    Definition Classes
    Configured
  22. def getArgFloat(argPath: String, defaultValue: Option[Float]): Float
    Definition Classes
    Configured
  23. def getArgInt(argPath: String, defaultValue: Option[Int]): Int
    Definition Classes
    Configured
  24. def getArgString(argPath: String, defaultValue: Option[String]): String
    Definition Classes
    Configured
  25. def getArgStrings(argPath: String, defaultValue: Option[Seq[String]]): Seq[String]
    Definition Classes
    Configured
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. def getConf: Config
    Definition Classes
    LogxProcessor → Configured
  28. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def in(s: String): String
    Definition Classes
    ShallowNLPProcessor
  30. val internStrings: Boolean
    Definition Classes
    ShallowNLPProcessor
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. def lemmatize(doc: clulab.processors.Document): Unit
    Definition Classes
    ShallowNLPProcessor → Processor
  33. lazy val lemmatizer: StanfordCoreNLP
    Definition Classes
    ShallowNLPProcessor
  34. lazy val localTokenizer: Tokenizer
    Attributes
    protected
    Definition Classes
    ShallowNLPProcessor
  35. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
  36. def mkChunker: CRFChunker
    Definition Classes
    ShallowNLPProcessor
  37. def mkDocument(text: String, keepText: Boolean): clulab.processors.Document
    Definition Classes
    ShallowNLPProcessor → Processor
  38. def mkDocumentFromSentences(sentences: Iterable[String], keepText: Boolean, charactersBetweenSentences: Int): clulab.processors.Document
    Definition Classes
    ShallowNLPProcessor → Processor
  39. def mkDocumentFromTokens(sentences: Iterable[Iterable[String]], keepText: Boolean, charactersBetweenSentences: Int, charactersBetweenTokens: Int): clulab.processors.Document
    Definition Classes
    ShallowNLPProcessor → Processor
  40. def mkLemmatizer: StanfordCoreNLP
    Definition Classes
    ShallowNLPProcessor
  41. def mkNer: StanfordCoreNLP
    Definition Classes
    ShallowNLPProcessor
  42. def mkOpenIE: StanfordCoreNLP
    Definition Classes
    OpenIEAnnotator
  43. def mkPosTagger: StanfordCoreNLP
    Definition Classes
    ShallowNLPProcessor
  44. lazy val mtlNer: Metal
  45. lazy val mtlPosChunkSrlp: Metal
  46. lazy val mtlSrla: Metal
  47. def namedEntitySanityCheck(doc: clulab.processors.Document): Option[Annotation]
    Definition Classes
    ShallowNLPProcessor
  48. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  49. lazy val ner: StanfordCoreNLP
    Definition Classes
    ShallowNLPProcessor
  50. def newStanfordCoreNLP(props: Properties, enforceRequirements: Boolean): StanfordCoreNLP
    Attributes
    protected
    Definition Classes
    ShallowNLPProcessor
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  53. lazy val openIE: StanfordCoreNLP
    Definition Classes
    OpenIEAnnotator
  54. def parse(doc: clulab.processors.Document): Unit
    Definition Classes
    FastNLPProcessor → ShallowNLPProcessor → Processor
  55. lazy val posTagger: StanfordCoreNLP
    Definition Classes
    ShallowNLPProcessor
  56. def postprocessTags(annotation: Annotation): Unit
    Definition Classes
    ShallowNLPProcessor
  57. val prefix: String
  58. def recognizeNamedEntities(doc: clulab.processors.Document): Unit

    NER; modifies the document in place

    NER; modifies the document in place

    Definition Classes
    LogxProcessor → ShallowNLPProcessor → Processor
  59. def relationExtraction(doc: clulab.processors.Document): Unit
    Definition Classes
    OpenIEAnnotator
  60. def relationExtractionSanityCheck(doc: clulab.processors.Document): Option[Annotation]
    Definition Classes
    OpenIEAnnotator
  61. def resolveCoreference(doc: clulab.processors.Document): Unit
    Definition Classes
    ShallowNLPProcessor → Processor
  62. lazy val rstDependencyParser: RSTParser
    Definition Classes
    FastNLPProcessor
  63. def srl(doc: clulab.processors.Document): Unit
    Definition Classes
    LogxProcessor → FastNLPProcessor → ShallowNLPProcessor → Processor
  64. lazy val stanfordDepParser: DependencyParser
    Definition Classes
    FastNLPProcessor
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. def tagPartsOfSpeech(doc: clulab.processors.Document): Unit
    Definition Classes
    ShallowNLPProcessor → Processor
  67. def toString(): String
    Definition Classes
    AnyRef → Any
  68. lazy val tokenizer: Tokenizer
    Definition Classes
    ShallowNLPProcessor
  69. val tokenizerPostProcessor: Option[TokenizerStep]
    Definition Classes
    ShallowNLPProcessor
  70. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  72. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  73. val withChunks: Boolean
    Definition Classes
    ShallowNLPProcessor
  74. val withRelationExtraction: Boolean
    Definition Classes
    ShallowNLPProcessor

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 Configured

Inherited from LazyLogging

Inherited from FastNLPProcessor

Inherited from OpenIEAnnotator

Inherited from ShallowNLPProcessor

Inherited from Processor

Inherited from AnyRef

Inherited from Any

Ungrouped