UNPKG

wiki-entity

Version:
21 lines (20 loc) 723 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SIMPLE_ENTITY_TYPES = exports.SimpleEntityType = void 0; var SimpleEntityType; (function (SimpleEntityType) { SimpleEntityType["EVENT"] = "E"; SimpleEntityType["ORG"] = "O"; SimpleEntityType["PERSON"] = "H"; SimpleEntityType["PLACE"] = "P"; SimpleEntityType["PRODUCT"] = "R"; SimpleEntityType["WORK"] = "W"; })(SimpleEntityType = exports.SimpleEntityType || (exports.SimpleEntityType = {})); exports.SIMPLE_ENTITY_TYPES = [ SimpleEntityType.EVENT, SimpleEntityType.PERSON, SimpleEntityType.PLACE, SimpleEntityType.ORG, SimpleEntityType.PRODUCT, SimpleEntityType.WORK ];