TF field 4 Word Type

Field 4 TF Word Type
what is the word type how should the Ai interpret the word. The Ai has a variety of different methods of translating the sentence every time the Ai goes through one of these routines the Pass value is increased and is displayed at the top of the window.

The routines use the information on the word to determine the train of thought ie. when a Noun is found then it is assumed that the verb in the sentence is refering to the found Noun.

The Sentence Code variable is set acording to the words type a word in the TF that hasent been set will have a value of '[' in the Sentence Code and if it is 1=more info required, then the Sentence Cade numonic will be '\'.

The first input file is checked first and all words with a capitol letter have been found in the first input file (firstinput.dat)

Fi and TF Codes FI codes from first input.dat and just after FI tanslation routine.

All capitals code(SC mnumonic)

 

# 1 = more info required dont use for translation
% 2 = Noun
& 3 = Adjectiv
' 4 = Verb
( 5 = Adverb
) 6 = Pronoun
* 7 = Article
+ 8 = Conj
, 9 = Int
- 10 = plural
. 11 = pronoun
/ 12 = abbr
0 13 = prep
1 14 = past
2 15 = singular single letter
3 16 = prefix
4 17 = obj
5 18 = verb and adjectiv
6 19 = adjective and noun
7 20 = noun and plural
8 21 = past and past part
9 22 = poss pron
: 23 = varient
; 24 = adjective and colloq
< 25 = pres and part
= 26 = past part
> 27 = predicted adjective
? 28 = 3rd sing. present
@ 29 = verb and noun, multiple meaning
************************************* moved from first input
30 A = word found in ...\data\UserDictionary.txt
31 B = bad word word not found in TF or user dictionary
C 32 = sentence code
D 33 = start command
E 34 = question interrog. adv
F 35 = absolute order forces a command like copy if a file exists then by default it wont be over written but if this is 24 then it will
G 36 = Search find locate
H 37 = you your
I 38 = compliments polite words curtious words
J 39 = sware words rude words bad language
K 40 = small words one or two letter words is, i, ip, etc...
L 41 = programs
M 42 = number
N 43 = number
O 44 = discribe, translate
P 45 = equal type words
Q 46 = stop commands exit finnish etc...
R 47 = is means are
S 48 = ok and yes colloq adj (starting to change old FI codes
T 49 = read speak
U 50 = special character or word maybe a code
V 51 = animals
W 52 = times *
X 53 = devided by /
Y 54 = plus +
Z 55 = minus -
************** end of FI codes
56 = slang or word used in texing like errr or L8 for late etc.
57 =noun and pron
58 = commandwhat
59 = autoit script
60 = patten that might be found in a sentence code looks in sentence code for patten used in TFsub01 look in Patten paragraph for more
61 = only use patten for translation
62 = function request so you don't need a function word bypass it
63 = animal
64 = sware word
65 = chemical symbol
66 = course, slang, noun
67 = subject used by subject routine
68 = used by word in input expected routine put 10 or 11 into input
69 = used by word in input expected routine put 10 or 11 into output output
70 = web/internet URL address
71 = Neural Net code sets 7th bit 000000100
72 = Neural Net code
73 = Neural Net code put code into putininput to be reprocessed
74 = keywords for subject routine 'subject', 'about', 'saying', 'conversation'
75 = Keywords 'computer'
76 = Keywords find, locate from first input
77=ToDo word type 01 ALARM
78=ToDo word type 02
79=ToDo word type 03
80=music,sound,audio
81=image picture
82=contr
83=adjective and pronoun
84= attrib, adj
85= symbol,key,nmuonic
86 = weard un describable word
87= demons, pron
88=prefix assim
89=1st & 3rd sing past
90=organisation 1
91=organisation 2
92=emails used for search
93=business 1
94=business 2
95=business 3
96=RAS mind routines
97=name use when no more info required 23 has more spacific commands
98=search keyword 'doc'
99=search keyword 'cd'
100=field 5 keyword like alwaysansweron or off etc...
101=1st and 3rd sing past of be
102=digital channel out on
103=digital channel out off
104 = RAS makes the word a RAS subject word highest priority in the program
105 = RAS makes the word a RAS referance word
106 = RAS makes the word a RAS action word
107 = int colloq
108 = digital in code
109 = cause to
110 = pv as in solar photovoltaic
111 = user defined
112 = user defined
113 = user defined
114 = noun colloq
115 = symb
116 = colloq adj
117 = interrog. pron
118 = Wheatstone Bridge generated letters
119 =
120 =
121 =
122 =
123 =
124 = user defined
125 = user defined
126 = user defined
127 = user defined
128 = colloq
129 = archaic
130 = suffix

Stuff moved since V11 build
'ta' from first input (might change) also 'ta' is used to launch Text Aloud so its quite important that it works so it probabley merits having its own code
createreply activates an internal routine in the program (NOT WORKING)
might be what 20 is ment to be needs checking
name no longer 1=3 its changing if you dont set then sentence code wont no that your talking about a name look below for more name info
special words to do with time, time, clock,
net or network

 

Ai Help