UNPKG

compromise

Version:
13 lines (11 loc) 239 B
import model from './model/index.js' import methods from './methods/index.js' import compute from './compute/index.js' import tags from './tagSet/index.js' export default { compute, methods, model, tags, hooks: ['preTagger'], }