// Possible GenKit methods // Can be called multiple times, order is important int loadGrammarFile(filename); // Takes a char array of the fstruct as input, returns // the generated language string char* generateFromFStructure(char* fstruct); // Allows program to generate from a list of f-structures in a file, // writing the output sentences to another file void generateFromFStructureFile(char* filename, char* outputfile); //