Hi,
I’m Andrew and developing a soft-bot which can speak Korean, and there is one question.
1. How can I make the Korean words work in a topic keyword list?
(1) I registerd some Korean Noun words in the canonical.txt file.
(2) I checked if the _Match variables catch the Korean words in the introductions.top.
Success!
(3) And I made a new topic named ~KoreanTest and put the Korean Noun words in that topic
keyword list, and write some rules.
(4) :verify keyword—> “Missing keyword ~KoreanTest.x.x”
Why are not the Korean words in the topic keyword list recognized?
(5) by the way, :verify ~KoreanTest—>
Missing keyword ~KoreanTest.x.x
Pattern failed to match 6 ~KoreanTest.x.x
Adjusted Input :
Canonical Input : <——result are O.K.
(6) Alos, I tried to make a concept like this:
concept: ~KoreanNoun NOUN ( korean-noun-words-list )
and :concepts korean-word
then, there are no concepts list. (expected result was ~KoreanNoun)
(7) :prepare Above_One_Korean_Word
then results are;
Original User Input : Above_One_Korean_Word
Tokenized into : Above_One_Korean_Word
Actual used input : Above_One_Korean_Word
Concepts : (blank)
Above_One_Korean_Word (raw) : +~noun_infinitive etc //
Above_One_Korean_Word (canonical) : // +~utf8
Seauences : (blank)
After parse TokenFlags : USERINPUT
I don’t know how can I activate the Korean Word in the topic keyword list.
Please help me.
Thanks in advance.