UNPKG

@menome/document-to-graph

Version:

Menome Technologies Inc: takes incoming text and turns it into a structure suitable for a graph

10 lines (9 loc) 323 B
// Enum for Primary Segment Type const connectionType = { TopicHeading: 'TopicHeading', RequirementStatement: 'RequirementStatement', SupplementalText: 'SupplementalText', PageHeading: 'PageHeading', RequirementCollection:'RequirementCollection' } module.exports.connectionType=connectionType;