Hi Bruce, thanks for your support
u: (soy !![de en])
is really a helpfull thing, thanks for that
I tried the matching backwards, but…
u: U_TEST_FBMATCH (perro) _10 = gato ^refine()
a: (@_10+ perro) you said first perro, then gato #this recognized when I typed “perro gato”
a: (@_10- perro) you said first gato, then perro #this didn’t recognize when I typed “gato perro”
this pattern rule above, didn’t find backward matching for me, am I doing something wrong?
#### my simple control config is…
$cs_language = spanish
$cs_token = #DO_INTERJECTION_SPLITTING | #DO_ESSENTIALS | #DO_NUMBER_MERGE | #DO_DATE_MERGE | #DO_PROPERNAME_MERGE | #DO_SPELLCHECK | #DO_PARSE
$cs_response = #response_removespacebeforecomma | #response_alterunderscores | #response_removetilde # is the same as default but without #Response_upperstart
#### my DICT definitions for gato and perro are…
( NOUN NOUN_SINGULAR COMMON4 COMMON1 KINDERGARTEN posdefault:NOUN VERB_DIRECTOBJECT )
####
eb: > :prepare gato perro
TokenControl: DO_ESSENTIALS DO_NUMBER_MERGE DO_PROPERNAME_MERGE DO_DATE_MERGE DO
_SPELLCHECK DO_INTERJECTION_SPLITTING DO_PARSE
Original User Input: gato perro
Tokenized into: gato perro
Actual used input: gato perro
Xref: 1:gato >2 2:perro
1:gato 2:perro
badparse Tagged POS 2 words: gato (Adjective_noun) perro (MAINSUBJECT Noun_sing
ular)
MainSentence: Subj: [ gato] perro PRESENT
Concepts:
1: gato (raw): +~adjective +~adjective_noun +~KINDERGARTEN +gato //
1: gato (canonical): //
2: perro (raw): +~noun +~noun_singular +~singular +~normal_noun_bits +~noun_bit
s +~KINDERGARTEN +~mainsubject
. +~sentenceend +perro //
2: perro (canonical): //
Sequences:
After parse TokenFlags: PRESENT USERINPUT FAULTY_PARSE NOT_SENTENCE
EBSCB_A_IRC:
eb: >
Thanks Advanced.