Skip to content

Commit 4c4d2ce

Browse files
Update changes.md
1 parent f00a782 commit 4c4d2ce

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

changes.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,24 @@
1-
Version 7.3 3-4-2017
1+
# Version 7.3 3-4-2017
22
1. topic files of user stored by language as well as user id and bot name if not english
33
2. NO_CONDITIONAL_IDIOM
4-
3. ^tokenize(WORD xxx ) and tokenize(FULL)
4+
3. `^tokenize(WORD xxx)` and `tokenize(FULL)`
55
4. MemoryGC
6-
5. ?$var pattern test
7-
6. %timeout
8-
7. ^isnormalword(value) ^isnumber(value)
9-
8. string comparison in IF or pattern now supports < > <= >= for string ordering (case insensitive)
10-
9: :redo FILE filename xxxxx -- to name file to open instead of std backup of last turn
11-
10: loglimit=n where n is number of MB log rolling
12-
11. ^removeproperty supports HAS_SUBSTITUTE to turn off a substitution from LIVEDATA
6+
5. `?$var` pattern test
7+
6. `%timeout`
8+
7. `^isnormalword(value)` `^isnumber(value)`
9+
8. string comparison in IF or pattern now supports `<` `>` `<=` `>=` for string ordering (case insensitive)
10+
9. `:redo FILE filename xxxxx` -- to name file to open instead of std backup of last turn
11+
10. `loglimit=n` -- where n is number of MB log rolling
12+
11. `^removeproperty` supports `HAS_SUBSTITUTE` to turn off a substitution from `LIVEDATA/`
13+
12. Italian dictionary support
1314

1415
# version 7.2 2-9-2017
15-
1. ^jsonreadcvs takes optional 3rd argument - function to invoke with the fields instead of returning json
16-
2. ^tokenize($_text) returns facts of (sentence ^tokenize ^tokenize)
17-
3: :mixedcase - lists all words which have multiple case forms
18-
4. %language returns current dictionary language
19-
5. engine concept ~model_number marks words with both alpha and digit in them
20-
6. command line buildfiles=xxxx to tell where filesxxx.txt are
16+
1. `^jsonreadcvs` takes optional 3rd argument - function to invoke with the fields instead of returning json
17+
2. `^tokenize($_text)` returns facts of (sentence `^tokenize` `^tokenize`)
18+
3: `:mixedcase` - lists all words which have multiple case forms
19+
4. `%language` returns current dictionary language
20+
5. engine concept `~model_number` marks words with both alpha and digit in them
21+
6. command line `buildfiles=xxxx` to tell where `filesxxx.txt` are
2122
7. French, German, Spanish dictionarys and utf8 spellcheck support
2223

2324
# version 7.12 -- 1/28/2017 recompile your bot. TOPIC format has changed slightly

0 commit comments

Comments
 (0)