OSDN Git Service

AI_DatabaseInfoTagを追加。
[chnosproject/AI004.git] / aisub.js
index f3097e1..0c7e60a 100644 (file)
--- a/aisub.js
+++ b/aisub.js
@@ -40,7 +40,7 @@ AI_Input.prototype = {
                } else{
                        sList = [input];
                }
-               console.log(sList);
+               //console.log(sList);
                this.sentenceList.push([srctype]);
                this.sentenceList = this.sentenceList.concat(sList);
        },
@@ -59,6 +59,7 @@ AI_Input.prototype = {
                        break;
                }
                //
+               this.env.memory.dbInfo.readLineCount++;
                this.appendHistory(retv);
                return retv;
        },