@antv/t8
Version:
T8 is a text visualization solution for unstructured data within the AntV technology stack, and it is a declarative JSON Schema syntax that can be used to describe the content of data interpretation reports.
11 lines (8 loc) • 315 B
JavaScript
import { __assign } from 'tslib';
var createPhraseFactory = function (isEntity) {
return function (descriptor) {
return __assign({ isEntity: isEntity, getText: function (value) { return value; } }, descriptor);
};
};
export { createPhraseFactory };
//# sourceMappingURL=createPhraseFactory.js.map