Zabaware Support Forums

Zabaware Forums => General Discussion => Topic started by: Honvai on January 28, 2022, 09:26:16 pm

Title: Knowledge of column.txt
Post by: Honvai on January 28, 2022, 09:26:16 pm
Does hal understand column text files like this?

(https://svbtleusercontent.com/eizt8ogmcmzqvw.png)
Title: Re: Knowledge of column.txt
Post by: Art on January 28, 2022, 09:59:03 pm
No.

Hal understands typed text and spoken English.
Title: Re: Knowledge of column.txt
Post by: Honvai on January 28, 2022, 10:50:17 pm
How many different characters hal understand? and
How to add characters and custom characters to hal program?
Title: Re: Knowledge of column.txt
Post by: Art on January 29, 2022, 09:49:49 am
Use or understand?

During conversations, Hal will normally understand 0-9 and a-z.

Punctuation and Capitalizations do not matter and are not considered.

The other symbols might be used or useful in Hal's programming or perhaps Scriptwriting for Plugins but not during normal conversation.
Title: Re: Knowledge of column.txt
Post by: Honvai on January 29, 2022, 05:13:08 pm
How to add ?, ? and any other new character that windows have by default so that hal can use them?
Title: Re: Knowledge of column.txt
Post by: Art on January 29, 2022, 10:08:12 pm
 'PROCESS: REMOVE PUNCTUATION
    'This function removes all other punctuation and symbols from the User's
    'sentence so they won't confuse Hal during processing.
    UserSentence = HalBrain.AlphaNumericalOnly(UserSentence)

========================================
Again, this chatbot/assistant is only written for the English language and Windows-based computers. Foreign languages other than English, and other countries might not enjoy the same experience. There is no workaround that I am aware of at present.

IF you are persistent in this I suggest you go through HAL's  Hal7.uhp  script and see what Hal is doing or how it handles various inputs and outputs.

Lastly, I would recommend you send an email to Robert Medeksza, the creator of Ultra Hal 7.

Thank you and good luck!
Title: Re: Knowledge of column.txt
Post by: Honvai on August 16, 2022, 06:19:32 pm
Where can i find the email address?
Title: Re: Knowledge of column.txt
Post by: Art on August 17, 2022, 03:29:49 pm
Try customeremail@zabaware.com

Robert is very busy so allow for some time before you get a reply.

I personally do not see this type of column text file ever being used by or written into the UltraHal program.
Hal is a ChatAssistant or Chatbot.

It can also handle math and math symbols like + - */ as well as square roots, etc.

No foreign languages or strange symbols that might be found in the ASCII set/subset.

Good luck!