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 1008EF7EE for ; Tue, 2 Apr 2013 17:45:40 +0000 (UTC) Received: (qmail 67455 invoked by uid 500); 2 Apr 2013 17:45:39 -0000 Delivered-To: apmail-ctakes-commits-archive@ctakes.apache.org Received: (qmail 67425 invoked by uid 500); 2 Apr 2013 17:45:39 -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 67416 invoked by uid 99); 2 Apr 2013 17:45:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Apr 2013 17:45:39 +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; Tue, 02 Apr 2013 17:45:27 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 259472388A9B; Tue, 2 Apr 2013 17:45:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1463641 [5/42] - in /ctakes/trunk: ctakes-assertion-res/ ctakes-assertion-res/.settings/ ctakes-assertion-res/src/ ctakes-assertion-res/src/main/ ctakes-assertion-res/src/main/resources/ ctakes-assertion-res/src/main/resources/org/ ctakes-... Date: Tue, 02 Apr 2013 17:44:41 -0000 To: commits@ctakes.apache.org From: chenpei@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130402174505.259472388A9B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/types/TypeSystem.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/types/TypeSystem.xml?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/types/TypeSystem.xml (added) +++ ctakes/trunk/ctakes-assertion-res/src/main/resources/org/apache/ctakes/assertion/types/TypeSystem.xml Tue Apr 2 17:41:30 2013 @@ -0,0 +1,73 @@ + + + + org.apache.ctakes.assertion.types.TypeSystem + + 1.0 + + + + org.apache.ctakes.assertion.medfacts.types.Concept + + uima.tcas.Annotation + + + conceptType + the concept type -- one of problem, treatment, or test + uima.cas.String + + + conceptText + + uima.cas.String + + + externalId + + uima.cas.Integer + + + originalEntityExternalId + + uima.cas.Integer + + + + + org.apache.ctakes.assertion.medfacts.types.Assertion + + uima.tcas.Annotation + + + assertionType + assertion type -- one of present, absent, possible, conditional, hypothetical, or assocated_with_someone_else + uima.cas.String + + + associatedConcept + + org.apache.ctakes.assertion.medfacts.types.Concept + + + + + Added: ctakes/trunk/ctakes-assertion-zoner-res/.classpath URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/.classpath?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/.classpath (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/.classpath Tue Apr 2 17:41:30 2013 @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Added: ctakes/trunk/ctakes-assertion-zoner-res/.project URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/.project?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/.project (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/.project Tue Apr 2 17:41:30 2013 @@ -0,0 +1,23 @@ + + + ctakes-assertion-zoner-res + + + + + + org.eclipse.jdt.core.javabuilder + + + + + org.eclipse.m2e.core.maven2Builder + + + + + + org.eclipse.jdt.core.javanature + org.eclipse.m2e.core.maven2Nature + + Added: ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.core.resources.prefs URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.core.resources.prefs?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.core.resources.prefs (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.core.resources.prefs Tue Apr 2 17:41:30 2013 @@ -0,0 +1,6 @@ +eclipse.preferences.version=1 +encoding//src/main/java=UTF-8 +encoding//src/main/resources=UTF-8 +encoding//src/test/java=UTF-8 +encoding//target/generated-sources/jcasgen=UTF-8 +encoding/=UTF-8 Added: ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.jdt.core.prefs URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.jdt.core.prefs?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.jdt.core.prefs (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.jdt.core.prefs Tue Apr 2 17:41:30 2013 @@ -0,0 +1,88 @@ +eclipse.preferences.version=1 +org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore +org.eclipse.jdt.core.compiler.annotation.nonnull=org.eclipse.jdt.annotation.NonNull +org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=org.eclipse.jdt.annotation.NonNullByDefault +org.eclipse.jdt.core.compiler.annotation.nullable=org.eclipse.jdt.annotation.Nullable +org.eclipse.jdt.core.compiler.annotation.nullanalysis=disabled +org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6 +org.eclipse.jdt.core.compiler.compliance=1.6 +org.eclipse.jdt.core.compiler.problem.annotationSuperInterface=warning +org.eclipse.jdt.core.compiler.problem.autoboxing=ignore +org.eclipse.jdt.core.compiler.problem.comparingIdentical=warning +org.eclipse.jdt.core.compiler.problem.deadCode=warning +org.eclipse.jdt.core.compiler.problem.deprecation=warning +org.eclipse.jdt.core.compiler.problem.deprecationInDeprecatedCode=disabled +org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled +org.eclipse.jdt.core.compiler.problem.discouragedReference=warning +org.eclipse.jdt.core.compiler.problem.emptyStatement=warning +org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning +org.eclipse.jdt.core.compiler.problem.fallthroughCase=ignore +org.eclipse.jdt.core.compiler.problem.fatalOptionalError=disabled +org.eclipse.jdt.core.compiler.problem.fieldHiding=warning +org.eclipse.jdt.core.compiler.problem.finalParameterBound=warning +org.eclipse.jdt.core.compiler.problem.finallyBlockNotCompletingNormally=warning +org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning +org.eclipse.jdt.core.compiler.problem.hiddenCatchBlock=warning +org.eclipse.jdt.core.compiler.problem.includeNullInfoFromAsserts=disabled +org.eclipse.jdt.core.compiler.problem.incompatibleNonInheritedInterfaceMethod=warning +org.eclipse.jdt.core.compiler.problem.incompleteEnumSwitch=warning +org.eclipse.jdt.core.compiler.problem.indirectStaticAccess=warning +org.eclipse.jdt.core.compiler.problem.localVariableHiding=warning +org.eclipse.jdt.core.compiler.problem.methodWithConstructorName=warning +org.eclipse.jdt.core.compiler.problem.missingDefaultCase=ignore +org.eclipse.jdt.core.compiler.problem.missingDeprecatedAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingEnumCaseDespiteDefault=disabled +org.eclipse.jdt.core.compiler.problem.missingHashCodeMethod=warning +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotation=warning +org.eclipse.jdt.core.compiler.problem.missingOverrideAnnotationForInterfaceMethodImplementation=disabled +org.eclipse.jdt.core.compiler.problem.missingSerialVersion=warning +org.eclipse.jdt.core.compiler.problem.missingSynchronizedOnInheritedMethod=warning +org.eclipse.jdt.core.compiler.problem.noEffectAssignment=warning +org.eclipse.jdt.core.compiler.problem.noImplicitStringConversion=warning +org.eclipse.jdt.core.compiler.problem.nonExternalizedStringLiteral=ignore +org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=error +org.eclipse.jdt.core.compiler.problem.nullReference=warning +org.eclipse.jdt.core.compiler.problem.nullSpecViolation=error +org.eclipse.jdt.core.compiler.problem.nullUncheckedConversion=warning +org.eclipse.jdt.core.compiler.problem.overridingPackageDefaultMethod=warning +org.eclipse.jdt.core.compiler.problem.parameterAssignment=ignore +org.eclipse.jdt.core.compiler.problem.possibleAccidentalBooleanAssignment=warning +org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning +org.eclipse.jdt.core.compiler.problem.potentiallyUnclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.rawTypeReference=warning +org.eclipse.jdt.core.compiler.problem.redundantNullAnnotation=warning +org.eclipse.jdt.core.compiler.problem.redundantNullCheck=warning +org.eclipse.jdt.core.compiler.problem.redundantSpecificationOfTypeArguments=warning +org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=warning +org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore +org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=warning +org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled +org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=warning +org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled +org.eclipse.jdt.core.compiler.problem.suppressWarnings=enabled +org.eclipse.jdt.core.compiler.problem.syntheticAccessEmulation=warning +org.eclipse.jdt.core.compiler.problem.typeParameterHiding=warning +org.eclipse.jdt.core.compiler.problem.unavoidableGenericTypeProblems=enabled +org.eclipse.jdt.core.compiler.problem.uncheckedTypeOperation=warning +org.eclipse.jdt.core.compiler.problem.unclosedCloseable=warning +org.eclipse.jdt.core.compiler.problem.undocumentedEmptyBlock=warning +org.eclipse.jdt.core.compiler.problem.unhandledWarningToken=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryElse=warning +org.eclipse.jdt.core.compiler.problem.unnecessaryTypeCheck=warning +org.eclipse.jdt.core.compiler.problem.unqualifiedFieldAccess=ignore +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownException=warning +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionExemptExceptionAndThrowable=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedDeclaredThrownExceptionWhenOverriding=disabled +org.eclipse.jdt.core.compiler.problem.unusedImport=warning +org.eclipse.jdt.core.compiler.problem.unusedLabel=warning +org.eclipse.jdt.core.compiler.problem.unusedLocal=warning +org.eclipse.jdt.core.compiler.problem.unusedObjectAllocation=warning +org.eclipse.jdt.core.compiler.problem.unusedParameter=warning +org.eclipse.jdt.core.compiler.problem.unusedParameterIncludeDocCommentReference=enabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenImplementingAbstract=disabled +org.eclipse.jdt.core.compiler.problem.unusedParameterWhenOverridingConcrete=disabled +org.eclipse.jdt.core.compiler.problem.unusedPrivateMember=warning +org.eclipse.jdt.core.compiler.problem.unusedWarningToken=ignore +org.eclipse.jdt.core.compiler.problem.varargsArgumentNeedCast=warning +org.eclipse.jdt.core.compiler.source=1.6 Added: ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.ltk.core.refactoring.prefs URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.ltk.core.refactoring.prefs?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.ltk.core.refactoring.prefs (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.ltk.core.refactoring.prefs Tue Apr 2 17:41:30 2013 @@ -0,0 +1,2 @@ +eclipse.preferences.version=1 +org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false Added: ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.m2e.core.prefs URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.m2e.core.prefs?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.m2e.core.prefs (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/.settings/org.eclipse.m2e.core.prefs Tue Apr 2 17:41:30 2013 @@ -0,0 +1,4 @@ +activeProfiles= +eclipse.preferences.version=1 +resolveWorkspaceProjects=true +version=1 Added: ctakes/trunk/ctakes-assertion-zoner-res/LICENSE URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/LICENSE?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/LICENSE (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/LICENSE Tue Apr 2 17:41:30 2013 @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed 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. Added: ctakes/trunk/ctakes-assertion-zoner-res/pom.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/pom.xml?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/pom.xml (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/pom.xml Tue Apr 2 17:41:30 2013 @@ -0,0 +1,49 @@ + + + + 4.0.0 + + org.apache.ctakes + ctakes + 3.1.0-SNAPSHOT + + ctakes-assertion-zoner-res + Apache cTAKES Resources assertion-zoner + Resources Project for assertion-zoner + + + org.apache.ctakes + ctakes-type-system + + + + + + org.cleartk + jcasgen-maven-plugin + + src/main/resources/org/apache/ctakes/assertion/zoner/types/TypeSystem.xml + + + + + \ No newline at end of file Added: ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/META-INF/org.uimafit/types.txt URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/META-INF/org.uimafit/types.txt?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/META-INF/org.uimafit/types.txt (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/META-INF/org.uimafit/types.txt Tue Apr 2 17:41:30 2013 @@ -0,0 +1 @@ +classpath*:org/apache/ctakes/assertion/zoner/types/TypeSystem.xml Added: ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/apache/ctakes/assertion/zoner/types/TypeSystem.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/apache/ctakes/assertion/zoner/types/TypeSystem.xml?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/apache/ctakes/assertion/zoner/types/TypeSystem.xml (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/apache/ctakes/assertion/zoner/types/TypeSystem.xml Tue Apr 2 17:41:30 2013 @@ -0,0 +1,66 @@ + + + + org.apache.ctakes.assertion.types.TypeSystem + + 1.0 + + + + org.apache.ctakes.assertion.zoner.types.Heading + a section heading + uima.tcas.Annotation + + + label + + uima.cas.String + + + + + org.apache.ctakes.assertion.zoner.types.Zone + A document Zone, including its heading + uima.tcas.Annotation + + + label + + uima.cas.String + + + + + org.apache.ctakes.assertion.zoner.types.Subzone + + uima.tcas.Annotation + + + label + + uima.cas.String + + + + + + Added: ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/mitre/medfacts/uima/mayo_sections.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/mitre/medfacts/uima/mayo_sections.xml?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/mitre/medfacts/uima/mayo_sections.xml (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/mitre/medfacts/uima/mayo_sections.xml Tue Apr 2 17:41:30 2013 @@ -0,0 +1,408 @@ + + + + + + + +
+ ((addendum)\s*\:) + +
+ +
+ (\[start section id=\"20100\"\]) + +
+ +
+ (\[start section id=\"20101\"\]) + +
+ +
+ (\[start section id=\"20102\"\]) + +
+ +
+ (\[start section id=\"20103\"\]) + +
+ +
+ (\[start section id=\"20104\"\]) + +
+ +
+ (\[start section id=\"20105\"\]) + +
+ +
+ (\[start section id=\"20106\"\]) + +
+ +
+ (\[start section id=\"20107\"\]) + +
+ +
+ (\[start section id=\"20108\"\]) + +
+ +
+ (\[start section id=\"20109\"\]) + +
+ +
+ (\[start section id=\"20110\"\]) + +
+ +
+ (\[start section id=\"20111\"\]) + +
+ +
+ (\[start section id=\"20112\"\]) + +
+ +
+ (\[start section id=\"20113\"\]) + +
+ +
+ (\[start section id=\"20114\"\]) + +
+ +
+ (\[start section id=\"20115\"\]) + +
+ +
+ (\[start section id=\"20116\"\]) + +
+ +
+ (\[start section id=\"20117\"\]) + +
+ +
+ (\[start section id=\"20118\"\]) + +
+ +
+ (\[start section id=\"20119\"\]) + +
+ +
+ (\[start section id=\"20120\"\]) + +
+ +
+ (\[start section id=\"20121\"\]) + +
+ +
+ (\[start section id=\"20122\"\]) + +
+ +
+ (\[start section id=\"20123\"\]) + +
+ +
+ (\[start section id=\"20124\"\]) + +
+ +
+ (\[start section id=\"20125\"\]) + +
+ +
+ (\[start section id=\"20126\"\]) + +
+ +
+ (\[start section id=\"20127\"\]) + +
+ +
+ (\[start section id=\"20128\"\]) + +
+ +
+ (\[start section id=\"20129\"\]) + +
+ +
+ (\[start section id=\"20130\"\]) + +
+ + +
+ (\[start section id=\"20132\"\]) + +
+ +
+ (\[start section id=\"20133\"\]) + +
+ +
+ (\[start section id=\"20134\"\]) + +
+ +
+ (\[start section id=\"20135\"\]) + +
+ +
+ (\[start section id=\"20136\"\]) + +
+ +
+ (\[start section id=\"20137\"\]) + +
+ +
+ (\[start section id=\"20138\"\]) + +
+ +
+ (\[start section id=\"20139\"\]) + +
+ +
+ (\[start section id=\"20140\"\]) + +
+ +
+ (\[start section id=\"20141\"\]) + +
+ +
+ (\[start section id=\"20142\"\]) + +
+ +
+ (\[start section id=\"20143\"\]) + +
+ +
+ (\[start section id=\"20144\"\]) + +
+ +
+ (\[start section id=\"20145\"\]) + +
+ +
+ (\[start section id=\"20146\"\]) + +
+ +
+ (\[start section id=\"20147\"\]) + +
+ +
+ (\[start section id=\"20148\"\]) + +
+ +
+ (\[start section id=\"20149\"\]) + +
+ +
+ (\[start section id=\"20150\"\]) + +
+ +
+ (\[start section id=\"20151\"\]) + +
+ +
+ (\[start section id=\"20152\"\]) + +
+ +
+ (\[start section id=\"20153\"\]) + +
+ +
+ (\[start section id=\"20154\"\]) + +
+ +
+ (\[start section id=\"20155\"\]) + +
+ +
+ (\[start section id=\"20156\"\]) + +
+ +
+ (\[start section id=\"20157\"\]) + +
+ +
+ (\[start section id=\"20158\"\]) + +
+ +
+ (\[start section id=\"20159\"\]) + +
+ +
+ (\[start section id=\"20160\"\]) + +
+ +
+ (\[start section id=\"20161\"\]) + +
+ +
+ (\[start section id=\"20162\"\]) + +
+ +
+ (\[start section id=\"20163\"\]) + +
+ +
+ (\[start section id=\"20164\"\]) + +
+ +
+ (\[start section id=\"20165\"\]) + +
+ +
+ (\[start section id=\"20166\"\]) + +
+ +
+ (\[start section id=\"20167\"\]) + +
+ +
+ (\[start section id=\"20168\"\]) + +
+ +
+ (\[start section id=\"20169\"\]) + +
+ +
+ (\[start section id=\"20170\"\]) + +
+ + +
+ (\[start section id=\"20172\"\]) + +
+ +
+ (\[start section id=\"20173\"\]) + +
+ +
+ (\[start section id=\"20174\"\]) + +
+ +
+ (\[start section id=\"20175\"\]) + +
+ +
+ (\[start section id=\"20176\"\]) + +
+ + +
+ (\[start section id=\"20178\"\]) + +
+ +
+ (\[start section id=\"20179\"\]) + +
+
+
Added: ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/mitre/medfacts/uima/section_regex.04162012.xml URL: http://svn.apache.org/viewvc/ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/mitre/medfacts/uima/section_regex.04162012.xml?rev=1463641&view=auto ============================================================================== --- ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/mitre/medfacts/uima/section_regex.04162012.xml (added) +++ ctakes/trunk/ctakes-assertion-zoner-res/src/main/resources/org/mitre/medfacts/uima/section_regex.04162012.xml Tue Apr 2 17:41:30 2013 @@ -0,0 +1,641 @@ + + + + + + admit + (?:admit(?:ting)?|admission) + + + be + (\s+(?:am|is|are|was|were)) + + + left-time-mods + ((?:(?:pre-)?|current|discharge|follow[\s+\-]?up|home|interim|initial|postpartum|(?:pre|post)op(?:erative)?|transfer)\s+) + + + left-descr-mods + ((?:brief(?:\s+resume\s+of)?|overall|other|additional|pertinent|relevant|(?:list\s+of\s+)?other|plan\s+for|standardized|summary\s+of|doctor(?:\s+\')?s)\s+) + + + include + (\s+(?:include[ds]?)) + + + right-time-mods + (\s+(?:(?:(?:UP)?ON|AS|AT|\@|OF|FOR|(?:PRIOR\s+TO)|(?:DURING))\s+(?:(?:(?:THE|THAT|THIS)\s+)?(?:TIME|DAY)\s+OF\s+)?(?:ADMISSION|ADMIT|DEATH|DISCHARGE|TRANSFER|COMPLICATIONS?|HOME|HOSPITALIZATION|OUTPATIENT))) + + + right-descr-mods + (\s+(?:(?:by\s+(?:problems?|(?:organ\s+)?systems?|issues?|report))|(?:\s+of\s+note))) + + + right-location-mods + (\s+in\s+the\s+emergency\s+department) + + + + + allergies1 + (?:allergies|allergy|adverse\s+drug\s+reactions?) + + + allergies2 + (allergy(\s*\/\s*reaction)?\s+profile) + + + famhistory + (?:family\s+(?:(?:medical|social)\s+)?history|fhx?|fam\s+hx) + + + sochistory + (social\s+history|social\s+hx|\bshx?|soc\s*hx|habits) + + + + medication1 + (medications?|medication\s*\(\s*s\s*\)|regimen|treatment\s+cycle) + + + medication2 + (meds?) + + + + physicalexam1 + ((physical|surgical)(\s+exam(ination)?|\s+findings)?|\bpe|\*pe|on\s+exam(ination)?|examination\s+data) + + + physicalexam2 + ((daily|patient)\s+status) + + + + + + + + time + (\d?\d\:\d\d[aApP][mM]) + + + mayodate + (([0123])?\d(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)(\d\d)?\d\d\s+) + + + mayodate2 + ([01]?\d/\d?\d/(\d\d)?\d\d\s+) + + + + + + +
+ ((addendum)\s*\:) + +
+ +
+ (?:(?:(?:admission\s+date)|(date\s+of\s+admission))\s*\:) + +
+ +
+ age\s*\: + +
+ +
+ (?:(?:|)\s*\:) + +
+ +
+ ((()|())?(appointments?(?:\(?:\s+s\s+\))?)\s*(?:\(\s+s\s+\))?\s*\:) + +
+ +
+ ((|)?(assessment)()?\s*\:) + +
+ +
+ ((()|)?((?:assessment\s*(?:and|\&|\/)\s*plan)|(?:a\s*(?:\&|\/)\s*p))()?\s*\:) + +
+ +
+ (?:attend(?:ing)?(?:\s+physician)?\s*\:) + +
+
+ ([A-Z]{2,2}\d{3,3}\/\d{4,4}\s+[A-Z]+\s+([A-Z]\.\s+)?[A-Z]+\s+\,(?:\s+(?:jr|iii)\s*\,\s*)?\s+M\.D\.)\s*\: + +
+ +
+ (?:(?:chief\s+complaint)|(?:patient\s+states\s+complaint)\s*\:) + +
+ +
+ ((clinical\s+findings?)\s*\:) + +
+ +
+ (?:((code(?:\s+status)?)\s*\:)) + +
+ +
+ (((?:additional\s+)comments)\s*\:) + +
+ +
+ (?:((complications?)\s*\:)) + +
+ +
+ (()?(condition)()?\s*\:) + +
+ +
+ ((consultants?)\s*\:) + +
+ +
+ ((consults)\s*\:) + +
+ +
+ date\s+of\s+birth\s*\: + +
+ +
+ date\s+of\s+expiration\s*\: + +
+ +
+ (((?:principal\s+discharge\s+diagnosis\s*;\s*responsible\s+after\s+study\s+for\s+causing\s+admission\s*\)\s?))\s?) + +
+
+ ((?:other\s+diagnosis\s*;\s*conditions\s*\,\s*infections\s*,\s*complications\s*,\s*affecting\s+treatment\s*\/?\s*stay)\s?) + +
+
+ (((?:cause\s+of\s+death\s+and\s+)?((?:final|principal|principle|primary|associated|secondary|additional|other)\s+)?(((?:pre-)?admission|admit(?:ting)?|discharge|(?:pre|post)?operative)\s+)?(?:problems\s+and\s+)?diagnos[ei]s(?:\s*\(\s*es\s*\))?)()?\s*\:) + +
+ +
+ ((?:(?:(?:entered|dictated)\s+by\b)|dictator)\s*\:) + +
+
+ ((?:(?:[A-Z]+\.?)\s+)*[A-Z]+\s*\,\s+M\.D\.\s+DICTATING\s+FOR\s*\:) + +
+
+ (This\s+report\s+was\s+created\s+by\s+[A-Z]) + +
+ +
+ (()?(diet)\s*\:) + +
+ +
+ (((?:discharge\s+)?activity)\s*\:) + +
+
+ (^((?:discharge\s+)?activity)\s*)(\n) + +
+ +
+ ((discharge\s+date)|(date\s+of\s+discharge))\s*\: + +
+ +
+ ((discharge\s+patient\s+on)\s*\:) + +
+ +
+ (((?:doctor\'?s\s+)?discharge\s+orders)\s*\:) + +
+ +
+ (ed\s+discharge\s+notification\s*\/\s*summary)(\s+) + +
+ +
+ (()?(disposition)()?\s*\:) + +
+ +
+ (()?((?:ed\s+course)|(?:emergency\s+department\s+course)|(?:in\s+(?:the\s+)?ed|\bed))?(\s*\:|\*+)) + +
+ +
+ evaluation\s+date\s*\: + +
+ +
+ ((events)\s*\:) + +
+ +
+ (?:(?:)\s*\:) + +
+
+ (?:(?:FAMILY\s+HISTORY\s+[a-z]+)) + +
+ +
+ ((discharged?\s+wound\s+care)\s*\:) + +
+
+ (((?:discharged?\s+follow[\s\-]?up(?:\s+care)?)|((?:standardized\s+)?discharge\s+orders\s+\(\s+medications\s+instructions\s+to\s+patient\s+\,\s+follow-up\s+care\s+\))|(disposition\s*\,\s+follow[\s+\-]up\s+and\s+instructions\s+to\s+patient)|(?:follow[\s\-]?up))\s*\:) + +
+
+ ((((?:discharged?\s+follow[\s\-]?up(?:\s+care)?))|((?:standardized\s+)?discharge\s+orders\s+\(\s+medications\s+instructions\s+to\s+patient\s+\,\s+follow-up\s+care\s+\))|(disposition\s*\,\s+follow[\s+\-]up\s+and\s+instructions\s+to\s+patient)|(?:follow[\s\-]?up))\s*)(\n) + +
+ +
+ sex\s*\: + +
+ +
+ ^(health\s+status)\s*(\n) + +
+ +
+ (()?(?:history\s+(?:of\s+(?:the\s+)?)?(?:present|physical)\s+illness|hpi)\s+and\s+(?:(?:history\s+and\s+)?reasons?\s+(?:for\s+)?(?:hospitalization|admission|admit))\s*\:) + +
+
+ ((?:(?:history\s+and\s+)?reasons?\s+(?:for\s+)?(?:hospitalization|admission|admit))\s*\:) + +
+
+ (()?(((history\s+(of\s+(the\s+)?)?)?(present|physical)\s+illness)|hpi)\s*\:) + +
+
+ (((?:history\s+(?:of\s+(?:the\s+)?)?(?:present|physical)\s+illness)|hpi)\s*)\n + +
+
+ (^()?((?:clinical\s+)?history)\s*\:) + +
+ +
+ (()?(?:hosp(?:ital)?\s+course(?:\s+and\s+treatment)?)|(?:summary\s+of\s+hospitalization)?(\s*\:|\*+|\-+)) + +
+
+ (()?(?:hosp(?:ital)?\s+course(?:\s+and\s+treatment)?)|(?:summary\s+of\s+hospitalization)?)(\s*\n) + +
+
+ (\*+(hosp(?:ital)?\s+course(?:\s+and\s+treatment)?)|(?:summary\s+of\s+hospitalization)) + +
+
+ ((hosp(?:ital)?\s+course(\s+and\s+treatment)?)|(summary\s+of\s+hospitalization)\s+([a-z]+|\()) + +
+ +
+ ((impressions?|imp)()?\s*\:) + +
+ +
+ ((?:impression\s+and\s+plan)\s*\:) + +
+ +
+ ((?:impression\s+and\s+plan)\s*)(\n) + +
+ +
+ ((()|())+(instructions?)()?\s*\:) + +
+
+ (^(instructions?)()?\s*)(\n) + +
+ +
+ ((?:()|())?((?:summary\s+of\s+)?(?:(?:diagnostic\s+)?(?:laboratory|labs?|laboratories|diagnostic|radiologic)(?:(?:\s+and\s+)|(?:\/))?\s*(?:radiologic\s+)?(?:studies|data|results|exams?(?:inations?)?|evaluation|values|findings|tests?|x\-rays?)?)|(?:tests\/procedures|(?:studies\/(?:procedures|tests))|(?:proc(?:edures)?\/tests)|tests))()?\s*\:) + +
+
+ (((?:new|discrete|(?:today\s+\'s))\s+results(?:\s+only)?)\s*\:) + +
+
+ (((?:new|discrete|(?:today\s+\'s))\s+results(?:\s+only)?)\s*)\n + +
+
+ (()\s*data()?\s*\:) + +
+
+ ((?:\-+|\*+|\_+)\s*)(data()?\s*\:) + +
+ +
+ ()?()()?(|)?\s*\: + +
+
+ ^()?()()?(|)?\s*\n + +
+
+ ()()()?(|?\s*\:) + +
+
+ ^()()?(|?\s*\:) + +
+
+ (()?()\s+on\s+transfer\s+from(\s+[A-Z]+)+(|)?\s*\:) + +
+
+ (MEDICATIONS()?)(\s+[a-z]+) + +
+ +
+ (((?:(?:past\s+)?ob\-gyn\s+history))\s*\:) + +
+
+ (((?:past\s+obstetric\s+history))\s*\:) + +
+
+ ^(((?:past\s+gyn(?:ocologic(?:al)?)?\s+history))\s*\:) + +
+ +
+ (?:objective\s*\:?\n) + +
+
+ (?:^o\s*\:\n) + +
+ +
+ (((?:((?:principal|principle|primary|special)\s+)?(?:operations?\s+(?:and|or)\s+)?procedures?(\s+(?:and|or)\s+operations?)?(?:\s+performed)?)|(operations\s*\/\s*procedures)|(?:operations?))\s*\:) + +
+
+ ((((?:associated|secondary|additional|other)\s+)(?:operations?\s+(?:and|or)\s+)?procedures?(\s+(?:and|or)\s+operations?)?)\s*\:) + +
+
+ ((procedure\s+note)\s*\:) + +
+
+ ((procedure\s+in\s+detail)\s*\:) + +
+
+ ((postpartum\s+diagnostic\s+procedures)\s*\:) + +
+
+ ((postpartum\s+therapeutic\s+procedures)\s*\:) + +
+
+ ((other\s+postpartum\s+therapies)\s*\:) + +
+
+ ^procedure:\s*$ + +
+ +
+ ((past\s+cardiac\s+history)\s*\:) + +
+ +
+ (past\s+(medical\s+)?history|medical\s+history|pmhx?|pmedhx)\s*\: + +
+
+ ((past\s+(?:medical\s+)?history|medical\s+history|pmhx?|pmedhx)\/()\s*\:) + +
+ +
+ (past\s+surgical\s+history)\s*\: + +
+ +
+ (\*+\s+(FINAL\s+)?DISCHARGE\s+ORDERS\s+\*+) + +
+ +
+ (()?()?(|)()??(?:\s*\:|\-[^a-z])) + +
+
+ (()?()?(|)()?()?)((\s+vss?)(?:\s*\:|\-[^a-z])) + +
+
+ ((?:\-+|\*+|\_+|())\s*(?:exam(?:ination)?(?:\s+data)?()\s*\:)) + +
+
+ ^(()(?:exam(?:ination)?)(?:\s*\:)) + +
+
+ ^(()?()?(|))(\n) + +
+ +
+ (?:^(()?(\bplans?)(\s*\:[^\d]|\s*\*))) + +
+
+ (?:^(()?(\bplans?))(\s*\n)) + +
+ +
+ (((?:disposition\s*(?:and|\&|\/)\s*plan)|(?:disposition\s*(?:\&|\/)plan))()?\s*\:) + +
+ +
+ (((?:to\s+do\s*\/\s*plans?))\s*\:) + +
+ +
+ (($pch)\s*\:)(\s+) + +
+ +
+ ((preoperative\s+(?:cardiac\s+)?status)\s*\:) + +
+ +
+ ((previous\s+cardiovascular\s+interventions?)\s*\:) + +
+ +
+ (?:pcp\s+name\s*\:) + +
+ +
+ (((?:(?:patient\s+)?problem\s+list)|(?:significant\s+problems)|(?:(?:(?:his|her)\s+)?problems\s+and\s+management\s+are\s+as\s+follows) )?\s*[\:;\*+]) + +
+ +
+ (?:(?:radiology(?:\s+(?:studies|data|results))?)\s*\:) + +
+ +
+ (?:reason\s+(?:for\s+)?consultation\s*\:) + +
+ +
+ ((report\s+status)\s*\:) + +
+ +
+ (?:(review\s+(?:of\s+)?systems|ros)\s*\:) + +
+
+ (?:(REVIEW\s+OF\s+SYSTEMS)(\s+[a-z]+)) + +
+ +
+ (?:service\s*\:) + +
+ +
+ (?:^()\s*\:) + +
+
+ (?:((SOCIAL\s+HISTORY|HABITS))(\s+[a-z]+)) + +
+ +
+ (?:subjective\s*\:?\n) + +
+
+ (?:^s\s*\:\n) + +
+ +
+ (((?:escription\s+document)|batch)\s*\:) + +
+ +
+ (((?:treatment\s+rendered))\s*\:?) + +
+
+ ((((?:other\s+treatments?\s*\/\s*procedures\s+\(\s+not\s+in\s+o\.r\.\s+\)))|(other\s+treatments?\s+and\s+procedures))\s*\:?) + +
+ +
+ (?:unit\s+number\s*\:) + +
+ +
+ ((return\s+to\s+work)\s*\:) + +
+ +
+ (?:\s+Exam\:) + +
+
+ (?:ORIGINAL REPORT) + +
+
+ (?:\s+\*+\s+Final\s+\*+) +
+
+ (?:Indications\:) + +
+
+
+