Return-Path: X-Original-To: apmail-ctakes-commits-archive@www.apache.org Delivered-To: apmail-ctakes-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BDD6D107CB for ; Mon, 8 Apr 2013 20:54:27 +0000 (UTC) Received: (qmail 33490 invoked by uid 500); 8 Apr 2013 20:54:27 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 33464 invoked by uid 500); 8 Apr 2013 20:54:27 -0000 Mailing-List: contact commits-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list commits@ctakes.apache.org Received: (qmail 33457 invoked by uid 99); 8 Apr 2013 20:54:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 20:54:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 08 Apr 2013 20:54:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id DAAFE23889FD for ; Mon, 8 Apr 2013 20:54:03 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r857785 - in /websites/staging/ctakes/trunk: cgi-bin/ content/ content/gettingstarted.html Date: Mon, 08 Apr 2013 20:54:03 -0000 To: commits@ctakes.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130408205403.DAAFE23889FD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Mon Apr 8 20:54:03 2013 New Revision: 857785 Log: Staging update by buildbot for ctakes Modified: websites/staging/ctakes/trunk/cgi-bin/ (props changed) websites/staging/ctakes/trunk/content/ (props changed) websites/staging/ctakes/trunk/content/gettingstarted.html Propchange: websites/staging/ctakes/trunk/cgi-bin/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Apr 8 20:54:03 2013 @@ -1 +1 @@ -1465780 +1465781 Propchange: websites/staging/ctakes/trunk/content/ ------------------------------------------------------------------------------ --- cms:source-revision (original) +++ cms:source-revision Mon Apr 8 20:54:03 2013 @@ -1 +1 @@ -1465780 +1465781 Modified: websites/staging/ctakes/trunk/content/gettingstarted.html ============================================================================== --- websites/staging/ctakes/trunk/content/gettingstarted.html (original) +++ websites/staging/ctakes/trunk/content/gettingstarted.html Mon Apr 8 20:54:03 2013 @@ -106,7 +106,7 @@ The downloads page is where you will go If you would like step-by-step instructions then look to the User Guide. The FAQs 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.

+If you care to, you can download the source distribution from the downloads page or simply point your browser to the cTAKES source code.

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. @@ -114,7 +114,7 @@ Eclipse is popular, but your favorite co cTAKES builds are based on maven (another Apache project), so your IDE must support maven.

The Developer Guide and FAQs 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.

+Before you get started you'll want to know the conventions of how the Apache cTAKES committers use the trunk, branches, and tags.

Running the cTAKES annotators

So how do you get use out of cTAKES, in a nutshell? cTAKES is based on UIMA (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. @@ -128,7 +128,7 @@ Code is maintained in subversion and bui 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.

+Communication is done via unique email distribution lists.