Sorry, I guess what I said is true for the svn checkout. I don't have the zip handy here but it may be moved around in the release. Did you download the src or bin version? Tim
On 02/17/2014 01:55 PM, Kevin B. Cohen wrote: Thanks, Tim. I may be missing something really basic--where in the contents of the 3.1.1 zip file do I find this? /ctakes-type-system/src/main/ resources/org/apache/ctakes/typesystem/types/TypeSystem.xml Kev On Mon, Feb 17, 2014 at 11:39 AM, Miller, Timothy <[email protected]<mailto:[email protected]>> wrote: 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<tel:303-916-2417> http://compbio.ucdenver.edu/Hunter_lab/Cohen -- 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
