We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const { Mint } = require('mint-filter') const mint = new Mint(['pflt', 'dividend payout pflt abc']); const result = mint.filter('ratio dividend payout pflt'); console.log(result); // { words: [], text: 'ratio dividend payout pflt' }
关键词数组中有重叠的部分,且需要匹配的文案与第二个关键词部分匹配,预期应该是匹配成功第一个关键词“pflt”,但结果匹配失败
The text was updated successfully, but these errors were encountered:
const { Mint } = require('mint-filter') const mint = new Mint(['pflt', 'dividend payout pflt abc']); const result = mint.filter('ratio dividend payout pflt'); console.log(result); // { words: [], text: 'ratio dividend payout pflt' } 关键词数组中有重叠的部分,且需要匹配的文案与第二个关键词部分匹配,预期应该是匹配成功第一个关键词“pflt”,但结果匹配失败
作者最近好像上github比较少,试试这个,只能用于node环境 https://www.npmjs.com/package/node-word-detection
Sorry, something went wrong.
No branches or pull requests
关键词数组中有重叠的部分,且需要匹配的文案与第二个关键词部分匹配,预期应该是匹配成功第一个关键词“pflt”,但结果匹配失败
The text was updated successfully, but these errors were encountered: