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 2013/08/15 19:42:33 UTC

svn commit: r874786 - in /websites/staging/ctakes/trunk: cgi-bin/ content/ content/user-faqs.html

Author: buildbot
Date: Thu Aug 15 17:42:33 2013
New Revision: 874786

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/user-faqs.html

Propchange: websites/staging/ctakes/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 15 17:42:33 2013
@@ -1 +1 @@
-1513648
+1514396

Propchange: websites/staging/ctakes/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu Aug 15 17:42:33 2013
@@ -1 +1 @@
-1513648
+1514396

Modified: websites/staging/ctakes/trunk/content/user-faqs.html
==============================================================================
--- websites/staging/ctakes/trunk/content/user-faqs.html (original)
+++ websites/staging/ctakes/trunk/content/user-faqs.html Thu Aug 15 17:42:33 2013
@@ -86,6 +86,7 @@
 <ul>
 <li><a href="#how-do-i-discuss-questions-about-ctakes-with-people-that-know-more-than-i-do">How do I discuss questions about cTAKES with people that know more than I do?</a></li>
 <li><a href="#how-do-i-report-problems-i-see-while-using-ctakes">How do I report problems I see while using cTAKES?</a></li>
+<li><a href="#why-doesnt-my-umls-term-get-indentified-by-the-system-but-it-exists-in-snomedctrxnorm">Why doesn't my UMLS term get indentified by the system but it exists in SNOMEDCT/RxNorm?</a></li>
 <li><a href="#what-are-the-available-attributes-types-in-ctakes">What are the available attributes (Types) in cTAKES?</a></li>
 </ul>
 </div>
@@ -94,6 +95,11 @@
 <p>It may be of use to search the old forums as many questions about past releases (2.5 and before) have been asked and answered there in the <a href="https://cabig-kc.nci.nih.gov/Vocab/forums/viewforum.php?f=28">cTAKES User forum</a>.</p>
 <h3 id="how-do-i-report-problems-i-see-while-using-ctakes">How do I report problems I see while using cTAKES?</h3>
 <p>Submit issues using <a href="https://issues.apache.org/jira/browse/ctakes">JIRA</a>. Anyone may read the issues. You must be a contributor to add or edit issues.</p>
+<h3 id="why-doesnt-my-umls-term-get-indentified-by-the-system-but-it-exists-in-snomedctrxnorm">Why doesn't my UMLS term get indentified by the system but it exists in SNOMEDCT/RxNorm?</h3>
+<p>The Dictionary Lookup that you are using filters out terms that don't have tui codes registered in the resources/org/apache/ctakes/dictionary/lookup/LookupDesc_Db.xml file.<br />
+Edit that file and add "{TUI}" to the value list for "{semanticGroup}Tuis" property as below:
+<property key="semanticGroupTuis" value="{TUIS}"/>
+For <lookupConsumer className="org.apache.ctakes.dictionary.lookup.ae.UmlsToSnomedDbConsumerImpl"></p>
 <h3 id="what-are-the-available-attributes-types-in-ctakes">What are the available attributes (Types) in cTAKES?</h3>
 <p>See the cTAKES Type System Diagram below:</p>
 <p><img alt="cTAKES Type System 1" src="images/cTAKES-Type-System-1.jpg" />