|
1 | | -Version 7.3 3-4-2017 |
| 1 | +# Version 7.3 3-4-2017 |
2 | 2 | 1. topic files of user stored by language as well as user id and bot name if not english |
3 | 3 | 2. NO_CONDITIONAL_IDIOM |
4 | | -3. ^tokenize(WORD xxx ) and tokenize(FULL) |
| 4 | +3. `^tokenize(WORD xxx)` and `tokenize(FULL)` |
5 | 5 | 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 |
13 | 14 |
|
14 | 15 | # 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 |
21 | 22 | 7. French, German, Spanish dictionarys and utf8 spellcheck support |
22 | 23 |
|
23 | 24 | # version 7.12 -- 1/28/2017 recompile your bot. TOPIC format has changed slightly |
|
0 commit comments