Hi Kevin, Those files are part of the ctakes typesystem, derived from the UIMA typesystem -- which means that they are specified in xml files and auto-generated by UIMA. The first two should be specified in: /ctakes-type-system/src/main/resources/org/apache/ctakes/typesystem/types/TypeSystem.xml and should auto-generate and go into: /ctakes-type-system/target/generated-sources/jcasgen
The latter three are in the coreference module and will be specified in: /ctakes-coreference/src/main/resources/org/apache/ctakes/coreference/types/TypeSystem.xml and generated into: /ctakes-coreference/target/generated-sources/jcasgen If you are using eclipse or maven to build they should auto-generate during the build process. Tim On 02/17/2014 01:30 PM, Kevin B. Cohen wrote: Hi, all, I'm working with cTAKES 3.1.1. The source code in one package tries to do the following imports: import org.apache.ctakes.typesystem.type.syntax.Chunk; import org.apache.ctakes.typesystem.type.syntax.WordToken; import org.apache.ctakes.coreference.type.DemMarkable; import org.apache.ctakes.coreference.type.NEMarkable; import org.apache.ctakes.coreference.type.PronounMarkable; For the life of me, I can't find any of the corresponding source files in the download. Someone have a hint for me? Kev -- Kevin Bretonnel Cohen, PhD Biomedical Text Mining Group Lead, Computational Bioscience Program, U. Colorado School of Medicine 303-916-2417 http://compbio.ucdenver.edu/Hunter_lab/Cohen
