We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aa4ee commit 606ce10Copy full SHA for 606ce10
public/src/ai-server/ai_human.js
@@ -125,7 +125,7 @@ module.exports = class HunmaAI {
125
result.topic.response;
126
} catch (e) {
127
result["topic"] = { response: await this.textToSplit(q) };
128
- result["lemma"] = { lemma: await this.checkUnnesessaryText(q) };
+ result["lemma"] = { lemma: await this.checkUnnesessaryWords(q) };
129
130
if (!result["curAddress"])
131
result["curAddress"] = address ? await address.result : null;
@@ -151,7 +151,7 @@ module.exports = class HunmaAI {
151
return result;
152
}
153
154
- async checkUnnesessaryText(text) {
+ async checkUnnesessaryWords(text) {
155
// Convert to lowercase
156
text = text.toLowerCase();
157
views/csv/important_text1.txt renamed to views/csv/words.txt
0 commit comments