James, I did unload the src .zip file:
apache-ctakes-3.1.1-src Kev On Mon, Feb 17, 2014 at 12:07 PM, Masanz, James J. <[email protected]>wrote: > Hi Kevin, > > > > I'm guessing you downloaded the convenience binary since you don't see the > TypeSystem.xml file > > > > You can either download the src archive or take a look at the tag for the > release in svn > > > http://svn.apache.org/repos/asf/ctakes/tags/ctakes-3.1.1/ctakes-type-system/src/main/resources/org/apache/ctakes/typesystem/types/TypeSystem.xml > > > > -- James > > > > *From:* Kevin B. Cohen [mailto:[email protected]] > *Sent:* Monday, February 17, 2014 12:55 PM > *To:* [email protected] > *Subject:* Re: Location of some src files that I can't find > > > > 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]> 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 > 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 > > > -- 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
