Did you make any modifications to the Link Grammar code?
Created by Bill Hayes
- Keywords:
- Last updated by:
- Bill Hayes
Yes.
I added code to 'utilities.c' so that when it fails to find the Windows handle for 'link-grammar.dll'
(because the program is no longer a dll) it finds and returns the directory path of of
the currently executing program. This allows the program to look for the dictionary
files in the folder where the program is located.
The file 'code modifications.txt' lists the added code.
See 'corpus stats code mods.txt' for code changes for release lg474-003.
These are mostly edits to 'corpus.c' and 'cluster.c' to get them to compile under MSVC++ 2010.