AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Entering null word to dictionary in sentence
 
 

This may be a pretty obscure situation, and I have a workaound so its not a big deal, but I came across a situation where during a build this message was generated:

in dict1.txt at 12: +
entering null word to dictionary in sentence


I isolated the cause down to, in a table definition, bursting a string into individual characters where that string contains a space and the result is being explicitly stored in a fact set.

table(^name)
@
= ^burst(^name "")

data:
"some name" 

 

 

 
  [ # 1 ]

I did your example and it didnt fail for me. Nor would I expect it to. The message complains of a word which has no letters. But a space is a legal letter.  I’m going to assume this bug was fixed somehow and you can let me know if it still can happen with new release this weekend.

 

 
  [ # 2 ]

Sorry, that’ll teach me to attempt to type a simple case just before leaving on vacation!

The table definition should be:

table: a (^name.KEEP_QUOTES)

 

 
  login or register to react
‹‹ Suzette rule files      Riccochet queries ››