00001 00005 typedef struct { 00006 float *word1; 00007 float *type1; 00008 float *word2; 00009 float *type2; 00010 } outputPart; 00011 00012 00021 krui_err propagateInputVector(float *input, int inputCount, int timeStep); 00022 00029 int propagateSingleWord(char *word, int timeStep); 00030 00039 int propagateWordsSilent(char **words, int count, outputPart **output); 00040 00047 krui_err getNetOutput(FlintType **result, int *resultCount); 00048 00052 int initEmptyPattern(void); 00053 00054