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 AAC5E10D63 for ; Sat, 4 Jan 2014 00:27:00 +0000 (UTC) Received: (qmail 98460 invoked by uid 500); 4 Jan 2014 00:27:00 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 98421 invoked by uid 500); 4 Jan 2014 00:27:00 -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 98414 invoked by uid 99); 4 Jan 2014 00:27:00 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jan 2014 00:27:00 +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; Sat, 04 Jan 2014 00:26:58 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 96CAA23889FA; Sat, 4 Jan 2014 00:26:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1555296 - /ctakes/branches/ytex/ctakes-ytex-uima/README Date: Sat, 04 Jan 2014 00:26:37 -0000 To: commits@ctakes.apache.org From: vjapache@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140104002637.96CAA23889FA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: vjapache Date: Sat Jan 4 00:26:36 2014 New Revision: 1555296 URL: http://svn.apache.org/r1555296 Log: README Added: ctakes/branches/ytex/ctakes-ytex-uima/README Added: ctakes/branches/ytex/ctakes-ytex-uima/README URL: http://svn.apache.org/viewvc/ctakes/branches/ytex/ctakes-ytex-uima/README?rev=1555296&view=auto ============================================================================== --- ctakes/branches/ytex/ctakes-ytex-uima/README (added) +++ ctakes/branches/ytex/ctakes-ytex-uima/README Sat Jan 4 00:26:36 2014 @@ -0,0 +1,14 @@ +############ +Introduction +############ +Contains uima/ctakes-related ytex components: +* DBCollectionReader - UIMA collection reader to retrieve documents from a database +* DBConsumer - store annotations in a database +* SenseDisambiguatorAnnotator - Disambiguate named entities assigned multiple concepts +* SentenceDetector - just like normal sentence detector, but do not force sentence splits at new lines +* DateAnnotator - convert dates identified by ctakes date annotator into real dates +* MetaMapToCTakesAnnotator - convert metamap annotations into ctakes annotations +* NamedEntityRegexAnnotator - use regular expressions for named entity recognition +* SegmentRegexAnnotator - use regular expressions to identify document sections + +Go through the steps outlined in ctakes-ytex, then you'll be good to go for this project. \ No newline at end of file