Creates a Map of a Document.equivalenceHash (as String) -> Document.jsonAST
Creates a Map of a Document.equivalenceHash (as String) -> Document
Used for deserialization of mention JSON
Build mention from json of mention and corresponding json map of documents
Since a single Document can be quite large and may be shared by multiple mentions,
only a reference to the document json is contained within each mention.
Build mention from json of mention and corresponding json map of documents
Since a single Document can be quite large and may be shared by multiple mentions,
only a reference to the document json is contained within each mention.
A map from doc reference to document json is used to avoid redundancies and reduce file size during serialization.
Produce a Seq[CorefMention] from json
Produce a sequence of mentions from a json file
Build mention from json of mention and corresponding json map of documents
Since a single Document can be quite large and may be shared by multiple mentions,
only a reference to the document json is contained within each mention.
Build mention from json of mention and corresponding json map of documents
Since a single Document can be quite large and may be shared by multiple mentions,
only a reference to the document json is contained within each mention.
A map from doc reference to document json is used to avoid redundancies and reduce file size during serialization.
Produce a Seq[CorefMention] from json
Produce a sequence of mentions from a json file
JSON serialization utilities