Title: Apache cTAKES - Getting Started Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. #How to use this site Welcome to our Apache project called cTAKES. May we direct your attention to the resources in the navigation section on the left. <<< Those right over there. If you need to know what cTAKES is, the About page in the *General* section will give you a cursory look at what cTAKES can do. Downloads is best left alone until you are directed there by the documentation. The *Community* section is where you can interact with other people who use cTAKES as well as the people who contribute to the documentation and the code base. Use that part of the site to see how you can participate. Next you will see sections for *Users* and *Developers* and *PPMC* (which includes Committers). Apache has their own [definition of users](http://incubator.apache.org/guides/participation.html) matching these: - **Users** is for people who want to take a binary distribution of cTAKES and try it out or perhaps configure it for a run at annotating text in their enterprise. - **Developers** is for those looking to change or extend the code, compile and deploy the code, and annotate text for their enterprise. Developers are encouraged to contribute changes and fixes back to the community through a committer or by becoming a committer. - **Committers** are in the PMC (Project Management Committee). They check-in code for cTAKES, write documentation including this web site, help the community produce releases, vote as a community member, and more. The *ASF* (Apache Software Foundation) section has to do with administrating Apache projects in general. The bulk of the cTAKES documentation is on the [Apache cTAKES wiki](https://cwiki.apache.org/confluence/x/PRjVAQ). You will eventually be directed there when you begin. The following sections will help you begin depending on how you see yourself interacting with the cTAKES code and the community. #Getting started as a user Users are typically looking for the fastest way to get set up and try out the code. For this use case, cTAKES distributes a binary file (combined with resources from a separate site) to get you started. The [downloads page](https://ctakes.apache.org/downloads.cgi) is where you will find the latest stable binary distribution. If you feel comfortable installing from README text then you can go right to the downloads page and get started. If you would like step-by-step instructions then look to the [User Guide](/userguide.html). The [FAQs](/user-faqs.html) are very helpful for initial questions. Being an Apache project, the source code is open to all. If you care to, you can download the source distribution from the downloads page or simply point your browser to the [cTAKES source code](http://svn.apache.org/viewvc/ctakes/). #Getting started as a developer Developers can also take a look at the code as a user does, but to do development you are going to need to checkout the code. Anyone can checkout the code, but you must get involved as a committer to actually check in code (or work closely with a committer who can). Developers will need a development environment of some kind. Eclipse is popular, but your favorite command line tools or other IDEs will also work just fine. cTAKES builds are based on [maven](http://maven.apache.org/) (another Apache project), so your IDE must support maven. The [Developer Guide](/developerguide.html) and [FAQs](/developer-faqs.html) are where you want to start. You will find an extremely short set of install and build instructions, for those that have been through this many times, as well as step-by-step install and build instructions. Before you get started you'll want to know the conventions of how the Apache cTAKES committers use the [trunk, branches, and tags](http://ctakes.apache.org/developer-faqs.html#how-does-the-ctakes-project-manage-the-trunk-tags-and-branches-in-svn). #Running the cTAKES annotators So how do you get use out of cTAKES, in a nutshell? cTAKES is based on [UIMA](http://uima.apache.org/) (another Apache project). UIMA brings a couple of GUI tools to the table for you to start getting an understanding of what the annotators do. The install guides will show how to launch these tools (Developers your guide shows how to launch from Eclipse) and then how to process some test text. After you understand what is going on you will be able to take out the GUIs and process large amounts of clinical text to meet your needs. In the end that's what this is all about. #Getting started as a committer Before you are authorized to check in code or modify web pages you must go through a short process. This process is defined in the [FAQs](/pmc-faqs.html) for the PMC. For each part of cTAKES you will need some experience or be able to learn it. Code is maintained in subversion and built using maven. The documentation is maintained and served via Confluence. This web site is build from Apache's CMS which is a markdown syntax and build process. Issues are tracked via JIRA. Communication is done via unique [email distribution lists](http://ctakes.apache.org/mailing-lists.html).