72964 Commits

Author SHA1 Message Date
Paul Gilbert
378c96736a TITANIC: Fields renaming 2016-07-15 19:13:30 -04:00
Paul Gilbert
bb459dd5a8 TITANIC: Changed setSynStr parameter type 2016-07-15 19:13:28 -04:00
Paul Gilbert
c4084e731b TITANIC: Implemented TTvocab getSuffixedWord 2016-07-15 19:13:25 -04:00
Paul Gilbert
54669e7b7e TITANIC: Added an enum for TTword wordMode 2016-07-15 19:13:22 -04:00
Paul Gilbert
c858190c54 TITANIC: Beginnings of TTvocab getSuffixedWord 2016-07-15 19:13:20 -04:00
Paul Gilbert
6fa65bbf0a TITANIC: Add proper destruction of node chains 2016-07-15 19:13:17 -04:00
Paul Gilbert
fc05032fed TITANIC: Finished TTvocab getWord 2016-07-15 19:13:15 -04:00
Paul Gilbert
72add4230f TITANIC: Finished TTvocab getPrefixedWord 2016-07-15 19:13:12 -04:00
Paul Gilbert
6fdaa608f1 TITANIC: Start on vocab method for finding words with prefixes 2016-07-15 19:13:10 -04:00
Paul Gilbert
f7b8a87065 TITANIC: Added TTstring deletePrefix 2016-07-15 19:13:07 -04:00
Paul Gilbert
2b9fcd2cda TITANIC: Finished TTvocab getPrimeWord 2016-07-15 19:13:05 -04:00
Paul Gilbert
defd50c926 TITANIC: Added support methods for finding synonyms by name 2016-07-15 19:13:02 -04:00
Paul Gilbert
d4c6538726 TITANIC: Work on TTparser findFrames 2016-07-15 19:13:00 -04:00
Paul Gilbert
cca38c15e5 TITANIC: Implemented TTstring tokenize 2016-07-15 19:12:57 -04:00
Paul Gilbert
89caddc217 TITANIC: Beginning of TTparser findFrames 2016-07-15 19:12:55 -04:00
Paul Gilbert
c762308bff TITANIC: Implement TTsentence copy 2016-07-15 19:12:53 -04:00
Paul Gilbert
5b42ae357e TITANIC: Refactor TTstringNode to have a base TTnode class 2016-07-15 19:12:50 -04:00
Paul Gilbert
5da19b674d TITANIC: Changed TTinput to TTsentence to match original 2016-07-15 19:12:48 -04:00
Paul Gilbert
aead3a0083 TITANIC: Beginnings of TThist class 2016-07-15 19:12:46 -04:00
Paul Gilbert
39b85d845b TITANIC: Changed parser & script processInput methods to preprocess 2016-07-15 19:12:44 -04:00
Paul Gilbert
a7c1b2fc6b TITANIC: Finished TTparser processInput 2016-07-15 19:12:42 -04:00
Paul Gilbert
361ac2cfe4 TITANIC: Implemented secondary replaceNumbers method 2016-07-15 19:12:39 -04:00
Paul Gilbert
3878f38d8c TITANIC: Move replacement string arrays into TTparser, added NUMBERS array 2016-07-15 19:12:22 -04:00
Paul Gilbert
e16239e21f TITANIC: Implemented parser replaceNumbers sub-methods 2016-07-15 19:12:02 -04:00
Paul Gilbert
e1ba967233 TITANIC: Moved other static arrays from Titanic engine to dat file 2016-07-15 19:12:00 -04:00
Paul Gilbert
b37da849c9 TITANIC: Implement TTparser searchAndReplace methods 2016-07-15 19:11:43 -04:00
Paul Gilbert
053ff7ab75 TITANIC: Change engine to use titanic.dat 2016-07-15 19:11:06 -04:00
Paul Gilbert
2680caa5bd DEVTOOLS: Creation of titanic.dat for holding static data 2016-07-15 19:10:30 -04:00
Paul Gilbert
76b61324de TITANIC: Renaming for normalized input line 2016-07-10 16:39:38 -04:00
Paul Gilbert
69134c66cc TITANIC: Implemented parser normalizeContraction 2016-07-10 16:39:37 -04:00
Paul Gilbert
1da409ca98 TITANIC: Rename stub method to normalizeContraction 2016-07-10 16:39:36 -04:00
Paul Gilbert
68e230182c TITANIC: Implement TTparser normalize 2016-07-10 16:39:35 -04:00
Paul Gilbert
e862d80cd2 TITANIC: Beginning of parser input line normalization 2016-07-10 16:39:33 -04:00
Paul Gilbert
e5e0e22c56 TITANIC: Beginnings of TTinput class 2016-07-10 16:39:32 -04:00
Paul Gilbert
eb94894688 TITANIC: Implement TTword hierarchy virtual methods 2016-07-10 16:39:31 -04:00
Paul Gilbert
2f9d7f2284 TITANIC: Added TTword subclass copy methods 2016-07-10 16:39:30 -04:00
Paul Gilbert
f114ca6c26 TITANIC: More TTword subclass constructors 2016-07-10 16:39:29 -04:00
Paul Gilbert
d649157c5b TITANIC: Figured out original class names for TTword descendents 2016-07-10 16:39:28 -04:00
Paul Gilbert
e8971dd106 TITANIC: Rename CScriptHandlerSub2 to TTparser 2016-07-10 16:39:26 -04:00
Paul Gilbert
06876335cd TITANIC: Implement TTword copy 2016-07-10 16:39:25 -04:00
Paul Gilbert
ae5cd8d8dd TITANIC: Fix TTstringNode pointers to TTsynonym 2016-07-10 16:39:24 -04:00
Paul Gilbert
7b71462046 TITANIC: Implementing virtual methods for TTword 2016-07-10 16:39:23 -04:00
Paul Gilbert
4410c75599 TITANIC: Rename STVocab to TTvocab to match original 2016-07-10 16:39:22 -04:00
Paul Gilbert
2f2397f7df TITANIC: Added STVocab destructor 2016-07-10 16:39:21 -04:00
Paul Gilbert
7700923298 TITANIC: Change CFileReader to CExeResoucres 2016-07-10 16:39:19 -04:00
Paul Gilbert
01320c06cb TITANIC: Vocab list is now completely loading 2016-07-10 16:39:18 -04:00
Paul Gilbert
96a11a08bd TITANIC: Fix loading TTword3 vocab 2016-07-10 16:39:17 -04:00
Paul Gilbert
9c8d4f234b TITANIC: Split TTsynonymNode into it's own file, and rename to TTsynonym 2016-07-10 16:39:16 -04:00
Paul Gilbert
a27d49a43c TITANIC: Fix finding existing words in STVocab findWord 2016-07-10 16:39:15 -04:00
Paul Gilbert
17de345191 TITANIC: Fix conditional checks in TTword classes load methods 2016-07-10 16:39:14 -04:00