8000 update fix · ChatScript/ChatScript@aa345c3 · GitHub
[go: up one dir, main page]

Skip to content

Commit aa345c3

Browse files
committed
update fix
1 parent 774a930 commit aa345c3

File tree

2 files changed

+263
-256
lines changed

2 files changed

+263
-256
lines changed

SRC/cs_es.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2371,7 +2371,7 @@ uint64 ComputeSpanish(int at, const char* original, WORDP& entry, WORDP& canonic
23712371
sysflags = 0;
23722372
strcpy(word, original);
23732373
MakeLowerCase(word); // only nouns MIGHT really be uppercase and we dont worry about their listings in the dictionary
2374-
WORDP D = StoreWord(word, 0, AS_IS); // ensure in dictionary
2374+
WORDP D = StoreWord(word,AS_IS); // ensure in dictionary
23752375
canonical = GetCanonical(D, D->properties);
23762376

23772377
// we need to check for pronouns because dict doesnt have them

0 commit comments

Comments
 (0)
0