Title: Apache cTAKES - User FAQs 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. [TOC] ###How do I discuss questions about cTAKES with people that know more than I do? In the past, cTAKES was discussed in phpBB forums. Apache mailing lists are now used instead. If you are not modifying cTAKES beyond just configuration then subscribe to the [user's mailing list][1]. You can also just look through or search all discussion in the Apache mailing lists. See the [Mailing Lists page][2] to find links to the archives. 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 [cTAKES User forum][3]. ###How do I report problems I see while using cTAKES? Submit issues using [JIRA][4]. Anyone may read the issues. You must be a contributor to add or edit issues. ###Why doesn't my UMLS term get indentified by the system but it exists in SNOMEDCT/RxNorm? 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][5] file. Edit that file and add "{TUI}" to the value list for "{semanticGroup}Tuis" property as below: For Example: < property key="semanticGroupTuis" value="{TUIS}" /> within < lookupConsumer className="org.apache.ctakes.dictionary.lookup.ae.UmlsToSnomedDbConsumerImpl" > ### What are the available attributes (Types) in cTAKES? See the cTAKES Type System Diagram below: ![cTAKES Type System 1][6] ![cTAKES Type System 2][7] ![cTAKES Type System 3][8] [1]: http://ctakes.apache.org/mailing-lists.html#users-mailing-list [2]: http://ctakes.apache.org/mailing-lists.html [3]: https://cabig-kc.nci.nih.gov/Vocab/forums/viewforum.php?f=28 [4]: https://issues.apache.org/jira/browse/ctakes [5]: http://svn.apache.org/repos/asf/ctakes/trunk/ctakes-dictionary-lookup-res/src/main/resources/org/apache/ctakes/dictionary/lookup/LookupDesc_Db.xml [6]: images/cTAKES-Type-System-1.jpg [7]: images/cTAKES-Type-System-2.jpg [8]: images/cTAKES-Type-System-3.jpg