2017-03-27 9 views
0

program ab을 사용하여 채팅 봇을 만들려고했습니다. 간단한 aiml 파일을 만들고 시도했습니다. 하지만 작동하지 않습니다. 나는 이것을 얻고있다.항상 프로그램에 응답이 없습니다.

Name = super Path = /aiml/bots/super 
c:/ab 
/aiml/bots 
/aiml/bots/super 
/aiml/bots/super/aiml 
/aiml/bots/super/aimlif 
/aiml/bots/super/config 
/aiml/bots/super/logs 
/aiml/bots/super/sets 
/aiml/bots/super/maps 
Preprocessor: 0 norms 0 persons 0 person2 
Get Properties: /aiml/bots/super/config/properties.txt 
addAIMLSets: /aiml/bots/super/sets does not exist. 
addCategories: /aiml/bots/super/aiml does not exist. 
AIML modified Thu Jan 01 05:30:00 IST 1970 AIMLIF modified Thu Jan 01 05:30:00 IST 1970 
No deleted.aiml.csv file found 
No deleted.aiml.csv file found 
addCategories: /aiml/bots/super/aimlif does not exist. 
Loaded 0 categories in 0.002 sec 
No AIMLIF Files found. Looking for AIML 
addCategories: /aiml/bots/super/aiml does not exist. 
Loaded 0 categories in 0.001 sec 
--> Bot super 0 completed 0 deleted 0 unfinished 
Setting predicate topic to unknown 
normalized = HELLO 
No match. 
writeCertainIFCaegories learnf.aiml size= 0 
I have no answer for that. 

왜 파일이로드되지 않습니까? 아래에 간단한 aiml 파일도 포함 시켰습니다. super 폴더는 AIML 파일이 제대로로드되지 않은 그래서 질문의 회신 할 답이 없기 때문에 내가 program ab

답변

0

와 함께 다운로드 모든 붙박이 aiml 파일이 있습니다.

Preprocessor: 0 norms 0 persons 0 person2 

즉, 파일을 처리하고 추가하지 않았습니다.

+0

아래에 설명을 추가했습니다. – Jaden

0

.aiml 파일은 일 가능성이 높으며은로드되지 않았거나 발견되지 않았습니다. 아마 명명 문제?

Name = super Path = /aiml/bots/super 
c:/ab 
/aiml/bots 
/aiml/bots/super 
/aiml/bots/super/aiml 
/aiml/bots/super/aimlif 
/aiml/bots/super/config 
/aiml/bots/super/logs 
/aiml/bots/super/sets 
/aiml/bots/super/maps 
Preprocessor: 0 norms 0 persons 0 person2 
Get Properties: /aiml/bots/super/config/properties.txt 
addAIMLSets: /aiml/bots/super/sets does not exist. 
addCategories: /aiml/bots/super/aiml does not exist. 
AIML modified Thu Jan 01 05:30:00 IST 1970 AIMLIF modified Thu Jan 01 05:30:00 IST 1970 
No deleted.aiml.csv file found 
No deleted.aiml.csv file found 
addCategories: /aiml/bots/super/aimlif does not exist. 
Loaded 0 categories in 0.002 sec 
No AIMLIF Files found. Looking for AIML 
addCategories: /aiml/bots/super/aiml does not exist. 
Loaded 0 categories in 0.001 sec 
--> Bot super 0 completed 0 deleted 0 unfinished 
Setting predicate topic to unknown 
normalized = HELLO 
No match. 
writeCertainIFCaegories learnf.aiml size= 0 
I have no answer for that. 

Loaded 0 categories은 어떤 종류가 당신의 .aiml 파일 또한 , --> Bot super 0 completed 0 deleted 0 unfinished에서 발견되지 않았 음을 알려줍니다, 다시 0 카테고리가 봇 완료되었다는 것을 알려줍니다

그것은 당신이 설정 놓쳤다 있다고 할 수있다 .aiml.csv 파일을 업로드하십시오.

희망이 있습니다.