mirror of
https://github.com/nullnyat/NullcatChan.git
synced 2025-04-29 05:17:23 +09:00
✌️
This commit is contained in:
parent
b17a828895
commit
60718dce48
@ -29,7 +29,7 @@ export default class KeywordModule implements IModule {
|
||||
|
||||
await Promise.all(interestedNotes.map(note => new Promise((res, rej) => {
|
||||
this.tokenizer.parse(note.text, (err, tokens) => {
|
||||
const keywordsInThisNote = tokens.filter(token => token[2] == '固有名詞');
|
||||
const keywordsInThisNote = tokens.filter(token => token[2] == '固有名詞' && keyword[8] != null);
|
||||
keywords = keywords.concat(keywordsInThisNote);
|
||||
res();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user