Object

org.clulab.odin.impl

MarkdownGeneration

Related Doc: package impl

Permalink

object MarkdownGeneration

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

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def backtickedString(aa: Seq[Any]): String

    Permalink
  6. def booleanString(b: Boolean): String

    Permalink
  7. def booleanString(bb: Seq[Boolean]): String

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def configVariableSummary(map: Map[String, String]): List[String]

    Permalink

    write the map entries within a dropdown summary

    write the map entries within a dropdown summary

    map

    The config variables map used for string replacement. Typically this holds the values for things like triggers, vars, etc.

    returns

    markdown strings

  10. def crossSentenceRuleSchema(r: Rule, x: CrossSentenceExtractor): RuleSchema

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def graphExtractorRuleSchema(r: Rule, x: GraphExtractor): RuleSchema

    Permalink

    With GraphExtractors, the patterns support arguments and config variables too, so here we display those as well

  16. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  18. def labelsString(ll: Seq[String]): String

    Permalink
  19. def listString(ss: Seq[String]): String

    Permalink
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def priorityString(p: Priority): String

    Permalink
  24. def quantifierString(q: ArgumentQuantifier): String

    Permalink
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toArgSchema(a: ArgumentPattern): ArgumentSchema

    Permalink

    Create the markdown table line for a given argument, including the name, the label, whether or not the argument was quantified, and if it's optional.

    Create the markdown table line for a given argument, including the name, the label, whether or not the argument was quantified, and if it's optional.

    returns

    markdown table string

  27. def toArgSchema(args: Seq[ArgumentPattern]): Seq[ArgumentSchema]

    Permalink

    Create the markdown strings for all the arguments in a rule

    Create the markdown strings for all the arguments in a rule

    args

    ArgumentPatterns for the Rule

    returns

    markdown table strings

  28. def toExtractionSchema(label: String, pairs: Seq[(Rule, Extractor)]): ExtractionSchema

    Permalink

    label

    the internal taxonomy label that all mentions produced by these rules conform to

    pairs

    the (Rule, Extractor) pairs for all rules that extract mentions with label == label

    returns

    sequence of ExtractionSchema

  29. def toRuleSchema(rule: Rule, extractor: Extractor): RuleSchema

    Permalink

    Convert a single rule to a markdown schema representation

    Convert a single rule to a markdown schema representation

    returns

    markdown representation

  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. def tokenExtractorRuleSchema(r: Rule, x: TokenExtractor): RuleSchema

    Permalink
  32. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped