@@ -1013,6 +1013,7 @@ export function getGradualLengthByXml(xml) {
}
const isKeyWork = keys.find(k => {
+ if (k === textContent) return true
const ks = k.split(' ')
return textContent && ks.includes(textContent)
})