Class/Object

org.clulab.wm.eidos.serialization.jsonld

JLDDeserializer

Related Docs: object JLDDeserializer | package jsonld

Permalink

class JLDDeserializer extends AnyRef

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

Instance Constructors

  1. new JLDDeserializer()

    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 addEidosExtras(eidosMentions: Seq[EidosMention], extractions: Seq[Extraction], mentionMap: Map[String, Mention]): Seq[EidosMention]

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def deserialize(json: String): Corpus

    Permalink
  8. def deserializeArguments(argumentsValueOpt: Option[JValue]): Map[String, Seq[String]]

    Permalink
  9. def deserializeCorpus(corpusValue: JValue): Corpus

    Permalink
  10. def deserializeDct(dctValueOpt: Option[JValue]): Option[IdAndDct]

    Permalink
  11. def deserializeDependency(dependencyValue: JValue, wordMap: Map[String, Int]): (String, Edge[String])

    Permalink
  12. def deserializeDocument(documentValue: JValue): DocumentSpec

    Permalink
  13. def deserializeExtraction(extractionValue: JValue, documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap): Extraction

    Permalink
  14. def deserializeGeoloc(geoIdValue: JValue): IdAndGeoPhraseId

    Permalink
  15. def deserializeGroundings(groundingsValue: JArray): OntologyGroundingMap

    Permalink
  16. def deserializeInterval(intervalValue: JValue, offset: Int, inclusiveEnd: Boolean): Interval

    Permalink
  17. def deserializeMention(extractionValue: JValue, extraction: Extraction, mentionMap: Map[String, Mention], documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap, timexMap: TimexMap, geolocMap: GeolocMap, provenanceMap: ProvenanceMap, dctMap: DctMap): Mention

    Permalink
  18. final def deserializeMentions(extractionsValue: JArray, extractions: Seq[Extraction], mentionMap: Map[String, Mention], provenanceMap: Map[Provenance, String], documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap, timexMap: TimexMap, geolocMap: GeolocMap, dctMap: DctMap): Map[String, Mention]

    Permalink
    Annotations
    @tailrec()
  19. def deserializeModifier(modifierValue: JValue, documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap): (String, Provenance, Option[AdjectiveGrounding])

    Permalink
    Attributes
    protected
  20. def deserializeModifiers(modifiersValueOpt: Option[JArray], documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap): (Option[Seq[String]], Option[Seq[Provenance]], Option[Seq[Option[AdjectiveGrounding]]])

    Permalink
  21. def deserializePluralProvenance(provenanceValue: JValue, documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap): Provenance

    Permalink
    Attributes
    protected
  22. def deserializeProvenance(provenanceValueOpt: Option[JValue], documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap): Option[Provenance]

    Permalink
  23. def deserializeSentences(sentencesValue: JValue, documentText: Option[String]): SentencesSpec

    Permalink
  24. def deserializeSingularProvenance(provenanceValue: JValue, documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap): Provenance

    Permalink
    Attributes
    protected
  25. def deserializeState(stateValue: JValue, documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap, timexMap: TimexMap, geolocMap: GeolocMap, dctMap: DctMap): Attachment

    Permalink
  26. def deserializeStates(statesValueOpt: Option[JArray], documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap, timexMap: TimexMap, geolocMap: GeolocMap, dctMap: DctMap): Set[Attachment]

    Permalink
  27. def deserializeTimeInterval(timeIntervalValue: JValue): TimeStep

    Permalink
  28. def deserializeTimex(timexValue: JValue): IdAndTimex

    Permalink
  29. def deserializeTrigger(triggerValueOpt: Option[JValue], documentMap: DocumentMap, documentSentenceMap: DocumentSentenceMap): Option[Provenance]

    Permalink
  30. def deserializeWordData(wordDataValue: JValue): IdAndWordSpec

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. implicit val formats: DefaultFormats.type

    Permalink
  35. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  36. def getId(jValue: JValue): String

    Permalink
    Attributes
    protected
  37. def hashCode(): Int

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

    Permalink
    Definition Classes
    Any
  39. def mkRaw(idsAndWordSpecs: Array[IdAndWordSpec], documentText: Option[String]): Array[String]

    Permalink
    Attributes
    protected
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. def nothingToNone(jValueOpt: Option[JValue]): Option[JValue]

    Permalink
    Attributes
    protected
  42. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  44. def removeTriggerOnlyMentions(mentions: Seq[Mention]): Seq[Mention]

    Permalink
    Attributes
    protected
  45. def requireType(jValue: JValue, typeName: String): Unit

    Permalink
    Attributes
    protected
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  47. def toInterval(start: Int, end: Int, offset: Int, inclusiveEnd: Boolean): Interval

    Permalink
    Attributes
    protected
  48. def toString(): String

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped