|
1 | 1 | { |
2 | 2 | timmy - Pascal unit for creating chat bots |
| 3 | + Version 1.0.0 |
3 | 4 |
|
4 | | - Created by Nguyen Hoang Duong (@NOVAglow) @ 42tm |
5 | | - on 19 March, 2018. |
6 | | -
|
7 | | - Copyright (C) 2018, 42tm |
| 5 | + Copyright (C) 2018 42tm Team <fourtytwotm@gmail.com> |
8 | 6 |
|
9 | 7 | This program is free software: you can redistribute it and/or modify |
10 | | - it under the terms of the GNU General Public License as published by |
| 8 | + it under the terms of the GNU Lesser General Public License as published by |
11 | 9 | the Free Software Foundation, either version 3 of the License, or |
12 | 10 | (at your option) any later version. |
13 | 11 |
|
14 | 12 | This program is distributed in the hope that it will be useful, |
15 | 13 | but WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | 14 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
17 | | - GNU General Public License for more details. |
| 15 | + GNU Lesser General Public License for more details. |
18 | 16 |
|
19 | | - You should have received a copy of the GNU General Public License |
| 17 | + You should have received a copy of the GNU Lesser General Public License |
20 | 18 | along with this program. If not, see <https://www.gnu.org/licenses/>. |
21 | 19 | } |
22 | 20 | Unit timmy; |
|
44 | 42 | DupesCheck : Check for duplicate or not (might be time-saving if we don't check for duplicate) |
45 | 43 | TPercent : Minimum percentage of the number of keywords over all the words of the question |
46 | 44 | so that the bot object can "understand" and have a reply. |
47 | | - Sorry I don't have a good way to explain it. |
| 45 | + (Sorry I don't have a good way to explain it) |
48 | 46 | NoUdstdRep : String to assign to TTimmy.Answer in case there's no possible answer to the given question |
49 | 47 | } |
50 | 48 | TTimmy = Object |
|
0 commit comments