You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by bu...@apache.org on 2012/07/12 23:27:47 UTC

svn commit: r825628 - in /websites/staging/ctakes/trunk/content: ./ ctakes/index.html ctakes/sitemap.html

Author: buildbot
Date: Thu Jul 12 21:27:47 2012
New Revision: 825628

Log:
Staging update by buildbot for ctakes

Modified:
    websites/staging/ctakes/trunk/content/   (props changed)
    websites/staging/ctakes/trunk/content/ctakes/index.html
    websites/staging/ctakes/trunk/content/ctakes/sitemap.html

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Jul 12 21:27:47 2012
@@ -1 +1 @@
-1360916
+1360958

Modified: websites/staging/ctakes/trunk/content/ctakes/index.html
==============================================================================
--- websites/staging/ctakes/trunk/content/ctakes/index.html (original)
+++ websites/staging/ctakes/trunk/content/ctakes/index.html Thu Jul 12 21:27:47 2012
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html lang="en">
   <head>
-    <title>Home Page</title>
+    <title>Apache cTAKES</title>
 
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
     <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
@@ -20,7 +20,7 @@
       <div id="header" class="grid_8">
         <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
         <h1>The Apache Software Foundation</h1>
-        <h2>Home Page</h2>
+        <h2>Apache cTAKES</h2>
       </div>
       <div id="nav" class="grid_8">
         <ul>
@@ -41,10 +41,23 @@
       </div>
       <div class="clear"></div>
       <div id="content" class="grid_16"><div class="section-content"><h1 id="welcome">Welcome</h1>
-<p>Welcome to the Apache CMS.  Please see the following resources for further help:</p>
+<p>Welcome to the Apache cTAKES.
+Apache cTAKES: clinical Text Analysis and Knowledge Extraction System is an open-source natural language processing system for information extraction from electronic medical record clinical free-text. It processes clinical notes, identifying types of clinical named entities — drugs, diseases/disorders, signs/symptoms, anatomical sites and procedures. Each named entity has attributes for the text span, the ontology mapping code, context (family history of, current, unrelated to patient), and negated/not negated.</p>
+<p>Apache cTAKES was built using the UIMA Unstructured Information Management Architecture framework and OpenNLP natural language processing toolkit. Its components are specifically trained for the clinical domain, and create rich linguistic and semantic annotations that can be utilized by clinical decision support systems and clinical research.</p>
+<p>These components include:</p>
 <ul>
-<li><a href="http://www.apache.org/dev/cmsref.html">http://www.apache.org/dev/cmsref.html</a></li>
-<li><a href="http://wiki.apache.org/general/ApacheCms2010">http://wiki.apache.org/general/ApacheCms2010</a></li>
+<li>Sentence boundary detector</li>
+<li>Rule-based tokenizer to separate punctuations from words</li>
+<li>Normalizer</li>
+<li>Context dependent tokenizer</li>
+<li>Part-of-speech tagger</li>
+<li>Phrasal chunker</li>
+<li>Dictionary lookup annotator</li>
+<li>Context annotator</li>
+<li>Negation detector</li>
+<li>Dependency parser</li>
+<li>Module for the identification of patient smoking status</li>
+<li>Drug mention annotator</li>
 </ul></div></div>
       <div class="clear"></div>
     </div>

Modified: websites/staging/ctakes/trunk/content/ctakes/sitemap.html
==============================================================================
--- websites/staging/ctakes/trunk/content/ctakes/sitemap.html (original)
+++ websites/staging/ctakes/trunk/content/ctakes/sitemap.html Thu Jul 12 21:27:47 2012
@@ -41,7 +41,7 @@
       </div>
       <div class="clear"></div>
       <div id="content" class="grid_16"><div class="section-content"><ul>
-<li><a href="/ctakes/index.html">Home Page</a></li>
+<li><a href="/ctakes/index.html">Apache cTAKES</a></li>
 </ul></div></div>
       <div class="clear"></div>
     </div>