On Dec 12, 2007 2:53 PM, jonathan doklovic <[EMAIL PROTECTED]> wrote: > Hi, > > I downloaded uima today and started looking at the examples. > I can see classes using things like the FSGenerator interface, but I can > find that interface in the javadocs. >
Hi Jonathan, FSGenerator is a framework internal class that you shouldn't have to know about. If you see references to it, you are probably looking at generated source code. Some of the example classes are generated by the JCasGen utility that comes with UIMA. Regards, -Adam
