class LogxProcessor extends FastNLPProcessor with LazyLogging with Configured
Custom org.clulab.processors.Processor for LogX.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LogxProcessor
- Configured
- LazyLogging
- FastNLPProcessor
- OpenIEAnnotator
- ShallowNLPProcessor
- Processor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LogxProcessor(config: Config = ConfigFactory.load("logxprocessor"))
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
LEFT_PARENS: Regex
- Definition Classes
- ShallowNLPProcessor
- val PREDICATE_ATTACHMENT_NAME: String
-
val
RIGHT_PARENS: Regex
- Definition Classes
- ShallowNLPProcessor
-
def
annotate(doc: clulab.processors.Document): clulab.processors.Document
- Definition Classes
- Processor
-
def
annotate(text: String, keepText: Boolean): clulab.processors.Document
- Definition Classes
- Processor
-
def
annotateFromSentences(sentences: Iterable[String], keepText: Boolean): clulab.processors.Document
- Definition Classes
- Processor
-
def
annotateFromTokens(sentences: Iterable[Iterable[String]], keepText: Boolean): clulab.processors.Document
- Definition Classes
- Processor
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
basicSanityCheck(doc: clulab.processors.Document, checkAnnotation: Boolean): Option[Annotation]
- Definition Classes
- ShallowNLPProcessor
-
lazy val
chunker: CRFChunker
- Definition Classes
- ShallowNLPProcessor
-
def
chunking(doc: clulab.processors.Document): Unit
- Definition Classes
- ShallowNLPProcessor → Processor
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- val config: Config
-
def
contains(argPath: String): Boolean
- Definition Classes
- Configured
-
def
discourse(doc: clulab.processors.Document): Unit
- Definition Classes
- FastNLPProcessor → ShallowNLPProcessor → Processor
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
getArgBoolean(argPath: String, defaultValue: Option[Boolean]): Boolean
- Definition Classes
- Configured
-
def
getArgFloat(argPath: String, defaultValue: Option[Float]): Float
- Definition Classes
- Configured
-
def
getArgInt(argPath: String, defaultValue: Option[Int]): Int
- Definition Classes
- Configured
-
def
getArgString(argPath: String, defaultValue: Option[String]): String
- Definition Classes
- Configured
-
def
getArgStrings(argPath: String, defaultValue: Option[Seq[String]]): Seq[String]
- Definition Classes
- Configured
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
getConf: Config
- Definition Classes
- LogxProcessor → Configured
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
in(s: String): String
- Definition Classes
- ShallowNLPProcessor
-
val
internStrings: Boolean
- Definition Classes
- ShallowNLPProcessor
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lemmatize(doc: clulab.processors.Document): Unit
- Definition Classes
- ShallowNLPProcessor → Processor
-
lazy val
lemmatizer: StanfordCoreNLP
- Definition Classes
- ShallowNLPProcessor
-
lazy val
localTokenizer: Tokenizer
- Attributes
- protected
- Definition Classes
- ShallowNLPProcessor
-
lazy val
logger: Logger
- Attributes
- protected
- Definition Classes
- LazyLogging
-
def
mkChunker: CRFChunker
- Definition Classes
- ShallowNLPProcessor
-
def
mkDocument(text: String, keepText: Boolean): clulab.processors.Document
- Definition Classes
- ShallowNLPProcessor → Processor
-
def
mkDocumentFromSentences(sentences: Iterable[String], keepText: Boolean, charactersBetweenSentences: Int): clulab.processors.Document
- Definition Classes
- ShallowNLPProcessor → Processor
-
def
mkDocumentFromTokens(sentences: Iterable[Iterable[String]], keepText: Boolean, charactersBetweenSentences: Int, charactersBetweenTokens: Int): clulab.processors.Document
- Definition Classes
- ShallowNLPProcessor → Processor
-
def
mkLemmatizer: StanfordCoreNLP
- Definition Classes
- ShallowNLPProcessor
-
def
mkNer: StanfordCoreNLP
- Definition Classes
- ShallowNLPProcessor
-
def
mkOpenIE: StanfordCoreNLP
- Definition Classes
- OpenIEAnnotator
-
def
mkPosTagger: StanfordCoreNLP
- Definition Classes
- ShallowNLPProcessor
- lazy val mtlNer: Metal
- lazy val mtlPosChunkSrlp: Metal
- lazy val mtlSrla: Metal
-
def
namedEntitySanityCheck(doc: clulab.processors.Document): Option[Annotation]
- Definition Classes
- ShallowNLPProcessor
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
lazy val
ner: StanfordCoreNLP
- Definition Classes
- ShallowNLPProcessor
-
def
newStanfordCoreNLP(props: Properties, enforceRequirements: Boolean): StanfordCoreNLP
- Attributes
- protected
- Definition Classes
- ShallowNLPProcessor
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
lazy val
openIE: StanfordCoreNLP
- Definition Classes
- OpenIEAnnotator
-
def
parse(doc: clulab.processors.Document): Unit
- Definition Classes
- FastNLPProcessor → ShallowNLPProcessor → Processor
-
lazy val
posTagger: StanfordCoreNLP
- Definition Classes
- ShallowNLPProcessor
-
def
postprocessTags(annotation: Annotation): Unit
- Definition Classes
- ShallowNLPProcessor
- val prefix: String
-
def
recognizeNamedEntities(doc: clulab.processors.Document): Unit
NER; modifies the document in place
NER; modifies the document in place
- Definition Classes
- LogxProcessor → ShallowNLPProcessor → Processor
-
def
relationExtraction(doc: clulab.processors.Document): Unit
- Definition Classes
- OpenIEAnnotator
-
def
relationExtractionSanityCheck(doc: clulab.processors.Document): Option[Annotation]
- Definition Classes
- OpenIEAnnotator
-
def
resolveCoreference(doc: clulab.processors.Document): Unit
- Definition Classes
- ShallowNLPProcessor → Processor
-
lazy val
rstDependencyParser: RSTParser
- Definition Classes
- FastNLPProcessor
-
def
srl(doc: clulab.processors.Document): Unit
- Definition Classes
- LogxProcessor → FastNLPProcessor → ShallowNLPProcessor → Processor
-
lazy val
stanfordDepParser: DependencyParser
- Definition Classes
- FastNLPProcessor
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
tagPartsOfSpeech(doc: clulab.processors.Document): Unit
- Definition Classes
- ShallowNLPProcessor → Processor
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
tokenizer: Tokenizer
- Definition Classes
- ShallowNLPProcessor
-
val
tokenizerPostProcessor: Option[TokenizerStep]
- Definition Classes
- ShallowNLPProcessor
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
withChunks: Boolean
- Definition Classes
- ShallowNLPProcessor
-
val
withRelationExtraction: Boolean
- Definition Classes
- ShallowNLPProcessor
Deprecated Value Members
-
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.