You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ctakes.apache.org by se...@apache.org on 2022/12/13 23:55:53 UTC

[ctakes] branch master updated (981fab8 -> a702171)

This is an automated email from the ASF dual-hosted git repository.

seanfinan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ctakes.git


    from 981fab8  Initial Commit.
     new 67ca874  Revert "Initial Commit."
     new b8b08e2  Revert "Revert "Initial Commit.""
     new a702171  web-rest should not contain dictionaries.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../lookup/fast/ctakessnorx/ctakessnorx.properties |      17 -
 .../lookup/fast/ctakessnorx/ctakessnorx.script     |     Bin 55293173 -> 0 bytes
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.lck        |     Bin 16 -> 0 bytes
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.properties |       5 -
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.script     | 1348814 -----------------
 5 files changed, 1348836 deletions(-)
 delete mode 100644 ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/ctakessnorx/ctakessnorx.properties
 delete mode 100644 ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/ctakessnorx/ctakessnorx.script
 delete mode 100644 ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.lck
 delete mode 100644 ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.properties
 delete mode 100644 ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.script


[ctakes] 02/03: Revert "Revert "Initial Commit.""

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

seanfinan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ctakes.git

commit b8b08e2da2b782c38c3074c0cbc4d819ef7ab0bd
Author: Sean Finan <se...@childrens.harvard.edu>
AuthorDate: Tue Dec 13 18:45:42 2022 -0500

    Revert "Revert "Initial Commit.""
    
    This reverts commit 67ca874955d8ccd823b044dee5875f5765e226ab.
---
 .gitattributes                                     |      21 +
 .gitignore                                         |      35 +
 KEYS                                               |     248 +
 LICENSE                                            |     253 +
 NOTICE                                             |      26 +
 README                                             |      14 +
 ctakes-assertion-zoner/LICENSE                     |     202 +
 ctakes-assertion-zoner/desc/ZonerDescriptor.xml    |     112 +
 .../desc/ZonerDescriptorStyleMap.xml               |      23 +
 .../assertion_zoner__both_regular_and_mayo.xml     |    4881 +
 .../desc/analysis_engine/assertion_zoner__mayo.xml |    2437 +
 .../analysis_engine/assertion_zoner__normal.xml    |    2437 +
 ctakes-assertion-zoner/desc/cpe/zonermeds4.xml     |      78 +
 ctakes-assertion-zoner/metadata/install.xml        |      47 +
 ctakes-assertion-zoner/pom.xml                     |      49 +
 .../uima/CreateAssertionZonerDescriptors.java      |     135 +
 .../mitre/medfacts/uima/CreateZonerDescriptor.java |      85 +
 .../java/org/mitre/medfacts/uima/RunZoner.java     |     190 +
 .../org/mitre/medfacts/uima/ZoneAnnotator.java     |     134 +
 .../META-INF/org.apache.uima.fit/types.txt         |       1 +
 .../ctakes/assertion/zoner/types/TypeSystem.xml    |      66 +
 .../org/mitre/medfacts/uima/mayo_sections.xml      |     428 +
 .../mitre/medfacts/uima/section_regex.04162012.xml |     661 +
 .../mitre/medfacts/uima/section_regex.06162011.xml |     624 +
 .../org/mitre/medfacts/uima/section_regex.out.xml  |      20 +
 .../org/mitre/medfacts/uima/section_regex.xml      |     944 +
 .../org/mitre/medfacts/uima/section_regex.xml.bak  |     646 +
 .../org/mitre/medfacts/uima/section_regex.xml.bak2 |     646 +
 ctakes-assertion/LICENSE                           |     202 +
 .../desc/AssertionMiniPipelineAnalysisEngine.xml   |      76 +
 .../desc/GenericAttributeAnalysisEngine.xml        |      59 +
 .../desc/SubjectAttributeAnalysisEngine.xml        |      59 +
 .../AttributeDiscoveryPreprocessor.xml             |     182 +
 .../GenericCleartkAnalysisEngine.xml               |     130 +
 .../HistoryCleartkAnalysisEngine.xml               |     130 +
 .../PolarityCleartkAnalysisEngine.xml              |     136 +
 .../SubjectCleartkAnalysisEngine.xml               |     136 +
 .../UncertaintyCleartkAnalysisEngine.xml           |     136 +
 ctakes-assertion/desc/assertionAnalysisEngine.xml  |     148 +
 .../desc/conceptConverterAnalysisEngine.xml        |     133 +
 ctakes-assertion/metadata/install.xml              |      47 +
 ctakes-assertion/pom.xml                           |     136 +
 .../assertion/ae/PolarityBertRestAnnotator.java    |     160 +
 .../attributes/GenericAttributeAnalysisEngine.java |      66 +
 .../attributes/SubjectAttributeAnalysisEngine.java |      65 +
 .../features/GenericFeaturesExtractor.java         |      79 +
 .../features/HistoryFeaturesExtractor.java         |      85 +
 .../features/SubjectFeaturesExtractor.java         |      80 +
 .../features/selection/Chi2FeatureSelection.java   |     230 +
 .../features/selection/FeatureSelection.java       |      82 +
 .../MutualInformationFeatureSelection.java         |     285 +
 .../generic/GenericAttributeClassifier.java        |     190 +
 .../history/HistoryAttributeClassifier.java        |     370 +
 .../subject/SubjectAttributeClassifier.java        |     270 +
 .../assertion/cc/JudgeAttributeInstances.java      |     518 +
 .../apache/ctakes/assertion/cr/ArgumentInfo.java   |      45 +
 .../assertion/cr/GoldEntityAndAttributeReader.java |     329 +
 .../cr/I2B2Challenge2010CollectionReader.java      |     209 +
 .../assertion/cr/MiPACQKnowtatorXMLReader.java     |    1431 +
 .../ctakes/assertion/cr/NegExAnnotation.java       |     153 +
 .../ctakes/assertion/cr/NegExCorpusReader.java     |     239 +
 .../apache/ctakes/assertion/cr/RelationInfo.java   |     100 +
 .../java/org/apache/ctakes/assertion/cr/Span.java  |      60 +
 .../org/apache/ctakes/assertion/cr/XMLReader.java  |     262 +
 .../assertion/cr/XmiCollectionReaderCtakes.java    |     127 +
 .../eval/AnnotationStatisticsCompact.java          |     495 +
 .../ctakes/assertion/eval/AssertionEvaluation.java |    1653 +
 ...dViewFromOneCasIntoInitialViewOfAnotherCas.java |     295 +
 .../apache/ctakes/assertion/eval/XMIReader.java    |      90 +
 .../medfacts/AssertionAnalysisEngine.java          |     500 +
 .../medfacts/AssertionAnalysisEngineFit.java       |     217 +
 .../ctakes/assertion/medfacts/CasIndexer.java      |     138 +
 .../medfacts/ConceptConverterAnalysisEngine.java   |     119 +
 .../ctakes/assertion/medfacts/ConceptLookup.java   |     203 +
 .../medfacts/ConvertXMIAssertionsToi2b2Format.java |     101 +
 .../medfacts/Converti2b2AnnotationsToCTAKES.java   |     248 +
 .../cleartk/AlternateCuePhraseAnnotator.java       |     171 +
 .../cleartk/AssertionCleartkAnalysisEngine.java    |     667 +
 .../medfacts/cleartk/AssertionComponents.java      |      38 +
 .../cleartk/AssertionFeatureAwareDataWriter.java   |     123 +
 .../cleartk/AssertionSampleFeatureGenerator.java   |      66 +
 .../cleartk/ConditionalCleartkAnalysisEngine.java  |     102 +
 .../cleartk/CreateAssertionDescriptor.java         |     268 +
 .../cleartk/GenericCleartkAnalysisEngine.java      |     112 +
 .../cleartk/HistoryCleartkAnalysisEngine.java      |     114 +
 .../cleartk/PolarityCleartkAnalysisEngine.java     |     178 +
 .../cleartk/PolarityFedaCleartkAnalysisEngine.java |     137 +
 .../cleartk/SubjectCleartkAnalysisEngine.java      |     114 +
 .../medfacts/cleartk/TrainAllAssertionModels.txt   |     331 +
 .../medfacts/cleartk/TrainAssertionModel.java      |     382 +
 .../cleartk/UncertaintyCleartkAnalysisEngine.java  |     142 +
 .../extractors/AboveLeftFragmentExtractor.java     |      56 +
 .../extractors/AboveRightFragmentExtractor.java    |      55 +
 .../AssertionAboveLeftTreeExtractor.java           |      56 +
 .../AssertionDependencyTreeExtractor.java          |      85 +
 .../extractors/BrownClusterFeatureFunction.java    |      71 +
 .../extractors/ContextWordWindowExtractor.java     |     141 +
 .../medfacts/cleartk/extractors/CueWordTest.java   |     156 +
 .../medfacts/cleartk/extractors/CueWordTest2.java  |     189 +
 .../DependencyPathRegexpFeatureExtractor.java      |      65 +
 .../DependencyWordsFragmentExtractor.java          |      68 +
 .../ExtractorListFeatureFunctionConverter.java     |      44 +
 .../cleartk/extractors/FedaFeatureFunction.java    |      65 +
 .../NegationDependencyFeatureExtractor.java        |      81 +
 .../cleartk/extractors/SRLFeatureExtractor.java    |     116 +
 .../cleartk/extractors/SurroundingExtractor.java   |      80 +
 .../extractors/TreeFragmentFeatureExtractor.java   |      82 +
 .../extractors/UncertaintyFeatureExtractor.java    |      44 +
 .../ConditionalCleartkAnalysisEngineWindowed.java  |     102 +
 .../GenericCleartkAnalysisEngineWindowed.java      |     113 +
 .../HistoryCleartkAnalysisEngineWindowed.java      |     114 +
 .../PolarityCleartkAnalysisEngineWindowed.java     |     179 +
 .../SubjectCleartkAnalysisEngineWindowed.java      |     115 +
 .../UncertaintyCleartkAnalysisEngineWindowed.java  |     137 +
 .../WindowedAssertionCleartkAnalysisEngine.java    |     544 +
 .../WindowedGenericAttributeClassifier.java        |     162 +
 .../WindowedHistoryAttributeClassifier.java        |     340 +
 .../context/AbstractLeftToRightContext.java        |      62 +
 .../context/AbstractRightToLeftContext.java        |      71 +
 .../windowed/context/AbstractWindowedContext.java  |      67 +
 .../cleartk/windowed/context/FollowingContext.java |      68 +
 .../windowed/context/LastCoveredContext.java       |      32 +
 .../cleartk/windowed/context/PrecedingContext.java |      45 +
 .../cleartk/windowed/context/WindowedBag.java      |      74 +
 .../context/feature/WindowedContextFeature.java    |      34 +
 .../AbstractTreeFragmentFeatureExtractor1.java     |      62 +
 .../AbstractWindowedFeatureExtractor1.java         |      33 +
 .../WindowedAssertionDependencyTreeExtractor.java  |      73 +
 .../WindowedContextWordWindowExtractor.java        |     123 +
 .../WindowedDependencyWordsFragmentExtractor.java  |      59 +
 .../WindowedGenericFeaturesExtractor.java          |      54 +
 .../extractor/WindowedHistoryFeatureExtractor.java |      62 +
 ...WindowedNegationDependencyFeatureExtractor.java |      51 +
 ...racterOffsetToLineTokenConverterCtakesImpl.java |     301 +
 .../medfacts/i2b2/api/ConstraintConstructor.java   |     107 +
 .../api/ConstraintConstructorFindContainedBy.java  |      74 +
 .../ConstraintConstructorFindContainedWithin.java  |      74 +
 .../i2b2/api/SingleDocumentProcessorCtakes.java    |     189 +
 .../GenerateDependencyRepresentation.java          |     155 +
 .../pipelines/GenerateTreeRepresentation.java      |     166 +
 .../GoldEntityAndAttributeReaderPipeline.java      |      91 +
 ...ityAndAttributeReaderPipelineForSeedCorpus.java |     434 +
 .../assertion/pipelines/PreprocessingPipeline.java |      71 +
 .../pipelines/RunJudgeAttributeInstances.java      |     148 +
 .../assertion/pipelines/SharpCorpusSplit.java      |      76 +
 .../apache/ctakes/assertion/stub/Annotation.java   |      15 +
 .../apache/ctakes/assertion/stub/ApiConcept.java   |      45 +
 .../ctakes/assertion/stub/AssertionAnnotation.java |      19 +
 .../stub/AssertionDecoderConfiguration.java        |      27 +
 .../assertion/stub/AssertionFileProcessor.java     |      17 +
 .../apache/ctakes/assertion/stub/BatchRunner.java  |      17 +
 .../stub/CharacterOffsetToLineTokenConverter.java  |       5 +
 ...acterOffsetToLineTokenConverterDefaultImpl.java |      16 +
 .../ctakes/assertion/stub/ConceptAnnotation.java   |       5 +
 .../apache/ctakes/assertion/stub/ConceptType.java  |       9 +
 .../ctakes/assertion/stub/JarafeMEDecoder.java     |      16 +
 .../assertion/stub/LineAndTokenPosition.java       |      35 +
 .../stub/LineTokenToCharacterOffsetConverter.java  |      28 +
 .../ctakes/assertion/stub/PartOfSpeechTagger.java  |       9 +
 .../apache/ctakes/assertion/stub/ScopeParser.java  |       9 +
 .../assertion/stub/SingleDocumentProcessor.java    |      80 +
 .../ctakes/assertion/stub/StringHandling.java      |      16 +
 .../train/CrossValidateAttributeModels.java        |      61 +
 .../train/CrossValidateChi2GridSearch.java         |      70 +
 .../ctakes/assertion/train/JustJudgeStep.java      |      68 +
 .../assertion/train/PolarityCotrainingTests.java   |     141 +
 .../assertion/train/PolarityCotrainingTrain.java   |      98 +
 .../train/PolarityDomainAdaptationTests.java       |     145 +
 .../train/PolarityDomainAdaptationTrain.java       |     106 +
 .../train/ReadAndPreprocessForAttributeModels.java |      79 +
 .../train/ReadPreprocessTrainTestJudge.java        |      64 +
 .../assertion/train/TestAttributeModels.java       |      74 +
 .../assertion/train/TrainAttributeModels.java      |      69 +
 .../ctakes/assertion/util/AssertionConst.java      |     174 +
 .../ctakes/assertion/util/AssertionDepUtils.java   |     183 +
 .../ctakes/assertion/util/AssertionTreeUtils.java  |     229 +
 .../ctakes/assertion/util/NegationDepRegex.java    |     527 +
 .../util/NegationManualDepContextAnalyzer.java     |     156 +
 .../ctakes/assertion/util/SemanticClasses.java     |      52 +
 .../assertion/util/WriteMultipleDatasets.java      |     253 +
 ctakes-assertion/src/main/python/negation_rest.py  |     167 +
 .../src/main/python/start_negation_rest.sh         |      22 +
 .../apache/ctakes/assertion/cue_words/all_cues.txt |     454 +
 .../ctakes/assertion/cue_words/conditional.psv     |      13 +
 .../ctakes/assertion/cue_words/cue_words.txt       |     454 +
 .../ctakes/assertion/cue_words/hypothetical.psv    |      38 +
 .../assertion/cue_words/negation_cue_class.psv     |     149 +
 .../assertion/cue_words/not_patient_cue_list.psv   |      56 +
 .../ctakes/assertion/cue_words/speculation.psv     |     194 +
 .../ctakes/assertion/semantic_classes/allergy.txt  |       6 +
 .../assertion/semantic_classes/association.txt     |      14 +
 .../ctakes/assertion/semantic_classes/avoid.txt    |       7 +
 .../ctakes/assertion/semantic_classes/cause.txt    |      41 +
 .../assertion/semantic_classes/certainty.txt       |      12 +
 .../assertion/semantic_classes/change_state.txt    |      33 +
 .../ctakes/assertion/semantic_classes/continue.txt |      14 +
 .../ctakes/assertion/semantic_classes/copular.txt  |      16 +
 .../ctakes/assertion/semantic_classes/decline.txt  |      13 +
 .../assertion/semantic_classes/def_determiner.txt  |       5 +
 .../ctakes/assertion/semantic_classes/deny.txt     |       5 +
 .../assertion/semantic_classes/disappear.txt       |      18 +
 .../ctakes/assertion/semantic_classes/evidence.txt |      43 +
 .../assertion/semantic_classes/exception.txt       |      11 +
 .../assertion/semantic_classes/experience.txt      |      17 +
 .../ctakes/assertion/semantic_classes/fail.txt     |      13 +
 .../ctakes/assertion/semantic_classes/history.txt  |       3 +
 .../semantic_classes/hypothetical_cue_list.txt     |      51 +
 .../ctakes/assertion/semantic_classes/instance.txt |       6 +
 .../ctakes/assertion/semantic_classes/stop.txt     |      63 +
 .../assertion/semantic_classes/uncertainty.txt     |     167 +
 .../apache/ctakes/assertion/types/TypeSystem.xml   |      73 +
 .../assertion/launch/UIMA_CVD--assertion.launch    |      18 +
 .../assertion/launch/ctakes__assertion_eval.launch |      16 +
 .../ctakes__assertion_eval_preprocess.launch       |      16 +
 .../launch/ctakes_assertion_crossvalidation.launch |      17 +
 .../ctakes_assertion_evaluation_on_output.launch   |      17 +
 .../ctakes_assertion_evaluation_on_test.launch     |      17 +
 ...takes_assertion_read_gold_and_preprocess.launch |      17 +
 .../assertion/pipeline/AssertionSubPipe.piper      |      14 +
 .../pipeline/AttributeCleartkSubPipe.piper         |      21 +
 .../pipeline/TsAttributeCleartkSubPipe.piper       |      19 +
 .../pipeline/WindowedAttributeCleartkSubPipe.piper |      20 +
 ctakes-chunker/LICENSE                             |     202 +
 ctakes-chunker/README                              |     138 +
 .../desc/AdjustNounPhraseToIncludeFollowingNP.xml  |      80 +
 .../AdjustNounPhraseToIncludeFollowingPPNP.xml     |      81 +
 .../desc/AdjustOPhraseToIncludeFollowingO.xml      |      80 +
 ctakes-chunker/desc/AggregateAE.xml                |     106 +
 ctakes-chunker/desc/ChunkAdjuster.xml              |      81 +
 ctakes-chunker/desc/Chunker.xml                    |      90 +
 ctakes-chunker/desc/ChunkerAggregate.xml           |     106 +
 ctakes-chunker/desc/ChunkerCPE.xml                 |      78 +
 ctakes-chunker/desc/POSTagger.xml                  |      98 +
 ctakes-chunker/desc/SimpleSegmentAnnotator.xml     |      63 +
 .../AdjustNounPhraseToIncludeFollowingPPNP.xml     |      81 +
 .../desc/test/ChunkAdjusterAggregate.xml           |     150 +
 ctakes-chunker/desc/test/Chunker.xml               |      79 +
 ctakes-chunker/desc/test/ChunkerAggregate.xml      |     146 +
 ctakes-chunker/desc/test/ChunkerCPE.xml            |      86 +
 .../desc/test/ChunkerCpeUsingPosTagDictionary.xml  |      86 +
 ctakes-chunker/desc/test/POSTagger.xml             |      91 +
 .../desc/test/PhraseTypeChunkerAggregate.xml       |     131 +
 .../desc/test/SimpleSegmentAnnotator.xml           |      63 +
 ctakes-chunker/desc/test/TokenizerAnnotator.xml    |     110 +
 ctakes-chunker/pom.xml                             |      64 +
 .../org/apache/ctakes/chunker/ae/ChunkCreator.java |      50 +
 .../java/org/apache/ctakes/chunker/ae/Chunker.java |     187 +
 .../ctakes/chunker/ae/DefaultChunkCreator.java     |      47 +
 .../ctakes/chunker/ae/PhraseTypeChunkCreator.java  |      91 +
 .../ctakes/chunker/ae/adjuster/ChunkAdjuster.java  |     299 +
 .../chunker/concurrent/ThreadSafeChunker.java      |     106 +
 .../apache/ctakes/chunker/data/chunk/genia/README  |      29 +
 .../chunker/data/chunk/genia/genia.opennlp.chunks  |  122069 ++
 .../apache/ctakes/chunker/data/chunk/ptb/README    |      45 +
 .../ctakes/chunker/data/treebank/genia/README      |      63 +
 .../chunker/data/treebank/genia/names-00.txt       |     200 +
 .../chunker/data/treebank/genia/names-01.txt       |     300 +
 .../org/apache/ctakes/chunker/model/README         |      24 +
 .../apache/ctakes/chunker/ChunkAdjusterTests.java  |     102 +
 .../org/apache/ctakes/chunker/ChunkerTests.java    |     181 +
 ctakes-chunker/src/test/resources/data/README      |      10 +
 .../test/resources/data/output/NotesIIST_RTF.DTD   |    1410 +
 .../text1.txt.included.used.tag-dictionary.xml     |      67 +
 .../resources/data/output/text1.txt.included.xml   |      66 +
 .../src/test/resources/data/text-files/text1.txt   |       4 +
 .../test/resources/data/unit-test.opennlp.chunks   |    1020 +
 .../chunker/launch/ChunkAdjusterTests.launch       |      18 +
 .../chunker/launch/UIMA_CPE_GUI--chunker.launch    |      27 +
 .../apache/ctakes/chunker/launch/chunker.launch    |      17 +
 .../ctakes/chunker/pipeline/ChunkerSubPipe.piper   |       5 +
 .../ctakes/chunker/pipeline/TsChunkerSubPipe.piper |       5 +
 .../ctakes/chunker/scripts/ExampleTrainChunker.bat |      36 +
 .../scripts/groovy/data/chunk/TagReport.groovy     |      58 +
 .../scripts/java/data/chunk/Chunklink2OpenNLP.java |      52 +
 .../scripts/java/data/chunk/genia/Genia2PTB.java   |      70 +
 .../org/apache/ctakes/chunker/scripts/perl/README  |       5 +
 ctakes-clinical-pipeline/LICENSE                   |     202 +
 .../desc/analysis_engine/AggregateCdaProcessor.xml |     258 +
 .../analysis_engine/AggregateCdaUMLSProcessor.xml  |     261 +
 .../AggregatePlaintextFastUMLSProcessor.xml        |     266 +
 .../AggregatePlaintextProcessor.xml                |     282 +
 .../AggregatePlaintextUMLSProcessor.xml            |     244 +
 .../CuisOnlyPlaintextUMLSProcessor.xml             |     171 +
 .../analysis_engine/ExtractionPrepAnnotator.xml    |      72 +
 .../desc/analysis_engine/LookupWindowAnnotator.xml |      64 +
 .../desc/analysis_engine/MaxLookupWindows.xml      |     150 +
 .../desc/analysis_engine/NP2LookupWindow.xml       |     110 +
 .../desc/analysis_engine/NegationAnnotator.xml     |     160 +
 .../analysis_engine/SimpleSegmentAnnotator.xml     |      64 +
 ...xtUMLSProcessor__no_dictionary_no_assertion.xml |     216 +
 .../desc/analysis_engine/auto/defaultPipeline.xml  |   35843 +
 .../process_gold_assertion_data.xml                |      78 +
 .../desc/collection_processing_engine/test1.xml    |      78 +
 .../desc/collection_processing_engine/test_cda.xml |      78 +
 .../test_plaintext.xml                             |      78 +
 ctakes-clinical-pipeline/pom.xml                   |     110 +
 .../clinicalpipeline/ClinicalPipelineFactory.java  |     257 +
 .../clinicalpipeline/ClinicalPipelineWithUmls.java |      73 +
 .../ae/ExtractionPrepAnnotator.java                |     197 +
 .../runtime/BagOfAnnotationsGenerator.java         |      94 +
 .../runtime/BagOfCUIsGenerator.java                |      70 +
 .../clinical/pipeline/DefaultFastPipeline.piper    |      24 +
 .../clinical/pipeline/SectionedFastPipeline.piper  |      17 +
 .../clinical/pipeline/TsDefaultFastPipeline.piper  |      20 +
 .../pipeline/TsSectionedFastPipeline.piper         |      20 +
 ...IMA_CPE_GUI--clinical_documents_pipeline.launch |      15 +
 .../UIMA_CVD--clinical_documents_pipeline.launch   |      17 +
 ctakes-constituency-parser/LICENSE                 |     202 +
 ctakes-constituency-parser/README                  |       5 +
 .../desc/ConstituencyParserAnnotator.xml           |      68 +
 .../analysis_engine/AggregateParsingProcessor.xml  |      94 +
 .../analysis_engine/ParserEvaluatorAnnotator.xml   |      70 +
 .../desc/cas_consumer/ParseTreeWriterConsumer.xml  |      56 +
 .../collection_processing_engine/ParsingCPE.xml    |      86 +
 ctakes-constituency-parser/metadata/install.xml    |      47 +
 ctakes-constituency-parser/pom.xml                 |      72 +
 .../constituency/parser/MaxentParserWrapper.java   |     128 +
 .../ctakes/constituency/parser/ParserWrapper.java  |      28 +
 .../constituency/parser/ae/ConstituencyParser.java |     105 +
 .../parser/ae/ParserEvaluationAnnotator.java       |     128 +
 .../concurrent/ThreadSafeConstituencyParser.java   |     100 +
 .../parser/treekernel/TreeExtractor.java           |     320 +
 .../constituency/parser/treekernel/TreeKernel.java |     126 +
 .../parser/uima/co/ParserTreeWriterConsumer.java   |      89 +
 .../parser/util/AnnotationTreeUtils.java           |     338 +
 .../parser/util/CommandLineParserUtil.java         |      73 +
 .../parser/util/GenerateDescriptors.java           |      42 +
 .../ctakes/constituency/parser/util/TreeUtils.java |     432 +
 .../parser/data/test/output/testfakenote.xml       |    1223 +
 .../constituency/parser/data/test/testfakenote.txt |       5 +
 .../constituency/parser/types/LabeledTree.xml      |      46 +
 .../launch/UIMA_CPE--Constituency Parser.launch    |      12 +
 .../launch/UIMA_CVD--Constituency Parser.launch    |      15 +
 .../constituency/parser/scripts/groovy/README      |       5 +
 .../parser/scripts/groovy/parser.groovy            |     136 +
 ctakes-context-tokenizer/LICENSE                   |     202 +
 ctakes-context-tokenizer/README                    |      52 +
 .../desc/analysis_engine/AggregateAE.xml           |      65 +
 .../ContextDependentTokenizerAnnotator.xml         |      55 +
 .../desc/analysis_engine/TestTAE.xml               |      64 +
 ctakes-context-tokenizer/pom.xml                   |      37 +
 .../ae/ContextDependentTokenizerAnnotator.java     |     208 +
 .../ae/TestContextDependentTokenizerAnnotator.java |      64 +
 ctakes-core/LICENSE                                |     202 +
 ctakes-core/README                                 |      99 +
 ctakes-core/desc/analysis_engine/AggregateAE.xml   |      79 +
 .../desc/analysis_engine/BsvRegexSectionizer.xml   |      75 +
 .../desc/analysis_engine/CDASegmentAnnotator.xml   |      71 +
 ctakes-core/desc/analysis_engine/CopyAnnotator.xml |     111 +
 .../desc/analysis_engine/FilterAnnotator.xml       |      50 +
 ctakes-core/desc/analysis_engine/NullAnnotator.xml |      46 +
 .../desc/analysis_engine/OverlapAnnotator.xml      |     155 +
 .../analysis_engine/SHARPKnowtatorXMLReader.xml    |      80 +
 ctakes-core/desc/analysis_engine/SectionFilter.xml |      72 +
 .../analysis_engine/SectionSegmentAnnotator.xml    |     102 +
 .../analysis_engine/SentenceDetectorAggregate.xml  |      62 +
 .../analysis_engine/SentenceDetectorAnnotator.xml  |      80 +
 .../SentenceDetectorAnnotatorBIO.xml               |    2572 +
 .../SentencesAndTokensAggregate.xml                |      79 +
 .../analysis_engine/SimpleSegmentAnnotator.xml     |      64 +
 .../SimpleSegmentWithTagsAnnotator.xml             |      72 +
 .../desc/analysis_engine/TokenizerAnnotator.xml    |      76 +
 .../analysis_engine/TokenizerAnnotatorVersion1.xml |     111 +
 .../desc/analysis_engine/TokensAndSentencesTAE.xml |      65 +
 .../desc/cas_consumer/EmbeddedXmlCasConsumer.xml   |      82 +
 .../desc/cas_consumer/FileWriterCasConsumer.xml    |      72 +
 .../FilesInDirectoryCasConsumer.example.xml        |      57 +
 .../desc/cas_consumer/HtmlTableCasConsumer.xml     |      86 +
 ctakes-core/desc/cas_consumer/JdbcCasConsumer.xml  |     168 +
 .../desc/cas_consumer/JdbcWriterTemplate.xml       |     186 +
 ...rmalizedFilesInDirectoryCasConsumer.example.xml |      60 +
 ctakes-core/desc/cas_consumer/PrettyTextWriter.xml |      67 +
 .../desc/cas_consumer/PropertyTextWriter.xml       |      65 +
 .../desc/cas_consumer/SentenceTokensPrinter.xml    |      62 +
 .../desc/cas_consumer/TokenFreqCasConsumer.xml     |      58 +
 .../TokenOffsetsCasConsumer.example.xml            |      73 +
 .../desc/cas_consumer/XCasWriterCasConsumer.xml    |      66 +
 .../desc/cas_consumer/__XmiWriterCasConsumer.xml   |      64 +
 .../desc/cas_initializer/NseCasInitializer.xml     |      67 +
 .../cas_initializer/XCasReaderCasInitializer.xml   |      53 +
 .../SentenceDetectorCPE.xml                        |      78 +
 .../SentencesAndTokensCPE.xml                      |      78 +
 .../FilesInDirectoryCollectionCyclicalReads.xml    |     104 +
 .../FilesInDirectoryCollectionReader.xml           |      92 +
 .../JdbcCollectionReader.example.xml               |     211 +
 .../LinesFromFileCollectionReader.xml              |     105 +
 .../XmiCollectionReaderCtakes.xml                  |      66 +
 .../analysis_engine/AggregateForTokenizerPTB.xml   |      77 +
 .../analysis_engine/SimpleSegmentAnnotator.xml     |      73 +
 ctakes-core/pom.xml                                |     138 +
 .../apache/ctakes/core/ae/BsvRegexSectionizer.java |     109 +
 .../apache/ctakes/core/ae/CDASegmentAnnotator.java |     210 +
 .../org/apache/ctakes/core/ae/CommandRunner.java   |     192 +
 .../org/apache/ctakes/core/ae/CopyAnnotator.java   |     163 +
 .../org/apache/ctakes/core/ae/CtakesRunner.java    |     135 +
 .../core/ae/DocumentIdPrinterAnalysisEngine.java   |      48 +
 .../apache/ctakes/core/ae/EolSentenceFixer.java    |     155 +
 .../java/org/apache/ctakes/core/ae/ExitForcer.java |      60 +
 .../org/apache/ctakes/core/ae/FilterAnnotator.java |      99 +
 .../org/apache/ctakes/core/ae/LabValueFinder.java  |     416 +
 .../org/apache/ctakes/core/ae/ListAnnotator.java   |     330 +
 .../apache/ctakes/core/ae/ListEntryNegator.java    |     107 +
 .../apache/ctakes/core/ae/ListParagraphFixer.java  |      96 +
 .../apache/ctakes/core/ae/ListSentenceFixer.java   |      96 +
 .../apache/ctakes/core/ae/MrsDrSentenceJoiner.java |      96 +
 .../org/apache/ctakes/core/ae/NamedEngine.java     |      14 +
 .../org/apache/ctakes/core/ae/NullAnnotator.java   |      47 +
 .../apache/ctakes/core/ae/OverlapAnnotator.java    |     490 +
 .../apache/ctakes/core/ae/ParagraphAnnotator.java  |     210 +
 .../ctakes/core/ae/ParagraphSentenceFixer.java     |     118 +
 .../apache/ctakes/core/ae/RegexSectionizer.java    |     471 +
 .../ctakes/core/ae/SHARPKnowtatorXMLReader.java    |    1514 +
 .../ctakes/core/ae/SectionSegmentAnnotator.java    |     189 +
 .../apache/ctakes/core/ae/SentenceDetector.java    |     372 +
 .../core/ae/SentenceDetectorAnnotatorBIO.java      |     418 +
 .../ctakes/core/ae/SimpleSegmentAnnotator.java     |      83 +
 .../core/ae/SimpleSegmentWithTagsAnnotator.java    |     140 +
 .../apache/ctakes/core/ae/StartFinishLogger.java   |     173 +
 .../apache/ctakes/core/ae/SubjectSectionFixer.java |      54 +
 .../org/apache/ctakes/core/ae/TokenConverter.java  |     216 +
 .../apache/ctakes/core/ae/TokenizerAnnotator.java  |     178 +
 .../ctakes/core/ae/TokenizerAnnotatorPTB.java      |     317 +
 .../core/ae/UmlsEnvironmentConfiguration.java      |      29 +
 .../apache/ctakes/core/ae/inert/PausableAE.java    |      62 +
 .../apache/ctakes/core/cc/AbstractFileWriter.java  |     207 +
 .../ctakes/core/cc/AbstractJCasFileWriter.java     |      45 +
 .../apache/ctakes/core/cc/AbstractJdbcWriter.java  |     280 +
 .../ctakes/core/cc/AbstractOutputFileWriter.java   |      16 +
 .../ctakes/core/cc/AbstractTableFileWriter.java    |     265 +
 .../ctakes/core/cc/CASConsumerTestDriver.java      |      71 +
 .../org/apache/ctakes/core/cc/CasConsumer.java     |     124 +
 .../apache/ctakes/core/cc/CuiCountFileWriter.java  |     162 +
 .../apache/ctakes/core/cc/CuiListFileWriter.java   |     112 +
 .../org/apache/ctakes/core/cc/CuiLookupLister.java |      55 +
 .../apache/ctakes/core/cc/FileTreeXmiWriter.java   |      73 +
 .../core/cc/FilesInDirectoryCasConsumer.java       |     100 +
 .../ctakes/core/cc/HtmlTableCasConsumer.java       |     409 +
 .../apache/ctakes/core/cc/JdbcWriterTemplate.java  |     315 +
 .../ctakes/core/cc/MedicationTableFileWriter.java  |     152 +
 .../apache/ctakes/core/cc/NonTerminalConsumer.java |      39 +
 .../cc/NormalizedFilesInDirectoryCasConsumer.java  |     101 +
 .../ctakes/core/cc/SemanticTableFileWriter.java    |     202 +
 .../ctakes/core/cc/SentenceTokensPrinter.java      |     175 +
 .../org/apache/ctakes/core/cc/TextSpanWriter.java  |     160 +
 .../ctakes/core/cc/TokenFreqCasConsumer.java       |     158 +
 .../ctakes/core/cc/TokenOffsetsCasConsumer.java    |     115 +
 .../org/apache/ctakes/core/cc/XMISerializer.java   |     243 +
 .../ctakes/core/cc/XmiWriterCasConsumerCtakes.java |     254 +
 .../org/apache/ctakes/core/cc/html/CssWriter.java  |     243 +
 .../apache/ctakes/core/cc/html/HtmlTextWriter.java |    1673 +
 .../org/apache/ctakes/core/cc/html/JsWriter.java   |      95 +
 .../apache/ctakes/core/cc/html/SemanticMarkup.java |      82 +
 .../core/cc/jdbc/AbstractJCasJdbcWriter.java       |      44 +
 .../ctakes/core/cc/jdbc/AbstractJdbcWriter.java    |     176 +
 .../ctakes/core/cc/jdbc/db/AbstractJdbcDb.java     |      72 +
 .../ctakes/core/cc/jdbc/db/DefaultJdbcDb.java      |      21 +
 .../org/apache/ctakes/core/cc/jdbc/db/JdbcDb.java  |      62 +
 .../core/cc/jdbc/field/AbstractJdbcField.java      |      35 +
 .../ctakes/core/cc/jdbc/field/BooleanField.java    |      22 +
 .../ctakes/core/cc/jdbc/field/DoubleField.java     |      22 +
 .../ctakes/core/cc/jdbc/field/FloatField.java      |      22 +
 .../apache/ctakes/core/cc/jdbc/field/IntField.java |      22 +
 .../ctakes/core/cc/jdbc/field/JdbcField.java       |      19 +
 .../ctakes/core/cc/jdbc/field/LongField.java       |      22 +
 .../ctakes/core/cc/jdbc/field/TextField.java       |      22 +
 .../ctakes/core/cc/jdbc/field/TimeField.java       |      23 +
 .../apache/ctakes/core/cc/jdbc/i2b2/I2b2Db.java    |      55 +
 .../ctakes/core/cc/jdbc/i2b2/I2b2JdbcWriter.java   |      77 +
 .../core/cc/jdbc/i2b2/ObservationFactRow.java      |     207 +
 .../core/cc/jdbc/i2b2/ObservationFactTable.java    |      80 +
 .../ctakes/core/cc/jdbc/row/EmptyInitializer.java  |      17 +
 .../apache/ctakes/core/cc/jdbc/row/JdbcRow.java    |      33 +
 .../core/cc/jdbc/table/AbstractJdbcTable.java      |      87 +
 .../core/cc/jdbc/table/AbstractUmlsTable.java      |     115 +
 .../ctakes/core/cc/jdbc/table/JdbcTable.java       |      75 +
 .../ctakes/core/cc/pretty/SemanticGroup.java       |     215 +
 .../core/cc/pretty/cell/AbstractItemCell.java      |      24 +
 .../ctakes/core/cc/pretty/cell/BaseItemCell.java   |      13 +
 .../core/cc/pretty/cell/DefaultBaseItemCell.java   |      73 +
 .../core/cc/pretty/cell/DefaultUmlsItemCell.java   |     138 +
 .../ctakes/core/cc/pretty/cell/EventCell.java      |      98 +
 .../ctakes/core/cc/pretty/cell/ItemCell.java       |      36 +
 .../ctakes/core/cc/pretty/cell/TimexCell.java      |      83 +
 .../ctakes/core/cc/pretty/cell/UmlsItemCell.java   |      17 +
 .../ctakes/core/cc/pretty/html/CssWriter.java      |     228 +
 .../ctakes/core/cc/pretty/html/HtmlTextWriter.java |    1411 +
 .../ctakes/core/cc/pretty/html/JsWriter.java       |      87 +
 .../core/cc/pretty/plaintext/PrettyTextWriter.java |     422 +
 .../cc/pretty/plaintext/PrettyTextWriterFit.java   |     105 +
 .../cc/pretty/plaintext/PrettyTextWriterUima.java  |      73 +
 .../ctakes/core/cc/pretty/row/DefaultItemRow.java  |      99 +
 .../apache/ctakes/core/cc/pretty/row/ItemRow.java  |      39 +
 .../cc/property/plaintext/PropertyTextWriter.java  |     281 +
 .../property/plaintext/PropertyTextWriterFit.java  |     108 +
 .../property/plaintext/PropertyTextWriterUima.java |      72 +
 .../ctakes/core/ci/HyphenTextModifierImpl.java     |     337 +
 .../apache/ctakes/core/ci/TextModification.java    |      68 +
 .../org/apache/ctakes/core/ci/TextModifier.java    |      35 +
 .../core/cleartk/ContinuousTextExtractor.java      |      79 +
 .../ctakes/core/cleartk/FollowingWithPadding.java  |      59 +
 .../org/apache/ctakes/core/cleartk/MaxContext.java |      74 +
 .../org/apache/ctakes/core/cleartk/MinContext.java |      74 +
 .../ctakes/core/cleartk/PrecedingWithPadding.java  |      44 +
 .../org/apache/ctakes/core/cleartk/SumContext.java |      75 +
 .../concurrent/ThreadSafeSentenceDetector.java     |      92 +
 .../concurrent/ThreadSafeSentenceDetectorBio.java  |     111 +
 .../ctakes/core/concurrent/ThreadSafeWrapper.java  |     172 +
 .../core/config/ConfigParameterConstants.java      |      54 +
 .../apache/ctakes/core/cpe/CmdLineCpeRunner.java   |     169 +
 .../ctakes/core/cr/AbstractFileTreeReader.java     |     791 +
 .../org/apache/ctakes/core/cr/FileTreeReader.java  |     171 +
 .../FilesInDirectoryCollectionCyclicalReads.java   |     203 +
 .../core/cr/FilesInDirectoryCollectionReader.java  |     281 +
 .../org/apache/ctakes/core/cr/JCasBuilder.java     |     305 +
 .../ctakes/core/cr/JdbcCollectionReader.java       |     420 +
 .../core/cr/LinesFromFileCollectionReader.java     |     227 +
 .../ctakes/core/cr/LuceneCollectionReader.java     |     117 +
 .../java/org/apache/ctakes/core/cr/TextReader.java |      93 +
 .../java/org/apache/ctakes/core/cr/XMIReader.java  |      92 +
 .../ctakes/core/cr/XmiCollectionReaderCtakes.java  |     136 +
 .../org/apache/ctakes/core/cr/XmiTreeReader.java   |      40 +
 .../org/apache/ctakes/core/cr/jdbc/Decryptor.java  |      22 +
 .../ctakes/core/cr/jdbc/DecryptorWrapper.java      |      50 +
 .../ctakes/core/cr/jdbc/JdbcNotesReader.java       |     849 +
 .../ctakes/core/cr/jdbc/PassThroughDecryptor.java  |      27 +
 .../ctakes/core/fsm/adapters/BaseTokenAdapter.java |      50 +
 .../core/fsm/adapters/CharacterTokenAdapter.java   |      46 +
 .../core/fsm/adapters/ContractionTokenAdapter.java |      37 +
 .../core/fsm/adapters/DecimalTokenAdapter.java     |      63 +
 .../core/fsm/adapters/IntegerTokenAdapter.java     |      86 +
 .../core/fsm/adapters/NewlineTokenAdapter.java     |      38 +
 .../core/fsm/adapters/NumberTokenAdapter.java      |      66 +
 .../core/fsm/adapters/PunctuationTokenAdapter.java |      37 +
 .../core/fsm/adapters/SymbolTokenAdapter.java      |      37 +
 .../ctakes/core/fsm/adapters/TextTokenAdapter.java |      47 +
 .../ctakes/core/fsm/adapters/WordTokenAdapter.java |      75 +
 .../apache/ctakes/core/fsm/adapters/package.html   |      25 +
 .../core/fsm/condition/CombineCondition.java       |      45 +
 .../core/fsm/condition/DayNightWordCondition.java  |      47 +
 .../core/fsm/condition/DecimalCondition.java       |      42 +
 .../core/fsm/condition/DecimalRangeCondition.java  |      53 +
 .../core/fsm/condition/DecimalValueCondition.java  |      51 +
 .../core/fsm/condition/DisjoinCondition.java       |      45 +
 .../core/fsm/condition/HourMinuteCondition.java    |      72 +
 .../core/fsm/condition/IntegerCondition.java       |      42 +
 .../core/fsm/condition/IntegerRangeCondition.java  |      53 +
 .../core/fsm/condition/IntegerValueCondition.java  |      51 +
 .../ctakes/core/fsm/condition/NegateCondition.java |      42 +
 .../ctakes/core/fsm/condition/NumberCondition.java |      42 +
 .../fsm/condition/PunctuationValueCondition.java   |      51 +
 .../ctakes/core/fsm/condition/RangeCondition.java  |      39 +
 .../core/fsm/condition/RomanNumeralCondition.java  |      39 +
 .../core/fsm/condition/SymbolValueCondition.java   |      51 +
 .../core/fsm/condition/TextSetCondition.java       |      59 +
 .../core/fsm/condition/TextValueCondition.java     |      66 +
 .../core/fsm/condition/WordSetCondition.java       |      58 +
 .../core/fsm/condition/WordValueCondition.java     |      66 +
 .../apache/ctakes/core/fsm/machine/DateFSM.java    |     316 +
 .../org/apache/ctakes/core/fsm/machine/FSM.java    |      33 +
 .../ctakes/core/fsm/machine/FractionFSM.java       |     211 +
 .../ctakes/core/fsm/machine/MeasurementFSM.java    |     321 +
 .../ctakes/core/fsm/machine/NegationFSM.java       |     429 +
 .../ctakes/core/fsm/machine/PersonTitleFSM.java    |     157 +
 .../apache/ctakes/core/fsm/machine/RangeFSM.java   |     220 +
 .../ctakes/core/fsm/machine/RomanNumeralFSM.java   |     177 +
 .../core/fsm/machine/StatusIndicatorFSM.java       |     297 +
 .../apache/ctakes/core/fsm/machine/TimeFSM.java    |     187 +
 .../ctakes/core/fsm/output/BaseTokenImpl.java      |      40 +
 .../apache/ctakes/core/fsm/output/DateToken.java   |      30 +
 .../ctakes/core/fsm/output/FractionToken.java      |      31 +
 .../ctakes/core/fsm/output/MeasurementToken.java   |      31 +
 .../ctakes/core/fsm/output/NegationIndicator.java  |      33 +
 .../ctakes/core/fsm/output/PersonTitleToken.java   |      30 +
 .../apache/ctakes/core/fsm/output/RangeToken.java  |      30 +
 .../ctakes/core/fsm/output/RomanNumeralToken.java  |      31 +
 .../ctakes/core/fsm/output/StatusIndicator.java    |      43 +
 .../apache/ctakes/core/fsm/output/TimeToken.java   |      30 +
 .../apache/ctakes/core/fsm/state/NamedState.java   |      55 +
 .../ctakes/core/fsm/state/NonTerminalEndState.java |      51 +
 .../apache/ctakes/core/fsm/token/BaseToken.java    |      25 +
 .../ctakes/core/fsm/token/CharacterToken.java      |      23 +
 .../ctakes/core/fsm/token/ContractionToken.java    |      23 +
 .../apache/ctakes/core/fsm/token/DecimalToken.java |      23 +
 .../org/apache/ctakes/core/fsm/token/EolToken.java |      23 +
 .../apache/ctakes/core/fsm/token/IntegerToken.java |      23 +
 .../apache/ctakes/core/fsm/token/NumberToken.java  |      23 +
 .../ctakes/core/fsm/token/PunctuationToken.java    |      23 +
 .../apache/ctakes/core/fsm/token/SymbolToken.java  |      23 +
 .../apache/ctakes/core/fsm/token/TextToken.java    |      27 +
 .../apache/ctakes/core/fsm/token/WordToken.java    |      37 +
 .../core/fsm/token/adapter/BaseTokenAdapter.java   |      39 +
 .../fsm/token/adapter/CharacterTokenAdapter.java   |      38 +
 .../fsm/token/adapter/DecimalTokenAdapter.java     |      39 +
 .../fsm/token/adapter/IntegerTokenAdapter.java     |      72 +
 .../core/fsm/token/adapter/NumberTokenAdapter.java |      50 +
 .../fsm/token/adapter/PunctuationTokenAdapter.java |      37 +
 .../core/fsm/token/adapter/TokenConverter.java     |      67 +
 .../core/fsm/token/adapter/WordTokenAdapter.java   |      73 +
 .../ctakes/core/knowtator/KnowtatorAnnotation.java |     183 +
 .../ctakes/core/knowtator/KnowtatorXMLParser.java  |     253 +
 .../core/nlp/tokenizer/ContractionResult.java      |      40 +
 .../ctakes/core/nlp/tokenizer/ContractionsPTB.java |     498 +
 .../ctakes/core/nlp/tokenizer/HyphenatedPTB.java   |     552 +
 .../core/nlp/tokenizer/OffsetComparator.java       |      48 +
 .../apache/ctakes/core/nlp/tokenizer/Token.java    |     230 +
 .../ctakes/core/nlp/tokenizer/Tokenizer.java       |     654 +
 .../ctakes/core/nlp/tokenizer/TokenizerHelper.java |      89 +
 .../ctakes/core/nlp/tokenizer/TokenizerPTB.java    |    1311 +
 .../core/patient/AbstractPatientConsumer.java      |     111 +
 .../core/patient/AbstractPatientFileWriter.java    |      91 +
 .../ctakes/core/patient/PatientNoteCollector.java  |      43 +
 .../ctakes/core/patient/PatientNoteStore.java      |     526 +
 .../ctakes/core/patient/PatientViewUtil.java       |     144 +
 .../apache/ctakes/core/pipeline/CliOptionals.java  |     296 +
 .../ctakes/core/pipeline/CliOptionalsHandler.java  |     155 +
 .../apache/ctakes/core/pipeline/CuiCollector.java  |     141 +
 .../ctakes/core/pipeline/EntityCollector.java      |     153 +
 .../pipeline/GenerateSentenceBIODescriptors.java   |      26 +
 .../apache/ctakes/core/pipeline/PipeBitInfo.java   |     127 +
 .../ctakes/core/pipeline/PipeBitInfoUtil.java      |     204 +
 .../ctakes/core/pipeline/PipeBitLocator.java       |     293 +
 .../ctakes/core/pipeline/PipelineBuilder.java      |     480 +
 .../ctakes/core/pipeline/PiperFileReader.java      |     559 +
 .../ctakes/core/pipeline/PiperFileRunner.java      |     104 +
 .../ctakes/core/pipeline/ProgressManager.java      |      99 +
 .../ctakes/core/pipeline/StandardCliOptions.java   |     100 +
 .../apache/ctakes/core/resource/FileLocator.java   |     573 +
 .../ctakes/core/resource/FileReadWriteUtil.java    |      78 +
 .../apache/ctakes/core/resource/FileResource.java  |      29 +
 .../ctakes/core/resource/FileResourceImpl.java     |      65 +
 .../core/resource/JdbcConnectionResource.java      |      34 +
 .../core/resource/JdbcConnectionResourceImpl.java  |     138 +
 .../resource/LinesFromFileStringsResourceImpl.java |      74 +
 .../core/resource/LuceneIndexReaderResource.java   |      29 +
 .../resource/LuceneIndexReaderResourceImpl.java    |      89 +
 .../core/resource/StringIntegerMapResource.java    |      33 +
 .../resource/StringIntegerMapResourceImpl.java     |     104 +
 .../ctakes/core/resource/StringMapResource.java    |      34 +
 .../core/resource/StringMapResourceImpl.java       |      93 +
 .../ctakes/core/resource/StringsResource.java      |      31 +
 .../apache/ctakes/core/semantic/SemanticGroup.java |      87 +
 .../apache/ctakes/core/semantic/SemanticTui.java   |     217 +
 .../core/sentence/EndOfSentenceScannerImpl.java    |      75 +
 .../core/sentence/SentenceDetectorCtakes.java      |     362 +
 .../apache/ctakes/core/sentence/SentenceSpan.java  |     190 +
 .../org/apache/ctakes/core/util/BannerWriter.java  |      70 +
 .../org/apache/ctakes/core/util/CalendarUtil.java  |     308 +
 .../apache/ctakes/core/util/CtakesFileNamer.java   |      84 +
 .../org/apache/ctakes/core/util/DateParser.java    |     162 +
 .../ctakes/core/util/DocumentIDAnnotationUtil.java |      89 +
 .../apache/ctakes/core/util/DocumentSection.java   |      72 +
 .../org/apache/ctakes/core/util/DotLogger.java     |      36 +
 .../ctakes/core/util/EssentialAnnotationUtil.java  |      93 +
 .../java/org/apache/ctakes/core/util/FSUtil.java   |     143 +
 .../apache/ctakes/core/util/FinishedLogger.java    |      52 +
 .../java/org/apache/ctakes/core/util/JCasUtil.java |      48 +
 .../org/apache/ctakes/core/util/ListFactory.java   |      90 +
 .../org/apache/ctakes/core/util/ListIterable.java  |      42 +
 .../java/org/apache/ctakes/core/util/Mapper.java   |      61 +
 .../ctakes/core/util/MutableUimaContext.java       |     318 +
 .../ctakes/core/util/NumberedSuffixComparator.java |      94 +
 .../ctakes/core/util/OntologyConceptUtil.java      |     431 +
 .../java/org/apache/ctakes/core/util/Pair.java     |      67 +
 .../org/apache/ctakes/core/util/ParamUtil.java     |      69 +
 .../apache/ctakes/core/util/PropertyAeFactory.java |     217 +
 .../ctakes/core/util/RelationArgumentUtil.java     |     309 +
 .../core/util/SHARPKnowtatorXMLDefaults.java       |      39 +
 .../ctakes/core/util/SourceMetadataUtil.java       |     133 +
 .../org/apache/ctakes/core/util/StringUtil.java    |      49 +
 .../org/apache/ctakes/core/util/WordTokenUtil.java |      35 +
 .../core/util/annotation/ConceptBuilder.java       |     165 +
 .../util/annotation/EssentialAnnotationUtil.java   |     603 +
 .../annotation/IdentifiedAnnotationBuilder.java    |     328 +
 .../util/annotation/IdentifiedAnnotationUtil.java  |     202 +
 .../core/util/annotation/OntologyConceptUtil.java  |     727 +
 .../ctakes/core/util/annotation/SemanticGroup.java |     136 +
 .../ctakes/core/util/annotation/SemanticTui.java   |     291 +
 .../ctakes/core/util/annotation/WordTokenUtil.java |      45 +
 .../ctakes/core/util/collection/ArrayListMap.java  |     225 +
 .../core/util/collection/CollectionCreator.java    |      17 +
 .../util/collection/CollectionCreatorFactory.java  |      46 +
 .../ctakes/core/util/collection/CollectionMap.java |      93 +
 .../core/util/collection/DefaultCollectionMap.java |     279 +
 .../ctakes/core/util/collection/EnumSetMap.java    |     215 +
 .../ctakes/core/util/collection/HashSetMap.java    |     225 +
 .../util/collection/ImmutableCollectionMap.java    |     216 +
 .../org/apache/ctakes/core/util/doc/DocIdUtil.java |     188 +
 .../apache/ctakes/core/util/doc/JCasBuilder.java   |     305 +
 .../org/apache/ctakes/core/util/doc/NoteSpecs.java |     184 +
 .../ctakes/core/util/doc/SourceMetadataUtil.java   |     180 +
 .../ctakes/core/util/doc/TextBySectionBuilder.java |      71 +
 .../core/util/doc/TextBySentenceBuilder.java       |     118 +
 .../ctakes/core/util/external/SystemUtil.java      |     550 +
 .../org/apache/ctakes/core/util/log/DotLogger.java |      60 +
 .../ctakes/core/util/log/FinishedLogger.java       |     144 +
 .../ctakes/core/util/regex/RegexSpanFinder.java    |     180 +
 .../ctakes/core/util/regex/ThreadString.java       |      39 +
 .../ctakes/core/util/regex/TimeoutMatcher.java     |     161 +
 .../core/util/textspan/DefaultAspanComparator.java |      31 +
 .../core/util/textspan/DefaultSpanComparator.java  |      39 +
 .../ctakes/core/util/textspan/DefaultTextSpan.java |     101 +
 .../apache/ctakes/core/util/textspan/TextSpan.java |      37 +
 ctakes-core/src/main/resources/log4j.properties    |      41 +
 ctakes-core/src/main/resources/log4j.xml           |      63 +
 .../ctakes/core/cc/jdbc/I2b2JdbcWriter.piper       |      33 +
 .../org/apache/ctakes/core/cc/jdbc/TestBinding.xml |      58 +
 .../apache/ctakes/core/cr/jdbc/JdbcSettings.piper  |     109 +
 .../ctakes/core/data/test/output/NotesIIST_RTF.DTD |    1410 +
 ...ote_plaintext.sentence_annotations.included.xml |      30 +
 ...e_note_plaintext.token_annotations.included.xml |      47 +
 .../data/test/output/sample_note_plaintext.xml     |      47 +
 .../sample_notes_plaintext/sample_note_plaintext   |       2 +
 .../data/test/sample_sd_training_sentences.txt     |      31 +
 .../eclipse/spellingdictionaryforsourcecode.txt    |      27 +
 .../resources/org/apache/ctakes/core/template.xml  |     107 +
 .../org/apache/ctakes/core/train/sentdetect/README |     110 +
 .../core/train/sentdetect/sample_sd_included.mod   |      85 +
 .../org/apache/ctakes/core/train/tokenizer/README  |      31 +
 .../core/train/tokenizer/hyphenated.README.mayo    |       8 +
 .../ctakes/core/train/tokenizer/hyphenated.txt     |    3922 +
 .../core/train/tokenizer/hyphenated_sample.txt     |      11 +
 .../core/ae/SentenceDetectorAnnotatorTest.java     |     123 +
 .../core/ae/SimpleSegmentAnnotatorTests.java       |      69 +
 .../ctakes/core/ae/TestCDASegmentAnnotator.java    |      91 +
 .../ctakes/core/ae/TokenizerAnnotatorPTBTests.java |     611 +
 .../cc/pretty/cell/DefaultBaseItemCellTester.java  |      45 +
 .../cc/pretty/cell/DefaultUmlsItemCellTester.java  |     129 +
 .../core/ci/HyphenTextModifierImplTests.java       |     122 +
 .../ctakes/core/cr/FileTreeReaderTester.java       |     131 +
 .../core/util/NumberedSuffixComparatorTester.java  |      66 +
 .../core/util/OntologyConceptUtilTester.java       |     426 +
 .../core/util/textspan/DefaultTextSpanTester.java  |      49 +
 .../org/apache/ctakes/core/launch/CoreTests.launch |      19 +
 .../SentenceDetector--train_a_new_model.launch     |      16 +
 .../core/launch/SentenceDetector_annotator.launch  |      15 +
 .../launch/Test--HyphenTextModifierImpl.launch     |      15 +
 ...ModifierImpl_with_sample_hyphenated_file.launch |      15 +
 ...est--SentenceDetector--argument_checking.launch |      16 +
 ...ntenceDetector--argument_checking_test_0.launch |      15 +
 ...ntenceDetector--argument_checking_test_1.launch |      16 +
 ...tenceDetector--argument_checking_test_2a.launch |      16 +
 ...tenceDetector--argument_checking_test_2b.launch |      16 +
 ...ntenceDetector--argument_checking_test_3.launch |      16 +
 ...ntenceDetector--argument_checking_test_4.launch |      16 +
 ...ntenceDetector--argument_checking_test_5.launch |      16 +
 .../launch/Test--TokenizerAnnotatorPTBTests.launch |      13 +
 .../ctakes/core/launch/Tokenizer_annotator.launch  |      15 +
 .../ctakes/core/launch/UIMA_CPE_GUI--core.launch   |      28 +
 .../ctakes/core/launch/UIMA_CVD--core.launch       |      17 +
 .../apache/ctakes/core/list/DefaultListRegex.bsv   |      11 +
 .../core/pipeline/DefaultTokenizerPipeline.piper   |       5 +
 .../core/pipeline/FullTokenizerPipeline.piper      |      24 +
 .../core/pipeline/TsDefaultTokenizerPipeline.piper |       5 +
 .../core/pipeline/TsFullTokenizerPipeline.piper    |      24 +
 .../scripts/groovy/cTAKES_clinical_pipeline.groovy |     413 +
 .../ctakes/core/scripts/groovy/run_cTAKES.groovy   |     126 +
 .../ctakes/core/sections/DefaultSectionRegex.bsv   |      86 +
 .../ctakes/core/sections/NaaccrXmlSections.bsv     |       7 +
 .../ctakes/core/sections/SameLineSectionRegex.bsv  |      89 +
 .../apache/ctakes/core/sections/ccda_sections.txt  |      45 +
 ctakes-coreference/LICENSE                         |     202 +
 ctakes-coreference/README                          |      76 +
 ctakes-coreference/desc/MipacqMarkableCreator.xml  |     131 +
 ctakes-coreference/desc/MipacqMarkableExpander.xml |      55 +
 .../desc/MipacqMarkablePairGenerator.xml           |      75 +
 ctakes-coreference/desc/MipacqSvmChainCreator.xml  |     169 +
 .../desc/MipacqSvmCoreferenceResolverAggregate.xml |      70 +
 ctakes-coreference/desc/MipacqSvmVectorCreator.xml |      95 +
 .../desc/MipacqSvmVectorCreatorAggregate.xml       |      66 +
 .../desc/analysis_engine/CorefProcessor.xml        |     150 +
 .../desc/analysis_engine/CorefUMLSProcessor.xml    |     158 +
 .../MarkablePairPlaintextDBProcessor.xml           |     169 +
 .../desc/analysis_engine/ODIESvmVectorCreator.xml  |     154 +
 .../ODIESvmVectorCreator_wSection.xml              |     224 +
 .../desc/cas_consumer/EvaluationConsumer.xml       |     173 +
 .../ODIEVectorFileWriterCasConsumer.xml            |     166 +
 .../Coref-resolver_CPE.xml                         |      78 +
 .../ODIESvmModelCPE.xml                            |      72 +
 .../SectionModelCPE.xml                            |      72 +
 .../SystemScoringCPE.xml                           |      90 +
 ctakes-coreference/metadata/install.xml            |      47 +
 ctakes-coreference/pom.xml                         |      84 +
 .../coreference/ae/CopyCoreferenceRelations.java   |     171 +
 .../ae/CoreferenceChainCoNLLWriter.java            |     266 +
 .../ae/CoreferenceChainScoringOutput.java          |     335 +
 .../ae/DeterministicMarkableAnnotator.java         |     238 +
 .../coreference/ae/EventCoreferenceAnnotator.java  |     828 +
 .../coreference/ae/MarkableSalienceAnnotator.java  |     101 +
 .../ae/MentionClusterCoreferenceAnnotator.java     |     585 +
 .../MentionClusterRankingCoreferenceAnnotator.java |     659 +
 .../coreference/ae/MipacqMarkableCreator.java      |     133 +
 .../coreference/ae/MipacqMarkableExpander.java     |     223 +
 .../ae/MipacqMarkablePairGenerator.java            |     344 +
 .../coreference/ae/MipacqSvmChainCreator.java      |     375 +
 .../ae/PatientMentionClusterCoreferencer.java      |      90 +
 .../coreference/ae/PatientScoringWriter.java       |     332 +
 .../coreference/ae/PersonChainAnnotator.java       |     184 +
 .../ae/ThymeAnaforaCrossDocCorefXmlReader.java     |     467 +
 .../ae/features/AttributeFeatureExtractor.java     |      65 +
 .../ae/features/CorefSyntaxFeatureExtractor.java   |      32 +
 .../ae/features/DistSemFeatureExtractor.java       |     106 +
 .../ae/features/DistanceFeatureExtractor.java      |      29 +
 .../ae/features/SalienceFeatureExtractor.java      |      24 +
 .../ae/features/SectionFeatureExtractor.java       |      56 +
 .../features/StringMatchingFeatureExtractor.java   |     141 +
 .../ae/features/TemporalFeatureExtractor.java      |      54 +
 .../ae/features/TokenFeatureExtractor.java         |     175 +
 .../ae/features/UMLSFeatureExtractor.java          |     215 +
 .../MentionClusterAgreementFeaturesExtractor.java  |     108 +
 .../MentionClusterAttributeFeaturesExtractor.java  |     172 +
 .../MentionClusterAttributeVectorExtractor.java    |      22 +
 .../cluster/MentionClusterDepHeadExtractor.java    |      87 +
 .../cluster/MentionClusterDistSemExtractor.java    |     130 +
 .../MentionClusterDistanceFeaturesExtractor.java   |      46 +
 .../MentionClusterMentionFeaturesExtractor.java    |      99 +
 .../MentionClusterSalienceFeaturesExtractor.java   |      50 +
 .../MentionClusterSectionFeaturesExtractor.java    |     102 +
 ...tionClusterSemTypeDepPrefsFeatureExtractor.java |      73 +
 .../MentionClusterStackFeaturesExtractor.java      |      61 +
 .../MentionClusterStringFeaturesExtractor.java     |     124 +
 .../MentionClusterUMLSFeatureExtractor.java        |     228 +
 .../salience/ClinicalFeatureExtractor.java         |      69 +
 .../salience/GrammaticalRoleFeatureExtractor.java  |      70 +
 .../salience/MorphosyntacticFeatureExtractor.java  |      78 +
 .../SemanticEnvironmentFeatureExtractor.java       |     136 +
 .../coreference/ae/pairing/AnnotationPairer.java   |      10 +
 .../cluster/ClusterMentionPairer_ImplBase.java     |      83 +
 .../ae/pairing/cluster/ClusterPairer.java          |      61 +
 .../cluster/CrossDocumentPairer_ImplBase.java      |      19 +
 .../ae/pairing/cluster/ExactStringPairer.java      |      57 +
 .../ae/pairing/cluster/HeadwordPairer.java         |      46 +
 .../ae/pairing/cluster/PreviousDocumentPairer.java |      55 +
 .../ae/pairing/cluster/SectionHeaderPairer.java    |      77 +
 .../ae/pairing/cluster/SentenceDistancePairer.java |      73 +
 .../coreference/cc/ODIEVectorFileWriter.java       |     472 +
 .../coreference/cc/PreprocessAndWriteXmi.java      |     146 +
 .../ThreadSafeMarkableSalienceAnnotator.java       |     117 +
 .../ThreadSafeMentionClusterCoreferencer.java      |     131 +
 .../coreference/data/PrintMimicMarkables.java      |     164 +
 .../eval/EvaluationOfEventCoreference.java         |     987 +
 .../eval/EvaluationOfMarkableSalience.java         |     239 +
 .../ctakes/coreference/eval/helpers/B3Type.java    |      21 +
 .../ctakes/coreference/eval/helpers/CEAFType.java  |      21 +
 .../coreference/eval/helpers/KAlphaType.java       |      21 +
 .../ctakes/coreference/eval/helpers/MatType.java   |      27 +
 .../ctakes/coreference/eval/helpers/PairType.java  |      21 +
 .../ctakes/coreference/eval/helpers/Span.java      |     153 +
 .../coreference/eval/helpers/SpanAlignment.java    |     105 +
 .../eval/helpers/SpanOffsetComparator.java         |      44 +
 .../coreference/extractors/ContinuousBag.java      |     107 +
 .../extractors/ContinuousTextExtractor.java        |      61 +
 .../factory/CoreferenceAnnotatorFactory.java       |      71 +
 .../training/KernelMatrixCompositor.java           |     100 +
 .../training/LinearKernelMatrixWriter.java         |     173 +
 .../treekernel/training/RowFillerThread.java       |      74 +
 .../treekernel/training/TreeKernelTrainer.java     |     175 +
 .../coreference/util/AbstractClassifier.java       |      59 +
 .../util/AnaphoricityAttributeCalculator.java      |     215 +
 .../coreference/util/AnnotOffsetComparator.java    |      29 +
 .../ctakes/coreference/util/AnnotationCounter.java |      46 +
 .../coreference/util/AnnotationSelector.java       |     211 +
 .../coreference/util/AttributeCalculator.java      |     209 +
 .../coreference/util/ClusterMentionFetcher.java    |     138 +
 .../ctakes/coreference/util/ClusterUtils.java      |      37 +
 .../ctakes/coreference/util/CorefConsts.java       |      38 +
 .../ctakes/coreference/util/EditDistance.java      |      75 +
 .../ctakes/coreference/util/FSIteratorToList.java  |      55 +
 .../ctakes/coreference/util/FeatureVector.java     |     122 +
 .../coreference/util/GoldStandardLabeler.java      |     158 +
 .../coreference/util/HobbsTreeNavigator.java       |     228 +
 .../util/MarkableCacheRelationExtractor.java       |      13 +
 .../ctakes/coreference/util/MarkableDepUtils.java  |      47 +
 .../ctakes/coreference/util/MarkableTreeUtils.java |     107 +
 .../ctakes/coreference/util/MarkableUtilities.java |      78 +
 .../coreference/util/PairAttributeCalculator.java  |     611 +
 .../ctakes/coreference/util/ParentPtrTree.java     |      88 +
 .../apache/ctakes/coreference/util/SvmUtils.java   |      37 +
 .../ctakes/coreference/util/SvmVectorCreator.java  |     230 +
 .../util/SyntaxAttributeCalculator.java            |     467 +
 .../apache/ctakes/coreference/util/TextMatch.java  |      39 +
 .../ctakes/coreference/util/ThreadDelegator.java   |      25 +
 .../ctakes/coreference/util/ThymeCasOrderer.java   |      52 +
 .../coreference/data/test/output/testfakenote.xml  |    3808 +
 .../ctakes/coreference/data/test/testfakenote.txt  |       7 +
 .../org/apache/ctakes/coreference/train/stop.txt   |     312 +
 .../ctakes/coreference/types/BinaryRelation.xml    |      50 +
 .../ctakes/coreference/types/BooleanLabeledFS.xml  |      46 +
 .../coreference/types/CollectionRelation.xml       |      46 +
 .../coreference/types/CoreferenceRelation.xml      |      56 +
 .../coreference/types/DiscoveryTechnique.xml       |      46 +
 .../org/apache/ctakes/coreference/types/Pair.xml   |      46 +
 .../coreference/types/PredicateArgRelation.xml     |      37 +
 .../apache/ctakes/coreference/types/Properties.xml |      46 +
 .../apache/ctakes/coreference/types/Relation.xml   |      60 +
 .../ctakes/coreference/types/RelationArgument.xml  |      56 +
 .../apache/ctakes/coreference/types/TypeSystem.xml |     110 +
 .../apache/ctakes/coreference/types/VecInst.xml    |      88 +
 .../src/main/scripts/perl/reorganize_thyme.pl      |      39 +
 .../ctakes/coreference/eval/helpers/SpanTest.java  |      60 +
 .../launch/UIMA_CPE--coref-resolver.launch         |      42 +
 .../launch/UIMA_CVD--coref-resolver.launch         |      42 +
 .../ctakes/coreference/pipeline/CorefSubPipe.piper |      10 +
 .../pipeline/DefaultAdvancedPipeline.piper         |       9 +
 .../pipeline/DefaultCorefPipeline.piper            |       7 +
 .../pipeline/DefaultRelationCorefPipeline.piper    |       8 +
 .../pipeline/DefaultTemporalCorefPipeline.piper    |       8 +
 .../pipeline/SectionedAdvancedPipeline.piper       |       9 +
 .../pipeline/SectionedCorefPipeline.piper          |       7 +
 .../pipeline/SectionedRelationCorefPipeline.piper  |       8 +
 .../pipeline/SectionedTemporalCorefPipeline.piper  |       8 +
 .../coreference/pipeline/TsCorefSubPipe.piper      |      10 +
 .../pipeline/TsDefaultAdvancedPipeline.piper       |       9 +
 .../pipeline/TsDefaultCorefPipeline.piper          |       7 +
 .../pipeline/TsDefaultRelationCorefPipeline.piper  |       8 +
 .../pipeline/TsDefaultTemporalCorefPipeline.piper  |       8 +
 .../pipeline/TsSectionedAdvancedPipeline.piper     |       9 +
 .../pipeline/TsSectionedCorefPipeline.piper        |       7 +
 .../TsSectionedRelationCorefPipeline.piper         |       8 +
 .../TsSectionedTemporalCorefPipeline.piper         |       8 +
 ctakes-dependency-parser/LICENSE                   |     202 +
 .../analysis_engine/ClearNLPDependencyParserAE.xml |      93 +
 .../ClearNLPDependencyParserPlaintextAggregate.xml |     661 +
 .../ClearNLPDependencyParserTokenizedAggregate.xml |     397 +
 ...NLPDependencyParserTokenizedInfPosAggregate.xml |     474 +
 .../ClearNLPSRLPlaintextAggregate.xml              |     653 +
 .../ClearNLPSRLTokenizedAggregate.xml              |     459 +
 .../ClearNLPSRLTokenizedInfPosAggregate.xml        |     536 +
 .../ClearNLPSemanticRoleLabelerAE.xml              |      80 +
 .../desc/analysis_engine/LemAssigner.xml           |      53 +
 .../desc/analysis_engine/LvgBaseTokenAnnotator.xml |     259 +
 .../desc/analysis_engine/PosAssigner.xml           |      53 +
 .../desc/analysis_engine/README.txt                |       2 +
 .../desc/cas_consumer/DependencyNodeWriter.xml     |      92 +
 .../ClearNLPTestCPE.xml                            |     124 +
 .../ClearTrainerLemTestCPE.xml                     |      98 +
 .../ClearTrainerPosLemTestCPE.xml                  |      96 +
 .../ClearTrainerPosTestCPE.xml                     |     110 +
 .../DependencyFileCollectionReader.xml             |     100 +
 ctakes-dependency-parser/pom.xml                   |      91 +
 .../java/META-INF/org.apache.uima.fit/types.txt    |       1 +
 .../dependency/parser/DependencyNodeWriter.java    |     213 +
 .../parser/ae/ClearNLPDependencyParserAE.java      |     244 +
 .../parser/ae/ClearNLPSemanticRoleLabelerAE.java   |     331 +
 .../parser/ae/shared/DependencySharedModel.java    |      66 +
 .../parser/ae/shared/LemmatizerSharedModel.java    |      62 +
 .../parser/ae/shared/SRLSharedModel.java           |      39 +
 .../parser/ae/shared/SRLSharedParserModel.java     |      21 +
 .../parser/ae/shared/SRLSharedPredictionModel.java |      21 +
 .../parser/ae/shared/SRLSharedRoleModel.java       |      21 +
 .../parser/ae/util/WriteClearNLPDescriptors.java   |     196 +
 .../dependency/parser/ae/util/XMIReader.java       |      96 +
 .../concurrent/ThreadSafeClearNlpDepParser.java    |     110 +
 .../ThreadSafeClearNlpSemRoleLabeler.java          |     110 +
 .../parser/cr/DependencyFileCollectionReader.java  |     410 +
 .../dependency/parser/util/AnnotationDepUtils.java |     349 +
 .../parser/util/ClearDependencyUtility.java        |     138 +
 .../ctakes/dependency/parser/util/Delim.java       |      61 +
 .../dependency/parser/util/DependencyPath.java     |     159 +
 .../dependency/parser/util/DependencyRegex.java    |     331 +
 .../dependency/parser/util/DependencyUtility.java  |     414 +
 .../ctakes/dependency/parser/util/SRLUtility.java  |      39 +
 ctakes-dependency-parser/src/main/readme.txt       |       2 +
 .../ae/util/TestClearNLPAnalysisEngines.java       |     163 +
 ctakes-dictionary-lookup-fast/LICENSE              |     202 +
 ctakes-dictionary-lookup-fast/README               |       2 +
 .../desc/analysis_engine/UmlsLookupAnnotator.xml   |     121 +
 .../analysis_engine/UmlsOverlapLookupAnnotator.xml |     147 +
 .../doc/DictionaryLookupHelp.docx                  |     Bin 0 -> 80183 bytes
 .../doc/DictionaryLookupHelp.txt                   |     311 +
 .../doc/DictionaryLookupStats.docx                 |     Bin 0 -> 74249 bytes
 ctakes-dictionary-lookup-fast/doc/dantesgate.txt   |       8 +
 ctakes-dictionary-lookup-fast/pom.xml              |      97 +
 .../dictionary/cased/ae/CasedAnnotationFinder.java |     452 +
 .../AlikeSubsumingAnnotationCreator.java           |      97 +
 .../cased/annotation/AnnotationCreator.java        |      25 +
 .../cased/annotation/AnnotationCreatorUtil.java    |     243 +
 .../annotation/NonSubsumingAnnotationCreator.java  |      38 +
 .../SemanticSubsumingAnnotationCreator.java        |     164 +
 .../cased/annotation/SubsumptionUtil.java          |     118 +
 .../dictionary/cased/dictionary/BsvDictionary.java |     102 +
 .../cased/dictionary/BsvListDictionary.java        |      96 +
 .../cased/dictionary/CasedDictionary.java          |      35 +
 .../cased/dictionary/DictionaryStore.java          |      42 +
 .../cased/dictionary/InMemoryDictionary.java       |      70 +
 .../cased/dictionary/JdbcDictionary.java           |     236 +
 .../dictionary/cased/encoder/BsvEncoder.java       |      86 +
 .../dictionary/cased/encoder/BsvListEncoder.java   |      85 +
 .../dictionary/cased/encoder/CodeSchema.java       |      59 +
 .../dictionary/cased/encoder/EncoderStore.java     |      42 +
 .../dictionary/cased/encoder/InMemoryEncoder.java  |      46 +
 .../dictionary/cased/encoder/JdbcEncoder.java      |     185 +
 .../dictionary/cased/encoder/TermEncoder.java      |      31 +
 .../dictionary/cased/encoder/TermEncoding.java     |      42 +
 .../dictionary/cased/lookup/CandidateTerm.java     |     227 +
 .../cased/lookup/ContiguousLookupEngine.java       |     236 +
 .../dictionary/cased/lookup/DiscoveredTerm.java    |      66 +
 .../dictionary/cased/lookup/LookupEngine.java      |     245 +
 .../dictionary/cased/lookup/LookupToken.java       |     124 +
 .../dictionary/cased/table/column/CodeType.java    |      35 +
 .../dictionary/cased/table/column/SchemaCode.java  |      22 +
 .../dictionary/cased/table/column/Synonym.java     |      32 +
 .../dictionary/cased/util/bsv/BsvFileParser.java   |      51 +
 .../cased/util/bsv/BsvObjectCreator.java           |      35 +
 .../cased/util/bsv/StringArrayCreator.java         |      29 +
 .../dictionary/cased/util/jdbc/JdbcUtil.java       |     100 +
 .../cased/util/textspan/ContiguousTextSpan.java    |      53 +
 .../cased/util/textspan/DiscontiguousTextSpan.java |     115 +
 .../cased/util/textspan/MagicTextSpan.java         |      65 +
 .../cased/util/tokenize/TokenizedTerm.java         |     258 +
 .../cased/util/tokenize/TokenizedTermMapper.java   |     187 +
 .../ctakes/dictionary/cased/wsd/WsdUtil.java       |      58 +
 .../lookup2/ae/AbstractJCasTermAnnotator.java      |     353 +
 .../lookup2/ae/DefaultJCasTermAnnotator.java       |     127 +
 .../lookup2/ae/DictionaryLookupFactory.java        |      82 +
 .../dictionary/lookup2/ae/JCasTermAnnotator.java   |      84 +
 .../lookup2/ae/OverlapJCasTermAnnotator.java       |     249 +
 .../dictionary/lookup2/ae/WindowProcessor.java     |      69 +
 .../lookup2/concept/AbstractConceptFactory.java    |      45 +
 .../lookup2/concept/BsvConceptFactory.java         |     185 +
 .../ctakes/dictionary/lookup2/concept/Concept.java |      47 +
 .../dictionary/lookup2/concept/ConceptFactory.java |      35 +
 .../dictionary/lookup2/concept/DefaultConcept.java |     135 +
 .../lookup2/concept/JdbcConceptFactory.java        |     365 +
 .../lookup2/concept/MemConceptFactory.java         |      37 +
 .../lookup2/concept/UmlsJdbcConceptFactory.java    |      58 +
 .../lookup2/concurrent/ThreadSafeFastLookup.java   |     105 +
 .../lookup2/consumer/AbstractTermConsumer.java     |     105 +
 .../lookup2/consumer/DefaultTermConsumer.java      |     249 +
 .../consumer/DefaultUmlsConceptCreator.java        |      65 +
 .../lookup2/consumer/PrecisionTermConsumer.java    |     146 +
 .../consumer/SemanticCleanupTermConsumer.java      |     145 +
 .../dictionary/lookup2/consumer/TermConsumer.java  |      63 +
 .../lookup2/consumer/UmlsConceptCreator.java       |      21 +
 .../lookup2/consumer/WsdTermConsumer.java          |     283 +
 .../dictionary/AbstractRareWordDictionary.java     |      67 +
 .../lookup2/dictionary/BsvRareWordDictionary.java  |     161 +
 .../dictionary/DictionaryDescriptorParser.java     |     361 +
 .../lookup2/dictionary/JdbcRareWordDictionary.java |     154 +
 .../lookup2/dictionary/MemRareWordDictionary.java  |      57 +
 .../lookup2/dictionary/RareWordDictionary.java     |      59 +
 .../dictionary/RareWordDictionaryWrapper.java      |     114 +
 .../lookup2/dictionary/RareWordTermMapCreator.java |     399 +
 .../dictionary/UmlsJdbcRareWordDictionary.java     |      60 +
 .../lookup2/relation/CuiRelationsJdbc.java         |     110 +
 .../dictionary/lookup2/term/RareWordTerm.java      |     132 +
 .../lookup2/term/SpannedRareWordTerm.java          |      97 +
 .../lookup2/textspan/DefaultTextSpan.java          |     103 +
 .../dictionary/lookup2/textspan/MultiTextSpan.java |     126 +
 .../dictionary/lookup2/textspan/TextSpan.java      |      43 +
 .../dictionary/lookup2/util/CuiCodeUtil.java       |     117 +
 .../lookup2/util/DefaultDictionarySpec.java        |     185 +
 .../dictionary/lookup2/util/DictionarySpec.java    |      60 +
 .../dictionary/lookup2/util/FastLookupToken.java   |     115 +
 .../lookup2/util/JdbcConnectionFactory.java        |     155 +
 .../ctakes/dictionary/lookup2/util/LookupUtil.java |      61 +
 .../dictionary/lookup2/util/SemanticUtil.java      |     149 +
 .../dictionary/lookup2/util/TuiCodeUtil.java       |      60 +
 .../dictionary/lookup2/util/UmlsUserApprover.java  |     339 +
 .../lookup2/ae/TestDictionaryLoadResources.java    |     106 +
 .../dictionary/lookup2/util/CuiCodeUtilTester.java |      61 +
 .../dictionary/lookup2/util/DummyAnnotator.java    |      55 +
 .../dictionary/lookup2/util/UmlsUserTest.java      |     124 +
 .../dictionary/lookup/fast/TestcTakesHsql.xml      |     101 +
 .../dictionary/lookup/fast/bsv/CustomCuiBsv.xml    |      53 +
 .../lookup/fast/bsv/CustomCuiTui2Bsv.xml           |      64 +
 .../dictionary/lookup/fast/bsv/CustomCuiTuiBsv.xml |      64 +
 .../dictionary/lookup/fast/bsv/custom_cui_bsv.bsv  |      22 +
 .../lookup/fast/bsv/custom_cui_tui_bsv.bsv         |      22 +
 .../lookup/fast/bsv/custom_mixed_bsv.bsv           |      23 +
 .../dictionary/lookup/fast/bsv/custom_tui_bsv.bsv  |      10 +
 .../ctakes/dictionary/lookup/fast/bsv/tinyDict.bsv |      42 +
 .../dictionary/lookup/fast/bsv/tinyDictSpec.xml    |      42 +
 .../lookup/fast/pipeline/DictionarySubPipe.piper   |      11 +
 .../lookup/fast/pipeline/TsDictionarySubPipe.piper |      11 +
 ctakes-dictionary-lookup/LICENSE                   |     202 +
 ctakes-dictionary-lookup/README                    |     243 +
 .../desc/analysis_engine/AggregateAE.xml           |      65 +
 ...AssertionCuePhraseDictionaryLookupAnnotator.xml |     137 +
 .../analysis_engine/DictionaryLookupAnnotator.xml  |     263 +
 .../DictionaryLookupAnnotatorCSV.xml               |     214 +
 .../DictionaryLookupAnnotatorDB.xml                |     269 +
 .../DictionaryLookupAnnotatorUMLS.xml              |     374 +
 .../desc/analysis_engine/TestAggregateTAE.xml      |      64 +
 .../desc/lookup/AssertionLookupDesc.xml            |     162 +
 .../desc/lookup/LookupDesc.xml                     |     103 +
 .../desc/lookup/LookupDesc_Db.xml                  |     105 +
 .../desc/lookup/LookupDesc_csv_sample.xml          |      81 +
 .../desc/lookup/LookupDesc_example_using_CSV.xml   |      52 +
 ctakes-dictionary-lookup/pom.xml                   |      92 +
 ...reateAssertionLuceneIndexFromDelimitedFile.java |     448 +
 .../ctakes/dictionary/assertion/package-info.java  |      26 +
 .../dictionary/lookup/AbstractBaseDictionary.java  |      49 +
 .../dictionary/lookup/AbstractBaseMetaDataHit.java |      59 +
 .../dictionary/lookup/BaseDictionaryImpl.java      |      53 +
 .../dictionary/lookup/BaseMetaDataHitImpl.java     |      87 +
 .../ctakes/dictionary/lookup/Dictionary.java       |      51 +
 .../ctakes/dictionary/lookup/DictionaryEngine.java |     206 +
 .../dictionary/lookup/DictionaryException.java     |      33 +
 .../dictionary/lookup/GenericMetaDataHitImpl.java  |      61 +
 .../ctakes/dictionary/lookup/MetaDataHit.java      |      37 +
 .../dictionary/lookup/MetaDataHitComparator.java   |      80 +
 .../ctakes/dictionary/lookup/MetaDataHitConst.java |      35 +
 .../lookup/ae/AssertionCuePhraseConsumerImpl.java  |     216 +
 .../lookup/ae/BaseLookupConsumerImpl.java          |      88 +
 .../dictionary/lookup/ae/DebugConsumerImpl.java    |      70 +
 .../lookup/ae/DictionaryLookupAnnotator.java       |     259 +
 .../lookup/ae/DirectLookupInitializerImpl.java     |     150 +
 .../ae/FirstTokenPermLookupInitializerImpl.java    |     261 +
 .../lookup/ae/LookupAnnotationToJCasAdapter.java   |      88 +
 .../dictionary/lookup/ae/LookupConsumer.java       |      44 +
 .../dictionary/lookup/ae/LookupInitializer.java    |     103 +
 .../dictionary/lookup/ae/LookupParseUtilities.java |     314 +
 .../lookup/ae/LookupParseUtilitiesRefactor.java    |     314 +
 .../ctakes/dictionary/lookup/ae/LookupSpec.java    |      60 +
 .../lookup/ae/NamedEntityLookupConsumerImpl.java   |     143 +
 .../lookup/ae/OrangeBookFilterConsumerImpl.java    |     148 +
 .../ae/ThreadedDictionaryLookupAnnotator.java      |     285 +
 .../ae/ThreadedUmlsDictionaryLookupAnnotator.java  |     102 +
 .../lookup/ae/UmlsDictionaryLookupAnnotator.java   |     170 +
 .../lookup/ae/UmlsToSnomedConsumerImpl.java        |     260 +
 .../lookup/ae/UmlsToSnomedDbConsumerImpl.java      |      97 +
 .../lookup/ae/UmlsToSnomedLuceneConsumerImpl.java  |     133 +
 .../lookup/algorithms/DirectPassThroughImpl.java   |     104 +
 .../algorithms/FirstTokenPermutationImpl.java      |     537 +
 .../lookup/algorithms/LookupAlgorithm.java         |      50 +
 .../lookup/algorithms/PermutationUtil.java         |     168 +
 .../dictionary/lookup/filter/CollectionFilter.java |      42 +
 .../dictionary/lookup/filter/FilterException.java  |      32 +
 .../filter/MetaDataPostLookupFilterImpl.java       |      78 +
 .../dictionary/lookup/filter/PostLookupFilter.java |      30 +
 .../lookup/filter/PostLookupFilterGroupImpl.java   |      84 +
 .../dictionary/lookup/filter/PreLookupFilter.java  |      28 +
 .../filter/SetValuePostLookupFilterImpl.java       |     157 +
 .../lookup/filter/StringPreLookupFilterImpl.java   |      43 +
 .../filter/TruncateCollectionFilterImpl.java       |      74 +
 .../dictionary/lookup/jdbc/JdbcDictionaryImpl.java |     149 +
 .../lookup/lucene/LuceneDictionaryImpl.java        |     144 +
 .../lucene/LuceneDocumentMetaDataHitImpl.java      |      80 +
 .../lookup/phrasebuilder/PhraseBuilder.java        |      39 +
 .../phrasebuilder/VariantPhraseBuilderImpl.java    |     124 +
 .../lookup/strtable/FieldConstraint.java           |      31 +
 .../lookup/strtable/FieldConstraintImpl.java       |     101 +
 .../dictionary/lookup/strtable/StringTable.java    |      79 +
 .../lookup/strtable/StringTableDictionaryImpl.java |      68 +
 .../lookup/strtable/StringTableFactory.java        |     147 +
 .../dictionary/lookup/strtable/StringTableRow.java |      48 +
 .../strtable/StringTableRowMetaDataHitImpl.java    |      63 +
 .../dictionary/lookup/vo/LookupAnnotation.java     |      71 +
 .../lookup/vo/LookupAnnotationToTokAdapter.java    |      77 +
 .../ctakes/dictionary/lookup/vo/LookupHit.java     |     117 +
 .../ctakes/dictionary/lookup/vo/LookupToken.java   |      31 +
 .../lookup/vo/LookupTokenComparator.java           |      54 +
 ...AssertionCuePhraseDictionaryLookupAnnotator.xml |     137 +
 .../dictionary/lookup/AssertionLookupDesc.xml      |     162 +
 .../apache/ctakes/dictionary/lookup/LookupDesc.xml |     103 +
 .../ctakes/dictionary/lookup/LookupDesc_Db.xml     |     105 +
 .../dictionary/lookup/LookupDesc_csv_sample.xml    |      81 +
 .../lookup/LookupDesc_example_using_CSV.xml        |      52 +
 .../ctakes/dictionary/lookup/OrangeBook/_g72.fdt   |     Bin 0 -> 978112 bytes
 .../ctakes/dictionary/lookup/OrangeBook/_g72.fdx   |     Bin 0 -> 151146 bytes
 .../ctakes/dictionary/lookup/OrangeBook/_g72.fnm   |     Bin 0 -> 296 bytes
 .../ctakes/dictionary/lookup/OrangeBook/_g72.si    |     Bin 0 -> 398 bytes
 .../lookup/OrangeBook/_g72_Lucene40_0.frq          |     Bin 0 -> 91739 bytes
 .../lookup/OrangeBook/_g72_Lucene40_0.prx          |     Bin 0 -> 56701 bytes
 .../lookup/OrangeBook/_g72_Lucene40_0.tim          |     Bin 0 -> 242555 bytes
 .../lookup/OrangeBook/_g72_Lucene40_0.tip          |     Bin 0 -> 5031 bytes
 .../dictionary/lookup/OrangeBook/_g72_nrm.cfe      |     Bin 0 -> 113 bytes
 .../dictionary/lookup/OrangeBook/_g72_nrm.cfs      |     Bin 0 -> 56749 bytes
 .../dictionary/lookup/OrangeBook/segments.gen      |     Bin 0 -> 20 bytes
 .../ctakes/dictionary/lookup/OrangeBook/segments_3 |     Bin 0 -> 71 bytes
 .../lookup/assertion_cue_phrase_index/_0.fdt       |     Bin 0 -> 22456 bytes
 .../lookup/assertion_cue_phrase_index/_0.fdx       |     Bin 0 -> 3634 bytes
 .../lookup/assertion_cue_phrase_index/_0.fnm       |     Bin 0 -> 403 bytes
 .../lookup/assertion_cue_phrase_index/_0.si        |     Bin 0 -> 336 bytes
 .../assertion_cue_phrase_index/_0_Lucene40_0.frq   |     Bin 0 -> 2704 bytes
 .../assertion_cue_phrase_index/_0_Lucene40_0.prx   |     Bin 0 -> 512 bytes
 .../assertion_cue_phrase_index/_0_Lucene40_0.tim   |     Bin 0 -> 9602 bytes
 .../assertion_cue_phrase_index/_0_Lucene40_0.tip   |     Bin 0 -> 312 bytes
 .../lookup/assertion_cue_phrase_index/_0_nrm.cfe   |     Bin 0 -> 61 bytes
 .../lookup/assertion_cue_phrase_index/_0_nrm.cfs   |     Bin 0 -> 498 bytes
 .../lookup/assertion_cue_phrase_index/segments.gen |     Bin 0 -> 20 bytes
 .../lookup/assertion_cue_phrase_index/segments_1   |     Bin 0 -> 69 bytes
 .../lookup/data/output/NotesIIST_RTF.DTD           |    1410 +
 .../text1.txt.included.used.tag-dictionary.xml     |      67 +
 .../lookup/data/output/text1.txt.included.xml      |      66 +
 .../dictionary/lookup/data/text-files/text1.txt    |       4 +
 .../ctakes/dictionary/lookup/dictionary1.csv       |      16 +
 .../lookup/doc/assertion_cue_phrase_index/README   |      19 +
 .../assertion_cue_phrase_index/psv/conditional.psv |      13 +
 .../psv/hypothetical.psv                           |      38 +
 .../psv/negation_cue_class.psv                     |     149 +
 .../psv/not_patient_cue_list.psv                   |      56 +
 .../assertion_cue_phrase_index/psv/speculation.psv |     194 +
 .../ctakes/dictionary/lookup/drug_index/_7.fdt     |     Bin 0 -> 354 bytes
 .../ctakes/dictionary/lookup/drug_index/_7.fdx     |     Bin 0 -> 74 bytes
 .../ctakes/dictionary/lookup/drug_index/_7.fnm     |     Bin 0 -> 511 bytes
 .../ctakes/dictionary/lookup/drug_index/_7.si      |     Bin 0 -> 378 bytes
 .../dictionary/lookup/drug_index/_7_Lucene40_0.frq |     Bin 0 -> 66 bytes
 .../dictionary/lookup/drug_index/_7_Lucene40_0.prx |     Bin 0 -> 66 bytes
 .../dictionary/lookup/drug_index/_7_Lucene40_0.tim |     Bin 0 -> 471 bytes
 .../dictionary/lookup/drug_index/_7_Lucene40_0.tip |     Bin 0 -> 170 bytes
 .../ctakes/dictionary/lookup/drug_index/_7_nrm.cfe |     Bin 0 -> 165 bytes
 .../ctakes/dictionary/lookup/drug_index/_7_nrm.cfs |     Bin 0 -> 141 bytes
 .../dictionary/lookup/drug_index/segments.gen      |     Bin 0 -> 20 bytes
 .../ctakes/dictionary/lookup/drug_index/segments_2 |     Bin 0 -> 69 bytes
 .../lookup/snomed-like_codes_sample/_i.fdt         |     Bin 0 -> 528 bytes
 .../lookup/snomed-like_codes_sample/_i.fdx         |     Bin 0 -> 154 bytes
 .../lookup/snomed-like_codes_sample/_i.fnm         |     Bin 0 -> 401 bytes
 .../lookup/snomed-like_codes_sample/_i.si          |     Bin 0 -> 378 bytes
 .../snomed-like_codes_sample/_i_Lucene40_0.frq     |     Bin 0 -> 79 bytes
 .../snomed-like_codes_sample/_i_Lucene40_0.prx     |     Bin 0 -> 79 bytes
 .../snomed-like_codes_sample/_i_Lucene40_0.tim     |     Bin 0 -> 588 bytes
 .../snomed-like_codes_sample/_i_Lucene40_0.tip     |     Bin 0 -> 117 bytes
 .../lookup/snomed-like_codes_sample/_i_nrm.cfe     |     Bin 0 -> 139 bytes
 .../lookup/snomed-like_codes_sample/_i_nrm.cfs     |     Bin 0 -> 159 bytes
 .../lookup/snomed-like_codes_sample/segments.gen   |     Bin 0 -> 20 bytes
 .../lookup/snomed-like_codes_sample/segments_2     |     Bin 0 -> 69 bytes
 .../dictionary/lookup/snomed-like_sample/_f.fdt    |     Bin 0 -> 1190 bytes
 .../dictionary/lookup/snomed-like_sample/_f.fdx    |     Bin 0 -> 130 bytes
 .../dictionary/lookup/snomed-like_sample/_f.fnm    |     Bin 0 -> 736 bytes
 .../dictionary/lookup/snomed-like_sample/_f.si     |     Bin 0 -> 378 bytes
 .../lookup/snomed-like_sample/_f_Lucene40_0.frq    |     Bin 0 -> 147 bytes
 .../lookup/snomed-like_sample/_f_Lucene40_0.prx    |     Bin 0 -> 147 bytes
 .../lookup/snomed-like_sample/_f_Lucene40_0.tim    |     Bin 0 -> 1126 bytes
 .../lookup/snomed-like_sample/_f_Lucene40_0.tip    |     Bin 0 -> 224 bytes
 .../lookup/snomed-like_sample/_f_nrm.cfe           |     Bin 0 -> 243 bytes
 .../lookup/snomed-like_sample/_f_nrm.cfs           |     Bin 0 -> 263 bytes
 .../lookup/snomed-like_sample/segments.gen         |     Bin 0 -> 20 bytes
 .../lookup/snomed-like_sample/segments_2           |     Bin 0 -> 69 bytes
 .../org/apache/ctakes/dictionary/lookup/test.csv   |       3 +
 .../tools/CreateLuceneIndexForExampleDrugs.java    |     102 +
 .../CreateLuceneIndexForSnomedLikeSample.java      |     230 +
 .../tools/CreateLuceneIndexFromDelimitedFile.java  |     454 +
 ctakes-distribution/RELEASE_NOTES.html             |      34 +
 ctakes-distribution/pom.xml                        |     221 +
 ctakes-distribution/src/main/assembly/bin.xml      |     412 +
 ctakes-distribution/src/main/assembly/src.xml      |      46 +
 ctakes-distribution/src/main/bin/OpenCmd.bat       |       4 +
 ctakes-distribution/src/main/bin/ant               |      24 +
 ctakes-distribution/src/main/bin/ant.bat           |      24 +
 ctakes-distribution/src/main/bin/ctakes.profile    |      34 +
 .../src/main/bin/getUmlsDictionary.bat             |      52 +
 .../src/main/bin/getUmlsDictionary.sh              |      42 +
 .../src/main/bin/runClinicalPipeline.bat           |      57 +
 .../src/main/bin/runClinicalPipeline.sh            |      46 +
 .../src/main/bin/runDictionaryCreator.bat          |      55 +
 .../src/main/bin/runDictionaryCreator.sh           |      47 +
 .../src/main/bin/runPiperCreator.bat               |      55 +
 .../src/main/bin/runPiperCreator.sh                |      47 +
 ctakes-distribution/src/main/bin/runPiperFile.bat  |      69 +
 ctakes-distribution/src/main/bin/runPiperFile.sh   |      59 +
 .../src/main/bin/runPiperSubmitter.bat             |      52 +
 .../src/main/bin/runPiperSubmitter.sh              |      42 +
 ctakes-distribution/src/main/bin/runctakesCPE.bat  |      49 +
 ctakes-distribution/src/main/bin/runctakesCPE.sh   |      45 +
 ctakes-distribution/src/main/bin/runctakesCVD.bat  |      77 +
 ctakes-distribution/src/main/bin/runctakesCVD.sh   |      45 +
 ctakes-distribution/src/main/bin/setenv.bat        |      43 +
 ctakes-distribution/src/main/bin/ytexweb.bat       |      30 +
 ctakes-distribution/src/main/bin/ytexweb.sh        |      24 +
 .../src/main/config/license_header.txt             |      17 +
 ctakes-dockhand/pom.xml                            |      78 +
 .../ctakes/dockhand/build/BaseInstaller.java       |      73 +
 .../apache/ctakes/dockhand/build/CopyFileSpec.java |      32 +
 .../ctakes/dockhand/build/InstallHelper.java       |      40 +
 .../ctakes/dockhand/build/LocalInstallBuilder.java |     149 +
 .../apache/ctakes/dockhand/build/MavenHelper.java  |     146 +
 .../ctakes/dockhand/build/RestDockerBuilder.java   |      77 +
 .../apache/ctakes/dockhand/gui/DisablerPane.java   |     228 +
 .../org/apache/ctakes/dockhand/gui/MainPanel.java  |      36 +
 .../dockhand/gui/SinglePackageFabricator.java      |      68 +
 .../ctakes/dockhand/gui/feature/Feature.java       |      80 +
 .../dockhand/gui/feature/FeatureComponent.java     |      84 +
 .../ctakes/dockhand/gui/feature/GoalPom.java       |      64 +
 .../apache/ctakes/dockhand/gui/feature/Option.java |     201 +
 .../apache/ctakes/dockhand/gui/output/Output.java  |      63 +
 .../dockhand/gui/output/OutputComponent.java       |      45 +
 .../dockhand/gui/wizard/DescriptionStep.java       |      85 +
 .../dockhand/gui/wizard/DhWizardController.java    |      61 +
 .../ctakes/dockhand/gui/wizard/DhWizardStep.java   |      21 +
 .../ctakes/dockhand/gui/wizard/FeaturesStep.java   |     141 +
 .../dockhand/gui/wizard/InstallTypeStep.java       |     128 +
 .../ctakes/dockhand/gui/wizard/OutputStep.java     |      97 +
 .../ctakes/gui/progress/NoteMarkupProgressUI.java  |     201 +
 .../ctakes/gui/progress/NoteProgressDialog.java    |     109 +
 .../apache/ctakes/gui/progress/ProgressNote.java   |      45 +
 .../ctakes/gui/wizard/AbstractWizardStep.java      |      71 +
 .../apache/ctakes/gui/wizard/ContentsPanel.java    |      48 +
 .../apache/ctakes/gui/wizard/NavigationPanel.java  |      93 +
 .../org/apache/ctakes/gui/wizard/SummaryStep.java  |      91 +
 .../org/apache/ctakes/gui/wizard/TocPanel.java     |      53 +
 .../apache/ctakes/gui/wizard/WizardController.java |     204 +
 .../org/apache/ctakes/gui/wizard/WizardPanel.java  |      36 +
 .../org/apache/ctakes/gui/wizard/WizardStep.java   |      26 +
 .../apache/ctakes/gui/wizard/util/DialogUtil.java  |     140 +
 .../apache/ctakes/gui/wizard/util/RunnerUtil.java  |      62 +
 .../apache/ctakes/gui/wizard/util/SystemUtil.java  |     204 +
 ctakes-dockhand/src/main/resources/LICENSE         |     202 +
 ctakes-dockhand/src/main/resources/NOTICE          |      26 +
 ctakes-dockhand/src/main/resources/log4j.xml       |      63 +
 .../apache/ctakes/dockhand/binary/RunPiperGui.bat  |      24 +
 .../apache/ctakes/dockhand/binary/RunPiperGui.sh   |      25 +
 .../ctakes/dockhand/goal/local/docker/Dockerfile   |      21 +
 .../dockhand/goal/local/pom/attribute_pom.xml      |     162 +
 .../ctakes/dockhand/goal/local/pom/build.xml       |      52 +
 .../dockhand/goal/local/pom/coreference_pom.xml    |     189 +
 .../ctakes/dockhand/goal/local/pom/entity_pom.xml  |     143 +
 .../dockhand/goal/local/pom/relation_coref_pom.xml |     191 +
 .../dockhand/goal/local/pom/relation_pom.xml       |     176 +
 .../pom/relation_temporal_coreference_pom.xml      |     182 +
 .../goal/local/pom/relation_temporal_pom.xml       |     182 +
 .../dockhand/goal/local/pom/temporal_coref_pom.xml |     186 +
 .../dockhand/goal/local/pom/temporal_pom.xml       |     186 +
 .../ctakes/dockhand/goal/local/pom/token_pom.xml   |     106 +
 .../apache/ctakes/dockhand/goal/rest/README.txt    |      31 +
 .../ctakes/dockhand/goal/rest/docker/Dockerfile    |      43 +
 .../goal/rest/pipeline/TinyRestPipeline.piper      |       3 +
 .../dockhand/goal/rest/pom/attribute_pom.xml       |     164 +
 .../dockhand/goal/rest/pom/coreference_pom.xml     |     174 +
 .../ctakes/dockhand/goal/rest/pom/entity_pom.xml   |     127 +
 .../dockhand/goal/rest/pom/relation_coref_pom.xml  |     175 +
 .../ctakes/dockhand/goal/rest/pom/relation_pom.xml |     159 +
 .../rest/pom/relation_temporal_coreference_pom.xml |     166 +
 .../goal/rest/pom/relation_temporal_pom.xml        |     167 +
 .../dockhand/goal/rest/pom/temporal_coref_pom.xml  |     170 +
 .../ctakes/dockhand/goal/rest/pom/temporal_pom.xml |     170 +
 .../ctakes/dockhand/goal/rest/pom/token_pom.xml    |      90 +
 .../dockhand/goal/rest/script/install_rest.sh      |       3 +
 .../ctakes/dockhand/goal/rest/script/start_rest.sh |      28 +
 .../ctakes/dockhand/goal/rest/script/stop_rest.sh  |       5 +
 .../org/apache/ctakes/image/ctakes_logo.jpg        |     Bin 0 -> 14182 bytes
 .../ctakes/image/progress/TextProcess_200g_0.gif   |     Bin 0 -> 5251 bytes
 .../ctakes/image/progress/TextProcess_200g_1.gif   |     Bin 0 -> 5440 bytes
 .../ctakes/image/progress/TextProcess_200g_2.gif   |     Bin 0 -> 5306 bytes
 .../ctakes/image/progress/TextProcess_200g_3.gif   |     Bin 0 -> 6108 bytes
 .../ctakes/image/progress/TextProcess_200g_4.gif   |     Bin 0 -> 6257 bytes
 .../ctakes/image/progress/TextProcess_200g_5.gif   |     Bin 0 -> 7362 bytes
 .../ctakes/image/progress/TextProcess_200g_6.gif   |     Bin 0 -> 7951 bytes
 ctakes-drug-ner/LICENSE                            |     202 +
 ctakes-drug-ner/README                             |     105 +
 .../desc/analysis_engine/DrugMentionAnnotator.xml  |     150 +
 .../desc/cas_consumer/DrugNERCasConsumer.xml       |     110 +
 .../collection_processing_engine/DrugNER_CPE.xml   |      78 +
 .../DrugNER_PlainText_CPE.xml                      |      78 +
 ctakes-drug-ner/metadata/install.xml               |      55 +
 ctakes-drug-ner/pom.xml                            |      61 +
 .../org/apache/ctakes/drugner/DrugMention.java     |    1517 +
 .../java/org/apache/ctakes/drugner/DrugModel.java  |      61 +
 .../ctakes/drugner/ae/CopyDrugAnnotator.java       |     191 +
 .../ctakes/drugner/ae/DrugMentionAnnotator.java    |    3664 +
 .../drugner/ae/impl/NegContextInitializerImpl.java |     148 +
 .../drugner/cc/ConsumeNamedEntityRecordModel.java  |     678 +
 .../drugner/elements/AssociatedCodeElement.java    |      53 +
 .../elements/AssociatedPrimaryCodeElement.java     |      53 +
 .../elements/AssociatedSecondaryCodeElement.java   |      53 +
 .../drugner/elements/ConfidenceScoreElement.java   |      53 +
 .../ctakes/drugner/elements/DosageElement.java     |      53 +
 .../drugner/elements/DrugChangeStatusElement.java  |      60 +
 .../ctakes/drugner/elements/DurationElement.java   |      53 +
 .../ctakes/drugner/elements/FormElement.java       |      79 +
 .../ctakes/drugner/elements/FrequencyElement.java  |      53 +
 .../drugner/elements/FrequencyUnitElement.java     |      63 +
 .../ctakes/drugner/elements/RouteElement.java      |      67 +
 .../ctakes/drugner/elements/StartDateElement.java  |      53 +
 .../ctakes/drugner/elements/StrengthElement.java   |      53 +
 .../drugner/elements/StrengthUnitElement.java      |      53 +
 .../drugner/elements/TextMentionElement.java       |      53 +
 .../conditions/ContainsSetTextValueCondition.java  |     102 +
 .../conditions/DecimalStrengthStatusCondition.java |      39 +
 .../fsm/elements/conditions/DosageCondition.java   |      40 +
 .../conditions/DrugChangeStatusCondition.java      |      40 +
 .../fsm/elements/conditions/FormCondition.java     |      40 +
 .../fsm/elements/conditions/FractionCondition.java |      40 +
 .../conditions/FractionStrengthCondition.java      |      40 +
 .../conditions/FrequencyUnitCondition.java         |      40 +
 .../elements/conditions/RangeDosageCondition.java  |      40 +
 .../conditions/RangeStrengthCondition.java         |      40 +
 .../fsm/elements/conditions/RouteCondition.java    |      40 +
 .../fsm/elements/conditions/StrengthCondition.java |      40 +
 .../conditions/StrengthUnitCombinedCondition.java  |      40 +
 .../elements/conditions/StrengthUnitCondition.java |      40 +
 .../fsm/elements/conditions/TimeCondition.java     |      40 +
 .../fsm/machines/elements/DecimalStrengthFSM.java  |     168 +
 .../drugner/fsm/machines/elements/DosagesFSM.java  |     487 +
 .../fsm/machines/elements/DrugChangeStatusFSM.java |     863 +
 .../drugner/fsm/machines/elements/DurationFSM.java |     510 +
 .../drugner/fsm/machines/elements/FormFSM.java     |     300 +
 .../fsm/machines/elements/FractionStrengthFSM.java |     288 +
 .../fsm/machines/elements/FrequencyFSM.java        |     655 +
 .../fsm/machines/elements/FrequencyUnitFSM.java    |    1682 +
 .../fsm/machines/elements/RangeStrengthFSM.java    |     542 +
 .../drugner/fsm/machines/elements/RouteFSM.java    |     796 +
 .../drugner/fsm/machines/elements/StrengthFSM.java |     553 +
 .../fsm/machines/elements/StrengthUnitFSM.java     |     493 +
 .../fsm/machines/util/HyphenatedDrugFSM.java       |     233 +
 .../drugner/fsm/machines/util/NegIndicatorFSM.java |     553 +
 .../drugner/fsm/machines/util/NonIndicatorFSM.java |     212 +
 .../fsm/machines/util/StatusIndicatorFSM.java      |     426 +
 .../fsm/machines/util/SubSectionIndicatorFSM.java  |     346 +
 .../fsm/machines/util/SuffixFrequencyFSM.java      |     890 +
 .../fsm/machines/util/SuffixStrengthFSM.java       |     218 +
 .../fsm/output/elements/AssociatedCodeToken.java   |      33 +
 .../drugner/fsm/output/elements/BaseTokenImpl.java |      44 +
 .../fsm/output/elements/ConfidenceScoreToken.java  |      33 +
 .../drugner/fsm/output/elements/DosageToken.java   |      33 +
 .../fsm/output/elements/DrugChangeStatusToken.java |      58 +
 .../drugner/fsm/output/elements/DurationToken.java |      33 +
 .../drugner/fsm/output/elements/FormToken.java     |      33 +
 .../fsm/output/elements/FrequencyToken.java        |      35 +
 .../fsm/output/elements/FrequencyUnitToken.java    |      62 +
 .../drugner/fsm/output/elements/RouteToken.java    |      56 +
 .../drugner/fsm/output/elements/StrengthToken.java |      33 +
 .../output/elements/StrengthUnitCombinedToken.java |      30 +
 .../fsm/output/elements/StrengthUnitToken.java     |      30 +
 .../fsm/output/util/DecimalStrengthToken.java      |      42 +
 .../fsm/output/util/FractionStrengthToken.java     |      36 +
 .../drugner/fsm/output/util/FractionToken.java     |      36 +
 .../fsm/output/util/HyphenatedDrugToken.java       |      36 +
 .../drugner/fsm/output/util/NonIndicator.java      |      41 +
 .../fsm/output/util/RangeStrengthToken.java        |      36 +
 .../ctakes/drugner/fsm/output/util/RangeToken.java |      35 +
 .../fsm/output/util/SubSectionIndicator.java       |      51 +
 .../fsm/output/util/SuffixFrequencyToken.java      |      34 +
 .../fsm/output/util/SuffixStrengthToken.java       |      34 +
 .../drugner/fsm/states/util/IndentStartState.java  |      53 +
 .../org/apache/ctakes/drug/ner/NotesIIST_RTF.DTD   |    1457 +
 .../ctakes/drug/ner/data/cda/testpatient_cn_1.xml  |      23 +
 .../ctakes/drug/ner/data/output/doc0.sample_output |       1 +
 .../ctakes/drug/ner/lookup/LookupDesc_DrugNER.xml  |     149 +
 .../ctakes/drug/ner/tokenizer/hyphen_freq.txt      |    4350 +
 .../apache/ctakes/drug/ner/types/TypeSystem.xml    |     333 +
 .../drug/ner/launch/CPE cTAKES (Drug NER).launch   |      17 +
 .../drug/ner/launch/UIMA_CPE_GUI--Drug_NER.launch  |      16 +
 .../drug/ner/launch/UIMA_CVD--Drug NER.launch      |      17 +
 ctakes-examples/pom.xml                            |     138 +
 .../ctakes/examples/ae/ApacheConDemoEngine.java    |      50 +
 .../apache/ctakes/examples/ae/BodySideFinder.java  |     174 +
 .../examples/ae/ExampleHelloWorldAnnotator.java    |      91 +
 .../apache/ctakes/examples/ae/RegexBpFinder.java   |     100 +
 .../examples/cc/ApacheConAnnotationWriter.java     |      45 +
 .../ctakes/examples/cc/ApacheConCorefWriter.java   |      56 +
 .../ctakes/examples/cc/ApacheConDemoWriter.java    |      44 +
 .../examples/cc/ApacheConLocationWriter.java       |      38 +
 .../examples/cc/ApacheConParagraphWriter.java      |      34 +
 .../ctakes/examples/cc/ApacheConSectionWriter.java |      34 +
 .../examples/cc/ApacheConSentenceWriter.java       |      34 +
 .../ctakes/examples/cc/ApacheConTlinkWriter.java   |      64 +
 .../ctakes/examples/cc/FileTreeViewXmiWriter.java  |      81 +
 .../apache/ctakes/examples/cc/TokenPrinter.java    |      32 +
 .../ctakes/examples/cr/ApacheConDemoReader.java    |      43 +
 .../ctakes/examples/cr/LetterColumnReader.java     |     279 +
 .../pipeline/HelloWorldAggregatePipeline.java      |      58 +
 .../examples/pipeline/HelloWorldBuilderRunner.java |      64 +
 .../pipeline/HelloWorldCuiPiperRunner.java         |      55 +
 .../examples/pipeline/HelloWorldPiperRunner.java   |      52 +
 .../pipeline/HelloWorldPropsPiperRunner.java       |      58 +
 .../examples/pipeline/MultiThreadedPipeline.java   |     166 +
 .../ctakes/examples/pipeline/PiperCreatorGui.java  |      24 +
 .../examples/pipeline/ProcessDirBuilderRunner.java |      72 +
 .../examples/pipeline/ProcessDirPiperRunner.java   |      54 +
 .../pipeline/ProcessLinesClinicalRunner.java       |      66 +
 .../GenSurg_UmbilicalHernia_1                      |      24 +
 ...g_UmbilicalHernia_1.ctakes_4.dave.completed.xml |    1855 +
 .../OBGYN_Gen_Abscess_1/OBGYN_Gen_Abscess_1        |      31 +
 ...OBGYN_Gen_Abscess_1.ctakes_4.dave.completed.xml |    2031 +
 .../OBGYN_HysterectomyAndBSO_1                     |      28 +
 ...ysterectomyAndBSO_1.ctakes_4.dave.completed.xml |     894 +
 .../anafora_annotated/OBGYN_IUD_1/OBGYN_IUD_1      |      27 +
 .../OBGYN_IUD_1.ctakes_4.dave.completed.xml        |    1053 +
 .../OBGYN_LaborProgressNote_1                      |      14 +
 ...LaborProgressNote_1.ctakes_4.dave.completed.xml |      91 +
 .../OBGYN_MVAPrego_1/OBGYN_MVAPrego_1              |      23 +
 .../OBGYN_MVAPrego_1.ctakes_4.dave.completed.xml   |    1044 +
 .../OBGYN_PROMCheck_1/OBGYN_PROMCheck_1            |      34 +
 .../OBGYN_PROMCheck_1.ctakes_4.dave.completed.xml  |    1182 +
 .../Peds_Dysphagia_1/Peds_Dysphagia_1              |      49 +
 .../Peds_Dysphagia_1.ctakes_4.dave.completed.xml   |    2642 +
 .../Peds_FebrileSez_1/Peds_FebrileSez_1            |     103 +
 .../Peds_FebrileSez_1.ctakes_4.dave.completed.xml  |    3669 +
 .../Peds_RoutBirthNote_1/Peds_RoutBirthNote_1      |      29 +
 ...eds_RoutBirthNote_1.ctakes_4.dave.completed.xml |     829 +
 .../VascSurg_AAA_Leak_1/VascSurg_AAA_Leak_1        |      27 +
 ...VascSurg_AAA_Leak_1.ctakes_4.dave.completed.xml |     932 +
 .../VascSurg_FollowUp_1/VascSurg_FollowUp_1        |      28 +
 ...VascSurg_FollowUp_1.ctakes_4.dave.completed.xml |    1064 +
 .../VascSurg_PVD_1/VascSurg_PVD_1                  |      38 +
 .../VascSurg_PVD_1.ctakes_4.dave.completed.xml     |    2913 +
 .../VascSurg_RO_AAA_1/VascSurg_RO_AAA_1            |      21 +
 .../VascSurg_RO_AAA_1.ctakes_4.dave.completed.xml  |     765 +
 .../VascSurg_RO_DVT_1/VascSurg_RO_DVT_1            |      19 +
 .../VascSurg_RO_DVT_1.ctakes_4.dave.completed.xml  |     766 +
 .../anafora_annotated/ctakes_4-schema.xml          |     337 +
 .../ctakes/examples/annotation/ctakes_4-schema.xml |     279 +
 .../examples/notes/SampleInputRadiologyNotes.txt   |       7 +
 .../notes/annotated/GenSurg_UmbilicalHernia_1      |      24 +
 .../examples/notes/annotated/OBGYN_Gen_Abscess_1   |      31 +
 .../notes/annotated/OBGYN_HysterectomyAndBSO_1     |      28 +
 .../ctakes/examples/notes/annotated/OBGYN_IUD_1    |      27 +
 .../notes/annotated/OBGYN_LaborProgressNote_1      |      14 +
 .../examples/notes/annotated/OBGYN_MVAPrego_1      |      23 +
 .../examples/notes/annotated/OBGYN_PROMCheck_1     |      34 +
 .../examples/notes/annotated/Peds_Dysphagia_1      |      49 +
 .../examples/notes/annotated/Peds_FebrileSez_1     |     103 +
 .../examples/notes/annotated/Peds_RoutBirthNote_1  |      29 +
 .../examples/notes/annotated/VascSurg_AAA_Leak_1   |      27 +
 .../examples/notes/annotated/VascSurg_FollowUp_1   |      28 +
 .../ctakes/examples/notes/annotated/VascSurg_PVD_1 |      38 +
 .../examples/notes/annotated/VascSurg_RO_AAA_1     |      21 +
 .../examples/notes/annotated/VascSurg_RO_DVT_1     |      19 +
 .../apache_con/Patient456/Adult/snake_bite.txt     |       5 +
 .../notes/apache_con/Patient456/CasedExample.txt   |      19 +
 .../apache_con/Patient456/Pediatric/shark_bite.txt |       5 +
 .../notes/apache_con/Patient789/Peds_Dysphagia_1   |      34 +
 .../notes/apache_con/Patient789/Peds_Dysphagia_2   |      46 +
 .../notes/apache_con/Patient789/VascSurg_RO_DVT_1  |      13 +
 .../basic/Patient123/Patient123_25122019_RAD.txt   |      22 +
 .../basic/Patient123/Patient123_31122018_PATH.txt  |      27 +
 .../basic/Patient123/Patient123_31122019_NOTE.txt  |      23 +
 .../ctakes/examples/notes/cda/testpatient_cn_1.xml |     330 +
 .../ctakes/examples/notes/cda/testpatient_cn_2.xml |     254 +
 .../org/apache/ctakes/examples/notes/claudication  |       7 +
 .../ctakes/examples/notes/dr_nutritious_1.txt      |      12 +
 .../ctakes/examples/notes/dr_nutritious_2.txt      |      12 +
 .../examples/notes/edge_cases_plaintext_1.txt      |       2 +
 .../ctakes/examples/notes/pain_no_swelling.txt     |       4 +
 .../ctakes/examples/notes/right_knee_arthroscopy   |       2 +
 .../notes/rtf/GenSurg_UmbilicalHernia_1.rtf        |      36 +
 .../examples/notes/rtf/OBGYN_Gen_Abscess_1.rtf     |      30 +
 .../notes/rtf/OBGYN_HysterectomyAndBSO_1.rtf       |      28 +
 .../ctakes/examples/notes/rtf/OBGYN_IUD_1.rtf      |      26 +
 .../notes/rtf/OBGYN_LaborProgressNote_1.rtf        |      13 +
 .../ctakes/examples/notes/rtf/OBGYN_MVAPrego_1.rtf |      22 +
 .../examples/notes/rtf/OBGYN_PROMCheck_1.rtf       |      33 +
 .../ctakes/examples/notes/rtf/Peds_Dysphagia_1.rtf |      48 +
 .../examples/notes/rtf/Peds_FebrileSez_1.rtf       |     102 +
 .../examples/notes/rtf/Peds_RoutBirthNote_1.rtf    |      28 +
 .../examples/notes/rtf/VascSurg_AAA_Leak_1.rtf     |      26 +
 .../examples/notes/rtf/VascSurg_FollowUp_1.rtf     |      28 +
 .../ctakes/examples/notes/rtf/VascSurg_PVD_1.rtf   |      38 +
 .../examples/notes/rtf/VascSurg_RO-AAA_1.rtf       |      20 +
 .../ctakes/examples/notes/rtf/VascSurg_RO-DVT.rtf  |      18 +
 .../examples/notes/rtf/VascSurg_RO-DVT_1.rtf       |      18 +
 .../notes/smoker/doc1_07543210_sample_current.txt  |       2 +
 .../smoker/doc1_07543210_sample_past_smoker.txt    |      15 +
 .../notes/smoker/doc1_07543210_sample_unknown.txt  |     105 +
 .../notes/smoker/doc2_07543210_sample_current.txt  |     119 +
 .../smoker/doc2_07543210_sample_past_smoker.txt    |      32 +
 .../examples/pipeline/AdvancedClinicalToFhir.piper |       9 +
 .../ctakes/examples/pipeline/ApacheConDemo.piper   |      32 +
 .../examples/pipeline/ApacheConDemoBasic.piper     |      21 +
 .../examples/pipeline/ApacheConDemoRelation.piper  |      27 +
 .../examples/pipeline/ApacheConDemoSection.piper   |      11 +
 .../examples/pipeline/AssertionDefaults.piper      |       6 +
 .../ctakes/examples/pipeline/BigPipeline.piper     |      40 +
 .../ctakes/examples/pipeline/Cased2020aa.piper     |      12 +
 .../ctakes/examples/pipeline/FhirToOutput.piper    |       6 +
 .../ctakes/examples/pipeline/HelloWorld.piper      |      12 +
 .../examples/pipeline/HelloWorldAssertProps.piper  |      22 +
 .../ctakes/examples/pipeline/HelloWorldCui.piper   |      19 +
 .../ctakes/examples/pipeline/HelloWorldProps.piper |      11 +
 .../examples/pipeline/HelloWorldTkProps.piper      |      11 +
 .../ctakes/examples/pipeline/ProcessDir.piper      |      24 +
 .../examples/pipeline/ThreadSafeFullPipeline.piper |      34 +
 .../ctakes/examples/pipeline/XmiToPretty.piper     |      17 +
 ctakes-fhir/LICENSE                                |     202 +
 ctakes-fhir/pom.xml                                |      45 +
 .../fhir/backbone/CompositionSectionCreator.java   |      55 +
 .../org/apache/ctakes/fhir/cc/FhirDocComposer.java |     208 +
 .../apache/ctakes/fhir/cc/FhirJsonFileWriter.java  |      67 +
 .../org/apache/ctakes/fhir/cc/FhirJsonWriter.java  |      79 +
 .../org/apache/ctakes/fhir/cr/BundleParser.java    |     168 +
 .../org/apache/ctakes/fhir/cr/BundleReader.java    |      72 +
 .../apache/ctakes/fhir/cr/FhirJsonFileReader.java  |      41 +
 .../apache/ctakes/fhir/cr/FhirXmlFileReader.java   |      42 +
 .../ctakes/fhir/element/FhirElementFactory.java    |     308 +
 .../ctakes/fhir/element/FhirElementParser.java     |     184 +
 .../ctakes/fhir/resource/AnnotationCreator.java    |      36 +
 .../ctakes/fhir/resource/AnnotationParser.java     |      58 +
 .../ctakes/fhir/resource/BaseTokenCreator.java     |      42 +
 .../ctakes/fhir/resource/BaseTokenParser.java      |      63 +
 .../apache/ctakes/fhir/resource/BundleCreator.java |      41 +
 .../ctakes/fhir/resource/CompositionCreator.java   |      61 +
 .../ctakes/fhir/resource/CompositionParser.java    |      41 +
 .../ctakes/fhir/resource/CtakesTypeCreator.java    |     196 +
 .../ctakes/fhir/resource/FhirBasicCreator.java     |      37 +
 .../ctakes/fhir/resource/FhirBasicParser.java      |      27 +
 .../ctakes/fhir/resource/FhirPractitioner.java     |     110 +
 .../ctakes/fhir/resource/FhirResourceCreator.java  |      17 +
 .../ctakes/fhir/resource/FhirResourceParser.java   |      16 +
 .../fhir/resource/IdentifiedAnnotationCreator.java |      75 +
 .../fhir/resource/IdentifiedAnnotationParser.java  |     106 +
 .../ctakes/fhir/resource/ParagraphCreator.java     |      35 +
 .../ctakes/fhir/resource/ParagraphParser.java      |      24 +
 .../ctakes/fhir/resource/PractitionerCtakes.java   |      90 +
 .../ctakes/fhir/resource/SectionCreator.java       |      57 +
 .../apache/ctakes/fhir/resource/SectionParser.java |      51 +
 .../ctakes/fhir/resource/SentenceCreator.java      |      36 +
 .../ctakes/fhir/resource/SentenceParser.java       |      24 +
 .../org/apache/ctakes/fhir/util/FhirNoteSpecs.java |     226 +
 ctakes-gui/pom.xml                                 |      32 +
 .../ctakes/gui/action/GlobalHotKeyManager.java     |      75 +
 .../apache/ctakes/gui/action/HotKeyManager.java    |      14 +
 .../ctakes/gui/component/CellRendererLabel.java    |      99 +
 .../ctakes/gui/component/CellRendererPanel.java    |     177 +
 .../apache/ctakes/gui/component/DisablerPane.java  |     226 +
 .../ctakes/gui/component/FileChooserPanel.java     |     140 +
 .../ctakes/gui/component/FileTableCellEditor.java  |      95 +
 .../apache/ctakes/gui/component/LoggerPanel.java   |     170 +
 .../ctakes/gui/component/LoggerTextFilter.java     |      91 +
 .../ctakes/gui/component/PositionedSplitPane.java  |      99 +
 .../apache/ctakes/gui/component/SmoothTipList.java |      24 +
 .../ctakes/gui/component/SmoothTipTable.java       |      24 +
 .../apache/ctakes/gui/component/SmoothToolTip.java |     128 +
 .../ctakes/gui/component/SystemOutPanel.java       |     142 +
 .../ctakes/gui/component/TextLineNumber.java       |     435 +
 .../ctakes/gui/dictionary/DictionaryBuilder.java   |     238 +
 .../ctakes/gui/dictionary/DictionaryCreator.java   |      76 +
 .../gui/dictionary/DictionaryDownloader.java       |     155 +
 .../ctakes/gui/dictionary/DictionaryXmlWriter.java |     134 +
 .../apache/ctakes/gui/dictionary/MainPanel.java    |     321 +
 .../dictionary/cased/CasedDictionaryCreator.java   |      77 +
 .../gui/dictionary/cased/CasedMainPanel.java       |     431 +
 .../gui/dictionary/cased/CasedPiperWriter.java     |     157 +
 .../gui/dictionary/cased/CasedReadmeWriter.java    |      87 +
 .../ctakes/gui/dictionary/cased/HsqlWriter.java    |     315 +
 .../apache/ctakes/gui/dictionary/cased/Ranks.java  |      52 +
 .../ctakes/gui/dictionary/cased/Synonym.java       |      32 +
 .../dictionary/cased/table/SemanticTuiModel.java   |     143 +
 .../gui/dictionary/cased/table/TextTypeModel.java  |     135 +
 .../gui/dictionary/cased/term/ConsoLine.java       |     159 +
 .../ctakes/gui/dictionary/cased/term/CuiTerm.java  |     342 +
 .../gui/dictionary/cased/term/CustomTermLine.java  |      62 +
 .../ctakes/gui/dictionary/cased/term/TermLine.java |      51 +
 .../gui/dictionary/cased/umls/UmlsParser.java      |     310 +
 .../dictionary/cased/umls/abbreviation/Atn.java    |     678 +
 .../dictionary/cased/umls/abbreviation/IsPref.java |      11 +
 .../dictionary/cased/umls/abbreviation/Lat.java    |      48 +
 .../dictionary/cased/umls/abbreviation/Rel.java    |      56 +
 .../dictionary/cased/umls/abbreviation/Rela.java   |     970 +
 .../dictionary/cased/umls/abbreviation/Srl.java    |      29 +
 .../dictionary/cased/umls/abbreviation/Stt.java    |      17 +
 .../dictionary/cased/umls/abbreviation/Stype.java  |      18 +
 .../gui/dictionary/cased/umls/abbreviation/Ts.java |      16 +
 .../gui/dictionary/cased/umls/file/MrConso.java    |      32 +
 .../gui/dictionary/cased/umls/file/MrRel.java      |      30 +
 .../gui/dictionary/cased/umls/file/MrSat.java      |      27 +
 .../gui/dictionary/cased/umls/file/MrSty.java      |      18 +
 .../ctakes/gui/dictionary/cased/umls/file/Tty.java |    1192 +
 .../gui/dictionary/umls/AutoTermExtractor.java     |     239 +
 .../apache/ctakes/gui/dictionary/umls/Concept.java |     143 +
 .../gui/dictionary/umls/ConceptMapFactory.java     |      43 +
 .../ctakes/gui/dictionary/umls/CuiCodeUtil.java    |     118 +
 .../ctakes/gui/dictionary/umls/DoseUtil.java       |      73 +
 .../gui/dictionary/umls/LanguageTableModel.java    |     155 +
 .../ctakes/gui/dictionary/umls/MrconsoIndex.java   |      16 +
 .../ctakes/gui/dictionary/umls/MrconsoParser.java  |     304 +
 .../ctakes/gui/dictionary/umls/MrsabIndex.java     |      18 +
 .../ctakes/gui/dictionary/umls/MrstyIndex.java     |      16 +
 .../ctakes/gui/dictionary/umls/MrstyParser.java    |      87 +
 .../gui/dictionary/umls/SourceTableModel.java      |     210 +
 .../gui/dictionary/umls/TuiCellRenderer.java       |      40 +
 .../ctakes/gui/dictionary/umls/TuiTableModel.java  |     155 +
 .../ctakes/gui/dictionary/umls/UmlsTermUtil.java   |     332 +
 .../gui/dictionary/umls/VocabularyStore.java       |     105 +
 .../ctakes/gui/dictionary/util/FileUtil.java       |     247 +
 .../ctakes/gui/dictionary/util/HsqlUtil.java       |      74 +
 .../ctakes/gui/dictionary/util/JdbcUtil.java       |     105 +
 .../gui/dictionary/util/RareWordDbWriter.java      |     208 +
 .../ctakes/gui/dictionary/util/RareWordUtil.java   |     181 +
 .../ctakes/gui/dictionary/util/TextTokenizer.java  |     210 +
 .../ctakes/gui/dictionary/util/TokenUtil.java      |      91 +
 .../ctakes/gui/generic/GenericRunnerGui.java       |      62 +
 .../org/apache/ctakes/gui/generic/MainPanel.java   |     217 +
 .../org/apache/ctakes/gui/pipeline/MainPanel.java  |     316 +
 .../org/apache/ctakes/gui/pipeline/MainPanel2.java |     583 +
 .../apache/ctakes/gui/pipeline/PiperCreator.java   |      85 +
 .../ctakes/gui/pipeline/PiperDisplayModel.java     |      13 +
 .../apache/ctakes/gui/pipeline/PiperRunnerGui.java |      83 +
 .../ctakes/gui/pipeline/PiperRunnerPanel.java      |     658 +
 .../ctakes/gui/pipeline/bit/BitCellRenderer.java   |      34 +
 .../ctakes/gui/pipeline/bit/BitInfoPanel.java      |     163 +
 .../ctakes/gui/pipeline/bit/PipeBitFinder.java     |      99 +
 .../ctakes/gui/pipeline/bit/PipeBitPainter.java    |     145 +
 .../bit/available/AvailablesListModel.java         |      76 +
 .../pipeline/bit/available/AvailablesRenderer.java |      84 +
 .../pipeline/bit/info/PipeBitInfoComparator.java   |     103 +
 .../gui/pipeline/bit/info/PipeBitInfoPanel.java    |      96 +
 .../gui/pipeline/bit/info/PipeBitInfoRenderer.java |     115 +
 .../gui/pipeline/bit/info/ProductIconFactory.java  |      79 +
 .../ctakes/gui/pipeline/bit/info/RoleRenderer.java |      97 +
 .../pipeline/bit/info/TypeProductListModel.java    |      65 +
 .../gui/pipeline/bit/info/TypeProductRenderer.java |      54 +
 .../bit/parameter/DefaultParameterHolder.java      |      90 +
 .../bit/parameter/ParameterCellRenderer.java       |      34 +
 .../pipeline/bit/parameter/ParameterHolder.java    |      27 +
 .../pipeline/bit/parameter/ParameterInfoPanel.java |     152 +
 .../pipeline/bit/parameter/ParameterMapper.java    |      69 +
 .../bit/parameter/ParameterTableModel.java         |     187 +
 .../gui/pipeline/bit/user/DefaultUserBit.java      |     137 +
 .../ctakes/gui/pipeline/bit/user/UserBit.java      |      39 +
 .../gui/pipeline/bit/user/UserBitInfoPanel.java    |     122 +
 .../gui/pipeline/bit/user/UserBitListModel.java    |     127 +
 .../gui/pipeline/bit/user/UserBitRenderer.java     |     111 +
 .../pipeline/bit/user/UserParameterInfoPanel.java  |      33 +
 .../ctakes/gui/pipeline/piper/PiperFileView.java   |      58 +
 .../ctakes/gui/pipeline/piper/PiperFinder.java     |      68 +
 .../ctakes/gui/pipeline/piper/PiperInfo.java       |      41 +
 .../ctakes/gui/pipeline/piper/PiperTextFilter.java |     309 +
 .../org/apache/ctakes/gui/util/ColorFactory.java   |      33 +
 .../org/apache/ctakes/gui/util/IconLoader.java     |      59 +
 .../dictionary/data/default/ConversionSources.txt  |       4 +
 .../gui/dictionary/data/default/CtakesDrugTuis.txt |      22 +
 .../dictionary/data/default/CtakesSnomedTuis.txt   |      36 +
 .../gui/dictionary/data/default/CtakesSources.txt  |       2 +
 .../dictionary/data/default/ModifierSuffixes.txt   |      15 +
 .../data/default/RemovalColonTriggers.txt          |      21 +
 .../data/default/RemovalFunctionTriggers.txt       |       4 +
 .../data/default/RemovalPrefixTriggers.txt         |       3 +
 .../data/default/RemovalSuffixTriggers.txt         |      34 +
 .../dictionary/data/default/RightAbbreviations.txt |    1178 +
 .../dictionary/data/default/UnwantedPrefixes.txt   |      30 +
 .../dictionary/data/default/UnwantedSuffixes.txt   |    1024 +
 .../gui/dictionary/data/optional/CtakesAllTuis.txt |      59 +
 .../dictionary/data/optional/CtakesAnatTuis.txt    |       8 +
 .../dictionary/data/optional/CtakesDisoTuis.txt    |       9 +
 .../dictionary/data/optional/CtakesFindTuis.txt    |      12 +
 .../dictionary/data/optional/CtakesProcTuis.txt    |       3 +
 .../dictionary/data/optional/UmlsAllSources.txt    |      63 +
 .../gui/dictionary/data/optional/UmlsAllTuis.txt   |     148 +
 .../dictionary/data/small/ConversionSources.txt    |       4 +
 .../gui/dictionary/data/small/CtakesDrugTuis.txt   |      22 +
 .../gui/dictionary/data/small/CtakesSnomedTuis.txt |      36 +
 .../gui/dictionary/data/small/CtakesSources.txt    |       1 +
 .../gui/dictionary/data/small/ModifierSuffixes.txt |       1 +
 .../dictionary/data/small/RemovalColonTriggers.txt |      38 +
 .../data/small/RemovalPrefixTriggers.txt           |      32 +
 .../data/small/RemovalSuffixTriggers.txt           |     240 +
 .../dictionary/data/small/RightAbbreviations.txt   |       1 +
 .../gui/dictionary/data/small/UnwantedPrefixes.txt |       3 +
 .../gui/dictionary/data/small/UnwantedSuffixes.txt |     806 +
 .../gui/dictionary/data/tim/ConversionSources.txt  |       4 +
 .../gui/dictionary/data/tim/ModifierSuffixes.txt   |       1 +
 .../dictionary/data/tim/RemovalColonTriggers.txt   |      38 +
 .../data/tim/RemovalFunctionTriggers.txt           |       4 +
 .../dictionary/data/tim/RemovalPrefixTriggers.txt  |      32 +
 .../dictionary/data/tim/RemovalSuffixTriggers.txt  |     249 +
 .../gui/dictionary/data/tim/RightAbbreviations.txt |       8 +
 .../ctakes/gui/dictionary/data/tim/TimDrugTuis.txt |       1 +
 .../gui/dictionary/data/tim/TimNonDrugSources.txt  |      55 +
 .../gui/dictionary/data/tim/TimOtherTuis.txt       |      33 +
 .../gui/dictionary/data/tim/TimSpecificTuis.txt    |      19 +
 .../gui/dictionary/data/tim/UnwantedPrefixes.txt   |       3 +
 .../gui/dictionary/data/tim/UnwantedSuffixes.txt   |     902 +
 .../gui/dictionary/data/tim/emptyAnatTuis.txt      |       1 +
 .../gui/dictionary/data/tiny/ConversionSources.txt |       4 +
 .../gui/dictionary/data/tiny/CtakesAnatTuis.txt    |       8 +
 .../gui/dictionary/data/tiny/CtakesDrugTuis.txt    |      22 +
 .../gui/dictionary/data/tiny/CtakesSnomedTuis.txt  |      36 +
 .../gui/dictionary/data/tiny/CtakesSources.txt     |       4 +
 .../dictionary/data/tiny/KeepPrefixTriggers.txt    |       4 +
 .../gui/dictionary/data/tiny/ModifierSuffixes.txt  |       1 +
 .../dictionary/data/tiny/RemovalColonTriggers.txt  |      38 +
 .../data/tiny/RemovalFunctionTriggers.txt          |       4 +
 .../dictionary/data/tiny/RemovalPrefixTriggers.txt |      38 +
 .../dictionary/data/tiny/RemovalSuffixTriggers.txt |    1019 +
 .../dictionary/data/tiny/RightAbbreviations.txt    |       1 +
 .../gui/dictionary/data/tiny/UnwantedCuis.txt      |       8 +
 .../gui/dictionary/data/tiny/UnwantedPrefixes.txt  |       1 +
 .../gui/dictionary/data/tiny/UnwantedSuffixes.txt  |       4 +
 .../gui/dictionary/data/tiny/UnwantedTexts.txt     |      61 +
 .../ctakes/gui/pipeline/icon/BlueArrowOut.png      |     Bin 0 -> 837 bytes
 .../apache/ctakes/gui/pipeline/icon/BlueGear.png   |     Bin 0 -> 2227 bytes
 .../gui/pipeline/icon/BlueGearYellowGear.png       |     Bin 0 -> 1873 bytes
 .../ctakes/gui/pipeline/icon/BlueRightArrow.png    |     Bin 0 -> 1166 bytes
 .../apache/ctakes/gui/pipeline/icon/BoxOfStuff.png |     Bin 0 -> 2146 bytes
 .../apache/ctakes/gui/pipeline/icon/CheckRun.png   |     Bin 0 -> 3299 bytes
 .../ctakes/gui/pipeline/icon/FindOnPc_48.png       |     Bin 0 -> 3958 bytes
 .../ctakes/gui/pipeline/icon/Folder_Blue.png       |     Bin 0 -> 1292 bytes
 .../ctakes/gui/pipeline/icon/GreenArrowIn.png      |     Bin 0 -> 2311 bytes
 .../apache/ctakes/gui/pipeline/icon/Help_32.png    |     Bin 0 -> 2167 bytes
 .../apache/ctakes/gui/pipeline/icon/Help_48.png    |     Bin 0 -> 3903 bytes
 .../apache/ctakes/gui/pipeline/icon/NewPiper.png   |     Bin 0 -> 2030 bytes
 .../apache/ctakes/gui/pipeline/icon/OpenPiper.png  |     Bin 0 -> 2027 bytes
 .../apache/ctakes/gui/pipeline/icon/Package.png    |     Bin 0 -> 1705 bytes
 .../apache/ctakes/gui/pipeline/icon/Parameters.png |     Bin 0 -> 1260 bytes
 .../apache/ctakes/gui/pipeline/icon/PiperFile.png  |     Bin 0 -> 660 bytes
 .../apache/ctakes/gui/pipeline/icon/PlusMark.png   |     Bin 0 -> 1096 bytes
 .../apache/ctakes/gui/pipeline/icon/RunPiper.png   |     Bin 0 -> 2379 bytes
 .../apache/ctakes/gui/pipeline/icon/RunReady.png   |     Bin 0 -> 1887 bytes
 .../apache/ctakes/gui/pipeline/icon/SavePiper.png  |     Bin 0 -> 1518 bytes
 .../apache/ctakes/gui/pipeline/icon/StopHand.png   |     Bin 0 -> 1546 bytes
 .../apache/ctakes/gui/pipeline/icon/Utilities.png  |     Bin 0 -> 2311 bytes
 .../org/apache/ctakes/gui/pipeline/icon/Write.png  |     Bin 0 -> 1970 bytes
 .../apache/ctakes/gui/pipeline/icon/bluedown.png   |     Bin 0 -> 1275 bytes
 .../org/apache/ctakes/gui/pipeline/icon/blueup.png |     Bin 0 -> 1328 bytes
 .../ctakes/gui/pipeline/icon/redcircleno.png       |     Bin 0 -> 1623 bytes
 ctakes-lvg/LICENSE                                 |     253 +
 ctakes-lvg/README                                  |      76 +
 ctakes-lvg/desc/analysis_engine/AggregateAE.xml    |      64 +
 ctakes-lvg/desc/analysis_engine/LvgAnnotator.xml   |     260 +
 ctakes-lvg/pom.xml                                 |      85 +
 .../org/apache/ctakes/lvg/ae/LvgAnnotator.java     |     680 +
 .../ctakes/lvg/ae/LvgBaseTokenAnnotator.java       |     530 +
 .../org/apache/ctakes/lvg/ae/LvgSingleton.java     |      89 +
 .../org/apache/ctakes/lvg/ae/ThreadSafeLvg.java    |      67 +
 .../ctakes/lvg/resource/LvgCmdApiResource.java     |      37 +
 .../ctakes/lvg/resource/LvgCmdApiResourceImpl.java |     180 +
 .../resources/org/apache/ctakes/lvg/2005_lemma.voc |       1 +
 .../resources/org/apache/ctakes/lvg/2005_norm.voc  |       1 +
 .../apache/ctakes/lvg/data/HSqlDb/lvg2008.backup   |     Bin 0 -> 327608 bytes
 .../org/apache/ctakes/lvg/data/HSqlDb/lvg2008.data |     Bin 0 -> 1048576 bytes
 .../ctakes/lvg/data/HSqlDb/lvg2008.properties      |       6 +
 .../apache/ctakes/lvg/data/HSqlDb/lvg2008.script   |    2024 +
 .../org/apache/ctakes/lvg/data/ReadMe.txt          |       9 +
 .../ctakes/lvg/data/Unicode/diacriticMap.data      |      84 +
 .../ctakes/lvg/data/Unicode/ligatureMap.data       |      27 +
 .../ctakes/lvg/data/Unicode/nonStripMap.data       |      62 +
 .../apache/ctakes/lvg/data/Unicode/symbolMap.data  |      99 +
 .../apache/ctakes/lvg/data/Unicode/synonymMap.data |       6 +
 .../apache/ctakes/lvg/data/Unicode/unicodeMap.data |      39 +
 .../apache/ctakes/lvg/data/config/lvg.properties   |      92 +
 .../ctakes/lvg/data/config/lvg.properties.TEMPLATE |      67 +
 .../ctakes/lvg/data/config/lvg.properties.hsql     |      74 +
 .../ctakes/lvg/data/misc/conjunctionWord.data      |     107 +
 .../apache/ctakes/lvg/data/misc/nonInfoWords.data  |       9 +
 .../org/apache/ctakes/lvg/data/misc/removeS.data   |      36 +
 .../org/apache/ctakes/lvg/data/misc/stopWords.data |      14 +
 .../ctakes/lvg/data/misc/symbolSynonyms.data       |       4 +
 .../org/apache/ctakes/lvg/data/rules/dm.rul        |    1036 +
 .../apache/ctakes/lvg/data/rules/exceptionD.data   |     Bin 0 -> 33843 bytes
 .../apache/ctakes/lvg/data/rules/exceptionI.data   |     Bin 0 -> 3516 bytes
 .../org/apache/ctakes/lvg/data/rules/im.rul        |     151 +
 .../org/apache/ctakes/lvg/data/rules/plural.rul    |      36 +
 .../org/apache/ctakes/lvg/data/rules/ruleD.data    |     Bin 0 -> 9862 bytes
 .../org/apache/ctakes/lvg/data/rules/ruleI.data    |     Bin 0 -> 8760 bytes
 .../org/apache/ctakes/lvg/data/rules/trieD.data    |     Bin 0 -> 5662 bytes
 .../org/apache/ctakes/lvg/data/rules/trieI.data    |     Bin 0 -> 5016 bytes
 .../org/apache/ctakes/lvg/data/rules/verbinfl.rul  |      79 +
 .../apache/ctakes/lvg/test/TestLvgAnnotator.java   |      82 +
 .../apache/ctakes/lvg/launch/UIMA_CVD--LVG.launch  |      15 +
 ctakes-ne-contexts/LICENSE                         |     202 +
 ctakes-ne-contexts/README                          |      95 +
 ctakes-ne-contexts/desc/AggregateAE.xml            |      62 +
 ctakes-ne-contexts/desc/NegationAnnotator.xml      |     160 +
 ctakes-ne-contexts/desc/StatusAnnotator.xml        |     161 +
 ctakes-ne-contexts/desc/test/NegationAnnotator.xml |     169 +
 .../desc/test/SegmentTokenSentenceAggregate.xml    |      66 +
 .../desc/test/SimpleSegmentAnnotator.xml           |      63 +
 ctakes-ne-contexts/desc/test/StatusAnnotator.xml   |     171 +
 .../desc/test/TestContextAnnotator.xml             |     169 +
 .../desc/test/TokenizerAnnotator.xml               |     118 +
 ctakes-ne-contexts/pom.xml                         |      41 +
 .../apache/ctakes/necontexts/ContextAnalyzer.java  |     102 +
 .../ctakes/necontexts/ContextAnalyzerAdapter.java  |      42 +
 .../apache/ctakes/necontexts/ContextAnnotator.java |     444 +
 .../org/apache/ctakes/necontexts/ContextHit.java   |      46 +
 .../ctakes/necontexts/ContextHitConsumer.java      |      47 +
 .../necontexts/ContextHitConsumerAdapter.java      |      32 +
 .../necontexts/NamedEntityContextAnalyzer.java     |     121 +
 .../necontexts/NamedEntityContextHitConsumer.java  |      47 +
 .../concurrent/ThreadSafeContextAnnotator.java     |     108 +
 .../negation/NegationContextAnalyzer.java          |      59 +
 .../negation/NegationContextHitConsumer.java       |      43 +
 .../necontexts/status/StatusContextAnalyzer.java   |      89 +
 .../status/StatusContextHitConsumer.java           |      51 +
 .../ctakes/ne/contexts/desc/NegationAnnotator.xml  |     160 +
 .../ctakes/necontexts/ContextAnnotatorTests.java   |     517 +
 .../ctakes/necontexts/NegationAnnotatorTests.java  |     148 +
 .../ctakes/necontexts/StatusAnnotatorTests.java    |     162 +
 .../contexts/launch/ContextAnnotatorTests.launch   |      19 +
 .../ctakes/ne/contexts/launch/NE_context.launch    |      18 +
 .../contexts/launch/NegationAnnotatorTests.launch  |      18 +
 .../ne/contexts/launch/StatusAnnotatorTests.launch |      18 +
 .../ne/contexts/pipeline/NeContextsSubPipe.piper   |       7 +
 ctakes-pos-tagger/LICENSE                          |     202 +
 ctakes-pos-tagger/README                           |     203 +
 ctakes-pos-tagger/desc/AggregateAE.xml             |      76 +
 ctakes-pos-tagger/desc/ClearNLPPOSTagger.xml       |      66 +
 .../desc/OpenNLPPOSCollectionReader.xml            |      69 +
 ctakes-pos-tagger/desc/POSTagger.xml               |      80 +
 ctakes-pos-tagger/desc/POSTaggerAggregate.xml      |     106 +
 ctakes-pos-tagger/desc/POSTaggerCPE.xml            |      84 +
 ctakes-pos-tagger/desc/test/NullAnnotator.xml      |      56 +
 .../desc/test/OpenNLPPOSCollectionReader.xml       |      74 +
 .../desc/test/OpenNLPPOSCollectionReader2.xml      |      80 +
 ctakes-pos-tagger/desc/test/POSTagger.xml          |      79 +
 ctakes-pos-tagger/desc/test/POSTaggerAggregate.xml |      70 +
 .../desc/test/POSTaggerAggregate2.xml              |      87 +
 .../desc/test/POSTaggerAggregate3.xml              |     102 +
 ctakes-pos-tagger/pom.xml                          |      68 +
 .../ctakes/postagger/ClearNLPPOSTaggerAE.java      |     133 +
 .../postagger/OpenNLPPOSCollectionReader.java      |     155 +
 .../org/apache/ctakes/postagger/POSTagger.java     |     174 +
 .../ctakes/postagger/TagDictionaryCreator.java     |     191 +
 .../postagger/concurrent/ThreadSafePosTagger.java  |     117 +
 .../ctakes/pos/tagger/data/pos/training/README     |      76 +
 .../pos/training/sample/sample-pos-training.txt    |       6 +
 .../org/apache/ctakes/postagger/test/CpeTests.java |     255 +
 .../test/OpenNLPPOSCollectionReaderTests.java      |     158 +
 .../ctakes/postagger/test/POSTaggerTests.java      |     223 +
 .../postagger/test/TagDictionaryCreatorTests.java  |     104 +
 .../resources/data/GENIAcorpus3.02.pos.test.xml    |      60 +
 ctakes-pos-tagger/src/test/resources/data/README   |      12 +
 .../unit-test-2lines-tag-dictionary.included.txt   |      36 +
 .../data/unit-test-2lines-training-data.txt        |       2 +
 .../resources/data/unit-test-tags.opennlp.format   |       3 +
 .../resources/data/unit-test-training-data.txt     |     500 +
 .../pos/tagger/launch/POS_taggerTests.launch       |      19 +
 .../tagger/launch/UIMA_CPE_GUI--POS_tagger.launch  |      15 +
 .../pos/tagger/launch/UIMA_CVD--POS_tagger.launch  |      18 +
 .../scripts/java/data/pos/dictionary/ListTags.java |     158 +
 .../training/GeniaPosTrainingDataExtractor.java    |     218 +
 .../GeniaPosTrainingDataExtractorTests.java        |     109 +
 .../tagger/scripts/perl/trees2opennlppostags.pl    |      53 +
 ctakes-preprocessor/LICENSE                        |     202 +
 ctakes-preprocessor/README                         |      51 +
 ctakes-preprocessor/desc/AggregateAE.xml           |      61 +
 ctakes-preprocessor/desc/CPE_CdaCasInitializer.xml |      62 +
 ctakes-preprocessor/desc/CdaCasInitializer.xml     |      95 +
 ctakes-preprocessor/pom.xml                        |      37 +
 .../org/apache/ctakes/preprocessor/Annotation.java |      30 +
 .../preprocessor/ClinicalNotePreProcessor.java     |    1062 +
 .../org/apache/ctakes/preprocessor/DTDloader.java  |      54 +
 .../ctakes/preprocessor/DocumentMetaData.java      |     135 +
 .../apache/ctakes/preprocessor/IntegerRange.java   |      29 +
 .../apache/ctakes/preprocessor/PreProcessor.java   |      35 +
 .../ctakes/preprocessor/SegmentMetaData.java       |      32 +
 .../org/apache/ctakes/preprocessor/Utility.java    |      91 +
 .../ctakes/preprocessor/ae/CdaCasInitializer.java  |     235 +
 .../ctakes/preprocessor/test/TestDriver.java       |     146 +
 .../ctakes/preprocessor/cda/NotesIIST_RTF.DTD      |    1413 +
 .../preprocessor/tokenizer/hyphenated.README.mayo  |       8 +
 .../ctakes/preprocessor/tokenizer/hyphenated.txt   |    3922 +
 .../preprocessor/tokenizer/hyphenated_sample.txt   |      11 +
 .../data/output/testpatient_cn_1.xml.included.xml  |      78 +
 .../preprocessor/ClinicalNotePreProcessorTest.java |     125 +
 .../src/test/resources/NotesIIST_RTF.DTD           |    1410 +
 .../src/test/resources/testpatient_cn_1.xml        |      20 +
 .../UIMA_CPE_GUI--document_preprocessor.launch     |      27 +
 .../launch/document_preprocessor.launch            |      17 +
 .../RegressionPipelineAggregateTest.xml            |     221 +
 .../RegressionPipelineCPETest.xml                  |      78 +
 ctakes-regression-test/pom.xml                     |      27 +
 .../SampleInputRadiologyNotes.txt.xml              |   26897 +
 .../doc1_07543210_sample_current.txt.xml           |    3301 +
 .../doc1_07543210_sample_past_smoker.txt.xml       |    4772 +
 .../doc1_07543210_sample_unknown.txt.xml           |   28731 +
 .../doc2_07543210_sample_current.txt.xml           |   37119 +
 .../doc2_07543210_sample_past_smoker.txt.xml       |    6065 +
 .../CoreferenceCPETest/sample_note.xml             |    1893 +
 .../CoreferenceCPETest/sample_note_plaintext.xml   |     545 +
 .../CoreferenceCPETest/testfakenote.txt.xml        |    3103 +
 .../testpatient_plaintext_1.txt.xml                |    4816 +
 .../testpatient_plaintext_2.txt.xml                |    2447 +
 .../CoreferenceCPETest/text1.txt.xml               |     542 +
 .../SampleInputRadiologyNotes.txt.xml              |      83 +
 .../doc1_07543210_sample_current.txt.xml           |      11 +
 .../doc1_07543210_sample_past_smoker.txt.xml       |      43 +
 .../doc1_07543210_sample_unknown.txt.xml           |     252 +
 .../doc2_07543210_sample_current.txt.xml           |     291 +
 .../doc2_07543210_sample_past_smoker.txt.xml       |      76 +
 .../POSTaggerCPETest/sample_note.xml               |      20 +
 .../POSTaggerCPETest/sample_note_plaintext.xml     |      12 +
 .../POSTaggerCPETest/testfakenote.txt.xml          |      15 +
 .../testpatient_plaintext_1.txt.xml                |      39 +
 .../testpatient_plaintext_2.txt.xml                |      35 +
 .../expectedoutput/POSTaggerCPETest/text1.txt.xml  |      14 +
 .../SampleInputRadiologyNotes.txt.xml              |    1702 +
 .../doc1_07543210_sample_current.txt.xml           |     185 +
 .../doc1_07543210_sample_past_smoker.txt.xml       |     333 +
 .../doc1_07543210_sample_unknown.txt.xml           |    1968 +
 .../doc2_07543210_sample_current.txt.xml           |    2450 +
 .../doc2_07543210_sample_past_smoker.txt.xml       |     413 +
 .../edge_cases_plaintext_1.txt.xml                 |     102 +
 .../RegressionPipelineCPETest/sample_note.xml      |     147 +
 .../sample_note_plaintext.xml                      |      59 +
 .../RegressionPipelineCPETest/testfakenote.txt.xml |     178 +
 .../testpatient_plaintext_1.txt.xml                |     369 +
 .../testpatient_plaintext_2.txt.xml                |     202 +
 .../RegressionPipelineCPETest/text1.txt.xml        |      52 +
 .../test/testdata/input/cda/testpatient_cn_1.xml   |       1 +
 .../test/testdata/input/cda/testpatient_cn_2.xml   |       1 +
 .../input/plaintext/SampleInputRadiologyNotes.txt  |       7 +
 .../plaintext/doc1_07543210_sample_current.txt     |       2 +
 .../plaintext/doc1_07543210_sample_past_smoker.txt |      15 +
 .../plaintext/doc1_07543210_sample_unknown.txt     |     105 +
 .../plaintext/doc2_07543210_sample_current.txt     |     119 +
 .../plaintext/doc2_07543210_sample_past_smoker.txt |      32 +
 .../input/plaintext/edge_cases_plaintext_1.txt     |       2 +
 .../test/testdata/input/plaintext/sample_note      |       7 +
 .../testdata/input/plaintext/sample_note_plaintext |       2 +
 .../test/testdata/input/plaintext/testfakenote.txt |       5 +
 .../input/plaintext/testpatient_plaintext_1.txt    |      12 +
 .../input/plaintext/testpatient_plaintext_2.txt    |      12 +
 .../test/testdata/input/plaintext/text1.txt        |       4 +
 .../ctakes/core/ae/LabValueFinderTester.java       |     325 +
 .../regression/test/RegressionPipelineTest.java    |     258 +
 ctakes-relation-extractor/LICENSE                  |     202 +
 .../DegreeOfRelationExtractorAnnotator.xml         |     107 +
 .../LocationOfRelationExtractorAnnotator.xml       |     107 +
 .../analysis_engine/ModifierExtractorAnnotator.xml |      94 +
 .../analysis_engine/RelationExtractorAggregate.xml |     468 +
 .../RelationExtractorPreprocessor.xml              |     192 +
 .../desc/analysis_engine/RemoteDictionary.xml      |      30 +
 ctakes-relation-extractor/docs/knowtator.txt       |     102 +
 ctakes-relation-extractor/docs/readme.txt          |      54 +
 ctakes-relation-extractor/docs/todo.txt            |      18 +
 ctakes-relation-extractor/metadata/install.xml     |      33 +
 ctakes-relation-extractor/pom.xml                  |      71 +
 ...ausesBringsAboutRelationExtractorAnnotator.java |     119 +
 .../ae/DegreeOfRelationExtractorAnnotator.java     |      98 +
 .../ae/IdentifiedAnnotationExpander.java           |     131 +
 .../ae/LocationOfRelationExtractorAnnotator.java   |     152 +
 .../ManagesTreatsRelationExtractorAnnotator.java   |     118 +
 .../ManifestationOfRelationExtractorAnnotator.java |     115 +
 .../ae/ModifierExtractorAnnotator.java             |     137 +
 .../ae/RelationExtractorAnnotator.java             |     333 +
 ...aseline1DegreeOfRelationExtractorAnnotator.java |      70 +
 ...ntityMentionPairRelationExtractorAnnotator.java |      90 +
 ...aseline2DegreeOfRelationExtractorAnnotator.java |     118 +
 ...ntityMentionPairRelationExtractorAnnotator.java |     130 +
 ...aseline3DegreeOfRelationExtractorAnnotator.java |     150 +
 ...ntityMentionPairRelationExtractorAnnotator.java |     163 +
 ...aseline4DegreeOfRelationExtractorAnnotator.java |      71 +
 ...ntityMentionPairRelationExtractorAnnotator.java |     100 +
 .../relationextractor/ae/baselines/Utils.java      |     142 +
 .../ae/features/ArgumentOrderFeatureExtractor.java |      52 +
 .../ae/features/DependencyParseUtils.java          |     153 +
 .../features/DependencyPathFeaturesExtractor.java  |      58 +
 .../features/DependencyTreeFeaturesExtractor.java  |      64 +
 .../ae/features/EmbeddingFeatureExtractor.java     |     139 +
 .../ae/features/EntitySpanFeatureExtractor.java    |      68 +
 .../ae/features/FlatTreeFeatureExtractor.java      |      76 +
 .../ae/features/NamedEntityFeaturesExtractor.java  |      92 +
 .../ae/features/PETFeatureExtractor.java           |      63 +
 .../ae/features/PartOfSpeechFeaturesExtractor.java |      71 +
 .../ae/features/PhraseChunkingExtractor.java       |     135 +
 .../ae/features/PrepositionFeatureExtractor.java   |      72 +
 .../ae/features/PunctuationFeatureExtractor.java   |      60 +
 .../ae/features/RelationFeaturesExtractor.java     |      46 +
 .../ae/features/TokenFeaturesExtractor.java        |     145 +
 .../ae/features/TreeFragmentFeatureExtractor.java  |     102 +
 .../ae/features/WordNetFeatureExtractor.java       |      69 +
 .../ae/features/WordNetUtils.java                  |     196 +
 .../concurrent/ThreadSafeDegreeExtractor.java      |     121 +
 .../concurrent/ThreadSafeLocationExtractor.java    |     120 +
 .../concurrent/ThreadSafeModifierExtractor.java    |     120 +
 .../data/CategoricalDistribution.java              |      76 +
 .../ctakes/relationextractor/data/Constants.java   |      65 +
 .../data/GoldAnnotationAnalysisPipeline.java       |      80 +
 .../data/GoldAnnotationStatsCalculator.java        |     254 +
 .../ctakes/relationextractor/data/Splitter.java    |     130 +
 .../ctakes/relationextractor/data/Stats.java       |     145 +
 .../data/analysis/EventAndEntityViewer.java        |      93 +
 .../data/analysis/GoldRelationViewer.java          |     177 +
 .../relationextractor/data/analysis/Utils.java     |     119 +
 .../relationextractor/eval/CopyFromGold.java       |      73 +
 .../ctakes/relationextractor/eval/CorpusXMI.java   |     153 +
 .../ctakes/relationextractor/eval/DeepPheXMI.java  |     391 +
 .../eval/ModifierExtractorEvaluation.java          |     204 +
 .../relationextractor/eval/ParameterSettings.java  |      85 +
 .../eval/PrintRelationStatistics.java              |      98 +
 .../eval/RelationEvaluation_ImplBase.java          |     105 +
 .../eval/RelationExtractorEvaluation.java          |    1107 +
 .../ctakes/relationextractor/eval/SHARPXMI.java    |     343 +
 .../ctakes/relationextractor/eval/XMIReader.java   |      93 +
 .../relationextractor/knowtator/ArgumentInfo.java  |      45 +
 .../relationextractor/knowtator/RelationInfo.java  |     100 +
 .../ctakes/relationextractor/knowtator/Span.java   |      62 +
 .../relationextractor/knowtator/XMLReader.java     |     181 +
 .../AnatomicalSiteListExtractorPipeline.java       |     183 +
 .../metastasis/MetastasisAnaforaXMLReader.java     |     213 +
 .../MetastasisXmiGenerationPipeline.java           |     166 +
 .../pipelines/RelationAnnotationViewer.java        |     121 +
 .../pipelines/RelationExtractorConsumer.java       |     104 +
 .../pipelines/RelationExtractorPipeline.java       |      89 +
 .../RelationExtractorPipelineSingleCas.java        |      77 +
 .../pipelines/RelationExtractorTrain.java          |     220 +
 .../SelectiveRelationAnnotationViewer.java         |     222 +
 .../pipelines/TreeFeatureConsumer.java             |     247 +
 .../ae/NamedEntityFeaturesExtractorTest.java       |      60 +
 .../ae/RelationExtractorAnnotatorsTest.java        |     124 +
 .../launch/UIMA_CPE--relation-extractor.launch     |      14 +
 .../launch/UIMA_CVD--relation-extractor.launch     |      14 +
 .../pipeline/DefaultRelationPipeline.piper         |       7 +
 .../extractor/pipeline/RelationSubPipe.piper       |      10 +
 .../pipeline/SectionedRelationPipeline.piper       |       7 +
 .../pipeline/TsDefaultRelationPipeline.piper       |       7 +
 .../extractor/pipeline/TsRelationSubPipe.piper     |      10 +
 .../pipeline/TsSectionedRelationPipeline.piper     |       7 +
 ctakes-side-effect/LICENSE                         |     202 +
 ctakes-side-effect/README                          |      19 +
 .../desc/analysis_engine/AdjP2LookupWindow.xml     |     113 +
 .../DictionaryLookupAnnotator_sideEffect.xml       |     265 +
 .../DictionaryLookupAnnotator_sideEffectUMLS.xml   |     342 +
 .../LookupWindowAnnotator_sideEffect.xml           |      88 +
 .../desc/analysis_engine/PSESentenceAnnotator.xml  |      62 +
 .../SESentenceClassifierAnnotator.xml              |      61 +
 .../analysis_engine/SESentenceFeatureAnnotator.xml |      63 +
 .../analysis_engine/SideEffectAggregateTAE.xml     |     125 +
 .../SideEffectAggregateTAE_UMLS.xml                |     125 +
 .../SideEffectAggregate_CDA_TAE.xml                |     187 +
 .../SideEffectAggregate_CDA_TAE_UMLS.xml           |     187 +
 .../desc/analysis_engine/SideEffectAnnotator.xml   |     256 +
 .../SideEffectSentenceAggregateTAE.xml             |     139 +
 .../SideEffectSentenceAggregateTAE_UMLS.xml        |     139 +
 .../SideEffectSentenceAggregate_CDA_TAE.xml        |     213 +
 .../SideEffectSentenceAggregate_CDA_TAE_UMLS.xml   |     213 +
 .../desc/analysis_engine/VG2LookupWindow.xml       |     112 +
 .../desc/cas_consumer/SideEffectCasConsumer.xml    |      69 +
 .../cas_consumer/SideEffectSentenceCasConsumer.xml |      71 +
 .../collection_processing_engine/SideEffectCPE.xml |      98 +
 .../SideEffectSentenceCPE.xml                      |      78 +
 .../SideEffectSentence_CDA_CPE.xml                 |      78 +
 .../SideEffect_CDA_CPE.xml                         |      98 +
 ctakes-side-effect/pom.xml                         |      73 +
 .../ctakes/sideeffect/ae/PSESentenceAnnotator.java |     130 +
 .../ae/SESentenceClassifierAnnotator.java          |     136 +
 .../sideeffect/ae/SESentenceFeatureAnnotator.java  |     305 +
 .../ctakes/sideeffect/ae/SideEffectAnnotator.java  |     858 +
 .../sideeffect/cc/SideEffectCasConsumer.java       |     126 +
 .../cc/SideEffectSentenceCasConsumer.java          |     103 +
 .../ctakes/sideeffect/util/PatternMatch.java       |     141 +
 .../org/apache/ctakes/sideeffect/util/SEUtil.java  |     410 +
 .../org/apache/ctakes/side/effect/sample_note.txt  |      14 +
 .../apache/ctakes/side/effect/types/TypeSystem.xml |      80 +
 .../effect/launch/UIMA Run CPE (SideEffect).launch |      21 +
 ctakes-smoking-status/LICENSE                      |     202 +
 ctakes-smoking-status/README                       |     284 +
 .../ArtificialSentenceAnnotator.xml                |      94 +
 .../ClassifiableEntriesAnnotator.xml               |     167 +
 .../analysis_engine/ExternalBaseAggregateTAE.xml   |      70 +
 .../ExternalBaseAggregateTAE_CDA.xml               |      92 +
 .../KuRuleBasedClassifierAnnotator.xml             |     106 +
 .../NonsmokerDictionaryLookupAnnotator.xml         |     102 +
 .../PcsClassifierAnnotator_libsvm.xml              |     136 +
 .../ProductionPostSentenceAggregate_step1.xml      |      66 +
 ...roductionPostSentenceAggregate_step2_libsvm.xml |      73 +
 .../desc/analysis_engine/ResolutionAnnotator.xml   |      79 +
 .../desc/analysis_engine/Sentence.xml              |      46 +
 .../desc/analysis_engine/SentenceAdjuster.xml      |     111 +
 .../analysis_engine/SimulatedProdSmokingTAE.xml    |      70 +
 .../SimulatedProdSmokingTAE_CDA.xml                |      89 +
 .../SmokingStatusDictionaryLookupAnnotator.xml     |     118 +
 .../cas_consumer/RecordResolutionCasConsumer.xml   |     103 +
 .../Sample_SmokingStatus_output_cda.xml            |      89 +
 .../Sample_SmokingStatus_output_flatfile.xml       |      83 +
 ctakes-smoking-status/metadata/PEAR.properties     |      22 +
 ctakes-smoking-status/metadata/install.xml         |      47 +
 ctakes-smoking-status/metadata/setenv.txt          |      22 +
 ctakes-smoking-status/pom.xml                      |      73 +
 .../org/apache/ctakes/smokingstatus/Const.java     |      38 +
 .../smokingstatus/MLutil/GenerateTrainingData.java |     242 +
 .../smokingstatus/ae/ClassifiableEntries.java      |     657 +
 .../ae/KuRuleBasedClassifierAnnotator.java         |     162 +
 .../ctakes/smokingstatus/ae/PcsClassifier.java     |     265 +
 .../ae/PcsClassifierAnnotator_libsvm.java          |     236 +
 .../smokingstatus/ae/ResolutionAnnotator.java      |     262 +
 .../ctakes/smokingstatus/ae/SentenceAdjuster.java  |     245 +
 .../cc/RecordResolutionCasConsumer.java            |     202 +
 .../context/NamedEntityContextAnalyzer.java        |     121 +
 .../context/negation/NegationContextAnalyzer.java  |      59 +
 .../ae/NonSmokerNamedEntityLookupConsumerImpl.java |     101 +
 .../ae/SmokerNamedEntityLookupConsumerImpl.java    |     100 +
 ...UnknownSmokerNamedEntityLookupConsumerImpl.java |      99 +
 .../ctakes/smokingstatus/machine/NegationFSM.java  |     435 +
 .../patientLevel/PatientLevelSmokingStatus.java    |     315 +
 .../smokingstatus/util/ClassifiableEntry.java      |      28 +
 .../ctakes/smokingstatus/util/TruthValue.java      |      27 +
 .../ArtificialSentenceAnnotator.xml                |      94 +
 .../KuRuleBasedClassifierAnnotator.xml             |     106 +
 .../PcsClassifierAnnotator_libsvm.xml              |     136 +
 .../ProductionPostSentenceAggregate_step1.xml      |      66 +
 ...roductionPostSentenceAggregate_step2_libsvm.xml |      72 +
 .../status/analysis_engine/SentenceAdjuster.xml    |     111 +
 .../SmokingStatusDictionaryLookupAnnotator.xml     |     118 +
 .../smoking/status/test/cda/testpatient_cn_1.xml   |      23 +
 .../status/test/doc1_07543210_sample_current.txt   |       2 +
 .../test/doc1_07543210_sample_past_smoker.txt      |      15 +
 .../status/test/doc1_07543210_sample_unknown.txt   |     105 +
 .../status/test/doc2_07543210_sample_current.txt   |     119 +
 .../test/doc2_07543210_sample_past_smoker.txt      |      32 +
 .../status/test/output/record_resolution.txt       |       5 +
 .../ctakes/smoking/status/types/TypeSystem.xml     |     190 +
 ...IMA CAS Visual Debugger (Smoking Status).launch |      13 +
 .../launch/UIMA CPE GUI (SmokingStatus).launch     |      31 +
 .../launch/UIMA_CPE_GUI--Smokin_Status.launch      |      15 +
 .../analysis_engine/AggregateTemplateFiller.xml    |      78 +
 ...RelationExtractorAggregateWithoutOrangeBook.xml |     482 +
 .../analysis_engine/TemplateFillerAnnotator.xml    |      44 +
 ctakes-template-filler/pom.xml                     |      42 +
 .../filler/ae/TemplateFillerAnnotator.java         |     376 +
 ctakes-temporal/LICENSE                            |     202 +
 .../analysis_engine/TemporalAggregatePipeline.xml  |   50688 +
 ctakes-temporal/pom.xml                            |     145 +
 .../ctakes/temporal/ae/BackwardsTimeAnnotator.java |     272 +
 .../ctakes/temporal/ae/CRFTimeAnnotator.java       |     251 +
 .../temporal/ae/ClearTKDocTimeRelAnnotator.java    |      87 +
 .../ae/ClearTKDocumentCreationTimeAnnotator.java   |      58 +
 .../ae/ClearTKLinkToTHYMELinkAnnotator.java        |      94 +
 ...cutiveSentencesEventEventRelationAnnotator.java |     281 +
 ...ecutiveSentencesEventTimeRelationAnnotator.java |     213 +
 .../ae/ConstituencyBasedTimeAnnotator.java         |     315 +
 .../temporal/ae/ContextualModalityAnnotator.java   |     126 +
 .../ae/CrossSentenceTemporalRelationAnnotator.java |     116 +
 .../temporal/ae/DeepPheAnaforaXMLReader.java       |     298 +
 .../ctakes/temporal/ae/DocTimeApproximator.java    |     108 +
 .../ctakes/temporal/ae/DocTimeRelAnnotator.java    |     268 +
 .../temporal/ae/DocTimeRelBertRestAnnotator.java   |     147 +
 .../temporal/ae/DocTimeRelWithTreeAnnotator.java   |     171 +
 .../temporal/ae/EventAdmissionTimeAnnotator.java   |     306 +
 .../apache/ctakes/temporal/ae/EventAnnotator.java  |     413 +
 .../temporal/ae/EventDischargeTimeAnnotator.java   |     284 +
 .../ctakes/temporal/ae/EventEventCNNAnnotator.java |     394 +
 .../ae/EventEventCRFRelationAnnotator.java         |     315 +
 .../ae/EventEventI2B2RelationAnnotator.java        |     306 +
 .../temporal/ae/EventEventRelationAnnotator.java   |     361 +
 .../EventEventRelationGoldContainerAnnotator.java  |     338 +
 .../ae/EventEventRelationSeedBasedAnnotator.java   |     323 +
 .../ctakes/temporal/ae/EventTimeCNNAnnotator.java  |     354 +
 .../ae/EventTimeI2B2RelationAnnotator.java         |     258 +
 .../temporal/ae/EventTimeRelationAnnotator.java    |     265 +
 .../ae/EventTimeSelfRelationAnnotator.java         |     294 +
 .../temporal/ae/EventToClearTKEventAnnotator.java  |      70 +
 .../ctakes/temporal/ae/I2B2TemporalXMLReader.java  |     176 +
 .../ctakes/temporal/ae/MetaTimeAnnotator.java      |     246 +
 .../temporal/ae/NEPredicateEventAnnotator.java     |     122 +
 .../ae/NeuralEventTimeSelfRelationAnnotator.java   |     291 +
 .../ctakes/temporal/ae/SimpleMedDatesFinder.java   |     439 +
 .../ctakes/temporal/ae/THYMEAnaforaXMLReader.java  |     465 +
 .../temporal/ae/THYMEKnowtatorXMLReader.java       |     129 +
 .../temporal/ae/THYMEQAAnaforaXMLReader.java       |     346 +
 .../ctakes/temporal/ae/THYMETreebankReader.java    |     325 +
 .../temporal/ae/TemporalBertRestAnnotator.java     |     160 +
 .../ae/TemporalEntityAnnotator_ImplBase.java       |      42 +
 .../ae/TemporalRelationExtractorAnnotator.java     |     402 +
 .../temporal/ae/TemporalRelationRuleAnnotator.java |     250 +
 .../ae/TemporalSequenceAnnotator_ImplBase.java     |      42 +
 .../temporal/ae/ThymePatientViewAnnotator.java     |      87 +
 .../apache/ctakes/temporal/ae/TimeAnnotator.java   |     328 +
 .../temporal/ae/TimexAdmissionTimeAnnotator.java   |     258 +
 .../temporal/ae/TimexDischargeTimeAnnotator.java   |     255 +
 .../temporal/ae/TimexToClearTKTimexAnnotator.java  |      47 +
 .../ae/WithinSentenceBeforeRelationAnnotator.java  |     159 +
 .../F1BaselineEventTimeRelationAnnotator.java      |     125 +
 ...recisionBaselineEventTimeRelationAnnotator.java |     123 +
 .../RecallBaselineEventEventRelationAnnotator.java |      97 +
 .../RecallBaselineEventTimeRelationAnnotator.java  |     111 +
 .../TimidBaselineEventTimeRelationAnnotator.java   |     105 +
 .../temporal/ae/baselines/TreeHeightBaseline.java  |     117 +
 .../feature/CheckSpecialWordRelationExtractor.java |     169 +
 .../temporal/ae/feature/ChunkingExtractor.java     |      58 +
 .../temporal/ae/feature/ClosestVerbExtractor.java  |      88 +
 .../ConjunctionRelationFeaturesExtractor.java      |      62 +
 .../ae/feature/ContinuousTextExtractor.java        |      63 +
 .../ae/feature/CoordinateFeaturesExtractor.java    |      68 +
 .../ae/feature/CoveredTextToValuesExtractor.java   |     122 +
 .../ae/feature/DateAndMeasurementExtractor.java    |      94 +
 .../ae/feature/DependencyFeatureExtractor.java     |      88 +
 .../temporal/ae/feature/DependencyParseUtils.java  |     179 +
 .../feature/DependencyPathFeaturesExtractor.java   |      54 +
 .../ae/feature/DependingVerbsFeatureExtractor.java |      97 +
 .../DeterminerRelationFeaturesExtractor.java       |      63 +
 .../ae/feature/DocTimeRelFeatureExtractor.java     |      53 +
 .../ae/feature/EmptyFeaturesExtractor.java         |      19 +
 .../ae/feature/EventArgumentPropertyExtractor.java |     111 +
 .../ae/feature/EventPositionFeatureExtractor.java  |     145 +
 .../EventPositionRelationFeaturesExtractor.java    |     141 +
 .../ae/feature/EventPropertyExtractor.java         |     234 +
 .../feature/EventTimeRelationFeatureExtractor.java |     137 +
 .../EventTimeRelationsFeaturesExtractor.java       |      69 +
 .../ae/feature/FramesetCategoryExtractor.java      |      71 +
 .../IdentifiedAnnotationFeatureExtractor.java      |     144 +
 .../temporal/ae/feature/ListFeaturesExtractor.java |     148 +
 .../ae/feature/MultiTokenFeaturesExtractor.java    |     182 +
 .../feature/NearbyVerbTenseRelationExtractor.java  |      95 +
 .../ae/feature/NearbyVerbTenseXExtractor.java      |      80 +
 .../ae/feature/NearestFlagFeatureExtractor.java    |     116 +
 .../NoOtherETPuntInBetweenFeaturesExtractor.java   |      49 +
 ...umberOfEventTimeBetweenCandidatesExtractor.java |     110 +
 .../NumberOfEventsInTheSameSentenceExtractor.java  |     122 +
 .../feature/OverlappedHeadFeaturesExtractor.java   |      87 +
 .../temporal/ae/feature/ParseFeatureExtractor.java |      72 +
 .../ae/feature/ParseSpanFeatureExtractor.java      |      80 +
 .../ae/feature/PredicateArgumentExtractor.java     |      73 +
 .../feature/RelationEmbeddingFeatureExtractor.java |     200 +
 ...lationSyntacticETEmbeddingFeatureExtractor.java |     202 +
 ...RelationSyntacticEmbeddingFeatureExtractor.java |     262 +
 .../ae/feature/SRLRelationFeaturesExtractor.java   |     102 +
 .../ae/feature/SectionHeaderExtractor.java         |      75 +
 .../ae/feature/SectionHeaderRelationExtractor.java |     105 +
 .../SpecialAnnotationRelationExtractor.java        |     157 +
 .../feature/SyntacticParentFeatureExtractor.java   |      53 +
 .../feature/TemporalAttributeFeatureExtractor.java |      68 +
 .../TemporalAttributeForMixEventTimeExtractor.java |      71 +
 .../ae/feature/TemporalPETFlatExtractor.java       |     175 +
 .../temporal/ae/feature/TimeWordTypeExtractor.java |      75 +
 .../ctakes/temporal/ae/feature/TimeXExtractor.java |     168 +
 .../TimeXPropertyRelationFeaturesExtractor.java    |      85 +
 .../ae/feature/TimeXRelationFeaturesExtractor.java |     114 +
 .../ae/feature/TokenPropertyFeaturesExtractor.java |     126 +
 .../feature/UMLSBasedTokenFeaturesExtractor.java   |     125 +
 .../temporal/ae/feature/UmlsFeatureExtractor.java  |     111 +
 .../ae/feature/UmlsSingleFeatureExtractor.java     |      90 +
 .../feature/UnexpandedTokenFeaturesExtractor.java  |      88 +
 .../DurationDistributionFeatureExtractor.java      |      65 +
 .../DurationEventEventFeatureExtractor.java        |      79 +
 .../DurationEventTimeFeatureExtractor.java         |      76 +
 .../DurationExpectationFeatureExtractor.java       |      87 +
 .../duration/DurationTimeUnitFeatureExtractor.java |      71 +
 .../selection/BinaryAlphaFeatureSelection.java     |     255 +
 .../ae/feature/selection/Chi2FeatureSelection.java |     273 +
 .../ae/feature/selection/FeatureSelection.java     |      82 +
 .../MutualInformationFeatureSelection.java         |     285 +
 .../selection/OddsRatioFeatureSelection.java       |     211 +
 .../selection/ZscoreNormalizationExtractor.java    |     203 +
 .../treekernel/DependencySingleTreeExtractor.java  |     118 +
 .../EventTimeFlatTreeFeatureExtractor.java         |     112 +
 .../treekernel/SyntaticSingleTreeExtractor.java    |      76 +
 .../ae/feature/treekernel/TemporalFTExtractor.java |     105 +
 .../feature/treekernel/TemporalPETExtractor.java   |     160 +
 .../feature/treekernel/TemporalPathExtractor.java  |      94 +
 .../ctakes/temporal/cc/SimpleMedDatesPrinter.java  |      82 +
 .../concurrent/ThreadSafeBackTimeAnnotator.java    |     128 +
 .../concurrent/ThreadSafeDocTimeRelAnnotator.java  |     113 +
 .../concurrent/ThreadSafeEventAnnotator.java       |     122 +
 .../ThreadSafeEventEventRelAnnotator.java          |     120 +
 .../ThreadSafeEventTimeRelAnnotator.java           |     119 +
 .../data/analysis/CompareFeatureStructures.java    |     314 +
 .../analysis/EventContextAnalysisPipeline.java     |     208 +
 .../data/analysis/EventPrinterPipeline.java        |     226 +
 .../ExtractDoctimerelPairProbabilities.java        |      84 +
 .../temporal/data/analysis/GoldRelationViewer.java |     164 +
 .../analysis/PrintFailedTimeNormalizations.java    |     112 +
 .../analysis/PrintInconsistentAnnotations.java     |     186 +
 .../data/analysis/PrintNonrelatedEvents.java       |      94 +
 .../PrintNormalizedTemporalExpressions.java        |      68 +
 .../analysis/RelationContextViewerPipeline.java    |     217 +
 .../analysis/TimexTreeAlignmentStatistics.java     |     124 +
 .../duration/EventDurationDistribution.java        |     305 +
 .../duration/EventEventDurationStatistics.java     |     158 +
 .../duration/EventTimeDurationStatistics.java      |     169 +
 .../ExtractDurationsUsingContainsRelation.java     |     203 +
 .../PreserveCertainEventEventRelationsInGold.java  |      99 +
 .../PreserveCertainEventTimeRelationsInGold.java   |     115 +
 .../duration/PreserveCertainEventsInGold.java      |      70 +
 .../PreserveUMLSEventEventRelationsInGold.java     |     111 +
 .../PreserveUMLSEventTimeRelationsInGold.java      |     115 +
 .../org/apache/ctakes/temporal/duration/Utils.java |     505 +
 .../apache/ctakes/temporal/eval/CommandLine.java   |      51 +
 .../eval/EvaluationOfAnnotationSpans_ImplBase.java |     252 +
 .../eval/EvaluationOfBothEEAndETRelations.java     |    1126 +
 .../eval/EvaluationOfClearTKEventProperties.java   |     238 +
 .../eval/EvaluationOfClearTKEventSpans.java        |     112 +
 .../eval/EvaluationOfClearTKRelations.java         |     199 +
 .../eval/EvaluationOfClearTKTimeSpans.java         |     111 +
 .../eval/EvaluationOfEventDocTimeRelDeepPhe.java   |     526 +
 .../eval/EvaluationOfEventEventCRFRelations.java   |    1147 +
 .../EvaluationOfEventEventDeepPheRelations.java    |    1154 +
 ...valuationOfEventEventHybridModelsRelations.java |    1200 +
 .../eval/EvaluationOfEventEventRelations.java      |     224 +
 .../eval/EvaluationOfEventEventThymeRelations.java |    1251 +
 .../temporal/eval/EvaluationOfEventProperties.java |     362 +
 .../eval/EvaluationOfEventPropertiesTk.java        |     348 +
 .../temporal/eval/EvaluationOfEventSpans.java      |     172 +
 .../EvaluationOfEventTimeDeepPheRelations.java     |    1159 +
 .../eval/EvaluationOfEventTimeRelations.java       |    1497 +
 .../eval/EvaluationOfI2B2TemporalRelations.java    |    1058 +
 .../EvaluationOfMetaTimeExpressionExtractor.java   |     239 +
 .../eval/EvaluationOfNEPredicateEventSpans.java    |     112 +
 .../eval/EvaluationOfSelfEventTimeRelations.java   |     992 +
 .../EvaluationOfTemporalRelations_ImplBase.java    |     280 +
 .../temporal/eval/EvaluationOfTimeSpans.java       |     313 +
 .../ctakes/temporal/eval/Evaluation_ImplBase.java  |    1412 +
 .../org/apache/ctakes/temporal/eval/I2B2Data.java  |      91 +
 .../NeuralEventEventRelationsCNNEvaluation.java    |     783 +
 .../NeuralEventTimeRelationsCNNEvaluation.java     |    1408 +
 .../eval/NeuralEventTimeRelationsEvaluation.java   |    1408 +
 .../ctakes/temporal/eval/PrintRelations.java       |     125 +
 .../temporal/eval/RemoveTreeAlignedMentions.java   |      75 +
 .../org/apache/ctakes/temporal/eval/THYMEData.java |      95 +
 .../keras/KerasStringFeatureDataWriter.java        |      29 +
 .../keras/KerasStringOutcomeClassifier.java        |      29 +
 .../keras/KerasStringOutcomeClassifierBuilder.java |      87 +
 .../keras/KerasStringOutcomeDataWriter.java        |      38 +
 .../keras/ScriptStringFeatureDataWriter.java       |      65 +
 .../keras/ScriptStringOutcomeClassifier.java       |     123 +
 .../ScriptStringOutcomeClassifierBuilder.java      |     103 +
 .../keras/ScriptStringOutcomeDataWriter.java       |      54 +
 .../nn/ae/EventEventPosBasedAnnotator.java         |     234 +
 .../nn/ae/EventEventPositionBasedAnnotator.java    |     234 +
 .../nn/ae/EventEventTokenAndBIOBasedAnnotator.java |     237 +
 .../nn/ae/EventEventTokenAndPosBasedAnnotator.java |     237 +
 .../nn/ae/EventEventTokenBasedAnnotator.java       |     431 +
 .../temporal/nn/ae/EventTimePosBasedAnnotator.java |     196 +
 .../nn/ae/EventTimePositionBasedAnnotator.java     |     196 +
 .../nn/ae/EventTimeTokenAndBIOBasedAnnotator.java  |     300 +
 .../nn/ae/EventTimeTokenAndPosBasedAnnotator.java  |     300 +
 .../nn/ae/EventTimeTokenBasedAnnotator.java        |     419 +
 .../nn/ae/JointRelationTokenBasedAnnotator.java    |     522 +
 .../temporal/nn/ae/WindowBasedAnnotator.java       |     335 +
 .../temporal/nn/data/ArgContextProvider.java       |     461 +
 .../ctakes/temporal/nn/data/DtrRelPrinter.java     |     217 +
 .../nn/data/EventEventAllPairRelPrinter.java       |     278 +
 .../nn/data/EventEventRelPositionPrinter.java      |     211 +
 .../temporal/nn/data/EventEventRelPrinter.java     |     220 +
 .../nn/data/EventTimeRelPositionPrinter.java       |     232 +
 .../temporal/nn/data/EventTimeRelPrinter.java      |     232 +
 .../ctakes/temporal/nn/data/GoldEventPrinter.java  |     206 +
 .../nn/data/GoldEventPrinterWithLabels.java        |     209 +
 .../eval/EvaluationOfNeuralEEAndETRelations.java   |    1108 +
 .../nn/eval/EvaluationOfNeuralJointRelations.java  |     871 +
 .../nn/eval/EventEventNeuralEvaluation.java        |     748 +
 .../nn/eval/EventTimeNeuralEvaluation.java         |     998 +
 .../pipelines/EventAndTimeExtractionPipeline.java  |      80 +
 .../pipelines/EventExtractionPipeline.java         |      74 +
 .../temporal/pipelines/EventPrintingPipeline.java  |      98 +
 .../pipelines/FullTemporalExtractionPipeline.java  |     147 +
 .../TemporalExtractionPipeline_ImplBase.java       |     114 +
 .../temporal/pipelines/TimeExtractionPipeline.java |      67 +
 .../temporal/utils/AnnotationIdCollection.java     |     180 +
 .../apache/ctakes/temporal/utils/CalendarUtil.java |     261 +
 .../temporal/utils/CheckKnowtatorAnnotations.java  |     104 +
 .../ctakes/temporal/utils/PatientViewsUtil.java    |      83 +
 .../temporal/utils/RunCorpusDiagnostics.java       |     126 +
 .../apache/ctakes/temporal/utils/SMOTEplus.java    |     149 +
 .../apache/ctakes/temporal/utils/SoftMaxUtil.java  |      45 +
 .../ctakes/temporal/utils/TLinkTypeArray2.java     |     497 +
 .../temporal/utils/TimeRelationConstants.java      |      35 +
 .../apache/ctakes/temporal/utils/TlinkType.java    |     279 +
 .../apache/ctakes/temporal/utils/TlinkTypeSet.java |     127 +
 .../temporal/utils/TokenPreprocForWord2Vec.java    |      40 +
 .../org/apache/ctakes/temporal/TimeLexicon.csv     |     273 +
 .../apache/ctakes/temporal/badEEContainNotes.txt   |     154 +
 .../org/apache/ctakes/temporal/gloveresult_3       |  187793 +++
 .../org/apache/ctakes/temporal/mimic_vectors.txt   |   36361 +
 .../temporal/propbank_noneventive_framesets.txt    |      75 +
 .../ctakes/temporal/section/DefaultMedSections.txt |      16 +
 .../ctakes/temporal/section/ccda_sections.txt      |      12 +
 .../ctakes/temporal/thyme_word2vec_mapped_50.vec   |   16771 +
 .../org/apache/ctakes/temporal/time_word_types.txt |     504 +
 .../org/apache/ctakes/temporal/timenorm.en.grammar |     532 +
 .../temporal/ae/BackwardsTimeAnnotatorTest.java    |      87 +
 .../ae/ContextualModalityAnnotatorTest.java        |     107 +
 .../temporal/ae/DocTimeRelAnnotatorTest.java       |     139 +
 .../ctakes/temporal/ae/EventAnnotatorTest.java     |      89 +
 .../ae/EventEventRelationAnnotatorTest.java        |     117 +
 .../ae/EventTimeRelationAnnotatorTest.java         |     117 +
 .../ctakes/temporal/ae/TemporalTest_ImplBase.java  |      26 +
 .../pipeline/DefaultRelationTemporalPipeline.piper |       8 +
 .../pipeline/DefaultTemporalPipeline.piper         |       7 +
 .../SectionedRelationTemporalPipeline.piper        |       8 +
 .../pipeline/SectionedTemporalPipeline.piper       |       8 +
 .../ctakes/temporal/pipeline/TemporalSubPipe.piper |      19 +
 .../TsDefaultRelationTemporalPipeline.piper        |       8 +
 .../pipeline/TsDefaultTemporalPipeline.piper       |       7 +
 .../TsSectionedRelationTemporalPipeline.piper      |       8 +
 .../pipeline/TsSectionedTemporalPipeline.piper     |       8 +
 .../temporal/pipeline/TsTemporalSubPipe.piper      |      19 +
 .../ctakes/temporal/scripts/keras/classify.sh      |      11 +
 .../ctakes/temporal/scripts/keras/cleartk_io.py    |     170 +
 .../ctakes/temporal/scripts/keras/dataset.py       |     154 +
 .../ctakes/temporal/scripts/keras/dima-predict.py  |      76 +
 .../scripts/keras/et_RCNN_train-and-package.py     |     152 +
 .../ctakes/temporal/scripts/keras/et_cleartk_io.py |     207 +
 .../scripts/keras/et_dimaCNN_train-and-package.py  |     117 +
 .../temporal/scripts/keras/et_neural_testCNN.py    |      88 +
 .../scripts/keras/et_neural_train-and-package.py   |      98 +
 .../keras/et_resnet_func2_train-and-package.py     |     149 +
 .../ctakes/temporal/scripts/keras/keras-predict.py |      64 +
 .../ctakes/temporal/scripts/keras/nn_models.py     |     121 +
 .../ctakes/temporal/scripts/keras/rCNN-predict.py  |     112 +
 .../apache/ctakes/temporal/scripts/keras/reqs.txt  |      10 +
 .../temporal/scripts/keras/resnet-predict.py       |      76 +
 .../apache/ctakes/temporal/scripts/keras/train.sh  |      11 +
 .../ctakes/temporal/scripts/nn-joint/classify.sh   |      12 +
 .../ctakes/temporal/scripts/nn-joint/train.sh      |       8 +
 .../apache/ctakes/temporal/scripts/nn/classify.sh  |       7 +
 .../ctakes/temporal/scripts/nn/cleartk_io.py       |     170 +
 .../ctakes/temporal/scripts/nn/cnn_classify.py     |      70 +
 .../temporal/scripts/nn/cnn_classify_hybrid.py     |      87 +
 .../temporal/scripts/nn/cnn_classify_position.py   |     103 +
 .../apache/ctakes/temporal/scripts/nn/cnn_train.py |      95 +
 .../ctakes/temporal/scripts/nn/cnn_train_hybrid.py |     115 +
 .../temporal/scripts/nn/cnn_train_position.py      |     116 +
 .../apache/ctakes/temporal/scripts/nn/dataset.py   |      77 +
 .../ctakes/temporal/scripts/nn/dataset_hybrid.py   |      95 +
 .../ctakes/temporal/scripts/nn/dataset_position.py |     112 +
 .../ctakes/temporal/scripts/nn/et_cleartk_io.py    |     207 +
 .../ctakes/temporal/scripts/nn/lstm_classify.py    |      63 +
 .../temporal/scripts/nn/lstm_classify_hybrid.py    |      81 +
 .../ctakes/temporal/scripts/nn/lstm_train.py       |      75 +
 .../temporal/scripts/nn/lstm_train_hybrid.py       |      99 +
 .../apache/ctakes/temporal/scripts/nn/nn_models.py |     121 +
 .../org/apache/ctakes/temporal/scripts/nn/reqs.txt |      10 +
 .../org/apache/ctakes/temporal/scripts/nn/train.sh |       7 +
 ctakes-tiny-rest/pom.xml                           |      62 +
 .../org/apache/ctakes/rest/filter/CORSFilter.java  |      30 +
 .../ctakes/rest/service/RestPipelineRunner.java    |      97 +
 .../apache/ctakes/rest/service/TinyController.java |      86 +
 .../rest/service/response/CuiListFormatter.java    |      31 +
 .../rest/service/response/FhirJsonFormatter.java   |      43 +
 .../service/response/PrettyPrintFormatter.java     |      60 +
 .../service/response/PropertyListFormatter.java    |      60 +
 .../rest/service/response/ResponseFormatter.java   |      25 +
 .../rest/service/response/UmlsJsonFormatter.java   |     127 +
 .../ctakes/rest/service/response/XmiFormatter.java |      59 +
 .../src/main/webapp/META-INF/MANIFEST.MF           |       3 +
 .../webapp/WEB-INF/ctakes-rest-service-servlet.xml |      16 +
 ctakes-tiny-rest/src/main/webapp/WEB-INF/web.xml   |      24 +
 ctakes-tiny-rest/src/main/webapp/css/index.css     |      33 +
 ctakes-tiny-rest/src/main/webapp/index.jsp         |      29 +
 ctakes-tiny-rest/src/main/webapp/js/app.js         |     128 +
 ctakes-tiny-rest/src/main/webapp/js/jquery.js      |       6 +
 ctakes-type-system/LICENSE                         |     202 +
 ctakes-type-system/META-INF/MANIFEST.MF            |       3 +
 ctakes-type-system/doc/CommonTypeSystem-Full.asta  |     Bin 0 -> 132941 bytes
 ctakes-type-system/doc/CommonTypeSystem.asta       |     Bin 0 -> 71066 bytes
 ctakes-type-system/metadata/install.xml            |      33 +
 ctakes-type-system/pom.xml                         |      46 +
 .../ctakes/typesystem/type/constants/CONST.java    |     227 +
 .../META-INF/org.apache.uima.fit/types.txt         |       9 +
 .../apache/ctakes/typesystem/types/TypeSystem.xml  |    2515 +
 .../typesystem/types/TypeSystemDescription.xsl     |      63 +
 ctakes-utils/LICENSE                               |     202 +
 ctakes-utils/pom.xml                               |      63 +
 .../ctakes/utils/distsem/DistanceMetrics.java      |      51 +
 .../ctakes/utils/distsem/WordEmbeddings.java       |     122 +
 .../apache/ctakes/utils/distsem/WordVector.java    |      35 +
 .../ctakes/utils/distsem/WordVectorReader.java     |      43 +
 .../ctakes/utils/env/EnvironmentVariable.java      |      77 +
 .../org/apache/ctakes/utils/kernel/Kernel.java     |      49 +
 .../apache/ctakes/utils/kernel/LinearKernel.java   |      29 +
 .../org/apache/ctakes/utils/kernel/PolyKernel.java |      96 +
 .../org/apache/ctakes/utils/kernel/RBFKernel.java  |      58 +
 .../org/apache/ctakes/utils/struct/CounterMap.java |      58 +
 .../apache/ctakes/utils/struct/CounterTreeMap.java |      61 +
 .../org/apache/ctakes/utils/test/TestUtil.java     |     223 +
 .../apache/ctakes/utils/tree/FragmentUtils.java    |      55 +
 .../org/apache/ctakes/utils/tree/SimpleTree.java   |     161 +
 .../apache/ctakes/utils/wiki/ApproximateMath.java  |      58 +
 .../ctakes/utils/wiki/ApproximateSimilarity.java   |      44 +
 .../org/apache/ctakes/utils/wiki/SearchResult.java |      34 +
 .../ctakes/utils/wiki/TestCosineSimilarity.java    |      87 +
 .../org/apache/ctakes/utils/wiki/WikiIndex.java    |     401 +
 .../ctakes/utils/xcas_comparison/Compare.java      |      52 +
 .../apache/ctakes/utils/xcas_comparison/Const.java |      62 +
 .../utils/xcas_comparison/ConvertAndCompare.java   |     126 +
 .../utils/xcas_comparison/XcasAnnotation.java      |     248 +
 .../ctakes/utils/xcas_comparison/XcasDiff.java     |     214 +
 .../ctakes/utils/xcas_comparison/XcasFile.java     |     240 +
 .../utils/xcas_comparison/XcasProcessor.java       |     186 +
 .../attributes_to_ignore.properties                |      19 +
 ...rAnnotation (for Apache UIMA and cTAKES).launch |      14 +
 .../scripts/knowtatorTools/copyKnowtatorFiles.bat  |      40 +
 .../scripts/knowtatorTools/createGroupDocs.bat     |      24 +
 .../knowtatorTools/createGroupTransform.bat        |      24 +
 .../knowtatorTools/crtNominateAndTransform.bat     |      88 +
 ctakes-web-rest/README                             |      27 +
 ctakes-web-rest/docker/Default.piper               |      20 +
 ctakes-web-rest/docker/Dockerfile                  |      41 +
 ctakes-web-rest/docker/customDictionary.xml        |      94 +
 ctakes-web-rest/docker/pom.xml                     |    1095 +
 ctakes-web-rest/docker/start_rest.sh               |      16 +
 ctakes-web-rest/pom.xml                            |     294 +
 .../org/apache/ctakes/rest/filter/CORSFilter.java  |      26 +
 .../ctakes/rest/service/CtakesRestController.java  |     128 +
 .../apache/ctakes/rest/service/CuiResponse.java    |      68 +
 .../org/apache/ctakes/rest/util/JCasFormatter.java |     175 +
 .../org/apache/ctakes/rest/util/XMLParser.java     |     237 +
 .../main/resources/META-INF/org.uimafit/types.txt  |       1 +
 .../org/apache/ctakes/assertion/all_cues.txt       |     454 +
 .../org/apache/ctakes/assertion/cue_words.txt      |     454 +
 .../ctakes/assertion/cue_words/conditional.psv     |      13 +
 .../ctakes/assertion/cue_words/hypothetical.psv    |      38 +
 .../assertion/cue_words/negation_cue_class.psv     |     149 +
 .../assertion/cue_words/not_patient_cue_list.psv   |      56 +
 .../ctakes/assertion/cue_words/speculation.psv     |     194 +
 .../org/apache/ctakes/assertion/models/cue.model   |     Bin 0 -> 210763 bytes
 .../apache/ctakes/assertion/models/featureFile11b  |      12 +
 .../org/apache/ctakes/assertion/models/generic.txt |   18227 +
 .../org/apache/ctakes/assertion/models/history.txt |   60639 +
 .../org/apache/ctakes/assertion/models/i2b2.model  |     Bin 0 -> 1291335 bytes
 .../apache/ctakes/assertion/models/polarity.txt    |   27232 +
 .../org/apache/ctakes/assertion/models/pos.model   |     Bin 0 -> 11313619 bytes
 .../org/apache/ctakes/assertion/models/scope.model |     Bin 0 -> 3708431 bytes
 .../ctakes/assertion/models/sharpPolarityFrags.txt |     545 +
 .../assertion/models/sharpUncertaintyFrags.txt     |    1263 +
 .../apache/ctakes/assertion/models/uncertainty.txt |   28375 +
 .../ctakes/assertion/semantic_classes/allergy.txt  |       6 +
 .../assertion/semantic_classes/association.txt     |      14 +
 .../ctakes/assertion/semantic_classes/avoid.txt    |       7 +
 .../ctakes/assertion/semantic_classes/cause.txt    |      41 +
 .../assertion/semantic_classes/certainty.txt       |      12 +
 .../assertion/semantic_classes/change_state.txt    |      33 +
 .../ctakes/assertion/semantic_classes/continue.txt |      14 +
 .../ctakes/assertion/semantic_classes/copular.txt  |      16 +
 .../ctakes/assertion/semantic_classes/decline.txt  |      13 +
 .../assertion/semantic_classes/def_determiner.txt  |       5 +
 .../ctakes/assertion/semantic_classes/deny.txt     |       5 +
 .../assertion/semantic_classes/disappear.txt       |      18 +
 .../ctakes/assertion/semantic_classes/evidence.txt |      43 +
 .../assertion/semantic_classes/exception.txt       |      11 +
 .../assertion/semantic_classes/experience.txt      |      17 +
 .../ctakes/assertion/semantic_classes/fail.txt     |      13 +
 .../ctakes/assertion/semantic_classes/history.txt  |       3 +
 .../semantic_classes/hypothetical_cue_list.txt     |      51 +
 .../ctakes/assertion/semantic_classes/instance.txt |       6 +
 .../ctakes/assertion/semantic_classes/stop.txt     |      63 +
 .../assertion/semantic_classes/uncertainty.txt     |     167 +
 .../apache/ctakes/assertion/types/TypeSystem.xml   |      73 +
 .../ctakes/assertion/zoner/types/TypeSystem.xml    |      66 +
 .../org/apache/ctakes/chunker/models/README        |      24 +
 .../apache/ctakes/chunker/models/chunker-model.zip |     Bin 0 -> 12741542 bytes
 .../constituency/parser/models/sharpacq-1.5.bin    |     Bin 0 -> 11828394 bytes
 .../constituency/parser/models/sharpacq-3.1.bin    |     Bin 0 -> 15171061 bytes
 .../constituency/parser/types/LabeledTree.xml      |      46 +
 .../org/apache/ctakes/core/cc/jdbc/TestBinding.xml |      58 +
 .../eclipse/spellingdictionaryforsourcecode.txt    |      27 +
 .../org/apache/ctakes/core/log4j.properties        |      41 +
 .../apache/ctakes/core/sections/ccda_sections.txt  |      45 +
 .../org/apache/ctakes/core/sentdetect/README       |     110 +
 .../apache/ctakes/core/sentdetect/mayo/sdmed.mod   |    2447 +
 .../ctakes/core/sentdetect/sample_sd_included.mod  |      85 +
 .../apache/ctakes/core/sentdetect/sd-med-model.zip |     Bin 0 -> 569538 bytes
 .../org/apache/ctakes/core/sentdetect/sdmed.mod    |    2447 +
 .../resources/org/apache/ctakes/core/template.xml  |     107 +
 .../org/apache/ctakes/core/tokenizer/README        |      31 +
 .../ctakes/core/tokenizer/hyphenated.README.mayo   |       8 +
 .../apache/ctakes/core/tokenizer/hyphenated.txt    |    3922 +
 .../ctakes/core/tokenizer/hyphenated_sample.txt    |      11 +
 .../coreference/models/anaphoricity.mayo.rbf.model |    2388 +
 .../ctakes/coreference/models/anaphoricity.model   |    1970 +
 .../coreference/models/anaphoricity.rbf.model      |    6874 +
 .../apache/ctakes/coreference/models/coref.model   |    1989 +
 .../org/apache/ctakes/coreference/models/dem.model |     455 +
 .../ctakes/coreference/models/demngramids.txt      |     969 +
 .../org/apache/ctakes/coreference/models/frags.txt |     130 +
 .../ctakes/coreference/models/index_med_5k/_3.fdt  |     Bin 0 -> 139336 bytes
 .../ctakes/coreference/models/index_med_5k/_3.fdx  |     Bin 0 -> 40004 bytes
 .../ctakes/coreference/models/index_med_5k/_3.fnm  |       1 +
 .../ctakes/coreference/models/index_med_5k/_3.frq  |   65876 +
 .../ctakes/coreference/models/index_med_5k/_3.nrm  |       1 +
 .../ctakes/coreference/models/index_med_5k/_3.prx  |  151089 ++
 .../ctakes/coreference/models/index_med_5k/_3.tii  |     Bin 0 -> 24286 bytes
 .../ctakes/coreference/models/index_med_5k/_3.tis  |     Bin 0 -> 1809694 bytes
 .../ctakes/coreference/models/index_med_5k/_3.tvd  |     Bin 0 -> 10004 bytes
 .../ctakes/coreference/models/index_med_5k/_3.tvf  |     Bin 0 -> 20775303 bytes
 .../ctakes/coreference/models/index_med_5k/_3.tvx  |     Bin 0 -> 80004 bytes
 .../coreference/models/index_med_5k/segments.gen   |     Bin 0 -> 20 bytes
 .../coreference/models/index_med_5k/segments_1     |     Bin 0 -> 294 bytes
 .../ctakes/coreference/models/ne.mayo.rbf.model    |    1263 +
 .../apache/ctakes/coreference/models/ne.rbf.model  |    1427 +
 .../ctakes/coreference/models/ngramids.mayo.txt    |    2704 +
 .../apache/ctakes/coreference/models/ngramids.txt  |    4839 +
 .../apache/ctakes/coreference/models/pron.model    |     301 +
 .../coreference/models/pronngramids.mayo.txt       |     575 +
 .../ctakes/coreference/models/pronngramids.txt     |    1120 +
 .../coreference/models/pronoun.mayo.rbf.model      |      40 +
 .../ctakes/coreference/models/pronoun.rbf.model    |      48 +
 .../org/apache/ctakes/coreference/models/stop.txt  |     312 +
 .../ctakes/coreference/types/BinaryRelation.xml    |      50 +
 .../ctakes/coreference/types/BooleanLabeledFS.xml  |      46 +
 .../coreference/types/CollectionRelation.xml       |      46 +
 .../coreference/types/CoreferenceRelation.xml      |      56 +
 .../coreference/types/DiscoveryTechnique.xml       |      46 +
 .../org/apache/ctakes/coreference/types/Pair.xml   |      46 +
 .../coreference/types/PredicateArgRelation.xml     |      37 +
 .../apache/ctakes/coreference/types/Properties.xml |      46 +
 .../apache/ctakes/coreference/types/Relation.xml   |      60 +
 .../ctakes/coreference/types/RelationArgument.xml  |      56 +
 .../apache/ctakes/coreference/types/TypeSystem.xml |     110 +
 .../apache/ctakes/coreference/types/VecInst.xml    |      88 +
 .../dependency/parser/models/dependency/README     |      26 +
 .../parser/models/dependency/mayo-en-dep-1.3.0.jar |     Bin 0 -> 25421526 bytes
 .../dependency/parser/models/lemmatizer/README     |       2 +
 .../parser/models/lemmatizer/dictionary-1.3.1.jar  |     Bin 0 -> 317244 bytes
 .../parser/models/pred/mayo-en-pred-1.3.0.jar      |     Bin 0 -> 460906 bytes
 .../parser/models/role/mayo-en-role-1.3.0.jar      |     Bin 0 -> 1192939 bytes
 .../ctakes/dependency/parser/models/srl/README     |      29 +
 .../parser/models/srl/mayo-en-srl-1.3.0.jar        |     Bin 0 -> 6073584 bytes
 .../lookup/fast/ctakessnorx/ctakessnorx.properties |      17 +
 .../lookup/fast/ctakessnorx/ctakessnorx.script     |     Bin 0 -> 55293173 bytes
 .../dictionary/lookup/fast/customDictionary.xml    |      95 +
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.lck        |     Bin 0 -> 16 bytes
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.properties |       5 +
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.script     | 1348814 +++++++++++++++++
 .../ctakes/drugner/lookup/LookupDesc_DrugNER.xml   |     149 +
 .../ctakes/drugner/tokenizer/hyphen_freq.txt       |    4350 +
 .../org/apache/ctakes/drugner/types/TypeSystem.xml |     313 +
 .../resources/org/apache/ctakes/lvg/2005_lemma.voc |       1 +
 .../resources/org/apache/ctakes/lvg/2005_norm.voc  |       1 +
 .../apache/ctakes/lvg/data/HSqlDb/lvg2008.backup   |     Bin 0 -> 327605 bytes
 .../org/apache/ctakes/lvg/data/HSqlDb/lvg2008.data |     Bin 0 -> 1048576 bytes
 .../ctakes/lvg/data/HSqlDb/lvg2008.properties      |      36 +
 .../apache/ctakes/lvg/data/HSqlDb/lvg2008.script   |    1983 +
 .../org/apache/ctakes/lvg/data/ReadMe.txt          |       9 +
 .../ctakes/lvg/data/Unicode/diacriticMap.data      |      84 +
 .../ctakes/lvg/data/Unicode/ligatureMap.data       |      27 +
 .../ctakes/lvg/data/Unicode/nonStripMap.data       |      62 +
 .../apache/ctakes/lvg/data/Unicode/symbolMap.data  |      99 +
 .../apache/ctakes/lvg/data/Unicode/synonymMap.data |       6 +
 .../apache/ctakes/lvg/data/Unicode/unicodeMap.data |      39 +
 .../apache/ctakes/lvg/data/config/lvg.properties   |      98 +
 .../ctakes/lvg/data/config/lvg.properties.TEMPLATE |      67 +
 .../ctakes/lvg/data/config/lvg.properties.hsql     |      74 +
 .../ctakes/lvg/data/misc/conjunctionWord.data      |     107 +
 .../apache/ctakes/lvg/data/misc/nonInfoWords.data  |       9 +
 .../org/apache/ctakes/lvg/data/misc/removeS.data   |      36 +
 .../org/apache/ctakes/lvg/data/misc/stopWords.data |      14 +
 .../ctakes/lvg/data/misc/symbolSynonyms.data       |       4 +
 .../org/apache/ctakes/lvg/data/rules/dm.rul        |    1036 +
 .../apache/ctakes/lvg/data/rules/exceptionD.data   |     Bin 0 -> 33843 bytes
 .../apache/ctakes/lvg/data/rules/exceptionI.data   |     Bin 0 -> 3516 bytes
 .../org/apache/ctakes/lvg/data/rules/im.rul        |     151 +
 .../org/apache/ctakes/lvg/data/rules/plural.rul    |      36 +
 .../org/apache/ctakes/lvg/data/rules/ruleD.data    |     Bin 0 -> 9862 bytes
 .../org/apache/ctakes/lvg/data/rules/ruleI.data    |     Bin 0 -> 8760 bytes
 .../org/apache/ctakes/lvg/data/rules/trieD.data    |     Bin 0 -> 5662 bytes
 .../org/apache/ctakes/lvg/data/rules/trieI.data    |     Bin 0 -> 5016 bytes
 .../org/apache/ctakes/lvg/data/rules/verbinfl.rul  |      79 +
 .../ctakes/necontexts/desc/NegationAnnotator.xml   |     160 +
 .../lookup/radiology/ExamTitleWords.txt            |      79 +
 .../lookup/radiology/ExamsForPAD.csv               |     192 +
 .../lookup/radiology/LookupDesc_PAD.xml            |      81 +
 .../padtermspotter/lookup/radiology/StopWords.txt  |     370 +
 .../lookup/radiology/pad_anatomical_sites.csv      |      76 +
 .../lookup/radiology/pad_disorders.csv             |      84 +
 .../ctakes/padtermspotter/lvg/2005_lemma.voc       |       1 +
 .../apache/ctakes/padtermspotter/lvg/2005_norm.voc |       1 +
 .../ctakes/padtermspotter/lvg/data/IDB/sample.prp  |     365 +
 .../lvg/data/IDB/system/$db$types.tbl              |     Bin 0 -> 1580 bytes
 .../lvg/data/IDB/system/sample$db$Cols.tbl         |     Bin 0 -> 64117 bytes
 .../lvg/data/IDB/system/sample$db$Indexes.tbl      |     Bin 0 -> 165 bytes
 .../lvg/data/IDB/system/sample$db$Tables.tbl       |     Bin 0 -> 17804 bytes
 .../ctakes/padtermspotter/lvg/data/ReadMe.txt      |       9 +
 .../padtermspotter/lvg/data/config/lvg.properties  |      87 +
 .../lvg/data/config/lvg.properties.windows         |      68 +
 .../lvg/data/misc/conjunctionWord.data             |     107 +
 .../padtermspotter/lvg/data/misc/diacritics.data   |       5 +
 .../padtermspotter/lvg/data/misc/ligatures.data    |       7 +
 .../padtermspotter/lvg/data/misc/nonInfoWords.data |       9 +
 .../padtermspotter/lvg/data/misc/stopWords.data    |      14 +
 .../lvg/data/misc/symbolSynonyms.data              |       4 +
 .../ctakes/padtermspotter/lvg/data/rules/dm.rul    |    1036 +
 .../padtermspotter/lvg/data/rules/exceptionD.data  |     Bin 0 -> 33843 bytes
 .../padtermspotter/lvg/data/rules/exceptionI.data  |     Bin 0 -> 3516 bytes
 .../ctakes/padtermspotter/lvg/data/rules/im.rul    |     151 +
 .../padtermspotter/lvg/data/rules/plural.rul       |      36 +
 .../padtermspotter/lvg/data/rules/ruleD.data       |     Bin 0 -> 9862 bytes
 .../padtermspotter/lvg/data/rules/ruleI.data       |     Bin 0 -> 8760 bytes
 .../padtermspotter/lvg/data/rules/trieD.data       |     Bin 0 -> 5662 bytes
 .../padtermspotter/lvg/data/rules/trieI.data       |     Bin 0 -> 5016 bytes
 .../padtermspotter/lvg/data/rules/verbinfl.rul     |      79 +
 .../padtermspotter/negation/boundaryData.txt       |      23 +
 .../padtermspotter/sentenceDetector/sdmed.mod      |    2983 +
 .../padtermspotter/tokenizer/hyphen_freq.txt       |    4275 +
 .../ctakes/padtermspotter/types/TypeSystem.xml     |     158 +
 .../org/apache/ctakes/postagger/models/README      |      27 +
 .../models/clearnlp/mayo-en-pos-1.3.0.jar          |     Bin 0 -> 8153223 bytes
 .../apache/ctakes/postagger/models/mayo-pos.zip    |     Bin 0 -> 3640880 bytes
 .../ctakes/preprocessor/cda/NotesIIST_RTF.DTD      |    1413 +
 .../preprocessor/tokenizer/hyphenated.README.mayo  |       8 +
 .../ctakes/preprocessor/tokenizer/hyphenated.txt   |    3922 +
 .../preprocessor/tokenizer/hyphenated_sample.txt   |      11 +
 .../ctakes/relationextractor/frags_nolex_args.txt  |     273 +
 .../relationextractor/models/degree_of/model.jar   |     Bin 0 -> 2675443 bytes
 .../relationextractor/models/location_of/model.jar |     Bin 0 -> 2835774 bytes
 .../models/modifier_extractor/model.jar            |     Bin 0 -> 292358 bytes
 .../sideeffect/classifier/libsvm_model_onWholeSet  |     798 +
 .../sideeffect/data/sentenceLevelMetaKeywords.txt  |      21 +
 .../sideeffect/lookup/LookupDesc_sideEffect.xml    |     262 +
 .../lookup/LookupDesc_sideEffectUMLS.xml           |     263 +
 .../sideeffect/lookup/additionalNE_dictionary.csv  |     124 +
 .../sideeffect/lookup/sideEffect_dictionary.txt    |      46 +
 .../apache/ctakes/sideeffect/types/TypeSystem.xml  |      80 +
 .../ArtificialSentenceAnnotator.xml                |      94 +
 .../KuRuleBasedClassifierAnnotator.xml             |      86 +
 .../PcsClassifierAnnotator_libsvm.xml              |     136 +
 .../ProductionPostSentenceAggregate_step1.xml      |      66 +
 ...roductionPostSentenceAggregate_step2_libsvm.xml |      52 +
 .../analysis_engine/SentenceAdjuster.xml           |     111 +
 .../SmokingStatusDictionaryLookupAnnotator.xml     |     118 +
 .../ctakes/smokingstatus/data/KU/keywords.txt      |      21 +
 .../ctakes/smokingstatus/data/KU/unknown_words.txt |       2 +
 .../ctakes/smokingstatus/data/PCS/keywords_PCS.txt |      81 +
 .../smokingstatus/data/PCS/pcs_libsvm-2.91.model   |     129 +
 .../smokingstatus/data/PCS/stopwords_PCS.txt       |       3 +
 .../data/SmokingStatusLookupConfig.xml             |      67 +
 .../smokingstatus/data/context/boundaryData.txt    |      22 +
 .../data/context/negationContradictionWords.txt    |       8 +
 .../ctakes/smokingstatus/data/nonsmoker.dictionary |       4 +
 .../ctakes/smokingstatus/data/smoker.dictionary    |      15 +
 .../ctakes/smokingstatus/types/TypeSystem.xml      |     190 +
 .../temporal/ae/eventevent/20150630/model.jar      |     Bin 0 -> 2341986 bytes
 .../temporal/ae/eventtime/20150629/model.jar       |     Bin 0 -> 2226769 bytes
 .../org/mitre/medfacts/uima/mayo_sections.xml      |     408 +
 .../mitre/medfacts/uima/section_regex.04162012.xml |     641 +
 .../mitre/medfacts/uima/section_regex.06162011.xml |     604 +
 .../org/mitre/medfacts/uima/section_regex.out.xml  |       0
 .../org/mitre/medfacts/uima/section_regex.xml      |     924 +
 .../org/mitre/medfacts/uima/section_regex.xml.bak2 |     646 +
 .../pipers/AdvancedTokenizerPipeline.piper         |      24 +
 .../resources/pipers/AttributeCleartkSubPipe.piper |      19 +
 .../src/main/resources/pipers/ChunkerSubPipe.piper |       5 +
 .../src/main/resources/pipers/CorefSubPipe.piper   |      10 +
 .../src/main/resources/pipers/Default.piper        |      20 +
 .../main/resources/pipers/DictionarySubPipe.piper  |      10 +
 .../src/main/resources/pipers/Full.piper           |      17 +
 .../main/resources/pipers/TemporalSubPipe.piper    |      19 +
 .../pipers/TsAttributeCleartkSubPipe.piper         |      19 +
 .../main/resources/pipers/TsChunkerSubPipe.piper   |       5 +
 .../pipers/TsDefaultTokenizerPipeline.piper        |       5 +
 .../resources/pipers/TsDictionarySubPipe.piper     |      10 +
 .../src/main/webapp/META-INF/MANIFEST.MF           |       3 +
 .../webapp/WEB-INF/ctakes-rest-service-servlet.xml |      16 +
 ctakes-web-rest/src/main/webapp/WEB-INF/web.xml    |      24 +
 ctakes-web-rest/src/main/webapp/index.jsp          |      19 +
 ctakes-web-rest/src/main/webapp/js/app.js          |      23 +
 ctakes-web-rest/src/main/webapp/js/jquery.js       |       6 +
 ctakes-ytex-uima/LICENSE                           |     202 +
 ctakes-ytex-uima/README                            |      14 +
 .../AggregatePlaintextUMLSProcessor.xml            |     278 +
 .../AggregatePlaintextUMLSProcessorMinimal.xml     |     250 +
 .../desc/analysis_engine/DBConsumer.xml            |     168 +
 .../desc/analysis_engine/DateAnnotator.xml         |      54 +
 .../analysis_engine/DictionaryLookupAnnotator.xml  |     156 +
 .../analysis_engine/MetaMapToCTakesAnnotator.xml   |      79 +
 .../analysis_engine/NamedEntityRegexAnnotator.xml  |      54 +
 .../desc/analysis_engine/NegexAnnotator.xml        |      76 +
 .../desc/analysis_engine/SegmentRegexAnnotator.xml |      55 +
 .../SenseDisambiguatorAnnotator.xml                |      71 +
 .../analysis_engine/SentenceDetectorAnnotator.xml  |      80 +
 .../desc/analysis_engine/YTEXPipeline.xml          |     182 +
 .../desc/collection_reader/DBCollectionReader.xml  |     112 +
 ctakes-ytex-uima/desc/cpe/fracture_demo.xml        |      70 +
 ctakes-ytex-uima/desc/cpe/test_plaintext.xml       |      64 +
 ctakes-ytex-uima/pom.xml                           |     297 +
 .../ctakes/ytex/tools/DBAnnotationViewerMain.java  |     931 +
 .../java/org/apache/ctakes/ytex/tools/DBPing.java  |      84 +
 .../org/apache/ctakes/ytex/tools/ExportCAS.java    |     104 +
 .../java/org/apache/ctakes/ytex/tools/RunCPE.java  |     239 +
 .../ctakes/ytex/tools/SetupAuiFirstWord.java       |     330 +
 .../docanalyzer/DBAnnotationViewerDialog.java      |     757 +
 .../ctakes/ytex/uima/ApplicationContextHolder.java |      87 +
 .../ctakes/ytex/uima/DBCollectionReader.java       |     292 +
 .../ctakes/ytex/uima/annotators/DBConsumer.java    |     151 +
 .../ctakes/ytex/uima/annotators/DateAnnotator.java |     105 +
 .../uima/annotators/MetaMapToCTakesAnnotator.java  |     298 +
 .../uima/annotators/NamedEntityRegexAnnotator.java |     147 +
 .../ytex/uima/annotators/NegexAnnotator.java       |     776 +
 .../uima/annotators/SegmentRegexAnnotator.java     |     183 +
 .../annotators/SenseDisambiguatorAnnotator.java    |     228 +
 .../ytex/uima/annotators/SentenceDetector.java     |     483 +
 .../ctakes/ytex/uima/annotators/SentenceSpan.java  |     359 +
 .../apache/ctakes/ytex/uima/dao/DocumentDao.java   |      40 +
 .../ctakes/ytex/uima/dao/DocumentDaoImpl.java      |      50 +
 .../ctakes/ytex/uima/dao/NamedEntityRegexDao.java  |      35 +
 .../ytex/uima/dao/NamedEntityRegexDaoImpl.java     |      43 +
 .../ctakes/ytex/uima/dao/SegmentRegexDao.java      |      39 +
 .../ctakes/ytex/uima/dao/SegmentRegexDaoImpl.java  |      42 +
 .../ae/FirstTokenPermLookupInitializerImpl.java    |     315 +
 .../ae/StemmedLookupAnnotationToJCasAdapter.java   |      80 +
 .../ctakes/ytex/uima/mapper/AnnoMappingInfo.java   |     156 +
 .../ctakes/ytex/uima/mapper/ColumnMappingInfo.java |     146 +
 .../ytex/uima/mapper/DocumentMapperService.java    |      39 +
 .../uima/mapper/DocumentMapperServiceImpl.java     |    1550 +
 .../ctakes/ytex/uima/mapper/ISO8601Converter.java  |      65 +
 .../ctakes/ytex/uima/mapper/MapperConfig.java      |      74 +
 .../ytex/uima/model/AnnotationContainmentLink.java |      74 +
 .../apache/ctakes/ytex/uima/model/BooleanUtil.java |      47 +
 .../apache/ctakes/ytex/uima/model/Document.java    |     142 +
 .../ctakes/ytex/uima/model/DocumentAnnotation.java |      97 +
 .../ctakes/ytex/uima/model/DocumentClass.java      |      81 +
 .../ctakes/ytex/uima/model/NamedEntityRegex.java   |     109 +
 .../ctakes/ytex/uima/model/SegmentRegex.java       |      92 +
 .../apache/ctakes/ytex/uima/model/UimaType.java    |      92 +
 .../InitableJdbcConnectionResourceImpl.java        |     181 +
 .../org/apache/ctakes/ytex/types/TypeSystem.xml    |      79 +
 .../ctakes/ytex/tools/SetupAuiFirstWordTest.java   |      33 +
 .../org/apache/ctakes/ytex/uima/TestUtils.java     |     100 +
 .../uima/annotators/DBCollectionReaderTest.java    |      55 +
 .../ytex/uima/annotators/DBConsumerTest.java       |     152 +
 .../ytex/uima/annotators/DateAnnotatorTest.java    |     147 +
 .../annotators/DictionaryLookupAnnotatorTest.java  |     138 +
 .../ytex/uima/annotators/NamedEntityRegexTest.java |      77 +
 .../ytex/uima/annotators/SegmentRegexTest.java     |      90 +
 .../SenseDisambiguatorAnnotatorTest.java           |     149 +
 .../ytex/uima/annotators/SentenceDetectorTest.java |      85 +
 .../uima/annotators/SparseDataExporterTest.java    |     143 +
 .../src/test/resources/log4j.properties            |      44 +
 ctakes-ytex-web/README.txt                         |      17 +
 ctakes-ytex-web/pom.xml                            |     206 +
 .../ctakes/ytex/web/search/ConceptFirstWord.java   |      63 +
 .../ctakes/ytex/web/search/ConceptLookupBean.java  |     234 +
 .../ytex/web/search/ConceptSearchService.java      |      49 +
 .../ytex/web/search/ConceptSearchServiceImpl.java  |     170 +
 .../ytex/web/search/DocumentSearchResult.java      |      93 +
 .../ytex/web/search/DocumentSearchService.java     |      64 +
 .../ytex/web/search/DocumentSearchServiceImpl.java |     204 +
 .../ctakes/ytex/web/search/DocumentViewBean.java   |     121 +
 .../ytex/web/search/FullTextDocumentViewBean.java  |      66 +
 .../ctakes/ytex/web/search/FullTextSearchBean.java |      67 +
 .../ctakes/ytex/web/search/SearchConfigBean.java   |      38 +
 .../ctakes/ytex/web/search/SemanticSearchBean.java |     301 +
 .../ctakes/ytex/web/search/SemanticSimBean.java    |     368 +
 .../ytex/web/search/SemanticSimRegistryBean.java   |      65 +
 .../ytex/web/search/SemanticSimServiceBean.java    |      54 +
 .../ytex/ws/ConceptSimilarityRestService.java      |      51 +
 .../ytex/ws/ConceptSimilarityWebService.java       |      51 +
 .../ytex/ws/ConceptSimilarityWebServiceImpl.java   |     117 +
 .../org/apache/ctakes/ytex/ws/SimServiceInfo.java  |      48 +
 .../src/main/webapp/WEB-INF/applicationContext.xml |      30 +
 .../src/main/webapp/WEB-INF/faces-config.xml       |     110 +
 .../main/webapp/WEB-INF/inc-content/header.xhtml   |      48 +
 .../WEB-INF/inc-templates/commonLayout.xhtml       |      55 +
 ctakes-ytex-web/src/main/webapp/WEB-INF/web.xml    |     107 +
 ctakes-ytex-web/src/main/webapp/about.xhtml        |      56 +
 .../src/main/webapp/css/images/banner_bg.gif       |     Bin 0 -> 568 bytes
 .../main/webapp/css/images/banner_hdr_address.jpg  |     Bin 0 -> 10381 bytes
 .../src/main/webapp/css/images/banner_logo.jpg     |     Bin 0 -> 8670 bytes
 .../src/main/webapp/css/images/bgslice_footer.gif  |     Bin 0 -> 282 bytes
 .../src/main/webapp/css/images/bgslice_footer.jpg  |     Bin 0 -> 17899 bytes
 .../src/main/webapp/css/images/blue004.jpg         |     Bin 0 -> 2846 bytes
 .../src/main/webapp/css/images/footer_faces.jpg    |     Bin 0 -> 34335 bytes
 .../src/main/webapp/css/images/images.jpg          |     Bin 0 -> 476 bytes
 ctakes-ytex-web/src/main/webapp/css/mainscript.css |      62 +
 ctakes-ytex-web/src/main/webapp/css/menuStyle.css  |      50 +
 .../src/main/webapp/images/blue-fade-bkgnd.gif     |     Bin 0 -> 1496 bytes
 .../src/main/webapp/images/blue-header-fade.gif    |     Bin 0 -> 474 bytes
 .../src/main/webapp/images/button_bkgnd.gif        |     Bin 0 -> 1030 bytes
 .../src/main/webapp/images/button_bkgnd2.gif       |     Bin 0 -> 1027 bytes
 .../webapp/images/complete-address-button-dis.gif  |     Bin 0 -> 1663 bytes
 .../main/webapp/images/complete-address-button.gif |     Bin 0 -> 1969 bytes
 .../src/main/webapp/images/ctakes_logo.jpg         |     Bin 0 -> 14182 bytes
 ctakes-ytex-web/src/main/webapp/images/debug.gif   |     Bin 0 -> 546 bytes
 ctakes-ytex-web/src/main/webapp/images/favicon.ico |     Bin 0 -> 1406 bytes
 .../src/main/webapp/images/hide-notes-button.gif   |     Bin 0 -> 1851 bytes
 .../webapp/images/new-address-button-disabled.gif  |     Bin 0 -> 1703 bytes
 .../src/main/webapp/images/new-address-button.gif  |     Bin 0 -> 1972 bytes
 .../src/main/webapp/images/reset-button.gif        |     Bin 0 -> 813 bytes
 .../src/main/webapp/images/status_alert.gif        |     Bin 0 -> 546 bytes
 .../src/main/webapp/images/status_blank.gif        |     Bin 0 -> 821 bytes
 .../src/main/webapp/images/status_progress.gif     |     Bin 0 -> 1613 bytes
 .../src/main/webapp/images/view-notes-button.gif   |     Bin 0 -> 1906 bytes
 .../src/main/webapp/images/ysm_home_banner.gif     |     Bin 0 -> 4474 bytes
 .../src/main/webapp/images/ysm_logo_print.gif      |     Bin 0 -> 4465 bytes
 .../src/main/webapp/images/ysm_logo_print.png      |     Bin 0 -> 8760 bytes
 ctakes-ytex-web/src/main/webapp/index.jsp          |      31 +
 .../src/main/webapp/metricCheckboxes.xhtml         |      61 +
 .../src/main/webapp/semanticSearch.xhtml           |     176 +
 ctakes-ytex-web/src/main/webapp/semanticSim.xhtml  |     162 +
 .../src/main/webapp/semanticSimMulti.xhtml         |     124 +
 ctakes-ytex-web/src/main/webapp/timeout.jsp        |      37 +
 ctakes-ytex-web/src/main/webapp/viewDocument.xhtml |      56 +
 ctakes-ytex/LICENSE                                |     202 +
 ctakes-ytex/README                                 |      83 +
 ctakes-ytex/pom.xml                                |     396 +
 ctakes-ytex/scripts/build-classpath.xml            |     130 +
 ctakes-ytex/scripts/build-nonasf.xml               |      82 +
 ctakes-ytex/scripts/build-setup.xml                |     151 +
 ctakes-ytex/scripts/data/build.xml                 |     602 +
 ctakes-ytex/scripts/data/conn.xml.template         |      10 +
 .../scripts/data/examples/fracture_demo.txt        |      31 +
 .../scripts/data/examples/fracture_demo.xml        |      31 +
 .../scripts/data/hsql/kernel/create_tables.sql     |     269 +
 .../scripts/data/hsql/kernel/drop_tables.sql       |      40 +
 .../scripts/data/hsql/kernel/ic_copy.template.sql  |      40 +
 ctakes-ytex/scripts/data/hsql/kernel/ic_create.sql |      27 +
 .../scripts/data/hsql/uima/create_document.sql     |     227 +
 .../scripts/data/hsql/uima/create_reference.sql    |      64 +
 ctakes-ytex/scripts/data/hsql/uima/create_view.sql |      71 +
 .../scripts/data/hsql/uima/drop_document.sql       |      51 +
 .../scripts/data/hsql/uima/drop_reference.sql      |      26 +
 ctakes-ytex/scripts/data/hsql/uima/drop_view.sql   |      30 +
 .../scripts/data/hsql/uima/fracture_demo.sql       |      20 +
 .../scripts/data/hsql/umls/create_indices.sql      |      21 +
 .../scripts/data/hsql/umls/create_tables.sql       |      28 +
 ctakes-ytex/scripts/data/hsql/umls/create_view.sql |      27 +
 ctakes-ytex/scripts/data/hsql/umls/drop_tables.sql |      20 +
 ctakes-ytex/scripts/data/hsql/umls/drop_view.sql   |      22 +
 ctakes-ytex/scripts/data/hsql/umls/import_umls.sql |      57 +
 ctakes-ytex/scripts/data/hsql/umls/index_umls.sql  |      39 +
 ctakes-ytex/scripts/data/hsql/umls/index_view.sql  |      22 +
 ctakes-ytex/scripts/data/hsql/umls/insert_view.sql |      52 +
 .../data/mssql/esld/abs/create_abstraction.sql     |     134 +
 .../scripts/data/mssql/esld/abs/create_sp.sql      |      46 +
 .../data/mssql/esld/abs/drop_abstraction.sql       |      24 +
 .../scripts/data/mssql/esld/create_document.sql    |      20 +
 .../scripts/data/mssql/esld/create_view.sql        |      87 +
 .../scripts/data/mssql/esld/insert_reference.sql   |      84 +
 .../mssql/esld/postprocessing/classifyDocs.bat     |      25 +
 .../mssql/esld/postprocessing/classify_ascites.sql |      82 +
 .../esld/postprocessing/classify_livermass.sql     |     137 +
 .../esld/postprocessing/classify_radiology.sql     |     309 +
 .../mssql/esld/postprocessing/classify_varices.sql |     122 +
 .../data/mssql/esld/postprocessing/create_view.sql |      78 +
 .../esld/postprocessing/delete_analysis_batch.sql  |     100 +
 .../postprocessing/insert_radiology_review.sql     |      34 +
 .../mssql/esld/postprocessing/link_documents.sql   |      58 +
 .../mssql/esld/postprocessing/mark_duplicates.sql  |      70 +
 .../esld/postprocessing/runPostProcessing.bat      |      23 +
 .../postprocessing/runScriptOnAnalysisBatch.bat    |      24 +
 .../mssql/esld/postprocessing/score_report.sql     |     125 +
 .../mssql/esld/postprocessing/score_report_all.sql |     119 +
 .../scripts/data/mssql/kernel/create_tables.sql    |     259 +
 .../scripts/data/mssql/kernel/drop_tables.sql      |     109 +
 .../scripts/data/mssql/uima/create_document.sql    |     274 +
 .../scripts/data/mssql/uima/create_reference.sql   |      65 +
 .../scripts/data/mssql/uima/create_view.sql        |      78 +
 .../scripts/data/mssql/uima/drop_document.sql      |      96 +
 .../scripts/data/mssql/uima/drop_reference.sql     |      46 +
 ctakes-ytex/scripts/data/mssql/uima/drop_view.sql  |      35 +
 .../scripts/data/mssql/uima/fracture_demo.sql      |      20 +
 .../scripts/data/mssql/umls/create_indices.sql     |      22 +
 .../scripts/data/mssql/umls/create_tables.sql      |      26 +
 .../scripts/data/mssql/umls/create_view.sql        |      28 +
 .../scripts/data/mssql/umls/drop_tables.sql        |      23 +
 ctakes-ytex/scripts/data/mssql/umls/drop_view.sql  |      26 +
 .../scripts/data/mssql/umls/import_umls.sql        |      59 +
 ctakes-ytex/scripts/data/mssql/umls/index_umls.sql |      36 +
 ctakes-ytex/scripts/data/mssql/umls/index_view.sql |      21 +
 .../scripts/data/mssql/umls/insert_view.sql        |      54 +
 ctakes-ytex/scripts/data/mssql/umls/mssql_drop.sql |     178 +
 .../scripts/data/mssql/umls/mssql_indexes.sql      |     168 +
 .../scripts/data/mssql/umls/mssql_net_tables.sql   |      73 +
 .../scripts/data/mssql/umls/mssql_tables.sql       |     533 +
 ctakes-ytex/scripts/data/mssql/umls/readme.txt     |      13 +
 .../scripts/data/mysql/kernel/create_tables.sql    |     252 +
 .../scripts/data/mysql/kernel/drop_tables.sql      |      40 +
 .../scripts/data/mysql/kernel/ic_copy.template.sql |      40 +
 .../scripts/data/mysql/kernel/ic_create.sql        |      27 +
 .../scripts/data/mysql/snomedct/create_tables.sql  |      63 +
 .../data/mysql/snomedct/create_tables_full.sql     |      63 +
 .../scripts/data/mysql/snomedct/index_tables.sql   |      30 +
 .../data/mysql/snomedct/index_tables_full.sql      |      30 +
 .../scripts/data/mysql/uima/create_document.sql    |     245 +
 .../scripts/data/mysql/uima/create_reference.sql   |      70 +
 .../scripts/data/mysql/uima/create_view.sql        |      71 +
 .../scripts/data/mysql/uima/delete_orphan.sql      |     102 +
 .../scripts/data/mysql/uima/drop_document.sql      |      51 +
 .../scripts/data/mysql/uima/drop_reference.sql     |      26 +
 ctakes-ytex/scripts/data/mysql/uima/drop_view.sql  |      30 +
 .../scripts/data/mysql/uima/fracture_demo.sql      |      20 +
 .../scripts/data/mysql/umls/create_indices.sql     |      21 +
 .../scripts/data/mysql/umls/create_tables.sql      |      28 +
 .../scripts/data/mysql/umls/create_view.sql        |      27 +
 .../scripts/data/mysql/umls/drop_tables.sql        |      20 +
 ctakes-ytex/scripts/data/mysql/umls/drop_view.sql  |      22 +
 .../scripts/data/mysql/umls/import_umls.sql        |      57 +
 ctakes-ytex/scripts/data/mysql/umls/index_umls.sql |      39 +
 ctakes-ytex/scripts/data/mysql/umls/index_view.sql |      22 +
 .../data/mysql/umls/insert_view.template.sql       |      56 +
 ctakes-ytex/scripts/data/mysql/umls/readme.txt     |     116 +
 .../data/mysql/util/update_anno_contain.sql        |      46 +
 .../scripts/data/orcl/kernel/create_tables.sql     |      55 +
 .../scripts/data/orcl/kernel/create_tables_trg.sql |      44 +
 .../scripts/data/orcl/kernel/drop_tables.sql       |      38 +
 ctakes-ytex/scripts/data/orcl/test/createdb.sql    |      20 +
 .../scripts/data/orcl/uima/create_document.sql     |     284 +
 .../scripts/data/orcl/uima/create_document_trg.sql |      51 +
 .../scripts/data/orcl/uima/create_reference.sql    |      80 +
 .../data/orcl/uima/create_reference_trg.sql        |      36 +
 ctakes-ytex/scripts/data/orcl/uima/create_view.sql |      74 +
 .../scripts/data/orcl/uima/drop_document.sql       |      76 +
 .../scripts/data/orcl/uima/drop_reference.sql      |      34 +
 ctakes-ytex/scripts/data/orcl/uima/drop_view.sql   |      23 +
 .../scripts/data/orcl/uima/fracture_demo.sql       |      20 +
 .../scripts/data/orcl/umls/create_indices.sql      |      21 +
 .../scripts/data/orcl/umls/create_tables.sql       |      27 +
 ctakes-ytex/scripts/data/orcl/umls/create_view.sql |      28 +
 ctakes-ytex/scripts/data/orcl/umls/drop_tables.sql |      23 +
 ctakes-ytex/scripts/data/orcl/umls/drop_view.sql   |      25 +
 ctakes-ytex/scripts/data/orcl/umls/import_umls.sql |      50 +
 ctakes-ytex/scripts/data/orcl/umls/index_umls.sql  |      42 +
 ctakes-ytex/scripts/data/orcl/umls/index_view.sql  |      22 +
 .../data/orcl/umls/insert_view.template.sql        |      52 +
 ctakes-ytex/scripts/data/ref_uima_type.txt         |      38 +
 ctakes-ytex/scripts/data/ref_uima_type.xml         |      29 +
 ctakes-ytex/scripts/data/snomedct/sct2_concept.xml |      31 +
 .../scripts/data/snomedct/sct2_description.xml     |      40 +
 .../scripts/data/snomedct/sct2_relationship.xml    |      36 +
 .../scripts/data/snomedct/sct2f_concept.xml        |      31 +
 .../scripts/data/snomedct/sct2f_description.xml    |      40 +
 .../scripts/data/snomedct/sct2f_relationship.xml   |      36 +
 ctakes-ytex/scripts/data/stopword.txt              |     360 +
 ctakes-ytex/scripts/data/stopword.xml              |      27 +
 ctakes-ytex/scripts/data/umls/AMBIGLUI.xml         |      28 +
 ctakes-ytex/scripts/data/umls/AMBIGSUI.xml         |      28 +
 ctakes-ytex/scripts/data/umls/MRAUI.xml            |      35 +
 ctakes-ytex/scripts/data/umls/MRCOC.xml            |      35 +
 ctakes-ytex/scripts/data/umls/MRCOLS.xml           |      34 +
 ctakes-ytex/scripts/data/umls/MRCONSO.RRF          |    2822 +
 ctakes-ytex/scripts/data/umls/MRCONSO.xml          |      44 +
 ctakes-ytex/scripts/data/umls/MRCUI.xml            |      33 +
 ctakes-ytex/scripts/data/umls/MRDEF.xml            |      34 +
 ctakes-ytex/scripts/data/umls/MRDOC.xml            |      30 +
 ctakes-ytex/scripts/data/umls/MRFILES.xml          |      32 +
 ctakes-ytex/scripts/data/umls/MRHIER.xml           |      35 +
 ctakes-ytex/scripts/data/umls/MRHIST.xml           |      35 +
 ctakes-ytex/scripts/data/umls/MRMAP.xml            |      52 +
 ctakes-ytex/scripts/data/umls/MRRANK.xml           |      30 +
 ctakes-ytex/scripts/data/umls/MRREL.xml            |      42 +
 ctakes-ytex/scripts/data/umls/MRSAB.xml            |      51 +
 ctakes-ytex/scripts/data/umls/MRSAT.xml            |      39 +
 ctakes-ytex/scripts/data/umls/MRSMAP.xml           |      37 +
 ctakes-ytex/scripts/data/umls/MRSTY.RRF            |     418 +
 ctakes-ytex/scripts/data/umls/MRSTY.xml            |      32 +
 ctakes-ytex/scripts/data/umls/MRXNS_ENG.xml        |      31 +
 ctakes-ytex/scripts/data/umls/MRXNW_ENG.xml        |      31 +
 ctakes-ytex/scripts/data/umls/MRXW_ENG.xml         |      31 +
 ctakes-ytex/scripts/data/umls/SRDEF.xml            |      36 +
 ctakes-ytex/scripts/data/umls/SRFIL.xml            |      32 +
 ctakes-ytex/scripts/data/umls/SRFLD.xml            |      30 +
 ctakes-ytex/scripts/data/umls/SRSTR.xml            |      30 +
 ctakes-ytex/scripts/data/umls/SRSTRE1.xml          |      29 +
 ctakes-ytex/scripts/data/umls/SRSTRE2.xml          |      29 +
 ctakes-ytex/scripts/data/umls/umls_aui_fword.txt   |    2822 +
 ctakes-ytex/scripts/data/umls/umls_aui_fword.xml   |      31 +
 ctakes-ytex/scripts/data/umls/umls_tty.txt         |     309 +
 .../scripts/data/umls/v_snomed_fword_lookup.txt    |    2733 +
 .../scripts/data/umls/v_snomed_fword_lookup.xml    |      32 +
 ctakes-ytex/scripts/dbannotationviewer.bat         |      23 +
 ctakes-ytex/src/assemble/dist.xml                  |      46 +
 ctakes-ytex/src/main/java/META-INF/MANIFEST.MF     |       3 +
 .../src/main/java/org/apache/ctakes/jdl/App.java   |      31 +
 .../main/java/org/apache/ctakes/jdl/AppJdl.java    |     118 +
 .../main/java/org/apache/ctakes/jdl/AppMain.java   |      93 +
 .../org/apache/ctakes/jdl/common/FileUtil.java     |      97 +
 .../org/apache/ctakes/jdl/common/PropFile.java     |      72 +
 .../apache/ctakes/jdl/common/PropertiesFile.java   |      85 +
 .../org/apache/ctakes/jdl/common/Singleton.java    |      41 +
 .../org/apache/ctakes/jdl/common/package-info.java |      23 +
 .../apache/ctakes/jdl/data/base/JdlConnection.java |     156 +
 .../apache/ctakes/jdl/data/base/package-info.java  |      23 +
 .../apache/ctakes/jdl/data/loader/CsvLoader.java   |     257 +
 .../org/apache/ctakes/jdl/data/loader/Loader.java  |      54 +
 .../apache/ctakes/jdl/data/loader/XmlLoader.java   |     137 +
 .../ctakes/jdl/data/loader/package-info.java       |      23 +
 .../org/apache/ctakes/jdl/data/xml/DomParser.java  |      92 +
 .../org/apache/ctakes/jdl/data/xml/DomUtil.java    |     154 +
 .../org/apache/ctakes/jdl/data/xml/SaxParser.java  |     150 +
 .../org/apache/ctakes/jdl/data/xml/SchemaUtil.java |     109 +
 .../org/apache/ctakes/jdl/data/xml/Validation.java |     163 +
 .../jdl/data/xml/jaxb/ObjectFactoryBind.java       |      76 +
 .../jdl/data/xml/jaxb/ObjectFactoryUtil.java       |     121 +
 .../ctakes/jdl/data/xml/jaxb/package-info.java     |      23 +
 .../apache/ctakes/jdl/data/xml/package-info.java   |      23 +
 .../java/org/apache/ctakes/jdl/package-info.java   |      28 +
 .../apache/ctakes/util/JdbcOperationsHelper.java   |      49 +
 .../org/apache/ctakes/ytex/KernelLauncher.java     |     228 +
 .../apache/ctakes/ytex/R/RGramMatrixExporter.java  |      28 +
 .../ctakes/ytex/R/RGramMatrixExporterImpl.java     |     348 +
 .../java/org/apache/ctakes/ytex/dao/DBUtil.java    |     118 +
 .../ytex/kernel/AbstractBagOfWordsExporter.java    |     244 +
 .../apache/ctakes/ytex/kernel/BagOfWordsData.java  |     148 +
 .../ctakes/ytex/kernel/BagOfWordsDecorator.java    |      40 +
 .../ctakes/ytex/kernel/BagOfWordsExporter.java     |      43 +
 .../kernel/BaseClassifierEvaluationParser.java     |     394 +
 .../ytex/kernel/BaseSparseDataFormatter.java       |     279 +
 .../ctakes/ytex/kernel/ClassifierEvalUtil.java     |     526 +
 .../ytex/kernel/ClassifierEvaluationImporter.java  |     209 +
 .../ytex/kernel/ClassifierEvaluationParser.java    |      91 +
 .../ytex/kernel/ClassifierEvaluationResult.java    |      59 +
 .../ytex/kernel/ClassifierEvaluationResults.java   |      72 +
 .../apache/ctakes/ytex/kernel/CytoscapeHelper.java |      43 +
 .../ctakes/ytex/kernel/CytoscapeHelperImpl.java    |     280 +
 .../org/apache/ctakes/ytex/kernel/FileUtil.java    |     315 +
 .../apache/ctakes/ytex/kernel/FoldGenerator.java   |      67 +
 .../ctakes/ytex/kernel/FoldGeneratorImpl.java      |     434 +
 .../org/apache/ctakes/ytex/kernel/IRMetrics.java   |     113 +
 .../ytex/kernel/ImputedFeatureEvaluator.java       |      48 +
 .../ytex/kernel/ImputedFeatureEvaluatorImpl.java   |    1336 +
 .../ctakes/ytex/kernel/InfoContentEvaluator.java   |      35 +
 .../ytex/kernel/InfoContentEvaluatorImpl.java      |     271 +
 .../apache/ctakes/ytex/kernel/InstanceData.java    |     100 +
 .../ytex/kernel/IntrinsicInfoContentEvaluator.java |      35 +
 .../kernel/IntrinsicInfoContentEvaluatorImpl.java  |     526 +
 .../ctakes/ytex/kernel/KernelContextHolder.java    |      37 +
 .../org/apache/ctakes/ytex/kernel/KernelUtil.java  |      98 +
 .../apache/ctakes/ytex/kernel/KernelUtilImpl.java  |     425 +
 .../org/apache/ctakes/ytex/kernel/OrderedPair.java |      77 +
 .../java/org/apache/ctakes/ytex/kernel/Pair.java   |      66 +
 .../apache/ctakes/ytex/kernel/RRFtoWideTab.java    |      86 +
 .../ctakes/ytex/kernel/SVMLinFormatterFactory.java |     220 +
 .../ctakes/ytex/kernel/SimSvcContextHolder.java    |      37 +
 .../org/apache/ctakes/ytex/kernel/SparseData.java  |     104 +
 .../ctakes/ytex/kernel/SparseDataExporter.java     |      46 +
 .../ctakes/ytex/kernel/SparseDataExporterImpl.java |     456 +
 .../ctakes/ytex/kernel/SparseDataFormatter.java    |     107 +
 .../ytex/kernel/SparseDataFormatterFactory.java    |      26 +
 .../ctakes/ytex/kernel/SvmlinEvaluationParser.java |     219 +
 .../ytex/kernel/dao/ClassifierEvaluationDao.java   |     117 +
 .../kernel/dao/ClassifierEvaluationDaoImpl.java    |     398 +
 .../apache/ctakes/ytex/kernel/dao/ConceptDao.java  |      85 +
 .../ctakes/ytex/kernel/dao/ConceptDaoImpl.java     |     613 +
 .../ytex/kernel/dao/KernelEvaluationDao.java       |      57 +
 .../ytex/kernel/dao/KernelEvaluationDaoImpl.java   |     206 +
 .../ctakes/ytex/kernel/dao/SortedSetUserType.java  |     117 +
 .../ytex/kernel/dao/StringArrayUserType.java       |     125 +
 .../kernel/evaluator/AttributeProductKernel.java   |      41 +
 .../ctakes/ytex/kernel/evaluator/CacheKernel.java  |     102 +
 .../ytex/kernel/evaluator/CacheKeyGenerator.java   |      26 +
 .../ytex/kernel/evaluator/ConvolutionKernel.java   |      86 +
 .../kernel/evaluator/CorpusKernelEvaluator.java    |      35 +
 .../evaluator/CorpusKernelEvaluatorImpl.java       |     513 +
 .../ytex/kernel/evaluator/EqualityKernel.java      |      35 +
 .../ctakes/ytex/kernel/evaluator/Kernel.java       |      23 +
 .../ctakes/ytex/kernel/evaluator/LinKernel.java    |      32 +
 .../kernel/evaluator/MethodCachingInterceptor.java |     117 +
 .../evaluator/NamedEntityNegationKernel.java       |      52 +
 .../ytex/kernel/evaluator/NodeAttributeKernel.java |      63 +
 .../ctakes/ytex/kernel/evaluator/NormKernel.java   |     132 +
 .../ytex/kernel/evaluator/ProductKernel.java       |      65 +
 .../ytex/kernel/evaluator/SemanticSimKernel.java   |     157 +
 .../ytex/kernel/evaluator/SemanticTypeKernel.java  |     410 +
 .../ctakes/ytex/kernel/evaluator/SumKernel.java    |      48 +
 .../evaluator/SymmetricPairCacheKeyGenerator.java  |      46 +
 .../ctakes/ytex/kernel/evaluator/TreePrinter.java  |      55 +
 .../evaluator/WeightedPolynomialMixingKernel.java  |     153 +
 .../ytex/kernel/metric/BaseSimilarityMetric.java   |     110 +
 .../ctakes/ytex/kernel/metric/ConceptInfo.java     |      89 +
 .../ctakes/ytex/kernel/metric/ConceptPair.java     |     117 +
 .../ytex/kernel/metric/ConceptPairSimilarity.java  |      69 +
 .../kernel/metric/ConceptSimilarityService.java    |     204 +
 .../metric/ConceptSimilarityServiceImpl.java       |    1119 +
 .../ytex/kernel/metric/IntrinsicLCHMetric.java     |      56 +
 .../ytex/kernel/metric/IntrinsicPathMetric.java    |      53 +
 .../ytex/kernel/metric/IntrinsicRadaMetric.java    |      55 +
 .../ctakes/ytex/kernel/metric/JaccardMetric.java   |      48 +
 .../ctakes/ytex/kernel/metric/LCHMetric.java       |      51 +
 .../apache/ctakes/ytex/kernel/metric/LCSPath.java  |      96 +
 .../ctakes/ytex/kernel/metric/LinMetric.java       |      82 +
 .../ctakes/ytex/kernel/metric/PageRankMetric.java  |      42 +
 .../ctakes/ytex/kernel/metric/PathMetric.java      |      41 +
 .../ctakes/ytex/kernel/metric/RadaMetric.java      |      52 +
 .../ctakes/ytex/kernel/metric/SimilarityInfo.java  |     135 +
 .../ytex/kernel/metric/SimilarityMetric.java       |      42 +
 .../ytex/kernel/metric/SokalSneathMetric.java      |      49 +
 .../ctakes/ytex/kernel/metric/WuPalmerMetric.java  |      45 +
 .../ytex/kernel/model/ClassifierEvaluation.java    |     119 +
 .../kernel/model/ClassifierEvaluationIRStat.java   |     186 +
 .../kernel/model/ClassifierInstanceEvaluation.java |      73 +
 .../apache/ctakes/ytex/kernel/model/ConcRel.java   |     679 +
 .../ctakes/ytex/kernel/model/ConceptGraph.java     |      95 +
 .../ytex/kernel/model/CrossValidationFold.java     |     125 +
 .../kernel/model/CrossValidationFoldInstance.java  |      75 +
 .../ytex/kernel/model/FeatureEvaluation.java       |     119 +
 .../ytex/kernel/model/FeatureParentChild.java      |      49 +
 .../ctakes/ytex/kernel/model/FeatureRank.java      |     162 +
 .../ctakes/ytex/kernel/model/KernelEvaluation.java |      95 +
 .../kernel/model/KernelEvaluationInstance.java     |     115 +
 .../apache/ctakes/ytex/kernel/model/ObjPair.java   |      34 +
 .../ytex/kernel/model/SVMClassifierEvaluation.java |      77 +
 .../kernel/model/SemiLClassifierEvaluation.java    |     101 +
 .../ytex/kernel/pagerank/PageRankService.java      |      64 +
 .../ytex/kernel/pagerank/PageRankServiceImpl.java  |     542 +
 .../ytex/kernel/tree/InstanceTreeBuilder.java      |      38 +
 .../ytex/kernel/tree/InstanceTreeBuilderImpl.java  |     227 +
 .../org/apache/ctakes/ytex/kernel/tree/Node.java   |     112 +
 .../apache/ctakes/ytex/kernel/tree/NodeKey.java    |      63 +
 .../ctakes/ytex/kernel/tree/NodeMappingInfo.java   |      52 +
 .../ctakes/ytex/kernel/tree/QueryMappingInfo.java  |      47 +
 .../ctakes/ytex/kernel/tree/TreeMappingInfo.java   |      74 +
 .../ytex/kernel/wsd/WordSenseDisambiguator.java    |      62 +
 .../kernel/wsd/WordSenseDisambiguatorImpl.java     |     189 +
 .../ctakes/ytex/libsvm/LibSVMFormatterFactory.java |     211 +
 .../ytex/libsvm/LibSVMGramMatrixExporter.java      |      28 +
 .../ytex/libsvm/LibSVMGramMatrixExporterImpl.java  |     528 +
 .../apache/ctakes/ytex/libsvm/LibSVMParser.java    |     394 +
 .../org/apache/ctakes/ytex/libsvm/LibSVMUtil.java  |      42 +
 .../apache/ctakes/ytex/libsvm/LibSVMUtilImpl.java  |      92 +
 .../ctakes/ytex/semil/SemiLEvaluationParser.java   |     285 +
 .../ctakes/ytex/semil/SemiLFormatterFactory.java   |     455 +
 .../ytex/sparsematrix/InstanceDataExporter.java    |      40 +
 .../sparsematrix/InstanceDataExporterImpl.java     |     160 +
 .../sparsematrix/SparseMatrixFormatterFactory.java |     218 +
 .../ctakes/ytex/svmlight/SGTFormatterFactory.java  |      92 +
 .../ytex/svmlight/SVMLightFormatterFactory.java    |     254 +
 .../ctakes/ytex/svmlight/SVMLightParser.java       |     184 +
 .../org/apache/ctakes/ytex/umls/dao/UMLSDao.java   |      70 +
 .../apache/ctakes/ytex/umls/dao/UMLSDaoImpl.java   |     171 +
 .../org/apache/ctakes/ytex/umls/model/MRCONSO.java |     181 +
 .../org/apache/ctakes/ytex/umls/model/MRREL.java   |     117 +
 .../org/apache/ctakes/ytex/umls/model/MRSTY.java   |     110 +
 .../ctakes/ytex/umls/model/UmlsAuiFirstWord.java   |      89 +
 .../ytex/weka/DocumentResultInstanceImporter.java  |      74 +
 .../apache/ctakes/ytex/weka/ExportBagOfWords.java  |      41 +
 .../apache/ctakes/ytex/weka/ExportGramMatrix.java  |      43 +
 .../ctakes/ytex/weka/GramMatrixExporter.java       |      28 +
 .../ctakes/ytex/weka/GramMatrixExporterImpl.java   |     281 +
 .../apache/ctakes/ytex/weka/ImportWekaResults.java |     199 +
 .../ctakes/ytex/weka/WekaAttributeEvaluator.java   |      54 +
 .../ytex/weka/WekaAttributeEvaluatorImpl.java      |     291 +
 .../ctakes/ytex/weka/WekaBagOfWordsExporter.java   |      57 +
 .../ytex/weka/WekaBagOfWordsExporterImpl.java      |     287 +
 .../ctakes/ytex/weka/WekaFormatterFactory.java     |     270 +
 .../ytex/weka/WekaResultInstanceImporter.java      |      49 +
 .../ctakes/ytex/weka/WekaResultsImporter.java      |      56 +
 .../ctakes/ytex/weka/WekaResultsImporterImpl.java  |     198 +
 ctakes-ytex/src/main/resources/ehcache.xml         |      32 +
 .../resources/org/apache/ctakes/ctakes_logo.jpg    |     Bin 0 -> 14182 bytes
 .../main/resources/org/apache/ctakes/jdl/xdl.xsd   |     130 +
 .../org/apache/ctakes/ytex/beans-datasource.xml    |     112 +
 .../org/apache/ctakes/ytex/beans-kernel-sim.xml    |      79 +
 .../org/apache/ctakes/ytex/beans-kernel.hbm.xml    |      42 +
 .../org/apache/ctakes/ytex/beans-kernel.xml        |     331 +
 .../ytex/conceptGraph/sct-msh-csp-aod.template.xml |      31 +
 .../ytex/conceptGraph/sct-rxnorm.template.xml      |      31 +
 .../ctakes/ytex/conceptGraph/sct-umls.template.xml |      31 +
 .../lookup/LookupDesc_SNOMED.template.xml          |      62 +
 .../lookup/LookupDesc_stem_SNOMED.template.xml     |      63 +
 .../org/apache/ctakes/ytex/kernel/ehcache.xml      |      37 +
 .../ytex/kernel/model/ClassifierEvaluation.hbm.xml |     320 +
 .../ytex/kernel/model/KernelEvaluation.hbm.xml     |      88 +
 .../apache/ctakes/ytex/kernelBeanRefContext.xml    |      35 +
 .../apache/ctakes/ytex/negex/negex_triggers.txt    |     277 +
 .../ctakes/ytex/negex/negex_triggers_orig.txt      |     272 +
 .../apache/ctakes/ytex/simSvcBeanRefContext.xml    |      36 +
 .../apache/ctakes/ytex/tools/docanalyzer/icon.gif  |     Bin 0 -> 3333 bytes
 .../apache/ctakes/ytex/tools/docanalyzer/icon.psd  |     Bin 0 -> 50351 bytes
 .../apache/ctakes/ytex/tools/docanalyzer/logo.gif  |     Bin 0 -> 6289 bytes
 .../apache/ctakes/ytex/tools/docanalyzer/logo.psd  |     Bin 0 -> 226341 bytes
 .../ytex/uima/annotators/negex_excluded_keys.txt   |      42 +
 .../ctakes/ytex/uima/annotators/negex_triggers.txt |     310 +
 .../org/apache/ctakes/ytex/uima/beanRefContext.xml |      38 +
 .../org/apache/ctakes/ytex/uima/beans-uima-dao.xml |      48 +
 .../apache/ctakes/ytex/uima/beans-uima-mapper.xml  |     142 +
 .../org/apache/ctakes/ytex/uima/beans-uima.hbm.xml |      48 +
 .../apache/ctakes/ytex/uima/model/Document.hbm.xml |      97 +
 .../ytex/uima/model/NamedEntityRegex.hbm.xml       |      38 +
 .../ctakes/ytex/uima/model/SegmentRegex.hbm.xml    |      36 +
 .../apache/ctakes/ytex/umls/model/FWord.hbm.xml    |      63 +
 .../ctakes/ytex/umls/model/UMLS.hbm.template.xml   |      70 +
 .../apache/ctakes/ytex/web/beans-kernel-simweb.xml |      64 +
 .../org/apache/ctakes/ytex/web/beans-security.xml  |      86 +
 .../org/apache/ctakes/ytex/web/beans-web.xml       |      49 +
 .../org/apache/ctakes/ytex/web/beans-ws.xml        |      44 +
 .../org/apache/ctakes/ytex/web/messages.properties |      31 +
 .../ctakes/ytex/web/search-msh.mysql.properties    |      32 +
 .../ctakes/ytex/web/search-sct.mysql.properties    |      40 +
 .../apache/ctakes/ytex/web/search.mssql.properties |      66 +
 .../apache/ctakes/ytex/web/search.mysql.properties |      67 +
 .../apache/ctakes/ytex/web/search.orcl.properties  |      69 +
 .../org/apache/ctakes/ytex/ytex-default.properties |      27 +
 .../org/apache/ctakes/ytex/ytex-umls.properties    |      21 +
 .../ctakes/ytex/ytex.properties.mssql.example      |      27 +
 .../ctakes/ytex/ytex.properties.mysql.example      |      29 +
 .../ctakes/ytex/ytex.properties.orcl.example       |      31 +
 .../java/org/apache/ctakes/jdl/AppJdlTest.java     |      84 +
 .../java/org/apache/ctakes/jdl/AppMainTest.java    |     106 +
 .../org/apache/ctakes/jdl/common/FileUtilTest.java |      74 +
 .../org/apache/ctakes/jdl/common/PropFileTest.java |      57 +
 .../ctakes/jdl/common/PropertiesFileTest.java      |      77 +
 .../apache/ctakes/jdl/common/SingletonTest.java    |      41 +
 .../ctakes/jdl/data/base/JdlConnectionTest.java    |      79 +
 .../ctakes/jdl/data/loader/CsvLoaderTest.java      |      64 +
 .../ctakes/jdl/data/loader/XmlLoaderTest.java      |      64 +
 .../apache/ctakes/jdl/data/xml/DomParserTest.java  |      53 +
 .../apache/ctakes/jdl/data/xml/DomUtilTest.java    |      79 +
 .../apache/ctakes/jdl/data/xml/ValidationTest.java |      93 +
 .../jdl/data/xml/jaxb/ObjectFactoryBindTest.java   |      62 +
 .../jdl/data/xml/jaxb/ObjectFactoryUtilTest.java   |      83 +
 .../org/apache/ctakes/jdl/test/PropFileMaps.java   |      57 +
 .../java/org/apache/ctakes/jdl/test/Resources.java |      52 +
 .../java/org/apache/ctakes/jdl/test/SqlJdl.java    |     113 +
 .../org/apache/ctakes/jdl/test/package-info.java   |      23 +
 .../org/apache/ctakes/ytex/ConceptDaoTest.java     |     117 +
 .../apache/ctakes/ytex/umls/dao/UMLSDaoTest.java   |      86 +
 ctakes-ytex/src/test/resources/conn.xml            |      30 +
 ctakes-ytex/src/test/resources/data1.csv           |       4 +
 ctakes-ytex/src/test/resources/data1.xml           |      44 +
 ctakes-ytex/src/test/resources/data2.csv           |       3 +
 ctakes-ytex/src/test/resources/data2.xml           |      44 +
 ctakes-ytex/src/test/resources/load1csv.xml        |      37 +
 ctakes-ytex/src/test/resources/load1xml.xml        |      45 +
 ctakes-ytex/src/test/resources/load2csv.xml        |      32 +
 ctakes-ytex/src/test/resources/load2xml.xml        |      45 +
 ctakes-ytex/src/test/resources/log4j.properties    |      44 +
 ctakes-ytex/src/test/resources/maps.properties     |      24 +
 .../org/apache/ctakes/ytex/umls/model/UMLS.hbm.xml |      68 +
 .../ctakes/ytex/ytex.hsql.properties.template      |      24 +
 .../org/apache/ctakes/ytex/ytex.hsqldb.properties  |      46 +
 .../org/apache/ctakes/ytex/ytex.mssql.properties   |      46 +
 .../org/apache/ctakes/ytex/ytex.mysql.properties   |      48 +
 .../org/apache/ctakes/ytex/ytex.orcl.properties    |      50 +
 pom.xml                                            |    1123 +
 3387 files changed, 2810505 insertions(+)

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..b138159
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,21 @@
+# Auto detect text files and perform LF normalization
+*        text=auto
+
+*.cs     text diff=csharp eol=lf
+# TODO: Uncomment when files are converted to lf (*NIX is default)
+# *.java   text diff=java eol=lf
+# *.html   text diff=html eol=lf
+*.py     text diff=python eol=lf
+*.pl     text diff=perl eol=lf
+*.pm     text diff=perl eol=lf
+# *.css    text eol=lf
+*.js     text eol=lf
+# *.sql    text eol=lf
+
+*.sh     text eol=lf
+
+# *.bat    text eol=crlf
+*.cmd    text eol=crlf
+*.vcxproj text merge=union eol=crlf
+*.csproj text merge=union eol=crlf
+*.sln    text merge=union eol=crlf
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..ff87f1b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,35 @@
+# Java generated
+target/
+
+# Developer environment setup
+/resources/
+*.patch
+
+# Subversion
+.svn
+
+# IntelliJ
+.idea
+*.iml
+*.ipr
+*.iws
+
+# Eclipse
+.project
+.settings
+.classpath
+*/maven-eclipse.xml
+
+# Windows
+Thumbs.db
+*.lnk
+
+# OSX
+.DS_Store
+
+# log files and temp dirs
+cTAKES.error.log
+*.log*
+/temp/
+/tmp/
+
diff --git a/KEYS b/KEYS
new file mode 100644
index 0000000..b153ea3
--- /dev/null
+++ b/KEYS
@@ -0,0 +1,248 @@
+This file contains the PGP keys of various developers.
+
+Users: pgp < KEYS
+       gpg --import KEYS
+Developers: 
+    pgp -kxa <your name> and append it to this file.
+    (pgpk -ll <your name> && pgpk -xa <your name>)
+    >> this file.
+    (gpg --list-sigs <your name>
+         && gpg --armor --export <your name>) >>
+         this file.
+         
+
+-----------------------------------------------------------------------------------
+pub   4096R/D218BB0A 2012-10-31
+uid                  Pei Chen (CODE SIGNING KEY2) <ch...@apache.org>
+sig 3        D218BB0A 2012-10-31  Pei Chen (CODE SIGNING KEY2) <ch...@apache.org>
+sub   4096R/C06F2F96 2012-10-31
+sig          D218BB0A 2012-10-31  Pei Chen (CODE SIGNING KEY2) <ch...@apache.org>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v2.0.14 (GNU/Linux)
+
+mQINBFCRTW0BEAC96XBcyil2i9m0axUEIqXLpTXZ9dk9mWE+q2/4JYG7gnSAmLKP
+HFh9m2RsvFMbFw0678yc81HDc/iLMsjr+vYwq7XazjUYHi1sX+ex3WR9VLJJ9hgV
+DGEYCnkMLXJAw0itTNy2eweXIOeM8v/Vvrl59wPw3FpF8CnMmTExjw1vPnnv5ch8
+xgYjnEIkPXG6LgmFQkn/N9peFWGQYGJhO1+PnHFHcCd448VMDZMsPE8qRtOlWJYu
+GOiHxsNVeCJrkhr7hKYgzDZ0bt3QAgPBTiO+Spbpg3c4IwzLMm0dxmnoJ2fOtZU4
+ZWheNhbuFpqEXfLkzSe9OfSHkCMxXDScvlWrNY4zswH5ctEvzyV2TFHxsX/ETj2h
+ZmiDOwGVFA08zXr3wCIt4Tn+Z6N8Yd+Yr7RQ8KKiDooCmk472VKme7HUF4ZKIsIM
+lIICasKprGfgC13vewLruI3eP2sm6lZWL+fRsfJ1hslFmcXFpEFBFkWtxIGGtvhs
+0zBDYOcWZZE7PvkScUTYEtwesZzp1jo1JoCD6SiNWFyg9gYd9A28BcIRU6UwP7eO
+ZdtgqF0NgLjynOlHY7v7z8oXo4G9D1vpE+YbQtR1hXZnSuoQ61sRygrqqnxMuEOr
+mUE4uIXlvfpx9JWqdyVIsNvbV7YoV2bVYvD4Pu9VnXrw8kK4JnsFAu4NaQARAQAB
+tDFQZWkgQ2hlbiAoQ09ERSBTSUdOSU5HIEtFWTIpIDxjaGVucGVpQGFwYWNoZS5v
+cmc+iQI4BBMBAgAiBQJQkU1tAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAK
+CRD5fEkv0hi7CuG3D/9i4CF5fPSyaAh/Z3TYgUOLgqu50npYD4h58zI0lLrLclWD
+y+F/ZbRjnY9LOXLFKNavTE5pRuXX7sYsMaCBT8oJuAIIwXiJ/5f++gslY5HkveLX
+s+Ta9GyR+/5rPTpPtpu3170oEQMK/lhBOqGAVp5UdPFT19l9oQBv5gb/r0XK5bur
+Qn6bDFTLeukicoUgof6qPDhK69KsMeZ5bgC2QUH3HmjXtwPPDbwy4wNlVOYhpuoU
+qAth9A83c89FCkTK/n3vC9OYVogZ2yGvn1watpcJlLjBCGiCwuFzDK7lRx/PTSDN
+9RfxyuN/Rz5QRiCFuheduoc7CpCI4/iquPe4yWLcecmprZoSZofQfuWYeZsOo8Rl
+rcGfCKGSxfcfsA4lNYHgJvqr54ZRa6cRi8ytUL8koSthC62sQzxVb2Er8dSwp/9J
+E3cf92UYWv88MxliYJHq5p+MDONwnOdP9rcpDE9fuMR2xwiZdc+qINpDPLXf6nIq
+tLO+4p6xjH9VLkI1F18tLYbnioUwSw0WzoKsMgLppQe2iRjOUmt6Q50JDSY91Nan
+mwLSLP63Sc+2kYUkWvHFSijS6E6fuJe8Q2vcp5u37G36d69dq6mrTTE9YNBJlAuE
+cKgSGFOuwNCzoQ5BAVH7mLyK3xQCxjh/WMyc28WuZTvYHCIceKUCMbMsezL2T7kC
+DQRQkU1tARAA4EbpS2Dpf8Z6ZxP2HmgEN0SMfi/ds4Gs6BjFi7Xc+8uhBHC/vGee
+i2+YLdnMkYGn3vPRGlXu53ILnCGbGDOe1euC+okQIJZSG5XlGzVopvj5l66LVVgQ
+al3VewVO3Hlvma/kO6eLxvJg/czjpRPC+coll1XDLAIct4a2s+ZkeNPWHYwiRptA
+8+XVjclHVRIbJd2g/OptbJInq1hjuqH8Hv24lZkXFAQXwYfu1UHIX9DGssfnXvo/
+aQublhLms2VFYWvr42skfnTt+rAzeBLcJ96KcwXbzd8oOXVtlTbIKmDR/neszQuU
+vt7OHNpdvEGIL46ouqLpg+QhewynOPB/f++zeBxPVaO+Vn1vXXEn/ROYNIkSplwl
+KGeYoTy4mIL7x4oKvJlOXgs7C7Ips2Y04VKu256LMdkEKpnsL+4cif4g0wZalidt
+KrHHe9a/a99cui7P0y6KLW/KE7vBPw2UYf1+g2bcxxYiRxNeAO7/JnbkmBXBJUwd
+XG6EZWs7WZ8QO714fBbDJNI/FVCpt38XaP16jkIXjZZiAMNYtaKEZcL8rk8dlTsI
+q77gAYmIjme5GLdPqXt3wiyWj7MPH5JNFhYXp24YxLw4dpoE8iOC/xG+ebzVTS3H
+UlxWJLhArK112yO+32ZRmZWbg5SdhHkd8wmuJAPh7DyBxwhh6qDNWO8AEQEAAYkC
+HwQYAQIACQUCUJFNbQIbDAAKCRD5fEkv0hi7CpSIEACf8YNF0Y6Y8PQBWaZFU+SW
+uE13y+y2PzTFupmcl1yS0f3Qg6RVW/sWDSX8gwa+U3YMTlKT7owAKGf4sQLl8F+T
+YVYX1y04vPe1WNBDzYAjnHoXhIDMp8Xmaj0cz27uieZCbx2vMEB120tvUVpZOMfh
+asTu5cjY4eqZaZnJaIzSWzISrJNs1sfJE7qf0jmtbWQjcnISBqLgJDu3kwBRfxCh
+npv9IPXNgT3aGmeNyVHoQHOoCXzpzFVOQZ9iaamKqzJzUu72Hb2BDreSlkzOLIL2
+zhldlzMypRNWBbuI7mUzNzcfQ4uzTD74E49GHDf8TjSaGV7qM/dI6N7YE+bR+qI4
+HaPqtoZrzRIVXfoe3cLrIFk/99wD0Ab61PqEN/39MFSRCzMEDyuue94jwLenZmxQ
+M3+319n+7uruKag2pQ7UU5aBT+vCdGP/lnZ4iJTD14ejXp7tIwnaDr4WTzdnZX6l
+52dz74DR+KJqFkWJzVqWR48slzr5ZIcPmC3hvJ/Grvz1CmRCmJ4nuhJDk4ZWA8dp
+H8HVTGyztWSoPX/3ZdnJzGy5pYe9B0t31cpOc+geWNPJKR8fOBrbcuB/Qpj60BGR
+yd2uHrdWcoxtW7LtsqDFSqnwBBNpACkl2ttbM2gAZidUP8Tr/uK9VEYATr+wrPyH
+8KFmZZ2yhmHcf/HP1tBMTg==
+=R5pG
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   4096R/A991ABB6 2012-08-07 [expires: 2014-08-07]
+uid                  Matt Coarr <ma...@apache.org>
+sig 3        A991ABB6 2012-08-07  Matt Coarr <ma...@apache.org>
+sub   4096R/92CA7865 2012-08-07 [expires: 2014-08-07]
+sig          A991ABB6 2012-08-07  Matt Coarr <ma...@apache.org>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v2.0.19 (Darwin)
+
+mQINBFAhRAMBEAC3cdIJ1RPkYYCLq+lRpHfQtDsxcnuSNjxlCUA6FsqzSrhO9dM5
+hd9nobahO5/A4uvQfHuEW+i2XY0IOPY/DDBazWXjL0bBNVJ+uAHpRxcwf0ewm/ya
+SVbSLVEkVvXhHyvTsJODgjgnyle2dANwvnX6TGDz7hLPtlaJWfLmwMycNzrKY7Nw
+HtjPJEwdwI/wIpg2bYLVK8VHyTxv40rIHJCN9WVvVr8jmLnGGyrhMda/vmMs1g7q
+po/l+GbN0mFm160qLf+1nNpQ+2gdvM6+/6zjfDsG1/PLON62dqVFbS9x4thgwf+h
+fegGrxeAXJ/YWEci0usG3AYmYCYXwjTqui0YY6+KwQNH0lJ5PCu/IuFQfNw0SM5/
+V/zEKbQPMGvcElj60c0Qj3oDkhwN+v5FknBQ2cntlDf8G211dSBB2z2Wu6kuUrQ/
+4Em5rrOs3p4V/NwIlgQMflj9ej/F9ieg7ZlEhfuc672neHq9/MZDOqLp74CNN454
+g8e/aNgcq/Cd8eTBOPGxQfWktFV0bJAywfAVzSPACP2RzR1IrM8xK33AeppBF6ES
+jfLdIO2UWicZC+RpL/E0FIcth/OwcRt/I+fV22mhVhf3hZOISRUzR/eeSfpJfVnY
+kfS23eE9uECCZgi2yYeU0Jniv9/75K5X+ii/l1yPR8yub+n4zkMxu/MZuwARAQAB
+tCFNYXR0IENvYXJyIDxtYXR0Y29hcnJAYXBhY2hlLm9yZz6JAj0EEwEKACcFAlAh
+RAMCGwMFCQPCZwAFCwkIBwMFFQoJCAsFFgIDAQACHgECF4AACgkQYNWE5KmRq7by
+jw//TXD0i58pAL432VJyn4kBMCPuGUjtzte+f1gpuG5J2LXw5pSpisCSjufc/Hbh
+J1k0tLiXY5jjlC7Nh+UGNg5JpJdzFvj9b64/90ZoaxRVoQTANYlQ1H1IBIZfv+uH
++dCy/uyFyqUovVdi8O26Zur6xKzwXcm9foTXVhoYEHIR7MAZu9YrYjMO4Gda24Xn
+eoLVJ+0Nwjjqf0pB4fCb2SDDT7+iWkrr770aTDpJgrO7JPZzKT04JCxwwTgy9f2a
+gfnj4/IEXCQM7tGS10V8Ey9LiIIca0gOObgjPAjqQRjp8XNKQNBjZxF4+WmEaliu
+m13DCccYMKUK2IvA0TiZ6bmj30CGhdy49Yg74ERXvxzwd+ja1IjbC5VACe+rHgic
+nvVu30Q8PJEnOKE32IqvyRoPDdTfJL1TKHUbB4/h1nVp/VkKtYkOR/qU9+Ch0/Vq
+IEB3kI50rCHJap6U3miyjk1bMrJIiKA1p3WFYeKg01KsO+LH18ewo1dpwJgABDds
+PTMUlI4U0zQdnMoGCLFFBWTLdFy1rDMd4mNjnWTkcjrDkTJPmJQujWgabjYw7DBC
+s4VWBaEfVoPW+Lba5XSHe6XCLegY1YIOp9HLhzRdFz1y9Na2t2Ocon6eSMeVyAZy
+mrc7IRZqffqnVA64DhhsJGBqwa6l8BW8m+Xkq/AhsCh3lQS5Ag0EUCFEAwEQAKFJ
+j134VfpLpBG2962zKAaMpcOl6GxFggRALuKRXYIVBr30jDZa+JAdHdM+/iGLZ/lB
+yooxE707Zs2nTemEJ9+T6Gz2FY93Ssu6rdSy9jZTePl43S85YAcDk5UYN0HJpsHB
+tTgPY8zOYS2IQ8T3/W7jaROIIEap0iYGOwVwQutNDoS5l5trHBfWAx5ZMMopoG9B
+jkImBIaifQP2bnDUq+wiZNhPqegx1YhrlZx1tjnCqOHCkbh4AdmhefUDEgd3ILpA
+09bEwvQrV39S7vdj0Qqll44CIFDE/jDqN+Sm7DeqFIXfzLVfiG/23aEvkanhM/Ck
+9REhwdRByH53KRsSAqOQ/3gKloVx61Jx9JuTK1MRG9jeeZnWuWHWAulrnWnU0K+4
+e2a64nuaEbLi13d3Vgpm6CA4ebQtYBfn/u/gGGlg0UotWWnoL0QrdJl/0j5rmse4
+w77DNzAurX63RS2V/9hOlB8xRXKaaXPbpqWsKkjbbVLeaa1swCb5UAAR319BgpEU
+CIqkaSQq2UHvD/5JBLke87GpqepUXk02OBqIBa+fsg1NWxH8AGcLdTqYa6hHnSNl
+PBvZayaX8g+F1HqUeN38n5rDSgC93ZmIqHMyLV3SX3aBc+Yv+osHPX7Po3ElZJE6
+QEhkJ+g2rqiYw1/4iOXht5AdpZezJm6Ua8MaaAa/ABEBAAGJAiUEGAEKAA8FAlAh
+RAMCGwwFCQPCZwAACgkQYNWE5KmRq7ZzDw/8CiGz8Oq2YPLyYzpsD8K/iNPNhKTK
+xtSfzaAqINYHjdcjbmzbgd6kGJ1sNyDG/jVxtCiJPlK7W5zne8N3QkawOo3ViiyV
+JyxisqOlqB5HcuS69cCjDm00Yt4wQX69mLlbrK685EgasNDCR/I6/N8A4ruMEH4i
+7hGwAWotFx9qubceBALIdoUZdT8SWkJX+pAxR5Wq73NLP4WqPyxQgmuEkEaXleat
+ZO6E5tPxBdqoMaF6D5gsNJxCF+S29AcOupd+sznkyDeG39nfkJEgMmvYyCdPBs7t
+20pr8R2kICTOZDvzwBAfgrBtM997uJieQ3asldmj3xiQUgHT+VvK/rymeXQhjhJa
+WS/+jVwlFbw/eCnmGYSSSicRsPghcQKkBwSxKQAG00Oj9iyfY+GzQJDR6Qj+d8CH
+HgHgNt491cYjM3gLJwZ92fMyAEA8ZLaEZVjFG90ma+AfTflgFJdJVf55Q32MbuQi
+pIq3O4PbZhTJFTc22e879AE50LrGNKYjaAKFouOrIe1M35797jnuz8+IQggdtI6U
+BknEp1ViF8Y6v58n6nC/qQgHtwwEwhHoEg8Tt0rT/wc1y4R9yYkDXaz53ncp/d/8
+T6EQjShZ3VD2Aj0YSmDXO0l0p3ttrDqO4PCKZdcNkFJnNo7nEayzgQKXUO+0e7ie
+aJWYANlHUeC2Ir0=
+=OcJy
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   4096R/FD239395 2013-07-16
+uid                  James Joseph Masanz (CODE SIGNING KEY) <ja...@apache.org>
+sig 3        FD239395 2013-07-16  James Joseph Masanz (CODE SIGNING KEY) <ja...@apache.org>
+sub   4096R/5F621FFF 2013-07-16
+sig          FD239395 2013-07-16  James Joseph Masanz (CODE SIGNING KEY) <ja...@apache.org>
+
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Version: GnuPG v2.0.17 (MingW32)
+
+mQINBFHlcBEBEADGrX5Ky6jo3hq3K0f+m1+8zrh4krJEuywv01hR3OgIO7zQEZ4D
+WZiZ6/Ww2KSPZdvKDZ3RmtP3SDpBF6k53oL+3TsXgr3OHf7jE8ZkVTSxU/xZDFSz
+n2OkhrcGWjC22IATbuYQkgc1lPmHATuYMap1Q9CFsJEb+7kFzwEz7UQa5ZXknVRy
+1IFrx402xcSDioEsub/QsZbzSTDfOTMAIIOYldJsMDTL5VDlv9sNYAhpoixuxBA7
+F3URAm4oZaTBXM6rUp7TKLIeUU24g4C6dFbINdB45nEFCf6zcEig1F7wasXGHqdi
+l5/R9gCR7oSvVcvCfyNLcmupZOfjz4w/US0KebEikd0YArBq2SEEp53JXuVfLyi9
+WAegx7n9NqW7CBmdRGu8+kfhBQMKQQ2y4zy+4EQZPWH7bLA0mUP/tPCP76RlUZqa
+jR3J4xK8lwWIoyT/VGgej6LiMV1Vh+Rz5+Vla765o9qRUJUOXvoxRzcCjeOx1rl8
+s8vQHM70Ja/w/ks+meUX+sZHGAEFJBrcKEIxiR3OQWd0rcjiQ1hwgvQkWcCCR5X/
+6TvLcBHj6c8M1bSQyuMFxEt4rVzYYIQI5YIoaUQo0FoisAzv/cthir0is4EGad+T
+TU2qg9+JZ3pd4886D9FAWl7d+ad153GArhj9kUddUPxba5cSB3pwnnpTuwARAQAB
+tEBKYW1lcyBKb3NlcGggTWFzYW56IChDT0RFIFNJR05JTkcgS0VZKSA8amFtZXMt
+bWFzYW56QGFwYWNoZS5vcmc+iQI4BBMBAgAiBQJR5XARAhsDBgsJCAcDAgYVCAIJ
+CgsEFgIDAQIeAQIXgAAKCRDSfb88/SOTlSmPD/0eeR56strXelZoSwSRxpxlF2u5
+euVW7st/eoPyJJ64QUrjkHb023uOoO2/1o08+MrywiStp3+TPEAXfJ9cvLx/X01G
+GjxKFSAfhouPWJ+06TWf/5GmcV3BLJJfaBi1DCw0S5XuMsD3ETWDrENbXVvrFv2O
+dVkVVcTBgbwPq3TqpOeVrwe+V29zb4nPzY0yc1fXmS+3hgoOb0R7sqRhBM+DTNWi
+4KnvKv9ZlKnGt8NoLllyrdEmQFIno41+SF5rhnCRQjWP5hFA+RuSxT8pgNk4JrNv
+PqNW1wPl6qIX09DHUUE/1clly7gVf2V8NvBjueMwt+yLejrhH/7x4SFwUxHSXxc7
+xd3MTBmkDfEzmWfPhJ0hTOycAqog33mO+8MCBjuMX3Rjr4aB0nF+K54/mk9epUg9
+whP+kTpCL1TAuUUZt4wtpsBKDrod0INyobJdbieR8DWIQjdlrEduB0gQJ2EbEzXv
+1gOyBQSW5z9qpV6no5dIV6grNcvdCg5lgS8RCE9PSh0yLkd6KZyJ4d9WZ9IhBA8N
+KX2htwVgvgF4JrdSqzgxRq8HqTKb+CVhagL3XQKYvSGgEbqud2jS547y6Yt7MTnb
+insPH3TQZ1ANP/lfSCL3x110JMov9DaKj6JIPPFRc3vQrOAu3vdPEPlsp2/uDM5t
+552rJfLL4odxNTWambkCDQRR5XARARAAvrLkG4BkuyXmI3ePenoAJuATLlvZfK56
++SwckqLxTuLZChEwZVrgWNmA3SI0/Y55cpd8Kf6k9QXaggGfzRoHf1KgmEM6/hVd
+UnwHXKudWKn7xJcmZF/Fwv3/01hUPeatPoR9mepdMGVhYv/Ss9VhCVjB3dkKTts0
+C5Bcbil4aI/MbbRCKUye+d5LYL/ZWgIHtvHbhofF8IJ68RgZoFhp9pbFwaDGcAjw
+FyzBWAD6AC5ljEqm2WBNsC1Nv3JMayi4Q6OAUZq5PxmXVLcQedk4UszKbc9SmSiq
+d+ZbLnu6SA887gXtpiy7DIvswg94brgI7qyU8fCsk456HrVBEYcM0xpWi6PTOh8e
+4xEcSUM5OKc5Nyw8cquGAVwYGKSmHOV2XosFCwauOGLLgffmaLonDVI3Nq2N4n0x
+tgGF/2q1SbqrtwGg2TRF3NnaSgDNn2m1e21imfxbPJ2J6k5JRR6NNpMmzxG9SwMn
+pr6IauoqsQXguhvqBnUJQK/n0kF6qiphNmRZiRmYp5KjkjsvYZmx1/YKRu2z0N9X
+HGtmRE/zNjacuS/kIj6RoBrfzsrBOm+1tIO00te79gWYV1ry/PUI9UgW/zExqNK8
+x+eUVf8WM0Xs1AK2FgBBYucGT0EAip4nOc346UamCHdAAQVnjbWJwv2VtlVjkG1q
+k4fUMKRwZMsAEQEAAYkCHwQYAQIACQUCUeVwEQIbDAAKCRDSfb88/SOTlVoPD/9w
+cicr4Yei5Cbue/pGLCtNMO0cFXmyGvhMNvSnwUwXwYylZ6Mymh7/OZ4VEE6q3gxB
+xDo/tqkNQ1AAQ8ScY0obc0+U9BsYcrwh2Nj1MeRBt9uCYZF6yNpfE6RqlnZ6guCV
+IhN81zjQfc4HTm5dO2XCjtDmjt+uiGAW0QNdzUASmk2n3NQnH28ttnsc5rJmwVZu
+MgVRb19fx0lYWTl8dAh3gzGQN97suhdzPjRnZjLbQfXc1pGF80/4NSaa7r1DMGzN
+blARa8eVv+Kf1CgO0BbNKM5VMG+1CG++hcCfVam5kEB3/DKbAmF7S0I7xwG/j8E9
+omVC1sW1RbPBfL6LFbMBzGf/13WLIrQ3peSpHOj6c+X2mtuMMxGiXP2T15vnYpHx
+27k9JLPnesP5c/OVu+G1QpOvFnAWg/6b3d9DZGQINEjEEHtLbFVKD4se9C42VpW+
+sxhbEqi91IN8sj5T8g7xMabk1ssnLp7i3LcffPiuMdOFZ68ixbmvA5n3filRIR0K
+Wv5BSFOLtrQssuknJGZ3fMJXlrz56UIOYY6FEN+CH62aIzGesHiVTlZnZqeD7Ww5
+Au/eCtNmeAJeb68YhdaJaBv14aE0Jf7TXwWE4J4iv+7/rglnREHaNNjqFTZ+qmf2
+wctbczz7HFHf9ueICXWVVpvO7mlUoStJzQMrDdlAcw==
+=8GBQ
+-----END PGP PUBLIC KEY BLOCK-----
+
+pub   4096R/BF36BE49 2016-12-06
+uid       [ultimate] Murali Minnah (CODE SIGNING KEY) <mm...@apache.org>
+sig 3        BF36BE49 2016-12-06  Murali Minnah (CODE SIGNING KEY) <mm...@apache.org>
+sub   4096R/98575916 2016-12-06
+sig          BF36BE49 2016-12-06  Murali Minnah (CODE SIGNING KEY) <mm...@apache.org>
+-----BEGIN PGP PUBLIC KEY BLOCK-----
+Comment: GPGTools - https://gpgtools.org
+
+mQINBFhG82QBEAC8ecPDIefpzdsA9GiYWpZ9YRK4vd7UQq5bGd5UotJv3kZgz0hq
+gnN8qBunDQt8I5h9ZQMxXDqarPgPuqpVgzFXwC5njpP+51t+lm25CBnFivA7MDq5
+yGSXPLcBTtitKc8kWPkAQDH/8HUDbXqIdBmkCndf9bfiw5Yr1iFMpbkb7sbeCAYK
+85KqHWdfKYYYVH4+uyLCu2G/Wrpat54FbjNMyNVzYLBDSMte7LlXMDW3evj4FE7j
+JPKCyUk2dxoy7BhFlLYBE8WV5VeE5EXirtZOEkcLR95DrIt6IflUr+XIQvHQUbFO
+9CUtWU8vsudnbaH7S2hcOVtl1R4LMYI9+xDKJpIKiF8rYlxlxPc/VkktIINeNmr9
+Eg1piQdaqlZHEwxilSmb13khEdUCqfcurNenxrHwz2uq+C9b97DJQ8Ly+zHI/Mql
+weQwBZKqaqfZAexoFZ+TyXhCC/NZCI+ZBJ39/ojsFdld0J4dUWvh0/oh2iWcN8um
+qFOxPpNgOQ0F4KrvIPPtKPJuTVjfI7D3VVoaV7/TlDQGgfMMAOLZueA9ObZnfPFh
+9wPZ0hYfppnPteKLOcfgN77z8WFFUIgyhQgYPsrl3dCtVjhkKl/CexJUB9a2MtwK
+dvJwMOKfBJoRt71FzPdZAMsnZjn8XUc8qxyQBw+Q0tkfeFq/0C6a3dJ3SQARAQAB
+tDVNdXJhbGkgTWlubmFoIChDT0RFIFNJR05JTkcgS0VZKSA8bW1pbm5haEBhcGFj
+aGUub3JnPokCNwQTAQoAIQUCWEbzZAIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIX
+gAAKCRBkx3mrvza+Sd+0EACrYP/ykGYjAjJEaRuBzmPQpIqd57MIAow4VeyU2kx6
+/8vx0HsJU0dcZuPlk1TvL8wF4CmMpieziNNOvaFvmJjft5UttvieiN9dzucfrwCf
+7AgPBOwErG+MnjulP2i3mnfU+qLnMtV+cX9M2FzNmuXMsGXJf4qUn55x5000T6MG
+Pko9M2xsGPBmcS+Zqu+QqutSCXuVi5bcmWzcLEN0tGCIVeP8sQ49olXRIr8J4frn
+GxOA3YPdAaYGOqbAIWuvJQn0M2iLCbWLFDo6emknWn83y0Zd1PaluupNHugcSqHo
+VSS+hFdxuetzb/mO0pidRzYCmR+EK9B3OlOBPcQPYgzRCR+pCLg3P1fqrJGtB2WR
+Nx8bYBfIZpdk2xF9iESVBSE6c82+04HZ+SPUibOjUEyhN5ajkbvITCzpOH1WuMjT
+VMly4P7GAz7S6jtS8RKFTvim+zxLojh3dTiMU/JJjtg0HekkOhFJEFzM8ncfkwdP
+IPWzyS4ZkbuS1uowfDNqJhV46na/0TE9ENM9L/bSBdWHiRgheBUu4T2Ds9rtqduI
+1UOvhQmp/IkVefxjxiaZgeKAs84uWLlK1FVJU8ZzZ8dJLLJTzzug/zC+4c2ymh9M
+loQw6yzR84OPxl2XMvqYltoRQ1fUlRViaY++6+XUla4zIJeTiiIvJXgU83wrwKeJ
+9rkCDQRYRvNkARAAtuX6S4DsiTwoA4T/hDZuk/UL+ch5O9dPL3NP2z2RW7s1e/z7
+M8941OCYep0KhAmNHVHRrMxHpWfGO2SBUE43I0j8YotaeWdMBy3AbvK9cEx/6h0y
+ni+CMbAWp2XGYJLsRgxkmhnddPUKfGJrg8TQsaV2VM5gRM2AndGEM5/zfuij5HDt
+2XXIWhGabQ9u6NQv2Plx8/bbJgtA5e5SAOnOiJ/Np9o9X0odxF7SJ4qnLIj3qx4p
+CLjJdRGdy3ujgT4L1V/2wWWRP/BRAAE2UWyWauLoJXF5YiZ1Ev5KlH2JRtX4f/9C
+z7nqU1FdO0PI0weTnxIgz9hr5dOOilfai6i4OaVnQf5Xl/iweXCSbBoGI0liD53Z
+8iirhKnypMd658Wqet7T0F8Iy6k+H3lqb21CnTqU7bbs6VkDdmBIovSUk/oRNpRo
+MKOk7/Ybq1gGRWYT2s4kzbvPGByKW8Smso1nUEy+eP9z3nxXBg1tyK0whA98f9tt
+hwW9HuqBG6Q0Vu8TypVSWVrP42sYfTSCCld8D5VpTIzyMQAVxoCAgfnUg4vmTBNJ
+QuYF8cAokTFel6ktq1Sm004bPC2uJ0FGgTEO67M3/4JpJhfvq2AduQOGgihscwfp
+O/Bh+y8H/Y/M4bxu7y77SSew4ExEG5u2YYvoV2e5YIHIwRaxwCQvbkmPpqkAEQEA
+AYkCHwQYAQoACQUCWEbzZAIbDAAKCRBkx3mrvza+SZWZD/4jNP0qKFrt1fRXPDKG
+FXJnIyrwYERE6fI19y5Kg4h/LvpdEKmwrltx4oZ2R6d57d7OIpDqfOuLtnJqQ6j0
+hmChYPQ7ItdHdrKnCaRkJ0r+OTN7yv1nDykYoxKMjtFN9N7o8pmxB47TWI1i4nkZ
+pzbLUa/5aZTcAL9WddlbXPddYshC5n99GP1zvSMJ70mtzrkuprQMxY/N8o+G4AXV
+XOM6OEOWkoGQkWT0fIgcw4Qr21qJVUn/Ueu+Ltr3n86OTpr8v5Yhj7Gox8nhcqvM
+JbIQudKsk4tWxBBqs6a9/PqXQoBTW/X8n1LG6rEC10FYAIemUBj3F9wzx0p85Vyq
+ByU1OWwtBUVn8p8E8sOrmvKXaEcoszcZEhgMP6eG8bbn56CR1kxEu7DM0Ujjsb/0
+s0px6XQkAfhMV44XbVfo8fvc+e6PVUf3ylkJ3JJPKPpbmTCp+3/GThS3Iv6LRIXr
+SSFgnrTM4Fy7bMFRqYKtWLOzZnAmfx+ciDoZWbBVkKePzz/JQzp3icr8D0CTum0o
+whHVo1mwNv7cTLrZBS1IVrkUlFghyy928nOeTHDdnihRcsMvN/ZmCtNR/THPSKK5
+LqVQba1yceJCSqWExHkmUXFQQRcb6kIQ9htlqyvfC+/8mfWlvXxgbkV3Hymnwlqe
+M984dlW6On/op6UAzfsSd1OE9A==
+=lGAy
+-----END PGP PUBLIC KEY BLOCK-----
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..3d04d87
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,253 @@
+ 
+                                 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.
+
+
+Apache cTAKES bundles part of lvg 2008, which has a separate copyright 
+notice and license terms.  
+See ctakes-lvg/src/main/resources/org/apache/ctakes/lvg/data
+The license for lvg:
+Terms and Conditions for Use of the SPECIALIST NLP Tools
+1. Introduction
+The following Terms and Conditions apply for use of the SPECIALIST NLP Tools.
+Using the SPECIALIST NLP Tools indicates your acceptance of the following 
+Terms and Conditions. These Terms and Conditions apply to all SPECIALIST NLP
+Tools, independent of format and method of acquisition.
+2. The SPECIALIST NLP Tools
+The Lister Hill National Center for Biomedical Communications, National
+Library of Medicine, National Institutes of Health, Department of Health
+and Human Services, has developed the SPECIALIST NLP Tools to investigate
+the contributions that natural language processing techniques can make to
+the task of mediating between the language of users and the language of
+online biomedical information resources. The SPECIALIST NLP Tools facilitate
+natural language processing by helping application developers with lexical
+variation and text analysis tasks in the biomedical domain.
+3. Availability
+The SPECIALIST NLP Tools are available to all requesters, both within and
+outside the United States, at no charge.
+4. Use of the SPECIALIST NLP Tools
+a. Redistributions of the SPECIALIST NLP Tools in source or binary form must
+include this list of conditions in the documentation and/or other materials
+provided with the distribution.
+b. In any publication or distribution of all or any portion of the SPECIALIST
+NLP Tools (1) you must attribute the source of the tools as the SPECIALIST NLP
+Tools with the release number and date; (2) you must state any modifications
+made to the SPECIALIST NLP Tools along with a complete description of the
+modifications, which may be in the form of patch files.
+c. You shall not assert any proprietary rights to any portion of the SPECIALIST
+NLP Tools, nor represent the SPECIALIST NLP Tools or any part thereof to anyone
+as other than a United States Government product.
+d. The name of the U.S. Department of Health and Human Services, National
+Institutes of Health, National Library of Medicine, Lister Hill National
+Center for Biomedical Communications may not be used to endorse or promote
+products derived from the SPECIALIST NLP Tools without specific prior written
+permission.
+e. Neither the United States Government, U.S. Department of Health and Human
+Services, National Institutes of Health, National Library of Medicine, Lister
+Hill National Center for Biomedical Communications, nor any of its agencies,
+contractors, subcontractors or employees of the United States Government make
+any warranties, expressed or implied, with respect to the SPECIALIST NLP Tools,
+and, furthermore, assume no liability for any party's use, or the results of
+such use, of any part of these tools.
+These terms and conditions are in effect as long as the user retains any part
+of the SPECIALIST NLP Tools.
+   
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..51b297a
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,26 @@
+Apache cTAKES
+Copyright 2013 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+Portions of cTAKES were originally developed by
+Mayo Clinic and are licensed to the Apache Software
+Foundation under the "Software Grant License Agreement".
+Copyright (c) 2009 Mayo Foundation for Medical Education 
+and Research (MFMER) 
+
+Portions of cTAKES were originally developed by
+Boston Children's Hospital and are licensed to the Apache Software
+Foundation under the "Software Grant License Agreement".
+Copyright (c) 2012 Boston Children's Hospital.
+
+Portions of cTAKES were originally developed by
+University of Colorado and are licensed to the Apache Software
+Foundation under the "Software Grant License Agreement".
+Copyright (c) 2012 University of Colorado.
+
+Portions of cTAKES were originally developed by
+The MITRE corporation  and are licensed to the Apache Software
+Foundation under the "Software Grant License Agreement".
+Copyright (c) 2012 The MITRE Corporation.
diff --git a/README b/README
new file mode 100644
index 0000000..25c57bd
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+
+Apache cTAKES
+==================================
+Detailed documentation can be found at:
+http://ctakes.apache.org
+
+Requirements
+---------------------------------------
+Java 1.8 is required to run cTAKES
+Maven 3.0.0 is required to build cTAKES
+
+
+For information on Installation and Operation:
+https://cwiki.apache.org/confluence/display/ctakes/ctakes
\ No newline at end of file
diff --git a/ctakes-assertion-zoner/LICENSE b/ctakes-assertion-zoner/LICENSE
new file mode 100644
index 0000000..d645695
--- /dev/null
+++ b/ctakes-assertion-zoner/LICENSE
@@ -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.
diff --git a/ctakes-assertion-zoner/desc/ZonerDescriptor.xml b/ctakes-assertion-zoner/desc/ZonerDescriptor.xml
new file mode 100644
index 0000000..e2ad52d
--- /dev/null
+++ b/ctakes-assertion-zoner/desc/ZonerDescriptor.xml
@@ -0,0 +1,112 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+
+    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.
+
+-->
+<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+  <primitive>true</primitive>
+  <annotatorImplementationName>org.mitre.medfacts.uima.Zoner</annotatorImplementationName>
+  <analysisEngineMetaData>
+    <name>ZonerDescriptor</name>
+    <description/>
+    <version>1.0</version>
+    <vendor>MITRE</vendor>
+    <configurationParameters/>
+    <configurationParameterSettings/>
+    <typeSystemDescription>
+      <types>
+        <typeDescription>
+          <name>org.mitre.medfacts.uima.Heading</name>
+          <description>a section heading</description>
+          <supertypeName>uima.tcas.Annotation</supertypeName>
+          <features>
+            <featureDescription>
+              <name>label</name>
+              <description/>
+              <rangeTypeName>uima.cas.String</rangeTypeName>
+            </featureDescription>
+          </features>
+        </typeDescription>
+        <typeDescription>
+          <name>org.mitre.medfacts.uima.Zone</name>
+          <description>A document Zone, including its heading</description>
+          <supertypeName>uima.tcas.Annotation</supertypeName>
+          <features>
+            <featureDescription>
+              <name>label</name>
+              <description/>
+              <rangeTypeName>uima.cas.String</rangeTypeName>
+            </featureDescription>
+          </features>
+        </typeDescription>
+        <typeDescription>
+          <name>org.mitre.medfacts.uima.Subzone</name>
+          <description/>
+          <supertypeName>uima.tcas.Annotation</supertypeName>
+          <features>
+            <featureDescription>
+              <name>label</name>
+              <description/>
+              <rangeTypeName>uima.cas.String</rangeTypeName>
+            </featureDescription>
+          </features>
+        </typeDescription>
+      </types>
+    </typeSystemDescription>
+    <typePriorities/>
+    <fsIndexCollection/>
+    <capabilities>
+      <capability>
+        <inputs/>
+        <outputs/>
+        <languagesSupported/>
+      </capability>
+    </capabilities>
+    <operationalProperties>
+      <modifiesCas>true</modifiesCas>
+      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+      <outputsNewCASes>false</outputsNewCASes>
+    </operationalProperties>
+  </analysisEngineMetaData>
+  <externalResourceDependencies>
+    <externalResourceDependency>
+      <key>SectionRegex</key>
+      <description/>
+      <optional>false</optional>
+    </externalResourceDependency>
+  </externalResourceDependencies>
+  <resourceManagerConfiguration>
+    <externalResources>
+      <externalResource>
+        <name>SectionHeaderRegularExpressions</name>
+        <description/>
+        <fileResourceSpecifier>
+          <fileUrl>file:org/mitre/medfacts/uima/section_regex.xml</fileUrl>
+        </fileResourceSpecifier>
+      </externalResource>
+    </externalResources>
+    <externalResourceBindings>
+      <externalResourceBinding>
+        <key>SectionRegex</key>
+        <resourceName>SectionHeaderRegularExpressions</resourceName>
+      </externalResourceBinding>
+    </externalResourceBindings>
+  </resourceManagerConfiguration>
+</analysisEngineDescription>
diff --git a/ctakes-assertion-zoner/desc/ZonerDescriptorStyleMap.xml b/ctakes-assertion-zoner/desc/ZonerDescriptorStyleMap.xml
new file mode 100644
index 0000000..4d2e31c
--- /dev/null
+++ b/ctakes-assertion-zoner/desc/ZonerDescriptorStyleMap.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+
+    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.
+
+-->
+<styleMap>
+</styleMap>
diff --git a/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__both_regular_and_mayo.xml b/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__both_regular_and_mayo.xml
new file mode 100644
index 0000000..787e6b2
--- /dev/null
+++ b/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__both_regular_and_mayo.xml
@@ -0,0 +1,4881 @@
+<?xml version="1.0" encoding="UTF-8"?><analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+<!--
+
+    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.
+
+-->
+    <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+    <primitive>false</primitive>
+    <delegateAnalysisEngineSpecifiers>
+        <delegateAnalysisEngine key="org.mitre.medfacts.uima.ZoneAnnotator.2">
+            <analysisEngineDescription>
+                <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+                <primitive>true</primitive>
+                <annotatorImplementationName>org.mitre.medfacts.uima.ZoneAnnotator</annotatorImplementationName>
+                <analysisEngineMetaData>
+                    <name>org.mitre.medfacts.uima.ZoneAnnotator</name>
+                    <description>Descriptor automatically generated by uimaFIT</description>
+                    <version>unknown</version>
+                    <vendor>org.mitre.medfacts.uima</vendor>
+                    <configurationParameters>
+                        <configurationParameter>
+                            <name>SectionRegex</name>
+                            <description>xml configuration file with zone regular expression values</description>
+                            <type>String</type>
+                            <multiValued>false</multiValued>
+                            <mandatory>true</mandatory>
+                        </configurationParameter>
+                    </configurationParameters>
+                    <configurationParameterSettings>
+                        <nameValuePair>
+                            <name>SectionRegex</name>
+                            <value>
+                                <string>org/mitre/medfacts/uima/mayo_sections.xml</string>
+                            </value>
+                        </nameValuePair>
+                    </configurationParameterSettings>
+                    <typeSystemDescription>
+                        <types>
+                            <typeDescription>
+                                <name>org.apache.ctakes.assertion.zoner.types.Heading</name>
+                                <description>a section heading</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.assertion.zoner.types.Subzone</name>
+                                <description/>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.assertion.zoner.types.Zone</name>
+                                <description>A document Zone, including its heading</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.AnatomicalSite</name>
+                                <description>A body part or area, corresponding to the UMLS semantic group of Anatomy.  An Entity based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Entity</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Attribute</name>
+                                <description>The semantic encapsulation of a modifer.  E.g., for Clinical Elements, Attributes may be used to specify Body Side for a Procedure.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</name>
+                                <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.BodySide</name>
+                                <description>Value set: unmarked (default), left, right, bilateral</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Course</name>
+                                <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Date</name>
+                                <description>A normalized form for dates, namely with day, month, and year.  A subtype of Element but may not use all inherited attributes.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>day</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>month</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>year</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.DiseaseDisorder</name>
+                                <description>This is an Event from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>alleviatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>associatedSignSymptom</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>course</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>exacerbatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Element</name>
+                                <description>A basic semantic unit that refers to something in the real world, including Entities, Events, Attributes, Dates.  Element inherits from uima.cas.TOP to combine textual mentions of these real-world objects.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>ontologyConcept</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>mentions</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</elementType>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>discoveryTechnique</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>confidence</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Double</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>conditional</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>generic</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>subject</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>polarity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>uncertainty</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>historyOf</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Entity</name>
+                                <description>A real-world entity such as a body part.  For example, multiple Procedures may have the same AnatomicalSite entity for their locations.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Event</name>
+                                <description>A real-world event; similar to Entity, but may bear some temporal properties and relationships.  In the constrained clinical context, many concepts are discussed as instances with some temporal component, e.g., Medications, Labs.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>properties</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.EventProperties</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.EventProperties</name>
+                                <description>A set of mostly temporal properties that are unique to Events.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>contextualModality</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>contextualAspect</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>permanence</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>category</name>
+                                        <description>Type of Event.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>aspect</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>docTimeRel</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>degree</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>polarity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Lab</name>
+                                <description>This is an Event from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>abnormalInterpretation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>deltaFlag</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>labValue</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabValue</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>ordinalInterpretation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>referenceRangeNarrative</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</name>
+                                <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</name>
+                                <description>Holds a narrative (i.e. string) reference range</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.LabValue</name>
+                                <description>Quantitative results of a laboratory, with number and unit.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>number</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>unit</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Medication</name>
+                                <description>This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>medicationFrequency</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDuration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationRoute</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStatusChange</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDosage</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStrength</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationForm</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</name>
+                                <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</name>
+                                <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationForm</name>
+                                <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</name>
+                                <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>number</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>unit</name>
+                                        <description>The periodic unit used, e.g day, month, hour, etc.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</name>
+                                <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</name>
+                                <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description>Indicates the change status of 'stop', 'start', 'increase', 'decrease', or 'noChange'.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</name>
+                                <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>number</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>unit</name>
+                                        <description>the unit of measurement</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</name>
+                                <description>Ontologies (e.g., SNOMED-CT) provide an expert semantic representation for concepts. They typically assign a code to a concept and normalize across various textual representations of that concept.  
+IdentifiedAnnotation and Elements may point to these normalized concept representations to indicate clinical concepts.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.OntologyConcept</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>codingScheme</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>code</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>oid</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>oui</name>
+                                        <description>holds the rxnorm unique identifier for a given drug mention.
+							TODO: change this attribute because of name clash (UMLS/SNOMED)</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Procedure</name>
+                                <description>This is an Event from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>procedureDevice</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>method</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</name>
+                                <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
+Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</name>
+                                <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
+More qualifying information on how the procedure was done.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Severity</name>
+                                <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.SignSymptom</name>
+                                <description>This is an Event from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>alleviatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>course</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>exacerbatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>severity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Time</name>
+                                <description>A normalized form for Time annotations.  Inherits from Element, but some fields may be unused.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>normalizedForm</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.UmlsConcept</name>
+                                <description>Concepts in the Unified Medical Language System (UMLS) Metathesaurus have a concept unique identifier (CUI) and a type unique identifier (TUI, i.e., semantic type) which are curated, normalized codes. For example, "pain" would have a cui=C0030193 and tui=T184.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.UmlsConcept</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>cui</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>tui</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.Affects</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.AffectsTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.AspectualTextRelation</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.AttributeRelation</name>
+                                <description>A real-world relationship between an Element and an Attribute.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>arg1</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>arg2</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</name>
+                                <description>A super-type for relationships between two spans of text.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>arg1</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.RelationArgument</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>arg2</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.RelationArgument</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.CollectionTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>members</name>
+                                        <description>A super-type for relationships between multiple spans of text.</description>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.relation.RelationArgument</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.CoreferenceRelation</name>
+                                <description>A coreference pair, with antecedent as arg1 and anaphor as arg2</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.DegreeOf</name>
+                                <description>A UMLS relation between an attribute and an entity/event.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.AttributeRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ElementRelation</name>
+                                <description>A super-type referring to real-world semantic relationships, e.g., TemporalRelations between two Events.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>arg1</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>arg2</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.LocationOf</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ManifestationOf</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ManifestationOfTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.Relation</name>
+                                <description>A superclass for semantic relationships between Elements.  For example, one might consider TemporalRelations or UMLSRelations between a Medication and a Disorder.  The "category" feature indicates what kind of relation it is.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>category</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>discoveryTechnique</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>confidence</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Double</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>polarity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>uncertainty</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.RelationArgument</name>
+                                <description>Relations are like lines connecting two or more endpoints.  RelationArguments are used as endpoints that are text spans via the "argument" feature. The directed relations should specify a "role" feature.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>argument</name>
+                                        <description/>
+                                        <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>role</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>participatesIn</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.relation.Relation</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ResultOf</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ResultOfTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.TemporalRelation</name>
+                                <description>Based on ISO TimeML's TLINK.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.UMLSRelation</name>
+                                <description>A biomedical relationship between two spans of text that have been mapped to UMLS concepts. Inherits "category" from Relation, with values such as affects, causes, complicates, contraindicates, degree_of, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.Demographics</name>
+                                <description>Demographic information about the patient in a clinical document.  Typically comes from structured metadata.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>birthDate</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>deathDate</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>gender</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>firstName</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>middleName</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>lastName</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>firstNameSoundex</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>lastNameSoundex</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.DocumentClassification</name>
+                                <description/>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.DocumentID</name>
+                                <description>Equivalent to cTAKES: org.apache.ctakes.typesystem.type.DocumentID, but its supertype changed to uima.cas.TOP</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>documentID</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.Metadata</name>
+                                <description>Structured data that captures information about the document, patient, or context of the clinical text.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>patientID</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Long</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>providerID</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.LongArray</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceData</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.structured.SourceData</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>demographics</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.structured.Demographics</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.SourceData</name>
+                                <description>Information about the caregiving setting for the clinical document.  Typically comes from structured metadata.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>noteTypeCode</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>noteSubTypeCode</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>authorSpecialty</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>documentStandard</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceInstanceId</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceRevisionNbr</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceRevisionDate</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceOriginalDate</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceInstitution</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceEncounterId</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceApplication</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.ADJP</name>
+                                <description>An adjective phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.ADJP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.ADVP</name>
+                                <description>An adverb phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.ADVP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.BaseToken</name>
+                                <description>A supertype for tokens subsuming word, punctuation, symbol, newline, contraction, or number.  Includes parts of speech, which are grammatical categories, e.g., noun (NN) or preposition (IN) that use Penn Treebank tags with a few additions.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.BaseToken</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>tokenNumber</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>normalizedForm</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>partOfSpeech</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>lemmaEntries</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.syntax.Lemma</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.CONJP</name>
+                                <description>A phrase-level conjunction
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.CONJP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.Chunk</name>
+                                <description>Chunks are syntactic groupings of tokens, and are the results of a shallow parser (chunker).  Possible chunkTypes follow Penn Treebank guidelines, e.g., noun phrase (NP) or prepositional phrase (PP) 
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.Chunk</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>chunkType</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</name>
+                                <description>A dependency parser node in the CONLL-X format, namely, where each node is a token with 10 fields.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description>The token's position in the sentence.  The ROOT node, present in every dependency parse, has id=0.</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>form</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>lemma</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cpostag</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>postag</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>feats</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>head</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>deprel</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>phead</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>pdeprel</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.ContractionToken</name>
+                                <description>Differentiates a token as being a contraction rather than a punctuation, symbol, newline, word, or number. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.ContractionToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.INTJ</name>
+                                <description>An interjection
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.INTJ</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.LST</name>
+                                <description>A list item, usually intra-sentential
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.LST</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.Lemma</name>
+                                <description>Stores a lemma (canonical form of a token).  Inherits from uima.cas.TOP, allowing for reuse of standardized forms across the CAS. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Lemma</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>key</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>posTag</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.NP</name>
+                                <description>A noun phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.NP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.NewlineToken</name>
+                                <description>Differentiates a token as being a newline rather than a punctuation, symbol, contraction, word, or number. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.NewlineToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.NumToken</name>
+                                <description>Differentiates a token as being a number rather than a punctuation, symbol, newline, word, or contraction. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.NumToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>numType</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.O</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.PP</name>
+                                <description>A prepositional phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.PP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.PRT</name>
+                                <description>A particle, e.g., "out" in "rule out"
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.PRT</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.PunctuationToken</name>
+                                <description>Differentiates a token as being punctuation rather than a contraction, symbol, newline, word, or number. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.PunctuationToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.SBAR</name>
+                                <description>A subordinate clause
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.SBAR</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.StanfordDependency</name>
+                                <description>Stanford dependencies provide a representation of grammatical relations between words in a sentence. Stanford dependencies are triplets: name of the relation, governor and dependent.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.SymbolToken</name>
+                                <description>Differentiates a token as being a symbol rather than a punctuation, contraction, newline, word, or number. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.SymbolToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.TerminalTreebankNode</name>
+                                <description>A Penn Treebank Node; as a terminal, there is an associated word, and the index of the word is a feature.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>index</name>
+                                        <description>The index of this node in the top node's list of terminals.</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>tokenIndex</name>
+                                        <description>The tokenIndex of a terminal is n, where the terminal is the nth token in a sentence.  The value -1 means that this terminal does not correspond to a token (because it is a trace.)  We assume that each token corresponds to a terminal.</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.TopTreebankNode</name>
+                                <description>A Penn Treebank Node; as the top node, this stores the whole subsumed sentence's parse tree as a string.  It also stores all the terminals, allowing for traversal of the tree bottom-up (top-down is implied through the TreebankNode's 'children' attribute).</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>treebankParse</name>
+                                        <description>A bracketed sentence string representing the parse tree.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>terminals</name>
+                                        <description>Stores the terminal nodes of the parse tree.  This allows for bottom-up traversal of a tree.</description>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.syntax.TerminalTreebankNode</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.TreebankNode</name>
+                                <description>A Penn Treebank-style tree node.  Conforms to PTB 2.0 guidelines.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>nodeType</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>nodeValue</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>leaf</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>parent</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>children</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.syntax.TreebankNode</elementType>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>nodeTags</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.StringArray</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>headIndex</name>
+                                        <description>The head index tracks the index into the word tokens which is the syntactic head of a phrase.</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.UCP</name>
+                                <description>An unlike coordinating phrase, e.g., a NP and a PP conjoined via "and" 
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.UCP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.VP</name>
+                                <description>A verb phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.VP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.WordToken</name>
+                                <description>Differentiates a token as being a word rather than a punctuation, symbol, newline, contraction, or number.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.WordToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>capitalization</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>numPosition</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>suggestion</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>canonicalForm</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.temporary.assertion.AssertionCuePhraseAnnotation</name>
+                                <description>A cue phrase indicating potential negation, uncertainty, or conditional</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cuePhraseCategory</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cuePhraseAssertionFamily</name>
+                                        <description>which assertion family this cue phrase belongs to (negation, uncertainty, or conditional)</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cuePhraseFirstWord</name>
+                                        <description>first word of cue phrase</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cuePhrase</name>
+                                        <description>cue phrase itself (from lookup list)</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.AnatomicalSiteMention</name>
+                                <description>A text string that refers to a (AnatomicalSite) Entity.  A body part or area, corresponding to the UMLS semantic group of Anatomy.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EntityMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</name>
+                                <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</name>
+                                <description>Value set: unmarked (default), left, right, bilateral</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ConditionalModifier</name>
+                                <description>The Conditional modifier refers to mentions which could exist under certain circumstances.  If indicated, there are conditions under which an associated Named Entity mention might not be truly asserted.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ContextAnnotation</name>
+                                <description>Contextual information of an entity. Equivalent to cTAKES: edu.mayo.bmi.uima.context.type.ContextAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>FocusText</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>Scope</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.CourseModifier</name>
+                                <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.DateAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.DateAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.DiseaseDisorderMention</name>
+                                <description>A text string that refers to a (DiseaseDisorder) Event.  This is from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>alleviatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>associatedSignSymptom</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>course</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>exacerbatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>severity</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.EntityMention</name>
+                                <description>A text string (IdentifiedAnnotation) that refers to an Entity.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>entity</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Entity</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.EventMention</name>
+                                <description>A text string (IdentifiedAnnotation) that refers to an Event.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>event</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Event</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.FractionAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.FractionAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.GenericModifier</name>
+                                <description>The Generic modifier indicates that a named entity mention is generic, i.e., not related to the instance of a disorder, sign/symptom, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.HistoryOfModifier</name>
+                                <description>An indication of explicit mentioning of a past history. The indicator captures only very explicit mentions of historicity.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</name>
+                                <description>Any span of text that has been discovered or flagged for some reason, such as a Named Entity.  Allows for mapping to an ontology.  Generalized from cTAKES: org.apache.ctakes.typesystem.type.IdentifiedAnnotation.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>ontologyConceptArr</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</elementType>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>typeID</name>
+                                        <description>The type of named entity (e.g. drug, disorder, ...)</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>segmentID</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sentenceID</name>
+                                        <description>contains the sentence id of the sentence that contains the NE's text span</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>discoveryTechnique</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>confidence</name>
+                                        <description>The confidence of the annotation.</description>
+                                        <rangeTypeName>uima.cas.Float</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>polarity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>uncertainty</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>conditional</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>generic</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>subject</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>historyOf</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>preferredText</name>
+                                        <description>preferredText is the preferred name. normally his is the UMLS preferred name.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabDeltaFlagModifier</name>
+                                <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabEstimatedModifier</name>
+                                <description>Signals that the lab value was estimated, e.g., "GFR (estimated): 81".  True means that there is an indicator signalling that there was an estimation of the value.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabInterpretationModifier</name>
+                                <description>Test result interpretations organized in a valued list e.g., "rare cells seen" or "few cells seen" in urinalysis, now combined with very_abnormal and abnormal.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabMention</name>
+                                <description>A text string that refers to a (Lab) Event.  This is from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>abnormalInterpretation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>deltaFlag</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.LabDeltaFlagModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>labValue</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ResultOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>ordinalInterpretation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>referenceRangeNarrative</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.LabReferenceRangeModifier</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabReferenceRangeModifier</name>
+                                <description>Holds a narrative (i.e. string) reference range</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabValueModifier</name>
+                                <description>Quantitative results of a laboratory, with number and unit.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MeasurementAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.MeasurementAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationAllergyModifier</name>
+                                <description>Indication of whether the medication is mentioned in the context of Allergies.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationDosageModifier</name>
+                                <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationDurationModifier</name>
+                                <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationEventMention</name>
+                                <description>As of cTAKEs 3.1, see org.apache.ctakes.typesystem.type.textsem.MedicationMention.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>medicationFrequency</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDuration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationRoute</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStatusChange</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDosage</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStrength</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationForm</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationFormModifier</name>
+                                <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationFrequencyModifier</name>
+                                <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationMention</name>
+                                <description>A text string that refers to a (Medication) Event.  This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>medicationAllergy</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationAllergyModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationFrequency</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationFrequencyModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDuration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationDurationModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationRoute</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationRouteModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStatusChange</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationStatusChangeModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDosage</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationDosageModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStrength</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationStrengthModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationForm</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationFormModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationRouteModifier</name>
+                                <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationStatusChangeModifier</name>
+                                <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationStrengthModifier</name>
+                                <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.Modifier</name>
+                                <description>A text string (IdentifiedAnnotation) that refers to an Attribute.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>normalizedForm</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>category</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.PersonTitleAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.PersonTitleAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.PolarityModifier</name>
+                                <description>Used to indicate that a procedure or assertion did not occur or does not exist. If indicated, negation is present and polarity should be -1.  If not indicated, negation is not present and polarity should be +1 by default.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.Predicate</name>
+                                <description>Predicates are typically verbs and may participate in SemanticRoleRelations.  Follows PropBank standards with a few clinical additions.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>relations</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</elementType>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>frameSet</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureDeviceModifier</name>
+                                <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
+Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureMention</name>
+                                <description>A text string that refers to a (Procedure) Event.  This is from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>procedureDevice</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.ProcedureDeviceModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>method</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.ProcedureMethodModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureMethodModifier</name>
+                                <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
+More qualifying information on how the procedure was done.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.RangeAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.RangeAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.RomanNumeralAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.RomanNumeralAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SemanticArgument</name>
+                                <description>SemanticArguments are used for predicate-argument structures (SemanticRoleRelations).  The "label" features should contain the type of semantic role (e.g., ARG0, ARGM) that this argument has w.r.t. the predicate.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>relation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</name>
+                                <description>Predicate-argument structure used for semantic role labeling output.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>predicate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.Predicate</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>argument</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.SemanticArgument</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SeverityModifier</name>
+                                <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SignSymptomMention</name>
+                                <description>A text string that refers to a (SignSymptom) Event.  This is from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>alleviatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>course</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>exacerbatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>severity</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SubjectModifier</name>
+                                <description>The person the observation is on, i.e., a Person mention. This modifier refers to the entity experiencing the disorder.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.TimeAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.TimeAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.TimeMention</name>
+                                <description>A text string (IdentifiedAnnotation) that refers to a Time (i.e., TIMEX3).</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>date</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>time</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>timeClass</name>
+                                        <description>DATE, DURATION, QUANTIFIER, PREPOSTEXP, etc.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.UncertaintyModifier</name>
+                                <description>An introduction of a measure of doubt into a statement.  If indicated, there is uncertainty.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.List</name>
+                                <description>A semi-structured text span, containing other Annotations (typically Sentences, other Lists, etc).</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>items</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>uima.tcas.Annotation</elementType>
+                                        <multipleReferencesAllowed>true</multipleReferencesAllowed>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.LookupWindowAnnotation</name>
+                                <description>Defines a window within which dictionary terms may match.  An auxiliary spanned type.
+Equivalent to cTAKES: edu.mayo.bmi.uima.lookup.type.LookupWindowAnnotation</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.Paragraph</name>
+                                <description>A text span corresponding to a paragraph, typically containing multiple sentences.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.Segment</name>
+                                <description>A section of a clinical text, e.g., Diagnosis, Current Medications, Problem List.  Different segments often have differing sublanguages and clinical relevance.     
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Segment</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>preferredText</name>
+                                        <description>preferredText is the normalized/resolved section name.  Normally, this is populated by the Sectionizer and would contain the HL7/CCDA section name.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.Sentence</name>
+                                <description>Sentences may or may not be fully-formed and grammatical.  They form the unit of analysis for some downstream components (e.g., constituency parsers).
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Sentence</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>sentenceNumber</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>segmentId</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.util.Pair</name>
+                                <description>An Attribute-Value tuple.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Property</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>attribute</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.util.Pairs</name>
+                                <description>A brute force "hash" that stores multiple Pairs in a list. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Properties</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>pairs</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.util.Pair</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.util.ProbabilityDistribution</name>
+                                <description>A brute force probability distribution for discrete variables.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.util.Pairs</supertypeName>
+                            </typeDescription>
+                        </types>
+                    </typeSystemDescription>
+                    <fsIndexCollection/>
+                    <capabilities>
+                        <capability>
+                            <inputs/>
+                            <outputs>
+                                <type>org.apache.ctakes.assertion.zoner.types.Zone</type>
+                                <feature>org.apache.ctakes.assertion.zoner.types.Zone:label</feature>
+                                <type>org.apache.ctakes.assertion.zoner.types.Subzone</type>
+                                <feature>org.apache.ctakes.assertion.zoner.types.Subzone:label</feature>
+                                <type>org.apache.ctakes.assertion.zoner.types.Heading</type>
+                                <feature>org.apache.ctakes.assertion.zoner.types.Heading:label</feature>
+                            </outputs>
+                            <languagesSupported/>
+                        </capability>
+                    </capabilities>
+                    <operationalProperties>
+                        <modifiesCas>true</modifiesCas>
+                        <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+                        <outputsNewCASes>false</outputsNewCASes>
+                    </operationalProperties>
+                </analysisEngineMetaData>
+            </analysisEngineDescription>
+        </delegateAnalysisEngine>
+        <delegateAnalysisEngine key="org.mitre.medfacts.uima.ZoneAnnotator">
+            <analysisEngineDescription>
+                <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+                <primitive>true</primitive>
+                <annotatorImplementationName>org.mitre.medfacts.uima.ZoneAnnotator</annotatorImplementationName>
+                <analysisEngineMetaData>
+                    <name>org.mitre.medfacts.uima.ZoneAnnotator</name>
+                    <description>Descriptor automatically generated by uimaFIT</description>
+                    <version>unknown</version>
+                    <vendor>org.mitre.medfacts.uima</vendor>
+                    <configurationParameters>
+                        <configurationParameter>
+                            <name>SectionRegex</name>
+                            <description>xml configuration file with zone regular expression values</description>
+                            <type>String</type>
+                            <multiValued>false</multiValued>
+                            <mandatory>true</mandatory>
+                        </configurationParameter>
+                    </configurationParameters>
+                    <configurationParameterSettings>
+                        <nameValuePair>
+                            <name>SectionRegex</name>
+                            <value>
+                                <string>org/mitre/medfacts/zoner/section_regex.xml</string>
+                            </value>
+                        </nameValuePair>
+                    </configurationParameterSettings>
+                    <typeSystemDescription>
+                        <types>
+                            <typeDescription>
+                                <name>org.apache.ctakes.assertion.zoner.types.Heading</name>
+                                <description>a section heading</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.assertion.zoner.types.Subzone</name>
+                                <description/>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.assertion.zoner.types.Zone</name>
+                                <description>A document Zone, including its heading</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.AnatomicalSite</name>
+                                <description>A body part or area, corresponding to the UMLS semantic group of Anatomy.  An Entity based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Entity</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Attribute</name>
+                                <description>The semantic encapsulation of a modifer.  E.g., for Clinical Elements, Attributes may be used to specify Body Side for a Procedure.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</name>
+                                <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.BodySide</name>
+                                <description>Value set: unmarked (default), left, right, bilateral</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Course</name>
+                                <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Date</name>
+                                <description>A normalized form for dates, namely with day, month, and year.  A subtype of Element but may not use all inherited attributes.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>day</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>month</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>year</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.DiseaseDisorder</name>
+                                <description>This is an Event from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>alleviatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>associatedSignSymptom</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>course</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>exacerbatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Element</name>
+                                <description>A basic semantic unit that refers to something in the real world, including Entities, Events, Attributes, Dates.  Element inherits from uima.cas.TOP to combine textual mentions of these real-world objects.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>ontologyConcept</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>mentions</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</elementType>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>discoveryTechnique</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>confidence</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Double</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>conditional</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>generic</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>subject</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>polarity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>uncertainty</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>historyOf</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Entity</name>
+                                <description>A real-world entity such as a body part.  For example, multiple Procedures may have the same AnatomicalSite entity for their locations.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Event</name>
+                                <description>A real-world event; similar to Entity, but may bear some temporal properties and relationships.  In the constrained clinical context, many concepts are discussed as instances with some temporal component, e.g., Medications, Labs.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>properties</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.EventProperties</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.EventProperties</name>
+                                <description>A set of mostly temporal properties that are unique to Events.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>contextualModality</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>contextualAspect</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>permanence</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>category</name>
+                                        <description>Type of Event.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>aspect</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>docTimeRel</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>degree</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>polarity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Lab</name>
+                                <description>This is an Event from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>abnormalInterpretation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>deltaFlag</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>labValue</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabValue</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>ordinalInterpretation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>referenceRangeNarrative</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</name>
+                                <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</name>
+                                <description>Holds a narrative (i.e. string) reference range</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.LabValue</name>
+                                <description>Quantitative results of a laboratory, with number and unit.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>number</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>unit</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Medication</name>
+                                <description>This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>medicationFrequency</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDuration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationRoute</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStatusChange</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDosage</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStrength</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationForm</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</name>
+                                <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</name>
+                                <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationForm</name>
+                                <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</name>
+                                <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>number</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>unit</name>
+                                        <description>The periodic unit used, e.g day, month, hour, etc.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</name>
+                                <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</name>
+                                <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description>Indicates the change status of 'stop', 'start', 'increase', 'decrease', or 'noChange'.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</name>
+                                <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>number</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>unit</name>
+                                        <description>the unit of measurement</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</name>
+                                <description>Ontologies (e.g., SNOMED-CT) provide an expert semantic representation for concepts. They typically assign a code to a concept and normalize across various textual representations of that concept.  
+IdentifiedAnnotation and Elements may point to these normalized concept representations to indicate clinical concepts.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.OntologyConcept</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>codingScheme</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>code</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>oid</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>oui</name>
+                                        <description>holds the rxnorm unique identifier for a given drug mention.
+							TODO: change this attribute because of name clash (UMLS/SNOMED)</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Procedure</name>
+                                <description>This is an Event from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>procedureDevice</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>method</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</name>
+                                <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
+Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</name>
+                                <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
+More qualifying information on how the procedure was done.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Severity</name>
+                                <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.SignSymptom</name>
+                                <description>This is an Event from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>alleviatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>course</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>exacerbatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>severity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.Time</name>
+                                <description>A normalized form for Time annotations.  Inherits from Element, but some fields may be unused.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>normalizedForm</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.refsem.UmlsConcept</name>
+                                <description>Concepts in the Unified Medical Language System (UMLS) Metathesaurus have a concept unique identifier (CUI) and a type unique identifier (TUI, i.e., semantic type) which are curated, normalized codes. For example, "pain" would have a cui=C0030193 and tui=T184.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.UmlsConcept</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>cui</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>tui</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.Affects</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.AffectsTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.AspectualTextRelation</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.AttributeRelation</name>
+                                <description>A real-world relationship between an Element and an Attribute.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>arg1</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>arg2</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</name>
+                                <description>A super-type for relationships between two spans of text.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>arg1</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.RelationArgument</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>arg2</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.RelationArgument</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.CollectionTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>members</name>
+                                        <description>A super-type for relationships between multiple spans of text.</description>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.relation.RelationArgument</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.CoreferenceRelation</name>
+                                <description>A coreference pair, with antecedent as arg1 and anaphor as arg2</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.DegreeOf</name>
+                                <description>A UMLS relation between an attribute and an entity/event.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.AttributeRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ElementRelation</name>
+                                <description>A super-type referring to real-world semantic relationships, e.g., TemporalRelations between two Events.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>arg1</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>arg2</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.LocationOf</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ManifestationOf</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ManifestationOfTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.Relation</name>
+                                <description>A superclass for semantic relationships between Elements.  For example, one might consider TemporalRelations or UMLSRelations between a Medication and a Disorder.  The "category" feature indicates what kind of relation it is.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>category</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>discoveryTechnique</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>confidence</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Double</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>polarity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>uncertainty</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.RelationArgument</name>
+                                <description>Relations are like lines connecting two or more endpoints.  RelationArguments are used as endpoints that are text spans via the "argument" feature. The directed relations should specify a "role" feature.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>argument</name>
+                                        <description/>
+                                        <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>role</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>participatesIn</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.relation.Relation</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ResultOf</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.ResultOfTextRelation</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.TemporalRelation</name>
+                                <description>Based on ISO TimeML's TLINK.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</name>
+                                <description>A UMLS relation between clinical elements.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.relation.UMLSRelation</name>
+                                <description>A biomedical relationship between two spans of text that have been mapped to UMLS concepts. Inherits "category" from Relation, with values such as affects, causes, complicates, contraindicates, degree_of, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.Demographics</name>
+                                <description>Demographic information about the patient in a clinical document.  Typically comes from structured metadata.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>birthDate</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>deathDate</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>gender</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>firstName</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>middleName</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>lastName</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>firstNameSoundex</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>lastNameSoundex</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.DocumentClassification</name>
+                                <description/>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.DocumentID</name>
+                                <description>Equivalent to cTAKES: org.apache.ctakes.typesystem.type.DocumentID, but its supertype changed to uima.cas.TOP</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>documentID</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.Metadata</name>
+                                <description>Structured data that captures information about the document, patient, or context of the clinical text.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>patientID</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Long</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>providerID</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.LongArray</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceData</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.structured.SourceData</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>demographics</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.structured.Demographics</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.structured.SourceData</name>
+                                <description>Information about the caregiving setting for the clinical document.  Typically comes from structured metadata.</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>noteTypeCode</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>noteSubTypeCode</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>authorSpecialty</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>documentStandard</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceInstanceId</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceRevisionNbr</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceRevisionDate</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceOriginalDate</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceInstitution</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceEncounterId</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sourceApplication</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.ADJP</name>
+                                <description>An adjective phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.ADJP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.ADVP</name>
+                                <description>An adverb phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.ADVP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.BaseToken</name>
+                                <description>A supertype for tokens subsuming word, punctuation, symbol, newline, contraction, or number.  Includes parts of speech, which are grammatical categories, e.g., noun (NN) or preposition (IN) that use Penn Treebank tags with a few additions.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.BaseToken</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>tokenNumber</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>normalizedForm</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>partOfSpeech</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>lemmaEntries</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.syntax.Lemma</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.CONJP</name>
+                                <description>A phrase-level conjunction
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.CONJP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.Chunk</name>
+                                <description>Chunks are syntactic groupings of tokens, and are the results of a shallow parser (chunker).  Possible chunkTypes follow Penn Treebank guidelines, e.g., noun phrase (NP) or prepositional phrase (PP) 
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.Chunk</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>chunkType</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</name>
+                                <description>A dependency parser node in the CONLL-X format, namely, where each node is a token with 10 fields.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description>The token's position in the sentence.  The ROOT node, present in every dependency parse, has id=0.</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>form</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>lemma</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cpostag</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>postag</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>feats</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>head</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>deprel</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>phead</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>pdeprel</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.ContractionToken</name>
+                                <description>Differentiates a token as being a contraction rather than a punctuation, symbol, newline, word, or number. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.ContractionToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.INTJ</name>
+                                <description>An interjection
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.INTJ</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.LST</name>
+                                <description>A list item, usually intra-sentential
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.LST</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.Lemma</name>
+                                <description>Stores a lemma (canonical form of a token).  Inherits from uima.cas.TOP, allowing for reuse of standardized forms across the CAS. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Lemma</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>key</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>posTag</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.NP</name>
+                                <description>A noun phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.NP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.NewlineToken</name>
+                                <description>Differentiates a token as being a newline rather than a punctuation, symbol, contraction, word, or number. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.NewlineToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.NumToken</name>
+                                <description>Differentiates a token as being a number rather than a punctuation, symbol, newline, word, or contraction. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.NumToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>numType</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.O</name>
+                                <description/>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.PP</name>
+                                <description>A prepositional phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.PP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.PRT</name>
+                                <description>A particle, e.g., "out" in "rule out"
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.PRT</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.PunctuationToken</name>
+                                <description>Differentiates a token as being punctuation rather than a contraction, symbol, newline, word, or number. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.PunctuationToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.SBAR</name>
+                                <description>A subordinate clause
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.SBAR</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.StanfordDependency</name>
+                                <description>Stanford dependencies provide a representation of grammatical relations between words in a sentence. Stanford dependencies are triplets: name of the relation, governor and dependent.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.SymbolToken</name>
+                                <description>Differentiates a token as being a symbol rather than a punctuation, contraction, newline, word, or number. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.SymbolToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.TerminalTreebankNode</name>
+                                <description>A Penn Treebank Node; as a terminal, there is an associated word, and the index of the word is a feature.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>index</name>
+                                        <description>The index of this node in the top node's list of terminals.</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>tokenIndex</name>
+                                        <description>The tokenIndex of a terminal is n, where the terminal is the nth token in a sentence.  The value -1 means that this terminal does not correspond to a token (because it is a trace.)  We assume that each token corresponds to a terminal.</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.TopTreebankNode</name>
+                                <description>A Penn Treebank Node; as the top node, this stores the whole subsumed sentence's parse tree as a string.  It also stores all the terminals, allowing for traversal of the tree bottom-up (top-down is implied through the TreebankNode's 'children' attribute).</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>treebankParse</name>
+                                        <description>A bracketed sentence string representing the parse tree.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>terminals</name>
+                                        <description>Stores the terminal nodes of the parse tree.  This allows for bottom-up traversal of a tree.</description>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.syntax.TerminalTreebankNode</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.TreebankNode</name>
+                                <description>A Penn Treebank-style tree node.  Conforms to PTB 2.0 guidelines.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>nodeType</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>nodeValue</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>leaf</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>parent</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>children</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.syntax.TreebankNode</elementType>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>nodeTags</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.StringArray</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>headIndex</name>
+                                        <description>The head index tracks the index into the word tokens which is the syntactic head of a phrase.</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.UCP</name>
+                                <description>An unlike coordinating phrase, e.g., a NP and a PP conjoined via "and" 
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.UCP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.VP</name>
+                                <description>A verb phrase
+Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.VP</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.syntax.WordToken</name>
+                                <description>Differentiates a token as being a word rather than a punctuation, symbol, newline, contraction, or number.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.WordToken</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>capitalization</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>numPosition</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>suggestion</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>canonicalForm</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.temporary.assertion.AssertionCuePhraseAnnotation</name>
+                                <description>A cue phrase indicating potential negation, uncertainty, or conditional</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cuePhraseCategory</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cuePhraseAssertionFamily</name>
+                                        <description>which assertion family this cue phrase belongs to (negation, uncertainty, or conditional)</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cuePhraseFirstWord</name>
+                                        <description>first word of cue phrase</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>cuePhrase</name>
+                                        <description>cue phrase itself (from lookup list)</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.AnatomicalSiteMention</name>
+                                <description>A text string that refers to a (AnatomicalSite) Entity.  A body part or area, corresponding to the UMLS semantic group of Anatomy.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EntityMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</name>
+                                <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</name>
+                                <description>Value set: unmarked (default), left, right, bilateral</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ConditionalModifier</name>
+                                <description>The Conditional modifier refers to mentions which could exist under certain circumstances.  If indicated, there are conditions under which an associated Named Entity mention might not be truly asserted.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ContextAnnotation</name>
+                                <description>Contextual information of an entity. Equivalent to cTAKES: edu.mayo.bmi.uima.context.type.ContextAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>FocusText</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>Scope</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.CourseModifier</name>
+                                <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.DateAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.DateAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.DiseaseDisorderMention</name>
+                                <description>A text string that refers to a (DiseaseDisorder) Event.  This is from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>alleviatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>associatedSignSymptom</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>course</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>exacerbatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>severity</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.EntityMention</name>
+                                <description>A text string (IdentifiedAnnotation) that refers to an Entity.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>entity</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Entity</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.EventMention</name>
+                                <description>A text string (IdentifiedAnnotation) that refers to an Event.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>event</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Event</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.FractionAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.FractionAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.GenericModifier</name>
+                                <description>The Generic modifier indicates that a named entity mention is generic, i.e., not related to the instance of a disorder, sign/symptom, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.HistoryOfModifier</name>
+                                <description>An indication of explicit mentioning of a past history. The indicator captures only very explicit mentions of historicity.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</name>
+                                <description>Any span of text that has been discovered or flagged for some reason, such as a Named Entity.  Allows for mapping to an ontology.  Generalized from cTAKES: org.apache.ctakes.typesystem.type.IdentifiedAnnotation.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>ontologyConceptArr</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</elementType>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>typeID</name>
+                                        <description>The type of named entity (e.g. drug, disorder, ...)</description>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>segmentID</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>sentenceID</name>
+                                        <description>contains the sentence id of the sentence that contains the NE's text span</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>discoveryTechnique</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>confidence</name>
+                                        <description>The confidence of the annotation.</description>
+                                        <rangeTypeName>uima.cas.Float</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>polarity</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>uncertainty</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>conditional</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>generic</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>subject</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>historyOf</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>preferredText</name>
+                                        <description>preferredText is the preferred name. normally his is the UMLS preferred name.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabDeltaFlagModifier</name>
+                                <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabEstimatedModifier</name>
+                                <description>Signals that the lab value was estimated, e.g., "GFR (estimated): 81".  True means that there is an indicator signalling that there was an estimation of the value.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabInterpretationModifier</name>
+                                <description>Test result interpretations organized in a valued list e.g., "rare cells seen" or "few cells seen" in urinalysis, now combined with very_abnormal and abnormal.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabMention</name>
+                                <description>A text string that refers to a (Lab) Event.  This is from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>abnormalInterpretation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>deltaFlag</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.LabDeltaFlagModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>labValue</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ResultOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>ordinalInterpretation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>referenceRangeNarrative</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.LabReferenceRangeModifier</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabReferenceRangeModifier</name>
+                                <description>Holds a narrative (i.e. string) reference range</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.LabValueModifier</name>
+                                <description>Quantitative results of a laboratory, with number and unit.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MeasurementAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.MeasurementAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationAllergyModifier</name>
+                                <description>Indication of whether the medication is mentioned in the context of Allergies.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationDosageModifier</name>
+                                <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationDurationModifier</name>
+                                <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationEventMention</name>
+                                <description>As of cTAKEs 3.1, see org.apache.ctakes.typesystem.type.textsem.MedicationMention.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>medicationFrequency</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDuration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationRoute</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStatusChange</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDosage</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStrength</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationForm</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationFormModifier</name>
+                                <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationFrequencyModifier</name>
+                                <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationMention</name>
+                                <description>A text string that refers to a (Medication) Event.  This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>medicationAllergy</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationAllergyModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationFrequency</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationFrequencyModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDuration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationDurationModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationRoute</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationRouteModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStatusChange</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationStatusChangeModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationDosage</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationDosageModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationStrength</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationStrengthModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>medicationForm</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationFormModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endDate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationRouteModifier</name>
+                                <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationStatusChangeModifier</name>
+                                <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationStrengthModifier</name>
+                                <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.Modifier</name>
+                                <description>A text string (IdentifiedAnnotation) that refers to an Attribute.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>normalizedForm</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>category</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.PersonTitleAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.PersonTitleAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.PolarityModifier</name>
+                                <description>Used to indicate that a procedure or assertion did not occur or does not exist. If indicated, negation is present and polarity should be -1.  If not indicated, negation is not present and polarity should be +1 by default.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.Predicate</name>
+                                <description>Predicates are typically verbs and may participate in SemanticRoleRelations.  Follows PropBank standards with a few clinical additions.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>relations</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</elementType>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>frameSet</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureDeviceModifier</name>
+                                <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
+Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureMention</name>
+                                <description>A text string that refers to a (Procedure) Event.  This is from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>procedureDevice</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.ProcedureDeviceModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>method</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.ProcedureMethodModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureMethodModifier</name>
+                                <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
+More qualifying information on how the procedure was done.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.RangeAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.RangeAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.RomanNumeralAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.RomanNumeralAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SemanticArgument</name>
+                                <description>SemanticArguments are used for predicate-argument structures (SemanticRoleRelations).  The "label" features should contain the type of semantic role (e.g., ARG0, ARGM) that this argument has w.r.t. the predicate.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>relation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>label</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</name>
+                                <description>Predicate-argument structure used for semantic role labeling output.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>predicate</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.Predicate</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>argument</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.SemanticArgument</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SeverityModifier</name>
+                                <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SignSymptomMention</name>
+                                <description>A text string that refers to a (SignSymptom) Event.  This is from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>alleviatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLaterality</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodySide</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>bodyLocation</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>course</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>duration</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>endTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>exacerbatingFactor</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>severity</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>startTime</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>relativeTemporalContext</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.SubjectModifier</name>
+                                <description>The person the observation is on, i.e., a Person mention. This modifier refers to the entity experiencing the disorder.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.TimeAnnotation</name>
+                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.TimeAnnotation</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.TimeMention</name>
+                                <description>A text string (IdentifiedAnnotation) that refers to a Time (i.e., TIMEX3).</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>date</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>time</name>
+                                        <description/>
+                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>timeClass</name>
+                                        <description>DATE, DURATION, QUANTIFIER, PREPOSTEXP, etc.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textsem.UncertaintyModifier</name>
+                                <description>An introduction of a measure of doubt into a statement.  If indicated, there is uncertainty.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>indicated</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.List</name>
+                                <description>A semi-structured text span, containing other Annotations (typically Sentences, other Lists, etc).</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>items</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
+                                        <elementType>uima.tcas.Annotation</elementType>
+                                        <multipleReferencesAllowed>true</multipleReferencesAllowed>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.LookupWindowAnnotation</name>
+                                <description>Defines a window within which dictionary terms may match.  An auxiliary spanned type.
+Equivalent to cTAKES: edu.mayo.bmi.uima.lookup.type.LookupWindowAnnotation</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.Paragraph</name>
+                                <description>A text span corresponding to a paragraph, typically containing multiple sentences.</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.Segment</name>
+                                <description>A section of a clinical text, e.g., Diagnosis, Current Medications, Problem List.  Different segments often have differing sublanguages and clinical relevance.     
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Segment</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>id</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>preferredText</name>
+                                        <description>preferredText is the normalized/resolved section name.  Normally, this is populated by the Sectionizer and would contain the HL7/CCDA section name.</description>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.textspan.Sentence</name>
+                                <description>Sentences may or may not be fully-formed and grammatical.  They form the unit of analysis for some downstream components (e.g., constituency parsers).
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Sentence</description>
+                                <supertypeName>uima.tcas.Annotation</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>sentenceNumber</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>segmentId</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.util.Pair</name>
+                                <description>An Attribute-Value tuple.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Property</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>attribute</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                    <featureDescription>
+                                        <name>value</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.String</rangeTypeName>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.util.Pairs</name>
+                                <description>A brute force "hash" that stores multiple Pairs in a list. 
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Properties</description>
+                                <supertypeName>uima.cas.TOP</supertypeName>
+                                <features>
+                                    <featureDescription>
+                                        <name>pairs</name>
+                                        <description/>
+                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                                        <elementType>org.apache.ctakes.typesystem.type.util.Pair</elementType>
+                                    </featureDescription>
+                                </features>
+                            </typeDescription>
+                            <typeDescription>
+                                <name>org.apache.ctakes.typesystem.type.util.ProbabilityDistribution</name>
+                                <description>A brute force probability distribution for discrete variables.</description>
+                                <supertypeName>org.apache.ctakes.typesystem.type.util.Pairs</supertypeName>
+                            </typeDescription>
+                        </types>
+                    </typeSystemDescription>
+                    <fsIndexCollection/>
+                    <capabilities>
+                        <capability>
+                            <inputs/>
+                            <outputs>
+                                <type>org.apache.ctakes.assertion.zoner.types.Zone</type>
+                                <feature>org.apache.ctakes.assertion.zoner.types.Zone:label</feature>
+                                <type>org.apache.ctakes.assertion.zoner.types.Subzone</type>
+                                <feature>org.apache.ctakes.assertion.zoner.types.Subzone:label</feature>
+                                <type>org.apache.ctakes.assertion.zoner.types.Heading</type>
+                                <feature>org.apache.ctakes.assertion.zoner.types.Heading:label</feature>
+                            </outputs>
+                            <languagesSupported/>
+                        </capability>
+                    </capabilities>
+                    <operationalProperties>
+                        <modifiesCas>true</modifiesCas>
+                        <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+                        <outputsNewCASes>false</outputsNewCASes>
+                    </operationalProperties>
+                </analysisEngineMetaData>
+            </analysisEngineDescription>
+        </delegateAnalysisEngine>
+    </delegateAnalysisEngineSpecifiers>
+    <analysisEngineMetaData>
+        <name/>
+        <configurationParameters/>
+        <configurationParameterSettings/>
+        <flowConstraints>
+            <fixedFlow>
+                <node>org.mitre.medfacts.uima.ZoneAnnotator</node>
+                <node>org.mitre.medfacts.uima.ZoneAnnotator.2</node>
+            </fixedFlow>
+        </flowConstraints>
+        <capabilities/>
+        <operationalProperties>
+            <modifiesCas>true</modifiesCas>
+            <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
+            <outputsNewCASes>false</outputsNewCASes>
+        </operationalProperties>
+    </analysisEngineMetaData>
+</analysisEngineDescription>
diff --git a/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__mayo.xml b/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__mayo.xml
new file mode 100644
index 0000000..bba3363
--- /dev/null
+++ b/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__mayo.xml
@@ -0,0 +1,2437 @@
+<?xml version="1.0" encoding="UTF-8"?><analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
+<!--
+
+    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.
+
+-->
+    <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
+    <primitive>true</primitive>
+    <annotatorImplementationName>org.mitre.medfacts.uima.ZoneAnnotator</annotatorImplementationName>
+    <analysisEngineMetaData>
+        <name>org.mitre.medfacts.uima.ZoneAnnotator</name>
+        <description>Descriptor automatically generated by uimaFIT</description>
+        <version>unknown</version>
+        <vendor>org.mitre.medfacts.uima</vendor>
+        <configurationParameters>
+            <configurationParameter>
+                <name>SectionRegex</name>
+                <description>xml configuration file with zone regular expression values</description>
+                <type>String</type>
+                <multiValued>false</multiValued>
+                <mandatory>true</mandatory>
+            </configurationParameter>
+        </configurationParameters>
+        <configurationParameterSettings>
+            <nameValuePair>
+                <name>SectionRegex</name>
+                <value>
+                    <string>org/mitre/medfacts/uima/mayo_sections.xml</string>
+                </value>
+            </nameValuePair>
+        </configurationParameterSettings>
+        <typeSystemDescription>
+            <types>
+                <typeDescription>
+                    <name>org.apache.ctakes.assertion.zoner.types.Heading</name>
+                    <description>a section heading</description>
+                    <supertypeName>uima.tcas.Annotation</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>label</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.assertion.zoner.types.Subzone</name>
+                    <description/>
+                    <supertypeName>uima.tcas.Annotation</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>label</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.assertion.zoner.types.Zone</name>
+                    <description>A document Zone, including its heading</description>
+                    <supertypeName>uima.tcas.Annotation</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>label</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.AnatomicalSite</name>
+                    <description>A body part or area, corresponding to the UMLS semantic group of Anatomy.  An Entity based on generic Clinical Element Models (CEMs)</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Entity</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>bodyLaterality</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>bodySide</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Attribute</name>
+                    <description>The semantic encapsulation of a modifer.  E.g., for Clinical Elements, Attributes may be used to specify Body Side for a Procedure.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</name>
+                    <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.BodySide</name>
+                    <description>Value set: unmarked (default), left, right, bilateral</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Course</name>
+                    <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Date</name>
+                    <description>A normalized form for dates, namely with day, month, and year.  A subtype of Element but may not use all inherited attributes.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>day</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>month</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>year</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.DiseaseDisorder</name>
+                    <description>This is an Event from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>alleviatingFactor</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>associatedSignSymptom</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOf</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>bodyLaterality</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>bodySide</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>bodyLocation</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>course</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>duration</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>endTime</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>exacerbatingFactor</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>startTime</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>relativeTemporalContext</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Element</name>
+                    <description>A basic semantic unit that refers to something in the real world, including Entities, Events, Attributes, Dates.  Element inherits from uima.cas.TOP to combine textual mentions of these real-world objects.</description>
+                    <supertypeName>uima.cas.TOP</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>id</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>ontologyConcept</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>mentions</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.FSArray</rangeTypeName>
+                            <elementType>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</elementType>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>discoveryTechnique</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>confidence</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.Double</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>conditional</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>generic</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.Boolean</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>subject</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>polarity</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>uncertainty</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>historyOf</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Entity</name>
+                    <description>A real-world entity such as a body part.  For example, multiple Procedures may have the same AnatomicalSite entity for their locations.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Event</name>
+                    <description>A real-world event; similar to Entity, but may bear some temporal properties and relationships.  In the constrained clinical context, many concepts are discussed as instances with some temporal component, e.g., Medications, Labs.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>properties</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.EventProperties</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.EventProperties</name>
+                    <description>A set of mostly temporal properties that are unique to Events.</description>
+                    <supertypeName>uima.cas.TOP</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>contextualModality</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>contextualAspect</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>permanence</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>category</name>
+                            <description>Type of Event.</description>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>aspect</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>docTimeRel</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>degree</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>polarity</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Lab</name>
+                    <description>This is an Event from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>abnormalInterpretation</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>deltaFlag</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>labValue</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabValue</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>ordinalInterpretation</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>referenceRangeNarrative</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</name>
+                    <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</name>
+                    <description>Holds a narrative (i.e. string) reference range</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.LabValue</name>
+                    <description>Quantitative results of a laboratory, with number and unit.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>number</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>unit</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Medication</name>
+                    <description>This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>medicationFrequency</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>medicationDuration</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>medicationRoute</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>medicationStatusChange</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>medicationDosage</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>medicationStrength</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>medicationForm</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>startDate</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>endDate</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>relativeTemporalContext</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</name>
+                    <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</name>
+                    <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationForm</name>
+                    <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</name>
+                    <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>number</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>unit</name>
+                            <description>The periodic unit used, e.g day, month, hour, etc.</description>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</name>
+                    <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</name>
+                    <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description>Indicates the change status of 'stop', 'start', 'increase', 'decrease', or 'noChange'.</description>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</name>
+                    <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>number</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>unit</name>
+                            <description>the unit of measurement</description>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</name>
+                    <description>Ontologies (e.g., SNOMED-CT) provide an expert semantic representation for concepts. They typically assign a code to a concept and normalize across various textual representations of that concept.  
+IdentifiedAnnotation and Elements may point to these normalized concept representations to indicate clinical concepts.
+Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.OntologyConcept</description>
+                    <supertypeName>uima.cas.TOP</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>codingScheme</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>code</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>oid</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>oui</name>
+                            <description>holds the rxnorm unique identifier for a given drug mention.
+							TODO: change this attribute because of name clash (UMLS/SNOMED)</description>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Procedure</name>
+                    <description>This is an Event from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>bodyLaterality</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>bodySide</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>bodyLocation</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>procedureDevice</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>duration</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>endTime</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>method</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>startTime</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>relativeTemporalContext</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</name>
+                    <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
+Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</name>
+                    <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
+More qualifying information on how the procedure was done.</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.Severity</name>
+                    <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>value</name>
+                            <description/>
+                            <rangeTypeName>uima.cas.String</rangeTypeName>
+                        </featureDescription>
+                    </features>
+                </typeDescription>
+                <typeDescription>
+                    <name>org.apache.ctakes.typesystem.type.refsem.SignSymptom</name>
+                    <description>This is an Event from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
+                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
+                    <features>
+                        <featureDescription>
+                            <name>alleviatingFactor</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>bodyLaterality</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>bodySide</name>
+                            <description/>
+                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
+                        </featureDescription>
+                        <featureDescription>
+                            <name>bodyLocation</name>
+                            <description/>
... 3632059 lines suppressed ...


[ctakes] 01/03: Revert "Initial Commit."

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

seanfinan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ctakes.git

commit 67ca874955d8ccd823b044dee5875f5765e226ab
Author: Sean Finan <se...@childrens.harvard.edu>
AuthorDate: Tue Dec 13 18:39:34 2022 -0500

    Revert "Initial Commit."
    
    This reverts commit 981fab84496c205c2bc98efebcbb6b4d017e6b2d.
---
 .gitattributes                                     |      21 -
 .gitignore                                         |      35 -
 KEYS                                               |     248 -
 LICENSE                                            |     253 -
 NOTICE                                             |      26 -
 README                                             |      14 -
 ctakes-assertion-zoner/LICENSE                     |     202 -
 ctakes-assertion-zoner/desc/ZonerDescriptor.xml    |     112 -
 .../desc/ZonerDescriptorStyleMap.xml               |      23 -
 .../assertion_zoner__both_regular_and_mayo.xml     |    4881 -
 .../desc/analysis_engine/assertion_zoner__mayo.xml |    2437 -
 .../analysis_engine/assertion_zoner__normal.xml    |    2437 -
 ctakes-assertion-zoner/desc/cpe/zonermeds4.xml     |      78 -
 ctakes-assertion-zoner/metadata/install.xml        |      47 -
 ctakes-assertion-zoner/pom.xml                     |      49 -
 .../uima/CreateAssertionZonerDescriptors.java      |     135 -
 .../mitre/medfacts/uima/CreateZonerDescriptor.java |      85 -
 .../java/org/mitre/medfacts/uima/RunZoner.java     |     190 -
 .../org/mitre/medfacts/uima/ZoneAnnotator.java     |     134 -
 .../META-INF/org.apache.uima.fit/types.txt         |       1 -
 .../ctakes/assertion/zoner/types/TypeSystem.xml    |      66 -
 .../org/mitre/medfacts/uima/mayo_sections.xml      |     428 -
 .../mitre/medfacts/uima/section_regex.04162012.xml |     661 -
 .../mitre/medfacts/uima/section_regex.06162011.xml |     624 -
 .../org/mitre/medfacts/uima/section_regex.out.xml  |      20 -
 .../org/mitre/medfacts/uima/section_regex.xml      |     944 -
 .../org/mitre/medfacts/uima/section_regex.xml.bak  |     646 -
 .../org/mitre/medfacts/uima/section_regex.xml.bak2 |     646 -
 ctakes-assertion/LICENSE                           |     202 -
 .../desc/AssertionMiniPipelineAnalysisEngine.xml   |      76 -
 .../desc/GenericAttributeAnalysisEngine.xml        |      59 -
 .../desc/SubjectAttributeAnalysisEngine.xml        |      59 -
 .../AttributeDiscoveryPreprocessor.xml             |     182 -
 .../GenericCleartkAnalysisEngine.xml               |     130 -
 .../HistoryCleartkAnalysisEngine.xml               |     130 -
 .../PolarityCleartkAnalysisEngine.xml              |     136 -
 .../SubjectCleartkAnalysisEngine.xml               |     136 -
 .../UncertaintyCleartkAnalysisEngine.xml           |     136 -
 ctakes-assertion/desc/assertionAnalysisEngine.xml  |     148 -
 .../desc/conceptConverterAnalysisEngine.xml        |     133 -
 ctakes-assertion/metadata/install.xml              |      47 -
 ctakes-assertion/pom.xml                           |     136 -
 .../assertion/ae/PolarityBertRestAnnotator.java    |     160 -
 .../attributes/GenericAttributeAnalysisEngine.java |      66 -
 .../attributes/SubjectAttributeAnalysisEngine.java |      65 -
 .../features/GenericFeaturesExtractor.java         |      79 -
 .../features/HistoryFeaturesExtractor.java         |      85 -
 .../features/SubjectFeaturesExtractor.java         |      80 -
 .../features/selection/Chi2FeatureSelection.java   |     230 -
 .../features/selection/FeatureSelection.java       |      82 -
 .../MutualInformationFeatureSelection.java         |     285 -
 .../generic/GenericAttributeClassifier.java        |     190 -
 .../history/HistoryAttributeClassifier.java        |     370 -
 .../subject/SubjectAttributeClassifier.java        |     270 -
 .../assertion/cc/JudgeAttributeInstances.java      |     518 -
 .../apache/ctakes/assertion/cr/ArgumentInfo.java   |      45 -
 .../assertion/cr/GoldEntityAndAttributeReader.java |     329 -
 .../cr/I2B2Challenge2010CollectionReader.java      |     209 -
 .../assertion/cr/MiPACQKnowtatorXMLReader.java     |    1431 -
 .../ctakes/assertion/cr/NegExAnnotation.java       |     153 -
 .../ctakes/assertion/cr/NegExCorpusReader.java     |     239 -
 .../apache/ctakes/assertion/cr/RelationInfo.java   |     100 -
 .../java/org/apache/ctakes/assertion/cr/Span.java  |      60 -
 .../org/apache/ctakes/assertion/cr/XMLReader.java  |     262 -
 .../assertion/cr/XmiCollectionReaderCtakes.java    |     127 -
 .../eval/AnnotationStatisticsCompact.java          |     495 -
 .../ctakes/assertion/eval/AssertionEvaluation.java |    1653 -
 ...dViewFromOneCasIntoInitialViewOfAnotherCas.java |     295 -
 .../apache/ctakes/assertion/eval/XMIReader.java    |      90 -
 .../medfacts/AssertionAnalysisEngine.java          |     500 -
 .../medfacts/AssertionAnalysisEngineFit.java       |     217 -
 .../ctakes/assertion/medfacts/CasIndexer.java      |     138 -
 .../medfacts/ConceptConverterAnalysisEngine.java   |     119 -
 .../ctakes/assertion/medfacts/ConceptLookup.java   |     203 -
 .../medfacts/ConvertXMIAssertionsToi2b2Format.java |     101 -
 .../medfacts/Converti2b2AnnotationsToCTAKES.java   |     248 -
 .../cleartk/AlternateCuePhraseAnnotator.java       |     171 -
 .../cleartk/AssertionCleartkAnalysisEngine.java    |     667 -
 .../medfacts/cleartk/AssertionComponents.java      |      38 -
 .../cleartk/AssertionFeatureAwareDataWriter.java   |     123 -
 .../cleartk/AssertionSampleFeatureGenerator.java   |      66 -
 .../cleartk/ConditionalCleartkAnalysisEngine.java  |     102 -
 .../cleartk/CreateAssertionDescriptor.java         |     268 -
 .../cleartk/GenericCleartkAnalysisEngine.java      |     112 -
 .../cleartk/HistoryCleartkAnalysisEngine.java      |     114 -
 .../cleartk/PolarityCleartkAnalysisEngine.java     |     178 -
 .../cleartk/PolarityFedaCleartkAnalysisEngine.java |     137 -
 .../cleartk/SubjectCleartkAnalysisEngine.java      |     114 -
 .../medfacts/cleartk/TrainAllAssertionModels.txt   |     331 -
 .../medfacts/cleartk/TrainAssertionModel.java      |     382 -
 .../cleartk/UncertaintyCleartkAnalysisEngine.java  |     142 -
 .../extractors/AboveLeftFragmentExtractor.java     |      56 -
 .../extractors/AboveRightFragmentExtractor.java    |      55 -
 .../AssertionAboveLeftTreeExtractor.java           |      56 -
 .../AssertionDependencyTreeExtractor.java          |      85 -
 .../extractors/BrownClusterFeatureFunction.java    |      71 -
 .../extractors/ContextWordWindowExtractor.java     |     141 -
 .../medfacts/cleartk/extractors/CueWordTest.java   |     156 -
 .../medfacts/cleartk/extractors/CueWordTest2.java  |     189 -
 .../DependencyPathRegexpFeatureExtractor.java      |      65 -
 .../DependencyWordsFragmentExtractor.java          |      68 -
 .../ExtractorListFeatureFunctionConverter.java     |      44 -
 .../cleartk/extractors/FedaFeatureFunction.java    |      65 -
 .../NegationDependencyFeatureExtractor.java        |      81 -
 .../cleartk/extractors/SRLFeatureExtractor.java    |     116 -
 .../cleartk/extractors/SurroundingExtractor.java   |      80 -
 .../extractors/TreeFragmentFeatureExtractor.java   |      82 -
 .../extractors/UncertaintyFeatureExtractor.java    |      44 -
 .../ConditionalCleartkAnalysisEngineWindowed.java  |     102 -
 .../GenericCleartkAnalysisEngineWindowed.java      |     113 -
 .../HistoryCleartkAnalysisEngineWindowed.java      |     114 -
 .../PolarityCleartkAnalysisEngineWindowed.java     |     179 -
 .../SubjectCleartkAnalysisEngineWindowed.java      |     115 -
 .../UncertaintyCleartkAnalysisEngineWindowed.java  |     137 -
 .../WindowedAssertionCleartkAnalysisEngine.java    |     544 -
 .../WindowedGenericAttributeClassifier.java        |     162 -
 .../WindowedHistoryAttributeClassifier.java        |     340 -
 .../context/AbstractLeftToRightContext.java        |      62 -
 .../context/AbstractRightToLeftContext.java        |      71 -
 .../windowed/context/AbstractWindowedContext.java  |      67 -
 .../cleartk/windowed/context/FollowingContext.java |      68 -
 .../windowed/context/LastCoveredContext.java       |      32 -
 .../cleartk/windowed/context/PrecedingContext.java |      45 -
 .../cleartk/windowed/context/WindowedBag.java      |      74 -
 .../context/feature/WindowedContextFeature.java    |      34 -
 .../AbstractTreeFragmentFeatureExtractor1.java     |      62 -
 .../AbstractWindowedFeatureExtractor1.java         |      33 -
 .../WindowedAssertionDependencyTreeExtractor.java  |      73 -
 .../WindowedContextWordWindowExtractor.java        |     123 -
 .../WindowedDependencyWordsFragmentExtractor.java  |      59 -
 .../WindowedGenericFeaturesExtractor.java          |      54 -
 .../extractor/WindowedHistoryFeatureExtractor.java |      62 -
 ...WindowedNegationDependencyFeatureExtractor.java |      51 -
 ...racterOffsetToLineTokenConverterCtakesImpl.java |     301 -
 .../medfacts/i2b2/api/ConstraintConstructor.java   |     107 -
 .../api/ConstraintConstructorFindContainedBy.java  |      74 -
 .../ConstraintConstructorFindContainedWithin.java  |      74 -
 .../i2b2/api/SingleDocumentProcessorCtakes.java    |     189 -
 .../GenerateDependencyRepresentation.java          |     155 -
 .../pipelines/GenerateTreeRepresentation.java      |     166 -
 .../GoldEntityAndAttributeReaderPipeline.java      |      91 -
 ...ityAndAttributeReaderPipelineForSeedCorpus.java |     434 -
 .../assertion/pipelines/PreprocessingPipeline.java |      71 -
 .../pipelines/RunJudgeAttributeInstances.java      |     148 -
 .../assertion/pipelines/SharpCorpusSplit.java      |      76 -
 .../apache/ctakes/assertion/stub/Annotation.java   |      15 -
 .../apache/ctakes/assertion/stub/ApiConcept.java   |      45 -
 .../ctakes/assertion/stub/AssertionAnnotation.java |      19 -
 .../stub/AssertionDecoderConfiguration.java        |      27 -
 .../assertion/stub/AssertionFileProcessor.java     |      17 -
 .../apache/ctakes/assertion/stub/BatchRunner.java  |      17 -
 .../stub/CharacterOffsetToLineTokenConverter.java  |       5 -
 ...acterOffsetToLineTokenConverterDefaultImpl.java |      16 -
 .../ctakes/assertion/stub/ConceptAnnotation.java   |       5 -
 .../apache/ctakes/assertion/stub/ConceptType.java  |       9 -
 .../ctakes/assertion/stub/JarafeMEDecoder.java     |      16 -
 .../assertion/stub/LineAndTokenPosition.java       |      35 -
 .../stub/LineTokenToCharacterOffsetConverter.java  |      28 -
 .../ctakes/assertion/stub/PartOfSpeechTagger.java  |       9 -
 .../apache/ctakes/assertion/stub/ScopeParser.java  |       9 -
 .../assertion/stub/SingleDocumentProcessor.java    |      80 -
 .../ctakes/assertion/stub/StringHandling.java      |      16 -
 .../train/CrossValidateAttributeModels.java        |      61 -
 .../train/CrossValidateChi2GridSearch.java         |      70 -
 .../ctakes/assertion/train/JustJudgeStep.java      |      68 -
 .../assertion/train/PolarityCotrainingTests.java   |     141 -
 .../assertion/train/PolarityCotrainingTrain.java   |      98 -
 .../train/PolarityDomainAdaptationTests.java       |     145 -
 .../train/PolarityDomainAdaptationTrain.java       |     106 -
 .../train/ReadAndPreprocessForAttributeModels.java |      79 -
 .../train/ReadPreprocessTrainTestJudge.java        |      64 -
 .../assertion/train/TestAttributeModels.java       |      74 -
 .../assertion/train/TrainAttributeModels.java      |      69 -
 .../ctakes/assertion/util/AssertionConst.java      |     174 -
 .../ctakes/assertion/util/AssertionDepUtils.java   |     183 -
 .../ctakes/assertion/util/AssertionTreeUtils.java  |     229 -
 .../ctakes/assertion/util/NegationDepRegex.java    |     527 -
 .../util/NegationManualDepContextAnalyzer.java     |     156 -
 .../ctakes/assertion/util/SemanticClasses.java     |      52 -
 .../assertion/util/WriteMultipleDatasets.java      |     253 -
 ctakes-assertion/src/main/python/negation_rest.py  |     167 -
 .../src/main/python/start_negation_rest.sh         |      22 -
 .../apache/ctakes/assertion/cue_words/all_cues.txt |     454 -
 .../ctakes/assertion/cue_words/conditional.psv     |      13 -
 .../ctakes/assertion/cue_words/cue_words.txt       |     454 -
 .../ctakes/assertion/cue_words/hypothetical.psv    |      38 -
 .../assertion/cue_words/negation_cue_class.psv     |     149 -
 .../assertion/cue_words/not_patient_cue_list.psv   |      56 -
 .../ctakes/assertion/cue_words/speculation.psv     |     194 -
 .../ctakes/assertion/semantic_classes/allergy.txt  |       6 -
 .../assertion/semantic_classes/association.txt     |      14 -
 .../ctakes/assertion/semantic_classes/avoid.txt    |       7 -
 .../ctakes/assertion/semantic_classes/cause.txt    |      41 -
 .../assertion/semantic_classes/certainty.txt       |      12 -
 .../assertion/semantic_classes/change_state.txt    |      33 -
 .../ctakes/assertion/semantic_classes/continue.txt |      14 -
 .../ctakes/assertion/semantic_classes/copular.txt  |      16 -
 .../ctakes/assertion/semantic_classes/decline.txt  |      13 -
 .../assertion/semantic_classes/def_determiner.txt  |       5 -
 .../ctakes/assertion/semantic_classes/deny.txt     |       5 -
 .../assertion/semantic_classes/disappear.txt       |      18 -
 .../ctakes/assertion/semantic_classes/evidence.txt |      43 -
 .../assertion/semantic_classes/exception.txt       |      11 -
 .../assertion/semantic_classes/experience.txt      |      17 -
 .../ctakes/assertion/semantic_classes/fail.txt     |      13 -
 .../ctakes/assertion/semantic_classes/history.txt  |       3 -
 .../semantic_classes/hypothetical_cue_list.txt     |      51 -
 .../ctakes/assertion/semantic_classes/instance.txt |       6 -
 .../ctakes/assertion/semantic_classes/stop.txt     |      63 -
 .../assertion/semantic_classes/uncertainty.txt     |     167 -
 .../apache/ctakes/assertion/types/TypeSystem.xml   |      73 -
 .../assertion/launch/UIMA_CVD--assertion.launch    |      18 -
 .../assertion/launch/ctakes__assertion_eval.launch |      16 -
 .../ctakes__assertion_eval_preprocess.launch       |      16 -
 .../launch/ctakes_assertion_crossvalidation.launch |      17 -
 .../ctakes_assertion_evaluation_on_output.launch   |      17 -
 .../ctakes_assertion_evaluation_on_test.launch     |      17 -
 ...takes_assertion_read_gold_and_preprocess.launch |      17 -
 .../assertion/pipeline/AssertionSubPipe.piper      |      14 -
 .../pipeline/AttributeCleartkSubPipe.piper         |      21 -
 .../pipeline/TsAttributeCleartkSubPipe.piper       |      19 -
 .../pipeline/WindowedAttributeCleartkSubPipe.piper |      20 -
 ctakes-chunker/LICENSE                             |     202 -
 ctakes-chunker/README                              |     138 -
 .../desc/AdjustNounPhraseToIncludeFollowingNP.xml  |      80 -
 .../AdjustNounPhraseToIncludeFollowingPPNP.xml     |      81 -
 .../desc/AdjustOPhraseToIncludeFollowingO.xml      |      80 -
 ctakes-chunker/desc/AggregateAE.xml                |     106 -
 ctakes-chunker/desc/ChunkAdjuster.xml              |      81 -
 ctakes-chunker/desc/Chunker.xml                    |      90 -
 ctakes-chunker/desc/ChunkerAggregate.xml           |     106 -
 ctakes-chunker/desc/ChunkerCPE.xml                 |      78 -
 ctakes-chunker/desc/POSTagger.xml                  |      98 -
 ctakes-chunker/desc/SimpleSegmentAnnotator.xml     |      63 -
 .../AdjustNounPhraseToIncludeFollowingPPNP.xml     |      81 -
 .../desc/test/ChunkAdjusterAggregate.xml           |     150 -
 ctakes-chunker/desc/test/Chunker.xml               |      79 -
 ctakes-chunker/desc/test/ChunkerAggregate.xml      |     146 -
 ctakes-chunker/desc/test/ChunkerCPE.xml            |      86 -
 .../desc/test/ChunkerCpeUsingPosTagDictionary.xml  |      86 -
 ctakes-chunker/desc/test/POSTagger.xml             |      91 -
 .../desc/test/PhraseTypeChunkerAggregate.xml       |     131 -
 .../desc/test/SimpleSegmentAnnotator.xml           |      63 -
 ctakes-chunker/desc/test/TokenizerAnnotator.xml    |     110 -
 ctakes-chunker/pom.xml                             |      64 -
 .../org/apache/ctakes/chunker/ae/ChunkCreator.java |      50 -
 .../java/org/apache/ctakes/chunker/ae/Chunker.java |     187 -
 .../ctakes/chunker/ae/DefaultChunkCreator.java     |      47 -
 .../ctakes/chunker/ae/PhraseTypeChunkCreator.java  |      91 -
 .../ctakes/chunker/ae/adjuster/ChunkAdjuster.java  |     299 -
 .../chunker/concurrent/ThreadSafeChunker.java      |     106 -
 .../apache/ctakes/chunker/data/chunk/genia/README  |      29 -
 .../chunker/data/chunk/genia/genia.opennlp.chunks  |  122069 --
 .../apache/ctakes/chunker/data/chunk/ptb/README    |      45 -
 .../ctakes/chunker/data/treebank/genia/README      |      63 -
 .../chunker/data/treebank/genia/names-00.txt       |     200 -
 .../chunker/data/treebank/genia/names-01.txt       |     300 -
 .../org/apache/ctakes/chunker/model/README         |      24 -
 .../apache/ctakes/chunker/ChunkAdjusterTests.java  |     102 -
 .../org/apache/ctakes/chunker/ChunkerTests.java    |     181 -
 ctakes-chunker/src/test/resources/data/README      |      10 -
 .../test/resources/data/output/NotesIIST_RTF.DTD   |    1410 -
 .../text1.txt.included.used.tag-dictionary.xml     |      67 -
 .../resources/data/output/text1.txt.included.xml   |      66 -
 .../src/test/resources/data/text-files/text1.txt   |       4 -
 .../test/resources/data/unit-test.opennlp.chunks   |    1020 -
 .../chunker/launch/ChunkAdjusterTests.launch       |      18 -
 .../chunker/launch/UIMA_CPE_GUI--chunker.launch    |      27 -
 .../apache/ctakes/chunker/launch/chunker.launch    |      17 -
 .../ctakes/chunker/pipeline/ChunkerSubPipe.piper   |       5 -
 .../ctakes/chunker/pipeline/TsChunkerSubPipe.piper |       5 -
 .../ctakes/chunker/scripts/ExampleTrainChunker.bat |      36 -
 .../scripts/groovy/data/chunk/TagReport.groovy     |      58 -
 .../scripts/java/data/chunk/Chunklink2OpenNLP.java |      52 -
 .../scripts/java/data/chunk/genia/Genia2PTB.java   |      70 -
 .../org/apache/ctakes/chunker/scripts/perl/README  |       5 -
 ctakes-clinical-pipeline/LICENSE                   |     202 -
 .../desc/analysis_engine/AggregateCdaProcessor.xml |     258 -
 .../analysis_engine/AggregateCdaUMLSProcessor.xml  |     261 -
 .../AggregatePlaintextFastUMLSProcessor.xml        |     266 -
 .../AggregatePlaintextProcessor.xml                |     282 -
 .../AggregatePlaintextUMLSProcessor.xml            |     244 -
 .../CuisOnlyPlaintextUMLSProcessor.xml             |     171 -
 .../analysis_engine/ExtractionPrepAnnotator.xml    |      72 -
 .../desc/analysis_engine/LookupWindowAnnotator.xml |      64 -
 .../desc/analysis_engine/MaxLookupWindows.xml      |     150 -
 .../desc/analysis_engine/NP2LookupWindow.xml       |     110 -
 .../desc/analysis_engine/NegationAnnotator.xml     |     160 -
 .../analysis_engine/SimpleSegmentAnnotator.xml     |      64 -
 ...xtUMLSProcessor__no_dictionary_no_assertion.xml |     216 -
 .../desc/analysis_engine/auto/defaultPipeline.xml  |   35843 -
 .../process_gold_assertion_data.xml                |      78 -
 .../desc/collection_processing_engine/test1.xml    |      78 -
 .../desc/collection_processing_engine/test_cda.xml |      78 -
 .../test_plaintext.xml                             |      78 -
 ctakes-clinical-pipeline/pom.xml                   |     110 -
 .../clinicalpipeline/ClinicalPipelineFactory.java  |     257 -
 .../clinicalpipeline/ClinicalPipelineWithUmls.java |      73 -
 .../ae/ExtractionPrepAnnotator.java                |     197 -
 .../runtime/BagOfAnnotationsGenerator.java         |      94 -
 .../runtime/BagOfCUIsGenerator.java                |      70 -
 .../clinical/pipeline/DefaultFastPipeline.piper    |      24 -
 .../clinical/pipeline/SectionedFastPipeline.piper  |      17 -
 .../clinical/pipeline/TsDefaultFastPipeline.piper  |      20 -
 .../pipeline/TsSectionedFastPipeline.piper         |      20 -
 ...IMA_CPE_GUI--clinical_documents_pipeline.launch |      15 -
 .../UIMA_CVD--clinical_documents_pipeline.launch   |      17 -
 ctakes-constituency-parser/LICENSE                 |     202 -
 ctakes-constituency-parser/README                  |       5 -
 .../desc/ConstituencyParserAnnotator.xml           |      68 -
 .../analysis_engine/AggregateParsingProcessor.xml  |      94 -
 .../analysis_engine/ParserEvaluatorAnnotator.xml   |      70 -
 .../desc/cas_consumer/ParseTreeWriterConsumer.xml  |      56 -
 .../collection_processing_engine/ParsingCPE.xml    |      86 -
 ctakes-constituency-parser/metadata/install.xml    |      47 -
 ctakes-constituency-parser/pom.xml                 |      72 -
 .../constituency/parser/MaxentParserWrapper.java   |     128 -
 .../ctakes/constituency/parser/ParserWrapper.java  |      28 -
 .../constituency/parser/ae/ConstituencyParser.java |     105 -
 .../parser/ae/ParserEvaluationAnnotator.java       |     128 -
 .../concurrent/ThreadSafeConstituencyParser.java   |     100 -
 .../parser/treekernel/TreeExtractor.java           |     320 -
 .../constituency/parser/treekernel/TreeKernel.java |     126 -
 .../parser/uima/co/ParserTreeWriterConsumer.java   |      89 -
 .../parser/util/AnnotationTreeUtils.java           |     338 -
 .../parser/util/CommandLineParserUtil.java         |      73 -
 .../parser/util/GenerateDescriptors.java           |      42 -
 .../ctakes/constituency/parser/util/TreeUtils.java |     432 -
 .../parser/data/test/output/testfakenote.xml       |    1223 -
 .../constituency/parser/data/test/testfakenote.txt |       5 -
 .../constituency/parser/types/LabeledTree.xml      |      46 -
 .../launch/UIMA_CPE--Constituency Parser.launch    |      12 -
 .../launch/UIMA_CVD--Constituency Parser.launch    |      15 -
 .../constituency/parser/scripts/groovy/README      |       5 -
 .../parser/scripts/groovy/parser.groovy            |     136 -
 ctakes-context-tokenizer/LICENSE                   |     202 -
 ctakes-context-tokenizer/README                    |      52 -
 .../desc/analysis_engine/AggregateAE.xml           |      65 -
 .../ContextDependentTokenizerAnnotator.xml         |      55 -
 .../desc/analysis_engine/TestTAE.xml               |      64 -
 ctakes-context-tokenizer/pom.xml                   |      37 -
 .../ae/ContextDependentTokenizerAnnotator.java     |     208 -
 .../ae/TestContextDependentTokenizerAnnotator.java |      64 -
 ctakes-core/LICENSE                                |     202 -
 ctakes-core/README                                 |      99 -
 ctakes-core/desc/analysis_engine/AggregateAE.xml   |      79 -
 .../desc/analysis_engine/BsvRegexSectionizer.xml   |      75 -
 .../desc/analysis_engine/CDASegmentAnnotator.xml   |      71 -
 ctakes-core/desc/analysis_engine/CopyAnnotator.xml |     111 -
 .../desc/analysis_engine/FilterAnnotator.xml       |      50 -
 ctakes-core/desc/analysis_engine/NullAnnotator.xml |      46 -
 .../desc/analysis_engine/OverlapAnnotator.xml      |     155 -
 .../analysis_engine/SHARPKnowtatorXMLReader.xml    |      80 -
 ctakes-core/desc/analysis_engine/SectionFilter.xml |      72 -
 .../analysis_engine/SectionSegmentAnnotator.xml    |     102 -
 .../analysis_engine/SentenceDetectorAggregate.xml  |      62 -
 .../analysis_engine/SentenceDetectorAnnotator.xml  |      80 -
 .../SentenceDetectorAnnotatorBIO.xml               |    2572 -
 .../SentencesAndTokensAggregate.xml                |      79 -
 .../analysis_engine/SimpleSegmentAnnotator.xml     |      64 -
 .../SimpleSegmentWithTagsAnnotator.xml             |      72 -
 .../desc/analysis_engine/TokenizerAnnotator.xml    |      76 -
 .../analysis_engine/TokenizerAnnotatorVersion1.xml |     111 -
 .../desc/analysis_engine/TokensAndSentencesTAE.xml |      65 -
 .../desc/cas_consumer/EmbeddedXmlCasConsumer.xml   |      82 -
 .../desc/cas_consumer/FileWriterCasConsumer.xml    |      72 -
 .../FilesInDirectoryCasConsumer.example.xml        |      57 -
 .../desc/cas_consumer/HtmlTableCasConsumer.xml     |      86 -
 ctakes-core/desc/cas_consumer/JdbcCasConsumer.xml  |     168 -
 .../desc/cas_consumer/JdbcWriterTemplate.xml       |     186 -
 ...rmalizedFilesInDirectoryCasConsumer.example.xml |      60 -
 ctakes-core/desc/cas_consumer/PrettyTextWriter.xml |      67 -
 .../desc/cas_consumer/PropertyTextWriter.xml       |      65 -
 .../desc/cas_consumer/SentenceTokensPrinter.xml    |      62 -
 .../desc/cas_consumer/TokenFreqCasConsumer.xml     |      58 -
 .../TokenOffsetsCasConsumer.example.xml            |      73 -
 .../desc/cas_consumer/XCasWriterCasConsumer.xml    |      66 -
 .../desc/cas_consumer/__XmiWriterCasConsumer.xml   |      64 -
 .../desc/cas_initializer/NseCasInitializer.xml     |      67 -
 .../cas_initializer/XCasReaderCasInitializer.xml   |      53 -
 .../SentenceDetectorCPE.xml                        |      78 -
 .../SentencesAndTokensCPE.xml                      |      78 -
 .../FilesInDirectoryCollectionCyclicalReads.xml    |     104 -
 .../FilesInDirectoryCollectionReader.xml           |      92 -
 .../JdbcCollectionReader.example.xml               |     211 -
 .../LinesFromFileCollectionReader.xml              |     105 -
 .../XmiCollectionReaderCtakes.xml                  |      66 -
 .../analysis_engine/AggregateForTokenizerPTB.xml   |      77 -
 .../analysis_engine/SimpleSegmentAnnotator.xml     |      73 -
 ctakes-core/pom.xml                                |     138 -
 .../apache/ctakes/core/ae/BsvRegexSectionizer.java |     109 -
 .../apache/ctakes/core/ae/CDASegmentAnnotator.java |     210 -
 .../org/apache/ctakes/core/ae/CommandRunner.java   |     192 -
 .../org/apache/ctakes/core/ae/CopyAnnotator.java   |     163 -
 .../org/apache/ctakes/core/ae/CtakesRunner.java    |     135 -
 .../core/ae/DocumentIdPrinterAnalysisEngine.java   |      48 -
 .../apache/ctakes/core/ae/EolSentenceFixer.java    |     155 -
 .../java/org/apache/ctakes/core/ae/ExitForcer.java |      60 -
 .../org/apache/ctakes/core/ae/FilterAnnotator.java |      99 -
 .../org/apache/ctakes/core/ae/LabValueFinder.java  |     416 -
 .../org/apache/ctakes/core/ae/ListAnnotator.java   |     330 -
 .../apache/ctakes/core/ae/ListEntryNegator.java    |     107 -
 .../apache/ctakes/core/ae/ListParagraphFixer.java  |      96 -
 .../apache/ctakes/core/ae/ListSentenceFixer.java   |      96 -
 .../apache/ctakes/core/ae/MrsDrSentenceJoiner.java |      96 -
 .../org/apache/ctakes/core/ae/NamedEngine.java     |      14 -
 .../org/apache/ctakes/core/ae/NullAnnotator.java   |      47 -
 .../apache/ctakes/core/ae/OverlapAnnotator.java    |     490 -
 .../apache/ctakes/core/ae/ParagraphAnnotator.java  |     210 -
 .../ctakes/core/ae/ParagraphSentenceFixer.java     |     118 -
 .../apache/ctakes/core/ae/RegexSectionizer.java    |     471 -
 .../ctakes/core/ae/SHARPKnowtatorXMLReader.java    |    1514 -
 .../ctakes/core/ae/SectionSegmentAnnotator.java    |     189 -
 .../apache/ctakes/core/ae/SentenceDetector.java    |     372 -
 .../core/ae/SentenceDetectorAnnotatorBIO.java      |     418 -
 .../ctakes/core/ae/SimpleSegmentAnnotator.java     |      83 -
 .../core/ae/SimpleSegmentWithTagsAnnotator.java    |     140 -
 .../apache/ctakes/core/ae/StartFinishLogger.java   |     173 -
 .../apache/ctakes/core/ae/SubjectSectionFixer.java |      54 -
 .../org/apache/ctakes/core/ae/TokenConverter.java  |     216 -
 .../apache/ctakes/core/ae/TokenizerAnnotator.java  |     178 -
 .../ctakes/core/ae/TokenizerAnnotatorPTB.java      |     317 -
 .../core/ae/UmlsEnvironmentConfiguration.java      |      29 -
 .../apache/ctakes/core/ae/inert/PausableAE.java    |      62 -
 .../apache/ctakes/core/cc/AbstractFileWriter.java  |     207 -
 .../ctakes/core/cc/AbstractJCasFileWriter.java     |      45 -
 .../apache/ctakes/core/cc/AbstractJdbcWriter.java  |     280 -
 .../ctakes/core/cc/AbstractOutputFileWriter.java   |      16 -
 .../ctakes/core/cc/AbstractTableFileWriter.java    |     265 -
 .../ctakes/core/cc/CASConsumerTestDriver.java      |      71 -
 .../org/apache/ctakes/core/cc/CasConsumer.java     |     124 -
 .../apache/ctakes/core/cc/CuiCountFileWriter.java  |     162 -
 .../apache/ctakes/core/cc/CuiListFileWriter.java   |     112 -
 .../org/apache/ctakes/core/cc/CuiLookupLister.java |      55 -
 .../apache/ctakes/core/cc/FileTreeXmiWriter.java   |      73 -
 .../core/cc/FilesInDirectoryCasConsumer.java       |     100 -
 .../ctakes/core/cc/HtmlTableCasConsumer.java       |     409 -
 .../apache/ctakes/core/cc/JdbcWriterTemplate.java  |     315 -
 .../ctakes/core/cc/MedicationTableFileWriter.java  |     152 -
 .../apache/ctakes/core/cc/NonTerminalConsumer.java |      39 -
 .../cc/NormalizedFilesInDirectoryCasConsumer.java  |     101 -
 .../ctakes/core/cc/SemanticTableFileWriter.java    |     202 -
 .../ctakes/core/cc/SentenceTokensPrinter.java      |     175 -
 .../org/apache/ctakes/core/cc/TextSpanWriter.java  |     160 -
 .../ctakes/core/cc/TokenFreqCasConsumer.java       |     158 -
 .../ctakes/core/cc/TokenOffsetsCasConsumer.java    |     115 -
 .../org/apache/ctakes/core/cc/XMISerializer.java   |     243 -
 .../ctakes/core/cc/XmiWriterCasConsumerCtakes.java |     254 -
 .../org/apache/ctakes/core/cc/html/CssWriter.java  |     243 -
 .../apache/ctakes/core/cc/html/HtmlTextWriter.java |    1673 -
 .../org/apache/ctakes/core/cc/html/JsWriter.java   |      95 -
 .../apache/ctakes/core/cc/html/SemanticMarkup.java |      82 -
 .../core/cc/jdbc/AbstractJCasJdbcWriter.java       |      44 -
 .../ctakes/core/cc/jdbc/AbstractJdbcWriter.java    |     176 -
 .../ctakes/core/cc/jdbc/db/AbstractJdbcDb.java     |      72 -
 .../ctakes/core/cc/jdbc/db/DefaultJdbcDb.java      |      21 -
 .../org/apache/ctakes/core/cc/jdbc/db/JdbcDb.java  |      62 -
 .../core/cc/jdbc/field/AbstractJdbcField.java      |      35 -
 .../ctakes/core/cc/jdbc/field/BooleanField.java    |      22 -
 .../ctakes/core/cc/jdbc/field/DoubleField.java     |      22 -
 .../ctakes/core/cc/jdbc/field/FloatField.java      |      22 -
 .../apache/ctakes/core/cc/jdbc/field/IntField.java |      22 -
 .../ctakes/core/cc/jdbc/field/JdbcField.java       |      19 -
 .../ctakes/core/cc/jdbc/field/LongField.java       |      22 -
 .../ctakes/core/cc/jdbc/field/TextField.java       |      22 -
 .../ctakes/core/cc/jdbc/field/TimeField.java       |      23 -
 .../apache/ctakes/core/cc/jdbc/i2b2/I2b2Db.java    |      55 -
 .../ctakes/core/cc/jdbc/i2b2/I2b2JdbcWriter.java   |      77 -
 .../core/cc/jdbc/i2b2/ObservationFactRow.java      |     207 -
 .../core/cc/jdbc/i2b2/ObservationFactTable.java    |      80 -
 .../ctakes/core/cc/jdbc/row/EmptyInitializer.java  |      17 -
 .../apache/ctakes/core/cc/jdbc/row/JdbcRow.java    |      33 -
 .../core/cc/jdbc/table/AbstractJdbcTable.java      |      87 -
 .../core/cc/jdbc/table/AbstractUmlsTable.java      |     115 -
 .../ctakes/core/cc/jdbc/table/JdbcTable.java       |      75 -
 .../ctakes/core/cc/pretty/SemanticGroup.java       |     215 -
 .../core/cc/pretty/cell/AbstractItemCell.java      |      24 -
 .../ctakes/core/cc/pretty/cell/BaseItemCell.java   |      13 -
 .../core/cc/pretty/cell/DefaultBaseItemCell.java   |      73 -
 .../core/cc/pretty/cell/DefaultUmlsItemCell.java   |     138 -
 .../ctakes/core/cc/pretty/cell/EventCell.java      |      98 -
 .../ctakes/core/cc/pretty/cell/ItemCell.java       |      36 -
 .../ctakes/core/cc/pretty/cell/TimexCell.java      |      83 -
 .../ctakes/core/cc/pretty/cell/UmlsItemCell.java   |      17 -
 .../ctakes/core/cc/pretty/html/CssWriter.java      |     228 -
 .../ctakes/core/cc/pretty/html/HtmlTextWriter.java |    1411 -
 .../ctakes/core/cc/pretty/html/JsWriter.java       |      87 -
 .../core/cc/pretty/plaintext/PrettyTextWriter.java |     422 -
 .../cc/pretty/plaintext/PrettyTextWriterFit.java   |     105 -
 .../cc/pretty/plaintext/PrettyTextWriterUima.java  |      73 -
 .../ctakes/core/cc/pretty/row/DefaultItemRow.java  |      99 -
 .../apache/ctakes/core/cc/pretty/row/ItemRow.java  |      39 -
 .../cc/property/plaintext/PropertyTextWriter.java  |     281 -
 .../property/plaintext/PropertyTextWriterFit.java  |     108 -
 .../property/plaintext/PropertyTextWriterUima.java |      72 -
 .../ctakes/core/ci/HyphenTextModifierImpl.java     |     337 -
 .../apache/ctakes/core/ci/TextModification.java    |      68 -
 .../org/apache/ctakes/core/ci/TextModifier.java    |      35 -
 .../core/cleartk/ContinuousTextExtractor.java      |      79 -
 .../ctakes/core/cleartk/FollowingWithPadding.java  |      59 -
 .../org/apache/ctakes/core/cleartk/MaxContext.java |      74 -
 .../org/apache/ctakes/core/cleartk/MinContext.java |      74 -
 .../ctakes/core/cleartk/PrecedingWithPadding.java  |      44 -
 .../org/apache/ctakes/core/cleartk/SumContext.java |      75 -
 .../concurrent/ThreadSafeSentenceDetector.java     |      92 -
 .../concurrent/ThreadSafeSentenceDetectorBio.java  |     111 -
 .../ctakes/core/concurrent/ThreadSafeWrapper.java  |     172 -
 .../core/config/ConfigParameterConstants.java      |      54 -
 .../apache/ctakes/core/cpe/CmdLineCpeRunner.java   |     169 -
 .../ctakes/core/cr/AbstractFileTreeReader.java     |     791 -
 .../org/apache/ctakes/core/cr/FileTreeReader.java  |     171 -
 .../FilesInDirectoryCollectionCyclicalReads.java   |     203 -
 .../core/cr/FilesInDirectoryCollectionReader.java  |     281 -
 .../org/apache/ctakes/core/cr/JCasBuilder.java     |     305 -
 .../ctakes/core/cr/JdbcCollectionReader.java       |     420 -
 .../core/cr/LinesFromFileCollectionReader.java     |     227 -
 .../ctakes/core/cr/LuceneCollectionReader.java     |     117 -
 .../java/org/apache/ctakes/core/cr/TextReader.java |      93 -
 .../java/org/apache/ctakes/core/cr/XMIReader.java  |      92 -
 .../ctakes/core/cr/XmiCollectionReaderCtakes.java  |     136 -
 .../org/apache/ctakes/core/cr/XmiTreeReader.java   |      40 -
 .../org/apache/ctakes/core/cr/jdbc/Decryptor.java  |      22 -
 .../ctakes/core/cr/jdbc/DecryptorWrapper.java      |      50 -
 .../ctakes/core/cr/jdbc/JdbcNotesReader.java       |     849 -
 .../ctakes/core/cr/jdbc/PassThroughDecryptor.java  |      27 -
 .../ctakes/core/fsm/adapters/BaseTokenAdapter.java |      50 -
 .../core/fsm/adapters/CharacterTokenAdapter.java   |      46 -
 .../core/fsm/adapters/ContractionTokenAdapter.java |      37 -
 .../core/fsm/adapters/DecimalTokenAdapter.java     |      63 -
 .../core/fsm/adapters/IntegerTokenAdapter.java     |      86 -
 .../core/fsm/adapters/NewlineTokenAdapter.java     |      38 -
 .../core/fsm/adapters/NumberTokenAdapter.java      |      66 -
 .../core/fsm/adapters/PunctuationTokenAdapter.java |      37 -
 .../core/fsm/adapters/SymbolTokenAdapter.java      |      37 -
 .../ctakes/core/fsm/adapters/TextTokenAdapter.java |      47 -
 .../ctakes/core/fsm/adapters/WordTokenAdapter.java |      75 -
 .../apache/ctakes/core/fsm/adapters/package.html   |      25 -
 .../core/fsm/condition/CombineCondition.java       |      45 -
 .../core/fsm/condition/DayNightWordCondition.java  |      47 -
 .../core/fsm/condition/DecimalCondition.java       |      42 -
 .../core/fsm/condition/DecimalRangeCondition.java  |      53 -
 .../core/fsm/condition/DecimalValueCondition.java  |      51 -
 .../core/fsm/condition/DisjoinCondition.java       |      45 -
 .../core/fsm/condition/HourMinuteCondition.java    |      72 -
 .../core/fsm/condition/IntegerCondition.java       |      42 -
 .../core/fsm/condition/IntegerRangeCondition.java  |      53 -
 .../core/fsm/condition/IntegerValueCondition.java  |      51 -
 .../ctakes/core/fsm/condition/NegateCondition.java |      42 -
 .../ctakes/core/fsm/condition/NumberCondition.java |      42 -
 .../fsm/condition/PunctuationValueCondition.java   |      51 -
 .../ctakes/core/fsm/condition/RangeCondition.java  |      39 -
 .../core/fsm/condition/RomanNumeralCondition.java  |      39 -
 .../core/fsm/condition/SymbolValueCondition.java   |      51 -
 .../core/fsm/condition/TextSetCondition.java       |      59 -
 .../core/fsm/condition/TextValueCondition.java     |      66 -
 .../core/fsm/condition/WordSetCondition.java       |      58 -
 .../core/fsm/condition/WordValueCondition.java     |      66 -
 .../apache/ctakes/core/fsm/machine/DateFSM.java    |     316 -
 .../org/apache/ctakes/core/fsm/machine/FSM.java    |      33 -
 .../ctakes/core/fsm/machine/FractionFSM.java       |     211 -
 .../ctakes/core/fsm/machine/MeasurementFSM.java    |     321 -
 .../ctakes/core/fsm/machine/NegationFSM.java       |     429 -
 .../ctakes/core/fsm/machine/PersonTitleFSM.java    |     157 -
 .../apache/ctakes/core/fsm/machine/RangeFSM.java   |     220 -
 .../ctakes/core/fsm/machine/RomanNumeralFSM.java   |     177 -
 .../core/fsm/machine/StatusIndicatorFSM.java       |     297 -
 .../apache/ctakes/core/fsm/machine/TimeFSM.java    |     187 -
 .../ctakes/core/fsm/output/BaseTokenImpl.java      |      40 -
 .../apache/ctakes/core/fsm/output/DateToken.java   |      30 -
 .../ctakes/core/fsm/output/FractionToken.java      |      31 -
 .../ctakes/core/fsm/output/MeasurementToken.java   |      31 -
 .../ctakes/core/fsm/output/NegationIndicator.java  |      33 -
 .../ctakes/core/fsm/output/PersonTitleToken.java   |      30 -
 .../apache/ctakes/core/fsm/output/RangeToken.java  |      30 -
 .../ctakes/core/fsm/output/RomanNumeralToken.java  |      31 -
 .../ctakes/core/fsm/output/StatusIndicator.java    |      43 -
 .../apache/ctakes/core/fsm/output/TimeToken.java   |      30 -
 .../apache/ctakes/core/fsm/state/NamedState.java   |      55 -
 .../ctakes/core/fsm/state/NonTerminalEndState.java |      51 -
 .../apache/ctakes/core/fsm/token/BaseToken.java    |      25 -
 .../ctakes/core/fsm/token/CharacterToken.java      |      23 -
 .../ctakes/core/fsm/token/ContractionToken.java    |      23 -
 .../apache/ctakes/core/fsm/token/DecimalToken.java |      23 -
 .../org/apache/ctakes/core/fsm/token/EolToken.java |      23 -
 .../apache/ctakes/core/fsm/token/IntegerToken.java |      23 -
 .../apache/ctakes/core/fsm/token/NumberToken.java  |      23 -
 .../ctakes/core/fsm/token/PunctuationToken.java    |      23 -
 .../apache/ctakes/core/fsm/token/SymbolToken.java  |      23 -
 .../apache/ctakes/core/fsm/token/TextToken.java    |      27 -
 .../apache/ctakes/core/fsm/token/WordToken.java    |      37 -
 .../core/fsm/token/adapter/BaseTokenAdapter.java   |      39 -
 .../fsm/token/adapter/CharacterTokenAdapter.java   |      38 -
 .../fsm/token/adapter/DecimalTokenAdapter.java     |      39 -
 .../fsm/token/adapter/IntegerTokenAdapter.java     |      72 -
 .../core/fsm/token/adapter/NumberTokenAdapter.java |      50 -
 .../fsm/token/adapter/PunctuationTokenAdapter.java |      37 -
 .../core/fsm/token/adapter/TokenConverter.java     |      67 -
 .../core/fsm/token/adapter/WordTokenAdapter.java   |      73 -
 .../ctakes/core/knowtator/KnowtatorAnnotation.java |     183 -
 .../ctakes/core/knowtator/KnowtatorXMLParser.java  |     253 -
 .../core/nlp/tokenizer/ContractionResult.java      |      40 -
 .../ctakes/core/nlp/tokenizer/ContractionsPTB.java |     498 -
 .../ctakes/core/nlp/tokenizer/HyphenatedPTB.java   |     552 -
 .../core/nlp/tokenizer/OffsetComparator.java       |      48 -
 .../apache/ctakes/core/nlp/tokenizer/Token.java    |     230 -
 .../ctakes/core/nlp/tokenizer/Tokenizer.java       |     654 -
 .../ctakes/core/nlp/tokenizer/TokenizerHelper.java |      89 -
 .../ctakes/core/nlp/tokenizer/TokenizerPTB.java    |    1311 -
 .../core/patient/AbstractPatientConsumer.java      |     111 -
 .../core/patient/AbstractPatientFileWriter.java    |      91 -
 .../ctakes/core/patient/PatientNoteCollector.java  |      43 -
 .../ctakes/core/patient/PatientNoteStore.java      |     526 -
 .../ctakes/core/patient/PatientViewUtil.java       |     144 -
 .../apache/ctakes/core/pipeline/CliOptionals.java  |     296 -
 .../ctakes/core/pipeline/CliOptionalsHandler.java  |     155 -
 .../apache/ctakes/core/pipeline/CuiCollector.java  |     141 -
 .../ctakes/core/pipeline/EntityCollector.java      |     153 -
 .../pipeline/GenerateSentenceBIODescriptors.java   |      26 -
 .../apache/ctakes/core/pipeline/PipeBitInfo.java   |     127 -
 .../ctakes/core/pipeline/PipeBitInfoUtil.java      |     204 -
 .../ctakes/core/pipeline/PipeBitLocator.java       |     293 -
 .../ctakes/core/pipeline/PipelineBuilder.java      |     480 -
 .../ctakes/core/pipeline/PiperFileReader.java      |     559 -
 .../ctakes/core/pipeline/PiperFileRunner.java      |     104 -
 .../ctakes/core/pipeline/ProgressManager.java      |      99 -
 .../ctakes/core/pipeline/StandardCliOptions.java   |     100 -
 .../apache/ctakes/core/resource/FileLocator.java   |     573 -
 .../ctakes/core/resource/FileReadWriteUtil.java    |      78 -
 .../apache/ctakes/core/resource/FileResource.java  |      29 -
 .../ctakes/core/resource/FileResourceImpl.java     |      65 -
 .../core/resource/JdbcConnectionResource.java      |      34 -
 .../core/resource/JdbcConnectionResourceImpl.java  |     138 -
 .../resource/LinesFromFileStringsResourceImpl.java |      74 -
 .../core/resource/LuceneIndexReaderResource.java   |      29 -
 .../resource/LuceneIndexReaderResourceImpl.java    |      89 -
 .../core/resource/StringIntegerMapResource.java    |      33 -
 .../resource/StringIntegerMapResourceImpl.java     |     104 -
 .../ctakes/core/resource/StringMapResource.java    |      34 -
 .../core/resource/StringMapResourceImpl.java       |      93 -
 .../ctakes/core/resource/StringsResource.java      |      31 -
 .../apache/ctakes/core/semantic/SemanticGroup.java |      87 -
 .../apache/ctakes/core/semantic/SemanticTui.java   |     217 -
 .../core/sentence/EndOfSentenceScannerImpl.java    |      75 -
 .../core/sentence/SentenceDetectorCtakes.java      |     362 -
 .../apache/ctakes/core/sentence/SentenceSpan.java  |     190 -
 .../org/apache/ctakes/core/util/BannerWriter.java  |      70 -
 .../org/apache/ctakes/core/util/CalendarUtil.java  |     308 -
 .../apache/ctakes/core/util/CtakesFileNamer.java   |      84 -
 .../org/apache/ctakes/core/util/DateParser.java    |     162 -
 .../ctakes/core/util/DocumentIDAnnotationUtil.java |      89 -
 .../apache/ctakes/core/util/DocumentSection.java   |      72 -
 .../org/apache/ctakes/core/util/DotLogger.java     |      36 -
 .../ctakes/core/util/EssentialAnnotationUtil.java  |      93 -
 .../java/org/apache/ctakes/core/util/FSUtil.java   |     143 -
 .../apache/ctakes/core/util/FinishedLogger.java    |      52 -
 .../java/org/apache/ctakes/core/util/JCasUtil.java |      48 -
 .../org/apache/ctakes/core/util/ListFactory.java   |      90 -
 .../org/apache/ctakes/core/util/ListIterable.java  |      42 -
 .../java/org/apache/ctakes/core/util/Mapper.java   |      61 -
 .../ctakes/core/util/MutableUimaContext.java       |     318 -
 .../ctakes/core/util/NumberedSuffixComparator.java |      94 -
 .../ctakes/core/util/OntologyConceptUtil.java      |     431 -
 .../java/org/apache/ctakes/core/util/Pair.java     |      67 -
 .../org/apache/ctakes/core/util/ParamUtil.java     |      69 -
 .../apache/ctakes/core/util/PropertyAeFactory.java |     217 -
 .../ctakes/core/util/RelationArgumentUtil.java     |     309 -
 .../core/util/SHARPKnowtatorXMLDefaults.java       |      39 -
 .../ctakes/core/util/SourceMetadataUtil.java       |     133 -
 .../org/apache/ctakes/core/util/StringUtil.java    |      49 -
 .../org/apache/ctakes/core/util/WordTokenUtil.java |      35 -
 .../core/util/annotation/ConceptBuilder.java       |     165 -
 .../util/annotation/EssentialAnnotationUtil.java   |     603 -
 .../annotation/IdentifiedAnnotationBuilder.java    |     328 -
 .../util/annotation/IdentifiedAnnotationUtil.java  |     202 -
 .../core/util/annotation/OntologyConceptUtil.java  |     727 -
 .../ctakes/core/util/annotation/SemanticGroup.java |     136 -
 .../ctakes/core/util/annotation/SemanticTui.java   |     291 -
 .../ctakes/core/util/annotation/WordTokenUtil.java |      45 -
 .../ctakes/core/util/collection/ArrayListMap.java  |     225 -
 .../core/util/collection/CollectionCreator.java    |      17 -
 .../util/collection/CollectionCreatorFactory.java  |      46 -
 .../ctakes/core/util/collection/CollectionMap.java |      93 -
 .../core/util/collection/DefaultCollectionMap.java |     279 -
 .../ctakes/core/util/collection/EnumSetMap.java    |     215 -
 .../ctakes/core/util/collection/HashSetMap.java    |     225 -
 .../util/collection/ImmutableCollectionMap.java    |     216 -
 .../org/apache/ctakes/core/util/doc/DocIdUtil.java |     188 -
 .../apache/ctakes/core/util/doc/JCasBuilder.java   |     305 -
 .../org/apache/ctakes/core/util/doc/NoteSpecs.java |     184 -
 .../ctakes/core/util/doc/SourceMetadataUtil.java   |     180 -
 .../ctakes/core/util/doc/TextBySectionBuilder.java |      71 -
 .../core/util/doc/TextBySentenceBuilder.java       |     118 -
 .../ctakes/core/util/external/SystemUtil.java      |     550 -
 .../org/apache/ctakes/core/util/log/DotLogger.java |      60 -
 .../ctakes/core/util/log/FinishedLogger.java       |     144 -
 .../ctakes/core/util/regex/RegexSpanFinder.java    |     180 -
 .../ctakes/core/util/regex/ThreadString.java       |      39 -
 .../ctakes/core/util/regex/TimeoutMatcher.java     |     161 -
 .../core/util/textspan/DefaultAspanComparator.java |      31 -
 .../core/util/textspan/DefaultSpanComparator.java  |      39 -
 .../ctakes/core/util/textspan/DefaultTextSpan.java |     101 -
 .../apache/ctakes/core/util/textspan/TextSpan.java |      37 -
 ctakes-core/src/main/resources/log4j.properties    |      41 -
 ctakes-core/src/main/resources/log4j.xml           |      63 -
 .../ctakes/core/cc/jdbc/I2b2JdbcWriter.piper       |      33 -
 .../org/apache/ctakes/core/cc/jdbc/TestBinding.xml |      58 -
 .../apache/ctakes/core/cr/jdbc/JdbcSettings.piper  |     109 -
 .../ctakes/core/data/test/output/NotesIIST_RTF.DTD |    1410 -
 ...ote_plaintext.sentence_annotations.included.xml |      30 -
 ...e_note_plaintext.token_annotations.included.xml |      47 -
 .../data/test/output/sample_note_plaintext.xml     |      47 -
 .../sample_notes_plaintext/sample_note_plaintext   |       2 -
 .../data/test/sample_sd_training_sentences.txt     |      31 -
 .../eclipse/spellingdictionaryforsourcecode.txt    |      27 -
 .../resources/org/apache/ctakes/core/template.xml  |     107 -
 .../org/apache/ctakes/core/train/sentdetect/README |     110 -
 .../core/train/sentdetect/sample_sd_included.mod   |      85 -
 .../org/apache/ctakes/core/train/tokenizer/README  |      31 -
 .../core/train/tokenizer/hyphenated.README.mayo    |       8 -
 .../ctakes/core/train/tokenizer/hyphenated.txt     |    3922 -
 .../core/train/tokenizer/hyphenated_sample.txt     |      11 -
 .../core/ae/SentenceDetectorAnnotatorTest.java     |     123 -
 .../core/ae/SimpleSegmentAnnotatorTests.java       |      69 -
 .../ctakes/core/ae/TestCDASegmentAnnotator.java    |      91 -
 .../ctakes/core/ae/TokenizerAnnotatorPTBTests.java |     611 -
 .../cc/pretty/cell/DefaultBaseItemCellTester.java  |      45 -
 .../cc/pretty/cell/DefaultUmlsItemCellTester.java  |     129 -
 .../core/ci/HyphenTextModifierImplTests.java       |     122 -
 .../ctakes/core/cr/FileTreeReaderTester.java       |     131 -
 .../core/util/NumberedSuffixComparatorTester.java  |      66 -
 .../core/util/OntologyConceptUtilTester.java       |     426 -
 .../core/util/textspan/DefaultTextSpanTester.java  |      49 -
 .../org/apache/ctakes/core/launch/CoreTests.launch |      19 -
 .../SentenceDetector--train_a_new_model.launch     |      16 -
 .../core/launch/SentenceDetector_annotator.launch  |      15 -
 .../launch/Test--HyphenTextModifierImpl.launch     |      15 -
 ...ModifierImpl_with_sample_hyphenated_file.launch |      15 -
 ...est--SentenceDetector--argument_checking.launch |      16 -
 ...ntenceDetector--argument_checking_test_0.launch |      15 -
 ...ntenceDetector--argument_checking_test_1.launch |      16 -
 ...tenceDetector--argument_checking_test_2a.launch |      16 -
 ...tenceDetector--argument_checking_test_2b.launch |      16 -
 ...ntenceDetector--argument_checking_test_3.launch |      16 -
 ...ntenceDetector--argument_checking_test_4.launch |      16 -
 ...ntenceDetector--argument_checking_test_5.launch |      16 -
 .../launch/Test--TokenizerAnnotatorPTBTests.launch |      13 -
 .../ctakes/core/launch/Tokenizer_annotator.launch  |      15 -
 .../ctakes/core/launch/UIMA_CPE_GUI--core.launch   |      28 -
 .../ctakes/core/launch/UIMA_CVD--core.launch       |      17 -
 .../apache/ctakes/core/list/DefaultListRegex.bsv   |      11 -
 .../core/pipeline/DefaultTokenizerPipeline.piper   |       5 -
 .../core/pipeline/FullTokenizerPipeline.piper      |      24 -
 .../core/pipeline/TsDefaultTokenizerPipeline.piper |       5 -
 .../core/pipeline/TsFullTokenizerPipeline.piper    |      24 -
 .../scripts/groovy/cTAKES_clinical_pipeline.groovy |     413 -
 .../ctakes/core/scripts/groovy/run_cTAKES.groovy   |     126 -
 .../ctakes/core/sections/DefaultSectionRegex.bsv   |      86 -
 .../ctakes/core/sections/NaaccrXmlSections.bsv     |       7 -
 .../ctakes/core/sections/SameLineSectionRegex.bsv  |      89 -
 .../apache/ctakes/core/sections/ccda_sections.txt  |      45 -
 ctakes-coreference/LICENSE                         |     202 -
 ctakes-coreference/README                          |      76 -
 ctakes-coreference/desc/MipacqMarkableCreator.xml  |     131 -
 ctakes-coreference/desc/MipacqMarkableExpander.xml |      55 -
 .../desc/MipacqMarkablePairGenerator.xml           |      75 -
 ctakes-coreference/desc/MipacqSvmChainCreator.xml  |     169 -
 .../desc/MipacqSvmCoreferenceResolverAggregate.xml |      70 -
 ctakes-coreference/desc/MipacqSvmVectorCreator.xml |      95 -
 .../desc/MipacqSvmVectorCreatorAggregate.xml       |      66 -
 .../desc/analysis_engine/CorefProcessor.xml        |     150 -
 .../desc/analysis_engine/CorefUMLSProcessor.xml    |     158 -
 .../MarkablePairPlaintextDBProcessor.xml           |     169 -
 .../desc/analysis_engine/ODIESvmVectorCreator.xml  |     154 -
 .../ODIESvmVectorCreator_wSection.xml              |     224 -
 .../desc/cas_consumer/EvaluationConsumer.xml       |     173 -
 .../ODIEVectorFileWriterCasConsumer.xml            |     166 -
 .../Coref-resolver_CPE.xml                         |      78 -
 .../ODIESvmModelCPE.xml                            |      72 -
 .../SectionModelCPE.xml                            |      72 -
 .../SystemScoringCPE.xml                           |      90 -
 ctakes-coreference/metadata/install.xml            |      47 -
 ctakes-coreference/pom.xml                         |      84 -
 .../coreference/ae/CopyCoreferenceRelations.java   |     171 -
 .../ae/CoreferenceChainCoNLLWriter.java            |     266 -
 .../ae/CoreferenceChainScoringOutput.java          |     335 -
 .../ae/DeterministicMarkableAnnotator.java         |     238 -
 .../coreference/ae/EventCoreferenceAnnotator.java  |     828 -
 .../coreference/ae/MarkableSalienceAnnotator.java  |     101 -
 .../ae/MentionClusterCoreferenceAnnotator.java     |     585 -
 .../MentionClusterRankingCoreferenceAnnotator.java |     659 -
 .../coreference/ae/MipacqMarkableCreator.java      |     133 -
 .../coreference/ae/MipacqMarkableExpander.java     |     223 -
 .../ae/MipacqMarkablePairGenerator.java            |     344 -
 .../coreference/ae/MipacqSvmChainCreator.java      |     375 -
 .../ae/PatientMentionClusterCoreferencer.java      |      90 -
 .../coreference/ae/PatientScoringWriter.java       |     332 -
 .../coreference/ae/PersonChainAnnotator.java       |     184 -
 .../ae/ThymeAnaforaCrossDocCorefXmlReader.java     |     467 -
 .../ae/features/AttributeFeatureExtractor.java     |      65 -
 .../ae/features/CorefSyntaxFeatureExtractor.java   |      32 -
 .../ae/features/DistSemFeatureExtractor.java       |     106 -
 .../ae/features/DistanceFeatureExtractor.java      |      29 -
 .../ae/features/SalienceFeatureExtractor.java      |      24 -
 .../ae/features/SectionFeatureExtractor.java       |      56 -
 .../features/StringMatchingFeatureExtractor.java   |     141 -
 .../ae/features/TemporalFeatureExtractor.java      |      54 -
 .../ae/features/TokenFeatureExtractor.java         |     175 -
 .../ae/features/UMLSFeatureExtractor.java          |     215 -
 .../MentionClusterAgreementFeaturesExtractor.java  |     108 -
 .../MentionClusterAttributeFeaturesExtractor.java  |     172 -
 .../MentionClusterAttributeVectorExtractor.java    |      22 -
 .../cluster/MentionClusterDepHeadExtractor.java    |      87 -
 .../cluster/MentionClusterDistSemExtractor.java    |     130 -
 .../MentionClusterDistanceFeaturesExtractor.java   |      46 -
 .../MentionClusterMentionFeaturesExtractor.java    |      99 -
 .../MentionClusterSalienceFeaturesExtractor.java   |      50 -
 .../MentionClusterSectionFeaturesExtractor.java    |     102 -
 ...tionClusterSemTypeDepPrefsFeatureExtractor.java |      73 -
 .../MentionClusterStackFeaturesExtractor.java      |      61 -
 .../MentionClusterStringFeaturesExtractor.java     |     124 -
 .../MentionClusterUMLSFeatureExtractor.java        |     228 -
 .../salience/ClinicalFeatureExtractor.java         |      69 -
 .../salience/GrammaticalRoleFeatureExtractor.java  |      70 -
 .../salience/MorphosyntacticFeatureExtractor.java  |      78 -
 .../SemanticEnvironmentFeatureExtractor.java       |     136 -
 .../coreference/ae/pairing/AnnotationPairer.java   |      10 -
 .../cluster/ClusterMentionPairer_ImplBase.java     |      83 -
 .../ae/pairing/cluster/ClusterPairer.java          |      61 -
 .../cluster/CrossDocumentPairer_ImplBase.java      |      19 -
 .../ae/pairing/cluster/ExactStringPairer.java      |      57 -
 .../ae/pairing/cluster/HeadwordPairer.java         |      46 -
 .../ae/pairing/cluster/PreviousDocumentPairer.java |      55 -
 .../ae/pairing/cluster/SectionHeaderPairer.java    |      77 -
 .../ae/pairing/cluster/SentenceDistancePairer.java |      73 -
 .../coreference/cc/ODIEVectorFileWriter.java       |     472 -
 .../coreference/cc/PreprocessAndWriteXmi.java      |     146 -
 .../ThreadSafeMarkableSalienceAnnotator.java       |     117 -
 .../ThreadSafeMentionClusterCoreferencer.java      |     131 -
 .../coreference/data/PrintMimicMarkables.java      |     164 -
 .../eval/EvaluationOfEventCoreference.java         |     987 -
 .../eval/EvaluationOfMarkableSalience.java         |     239 -
 .../ctakes/coreference/eval/helpers/B3Type.java    |      21 -
 .../ctakes/coreference/eval/helpers/CEAFType.java  |      21 -
 .../coreference/eval/helpers/KAlphaType.java       |      21 -
 .../ctakes/coreference/eval/helpers/MatType.java   |      27 -
 .../ctakes/coreference/eval/helpers/PairType.java  |      21 -
 .../ctakes/coreference/eval/helpers/Span.java      |     153 -
 .../coreference/eval/helpers/SpanAlignment.java    |     105 -
 .../eval/helpers/SpanOffsetComparator.java         |      44 -
 .../coreference/extractors/ContinuousBag.java      |     107 -
 .../extractors/ContinuousTextExtractor.java        |      61 -
 .../factory/CoreferenceAnnotatorFactory.java       |      71 -
 .../training/KernelMatrixCompositor.java           |     100 -
 .../training/LinearKernelMatrixWriter.java         |     173 -
 .../treekernel/training/RowFillerThread.java       |      74 -
 .../treekernel/training/TreeKernelTrainer.java     |     175 -
 .../coreference/util/AbstractClassifier.java       |      59 -
 .../util/AnaphoricityAttributeCalculator.java      |     215 -
 .../coreference/util/AnnotOffsetComparator.java    |      29 -
 .../ctakes/coreference/util/AnnotationCounter.java |      46 -
 .../coreference/util/AnnotationSelector.java       |     211 -
 .../coreference/util/AttributeCalculator.java      |     209 -
 .../coreference/util/ClusterMentionFetcher.java    |     138 -
 .../ctakes/coreference/util/ClusterUtils.java      |      37 -
 .../ctakes/coreference/util/CorefConsts.java       |      38 -
 .../ctakes/coreference/util/EditDistance.java      |      75 -
 .../ctakes/coreference/util/FSIteratorToList.java  |      55 -
 .../ctakes/coreference/util/FeatureVector.java     |     122 -
 .../coreference/util/GoldStandardLabeler.java      |     158 -
 .../coreference/util/HobbsTreeNavigator.java       |     228 -
 .../util/MarkableCacheRelationExtractor.java       |      13 -
 .../ctakes/coreference/util/MarkableDepUtils.java  |      47 -
 .../ctakes/coreference/util/MarkableTreeUtils.java |     107 -
 .../ctakes/coreference/util/MarkableUtilities.java |      78 -
 .../coreference/util/PairAttributeCalculator.java  |     611 -
 .../ctakes/coreference/util/ParentPtrTree.java     |      88 -
 .../apache/ctakes/coreference/util/SvmUtils.java   |      37 -
 .../ctakes/coreference/util/SvmVectorCreator.java  |     230 -
 .../util/SyntaxAttributeCalculator.java            |     467 -
 .../apache/ctakes/coreference/util/TextMatch.java  |      39 -
 .../ctakes/coreference/util/ThreadDelegator.java   |      25 -
 .../ctakes/coreference/util/ThymeCasOrderer.java   |      52 -
 .../coreference/data/test/output/testfakenote.xml  |    3808 -
 .../ctakes/coreference/data/test/testfakenote.txt  |       7 -
 .../org/apache/ctakes/coreference/train/stop.txt   |     312 -
 .../ctakes/coreference/types/BinaryRelation.xml    |      50 -
 .../ctakes/coreference/types/BooleanLabeledFS.xml  |      46 -
 .../coreference/types/CollectionRelation.xml       |      46 -
 .../coreference/types/CoreferenceRelation.xml      |      56 -
 .../coreference/types/DiscoveryTechnique.xml       |      46 -
 .../org/apache/ctakes/coreference/types/Pair.xml   |      46 -
 .../coreference/types/PredicateArgRelation.xml     |      37 -
 .../apache/ctakes/coreference/types/Properties.xml |      46 -
 .../apache/ctakes/coreference/types/Relation.xml   |      60 -
 .../ctakes/coreference/types/RelationArgument.xml  |      56 -
 .../apache/ctakes/coreference/types/TypeSystem.xml |     110 -
 .../apache/ctakes/coreference/types/VecInst.xml    |      88 -
 .../src/main/scripts/perl/reorganize_thyme.pl      |      39 -
 .../ctakes/coreference/eval/helpers/SpanTest.java  |      60 -
 .../launch/UIMA_CPE--coref-resolver.launch         |      42 -
 .../launch/UIMA_CVD--coref-resolver.launch         |      42 -
 .../ctakes/coreference/pipeline/CorefSubPipe.piper |      10 -
 .../pipeline/DefaultAdvancedPipeline.piper         |       9 -
 .../pipeline/DefaultCorefPipeline.piper            |       7 -
 .../pipeline/DefaultRelationCorefPipeline.piper    |       8 -
 .../pipeline/DefaultTemporalCorefPipeline.piper    |       8 -
 .../pipeline/SectionedAdvancedPipeline.piper       |       9 -
 .../pipeline/SectionedCorefPipeline.piper          |       7 -
 .../pipeline/SectionedRelationCorefPipeline.piper  |       8 -
 .../pipeline/SectionedTemporalCorefPipeline.piper  |       8 -
 .../coreference/pipeline/TsCorefSubPipe.piper      |      10 -
 .../pipeline/TsDefaultAdvancedPipeline.piper       |       9 -
 .../pipeline/TsDefaultCorefPipeline.piper          |       7 -
 .../pipeline/TsDefaultRelationCorefPipeline.piper  |       8 -
 .../pipeline/TsDefaultTemporalCorefPipeline.piper  |       8 -
 .../pipeline/TsSectionedAdvancedPipeline.piper     |       9 -
 .../pipeline/TsSectionedCorefPipeline.piper        |       7 -
 .../TsSectionedRelationCorefPipeline.piper         |       8 -
 .../TsSectionedTemporalCorefPipeline.piper         |       8 -
 ctakes-dependency-parser/LICENSE                   |     202 -
 .../analysis_engine/ClearNLPDependencyParserAE.xml |      93 -
 .../ClearNLPDependencyParserPlaintextAggregate.xml |     661 -
 .../ClearNLPDependencyParserTokenizedAggregate.xml |     397 -
 ...NLPDependencyParserTokenizedInfPosAggregate.xml |     474 -
 .../ClearNLPSRLPlaintextAggregate.xml              |     653 -
 .../ClearNLPSRLTokenizedAggregate.xml              |     459 -
 .../ClearNLPSRLTokenizedInfPosAggregate.xml        |     536 -
 .../ClearNLPSemanticRoleLabelerAE.xml              |      80 -
 .../desc/analysis_engine/LemAssigner.xml           |      53 -
 .../desc/analysis_engine/LvgBaseTokenAnnotator.xml |     259 -
 .../desc/analysis_engine/PosAssigner.xml           |      53 -
 .../desc/analysis_engine/README.txt                |       2 -
 .../desc/cas_consumer/DependencyNodeWriter.xml     |      92 -
 .../ClearNLPTestCPE.xml                            |     124 -
 .../ClearTrainerLemTestCPE.xml                     |      98 -
 .../ClearTrainerPosLemTestCPE.xml                  |      96 -
 .../ClearTrainerPosTestCPE.xml                     |     110 -
 .../DependencyFileCollectionReader.xml             |     100 -
 ctakes-dependency-parser/pom.xml                   |      91 -
 .../java/META-INF/org.apache.uima.fit/types.txt    |       1 -
 .../dependency/parser/DependencyNodeWriter.java    |     213 -
 .../parser/ae/ClearNLPDependencyParserAE.java      |     244 -
 .../parser/ae/ClearNLPSemanticRoleLabelerAE.java   |     331 -
 .../parser/ae/shared/DependencySharedModel.java    |      66 -
 .../parser/ae/shared/LemmatizerSharedModel.java    |      62 -
 .../parser/ae/shared/SRLSharedModel.java           |      39 -
 .../parser/ae/shared/SRLSharedParserModel.java     |      21 -
 .../parser/ae/shared/SRLSharedPredictionModel.java |      21 -
 .../parser/ae/shared/SRLSharedRoleModel.java       |      21 -
 .../parser/ae/util/WriteClearNLPDescriptors.java   |     196 -
 .../dependency/parser/ae/util/XMIReader.java       |      96 -
 .../concurrent/ThreadSafeClearNlpDepParser.java    |     110 -
 .../ThreadSafeClearNlpSemRoleLabeler.java          |     110 -
 .../parser/cr/DependencyFileCollectionReader.java  |     410 -
 .../dependency/parser/util/AnnotationDepUtils.java |     349 -
 .../parser/util/ClearDependencyUtility.java        |     138 -
 .../ctakes/dependency/parser/util/Delim.java       |      61 -
 .../dependency/parser/util/DependencyPath.java     |     159 -
 .../dependency/parser/util/DependencyRegex.java    |     331 -
 .../dependency/parser/util/DependencyUtility.java  |     414 -
 .../ctakes/dependency/parser/util/SRLUtility.java  |      39 -
 ctakes-dependency-parser/src/main/readme.txt       |       2 -
 .../ae/util/TestClearNLPAnalysisEngines.java       |     163 -
 ctakes-dictionary-lookup-fast/LICENSE              |     202 -
 ctakes-dictionary-lookup-fast/README               |       2 -
 .../desc/analysis_engine/UmlsLookupAnnotator.xml   |     121 -
 .../analysis_engine/UmlsOverlapLookupAnnotator.xml |     147 -
 .../doc/DictionaryLookupHelp.docx                  |     Bin 80183 -> 0 bytes
 .../doc/DictionaryLookupHelp.txt                   |     311 -
 .../doc/DictionaryLookupStats.docx                 |     Bin 74249 -> 0 bytes
 ctakes-dictionary-lookup-fast/doc/dantesgate.txt   |       8 -
 ctakes-dictionary-lookup-fast/pom.xml              |      97 -
 .../dictionary/cased/ae/CasedAnnotationFinder.java |     452 -
 .../AlikeSubsumingAnnotationCreator.java           |      97 -
 .../cased/annotation/AnnotationCreator.java        |      25 -
 .../cased/annotation/AnnotationCreatorUtil.java    |     243 -
 .../annotation/NonSubsumingAnnotationCreator.java  |      38 -
 .../SemanticSubsumingAnnotationCreator.java        |     164 -
 .../cased/annotation/SubsumptionUtil.java          |     118 -
 .../dictionary/cased/dictionary/BsvDictionary.java |     102 -
 .../cased/dictionary/BsvListDictionary.java        |      96 -
 .../cased/dictionary/CasedDictionary.java          |      35 -
 .../cased/dictionary/DictionaryStore.java          |      42 -
 .../cased/dictionary/InMemoryDictionary.java       |      70 -
 .../cased/dictionary/JdbcDictionary.java           |     236 -
 .../dictionary/cased/encoder/BsvEncoder.java       |      86 -
 .../dictionary/cased/encoder/BsvListEncoder.java   |      85 -
 .../dictionary/cased/encoder/CodeSchema.java       |      59 -
 .../dictionary/cased/encoder/EncoderStore.java     |      42 -
 .../dictionary/cased/encoder/InMemoryEncoder.java  |      46 -
 .../dictionary/cased/encoder/JdbcEncoder.java      |     185 -
 .../dictionary/cased/encoder/TermEncoder.java      |      31 -
 .../dictionary/cased/encoder/TermEncoding.java     |      42 -
 .../dictionary/cased/lookup/CandidateTerm.java     |     227 -
 .../cased/lookup/ContiguousLookupEngine.java       |     236 -
 .../dictionary/cased/lookup/DiscoveredTerm.java    |      66 -
 .../dictionary/cased/lookup/LookupEngine.java      |     245 -
 .../dictionary/cased/lookup/LookupToken.java       |     124 -
 .../dictionary/cased/table/column/CodeType.java    |      35 -
 .../dictionary/cased/table/column/SchemaCode.java  |      22 -
 .../dictionary/cased/table/column/Synonym.java     |      32 -
 .../dictionary/cased/util/bsv/BsvFileParser.java   |      51 -
 .../cased/util/bsv/BsvObjectCreator.java           |      35 -
 .../cased/util/bsv/StringArrayCreator.java         |      29 -
 .../dictionary/cased/util/jdbc/JdbcUtil.java       |     100 -
 .../cased/util/textspan/ContiguousTextSpan.java    |      53 -
 .../cased/util/textspan/DiscontiguousTextSpan.java |     115 -
 .../cased/util/textspan/MagicTextSpan.java         |      65 -
 .../cased/util/tokenize/TokenizedTerm.java         |     258 -
 .../cased/util/tokenize/TokenizedTermMapper.java   |     187 -
 .../ctakes/dictionary/cased/wsd/WsdUtil.java       |      58 -
 .../lookup2/ae/AbstractJCasTermAnnotator.java      |     353 -
 .../lookup2/ae/DefaultJCasTermAnnotator.java       |     127 -
 .../lookup2/ae/DictionaryLookupFactory.java        |      82 -
 .../dictionary/lookup2/ae/JCasTermAnnotator.java   |      84 -
 .../lookup2/ae/OverlapJCasTermAnnotator.java       |     249 -
 .../dictionary/lookup2/ae/WindowProcessor.java     |      69 -
 .../lookup2/concept/AbstractConceptFactory.java    |      45 -
 .../lookup2/concept/BsvConceptFactory.java         |     185 -
 .../ctakes/dictionary/lookup2/concept/Concept.java |      47 -
 .../dictionary/lookup2/concept/ConceptFactory.java |      35 -
 .../dictionary/lookup2/concept/DefaultConcept.java |     135 -
 .../lookup2/concept/JdbcConceptFactory.java        |     365 -
 .../lookup2/concept/MemConceptFactory.java         |      37 -
 .../lookup2/concept/UmlsJdbcConceptFactory.java    |      58 -
 .../lookup2/concurrent/ThreadSafeFastLookup.java   |     105 -
 .../lookup2/consumer/AbstractTermConsumer.java     |     105 -
 .../lookup2/consumer/DefaultTermConsumer.java      |     249 -
 .../consumer/DefaultUmlsConceptCreator.java        |      65 -
 .../lookup2/consumer/PrecisionTermConsumer.java    |     146 -
 .../consumer/SemanticCleanupTermConsumer.java      |     145 -
 .../dictionary/lookup2/consumer/TermConsumer.java  |      63 -
 .../lookup2/consumer/UmlsConceptCreator.java       |      21 -
 .../lookup2/consumer/WsdTermConsumer.java          |     283 -
 .../dictionary/AbstractRareWordDictionary.java     |      67 -
 .../lookup2/dictionary/BsvRareWordDictionary.java  |     161 -
 .../dictionary/DictionaryDescriptorParser.java     |     361 -
 .../lookup2/dictionary/JdbcRareWordDictionary.java |     154 -
 .../lookup2/dictionary/MemRareWordDictionary.java  |      57 -
 .../lookup2/dictionary/RareWordDictionary.java     |      59 -
 .../dictionary/RareWordDictionaryWrapper.java      |     114 -
 .../lookup2/dictionary/RareWordTermMapCreator.java |     399 -
 .../dictionary/UmlsJdbcRareWordDictionary.java     |      60 -
 .../lookup2/relation/CuiRelationsJdbc.java         |     110 -
 .../dictionary/lookup2/term/RareWordTerm.java      |     132 -
 .../lookup2/term/SpannedRareWordTerm.java          |      97 -
 .../lookup2/textspan/DefaultTextSpan.java          |     103 -
 .../dictionary/lookup2/textspan/MultiTextSpan.java |     126 -
 .../dictionary/lookup2/textspan/TextSpan.java      |      43 -
 .../dictionary/lookup2/util/CuiCodeUtil.java       |     117 -
 .../lookup2/util/DefaultDictionarySpec.java        |     185 -
 .../dictionary/lookup2/util/DictionarySpec.java    |      60 -
 .../dictionary/lookup2/util/FastLookupToken.java   |     115 -
 .../lookup2/util/JdbcConnectionFactory.java        |     155 -
 .../ctakes/dictionary/lookup2/util/LookupUtil.java |      61 -
 .../dictionary/lookup2/util/SemanticUtil.java      |     149 -
 .../dictionary/lookup2/util/TuiCodeUtil.java       |      60 -
 .../dictionary/lookup2/util/UmlsUserApprover.java  |     339 -
 .../lookup2/ae/TestDictionaryLoadResources.java    |     106 -
 .../dictionary/lookup2/util/CuiCodeUtilTester.java |      61 -
 .../dictionary/lookup2/util/DummyAnnotator.java    |      55 -
 .../dictionary/lookup2/util/UmlsUserTest.java      |     124 -
 .../dictionary/lookup/fast/TestcTakesHsql.xml      |     101 -
 .../dictionary/lookup/fast/bsv/CustomCuiBsv.xml    |      53 -
 .../lookup/fast/bsv/CustomCuiTui2Bsv.xml           |      64 -
 .../dictionary/lookup/fast/bsv/CustomCuiTuiBsv.xml |      64 -
 .../dictionary/lookup/fast/bsv/custom_cui_bsv.bsv  |      22 -
 .../lookup/fast/bsv/custom_cui_tui_bsv.bsv         |      22 -
 .../lookup/fast/bsv/custom_mixed_bsv.bsv           |      23 -
 .../dictionary/lookup/fast/bsv/custom_tui_bsv.bsv  |      10 -
 .../ctakes/dictionary/lookup/fast/bsv/tinyDict.bsv |      42 -
 .../dictionary/lookup/fast/bsv/tinyDictSpec.xml    |      42 -
 .../lookup/fast/pipeline/DictionarySubPipe.piper   |      11 -
 .../lookup/fast/pipeline/TsDictionarySubPipe.piper |      11 -
 ctakes-dictionary-lookup/LICENSE                   |     202 -
 ctakes-dictionary-lookup/README                    |     243 -
 .../desc/analysis_engine/AggregateAE.xml           |      65 -
 ...AssertionCuePhraseDictionaryLookupAnnotator.xml |     137 -
 .../analysis_engine/DictionaryLookupAnnotator.xml  |     263 -
 .../DictionaryLookupAnnotatorCSV.xml               |     214 -
 .../DictionaryLookupAnnotatorDB.xml                |     269 -
 .../DictionaryLookupAnnotatorUMLS.xml              |     374 -
 .../desc/analysis_engine/TestAggregateTAE.xml      |      64 -
 .../desc/lookup/AssertionLookupDesc.xml            |     162 -
 .../desc/lookup/LookupDesc.xml                     |     103 -
 .../desc/lookup/LookupDesc_Db.xml                  |     105 -
 .../desc/lookup/LookupDesc_csv_sample.xml          |      81 -
 .../desc/lookup/LookupDesc_example_using_CSV.xml   |      52 -
 ctakes-dictionary-lookup/pom.xml                   |      92 -
 ...reateAssertionLuceneIndexFromDelimitedFile.java |     448 -
 .../ctakes/dictionary/assertion/package-info.java  |      26 -
 .../dictionary/lookup/AbstractBaseDictionary.java  |      49 -
 .../dictionary/lookup/AbstractBaseMetaDataHit.java |      59 -
 .../dictionary/lookup/BaseDictionaryImpl.java      |      53 -
 .../dictionary/lookup/BaseMetaDataHitImpl.java     |      87 -
 .../ctakes/dictionary/lookup/Dictionary.java       |      51 -
 .../ctakes/dictionary/lookup/DictionaryEngine.java |     206 -
 .../dictionary/lookup/DictionaryException.java     |      33 -
 .../dictionary/lookup/GenericMetaDataHitImpl.java  |      61 -
 .../ctakes/dictionary/lookup/MetaDataHit.java      |      37 -
 .../dictionary/lookup/MetaDataHitComparator.java   |      80 -
 .../ctakes/dictionary/lookup/MetaDataHitConst.java |      35 -
 .../lookup/ae/AssertionCuePhraseConsumerImpl.java  |     216 -
 .../lookup/ae/BaseLookupConsumerImpl.java          |      88 -
 .../dictionary/lookup/ae/DebugConsumerImpl.java    |      70 -
 .../lookup/ae/DictionaryLookupAnnotator.java       |     259 -
 .../lookup/ae/DirectLookupInitializerImpl.java     |     150 -
 .../ae/FirstTokenPermLookupInitializerImpl.java    |     261 -
 .../lookup/ae/LookupAnnotationToJCasAdapter.java   |      88 -
 .../dictionary/lookup/ae/LookupConsumer.java       |      44 -
 .../dictionary/lookup/ae/LookupInitializer.java    |     103 -
 .../dictionary/lookup/ae/LookupParseUtilities.java |     314 -
 .../lookup/ae/LookupParseUtilitiesRefactor.java    |     314 -
 .../ctakes/dictionary/lookup/ae/LookupSpec.java    |      60 -
 .../lookup/ae/NamedEntityLookupConsumerImpl.java   |     143 -
 .../lookup/ae/OrangeBookFilterConsumerImpl.java    |     148 -
 .../ae/ThreadedDictionaryLookupAnnotator.java      |     285 -
 .../ae/ThreadedUmlsDictionaryLookupAnnotator.java  |     102 -
 .../lookup/ae/UmlsDictionaryLookupAnnotator.java   |     170 -
 .../lookup/ae/UmlsToSnomedConsumerImpl.java        |     260 -
 .../lookup/ae/UmlsToSnomedDbConsumerImpl.java      |      97 -
 .../lookup/ae/UmlsToSnomedLuceneConsumerImpl.java  |     133 -
 .../lookup/algorithms/DirectPassThroughImpl.java   |     104 -
 .../algorithms/FirstTokenPermutationImpl.java      |     537 -
 .../lookup/algorithms/LookupAlgorithm.java         |      50 -
 .../lookup/algorithms/PermutationUtil.java         |     168 -
 .../dictionary/lookup/filter/CollectionFilter.java |      42 -
 .../dictionary/lookup/filter/FilterException.java  |      32 -
 .../filter/MetaDataPostLookupFilterImpl.java       |      78 -
 .../dictionary/lookup/filter/PostLookupFilter.java |      30 -
 .../lookup/filter/PostLookupFilterGroupImpl.java   |      84 -
 .../dictionary/lookup/filter/PreLookupFilter.java  |      28 -
 .../filter/SetValuePostLookupFilterImpl.java       |     157 -
 .../lookup/filter/StringPreLookupFilterImpl.java   |      43 -
 .../filter/TruncateCollectionFilterImpl.java       |      74 -
 .../dictionary/lookup/jdbc/JdbcDictionaryImpl.java |     149 -
 .../lookup/lucene/LuceneDictionaryImpl.java        |     144 -
 .../lucene/LuceneDocumentMetaDataHitImpl.java      |      80 -
 .../lookup/phrasebuilder/PhraseBuilder.java        |      39 -
 .../phrasebuilder/VariantPhraseBuilderImpl.java    |     124 -
 .../lookup/strtable/FieldConstraint.java           |      31 -
 .../lookup/strtable/FieldConstraintImpl.java       |     101 -
 .../dictionary/lookup/strtable/StringTable.java    |      79 -
 .../lookup/strtable/StringTableDictionaryImpl.java |      68 -
 .../lookup/strtable/StringTableFactory.java        |     147 -
 .../dictionary/lookup/strtable/StringTableRow.java |      48 -
 .../strtable/StringTableRowMetaDataHitImpl.java    |      63 -
 .../dictionary/lookup/vo/LookupAnnotation.java     |      71 -
 .../lookup/vo/LookupAnnotationToTokAdapter.java    |      77 -
 .../ctakes/dictionary/lookup/vo/LookupHit.java     |     117 -
 .../ctakes/dictionary/lookup/vo/LookupToken.java   |      31 -
 .../lookup/vo/LookupTokenComparator.java           |      54 -
 ...AssertionCuePhraseDictionaryLookupAnnotator.xml |     137 -
 .../dictionary/lookup/AssertionLookupDesc.xml      |     162 -
 .../apache/ctakes/dictionary/lookup/LookupDesc.xml |     103 -
 .../ctakes/dictionary/lookup/LookupDesc_Db.xml     |     105 -
 .../dictionary/lookup/LookupDesc_csv_sample.xml    |      81 -
 .../lookup/LookupDesc_example_using_CSV.xml        |      52 -
 .../ctakes/dictionary/lookup/OrangeBook/_g72.fdt   |     Bin 978112 -> 0 bytes
 .../ctakes/dictionary/lookup/OrangeBook/_g72.fdx   |     Bin 151146 -> 0 bytes
 .../ctakes/dictionary/lookup/OrangeBook/_g72.fnm   |     Bin 296 -> 0 bytes
 .../ctakes/dictionary/lookup/OrangeBook/_g72.si    |     Bin 398 -> 0 bytes
 .../lookup/OrangeBook/_g72_Lucene40_0.frq          |     Bin 91739 -> 0 bytes
 .../lookup/OrangeBook/_g72_Lucene40_0.prx          |     Bin 56701 -> 0 bytes
 .../lookup/OrangeBook/_g72_Lucene40_0.tim          |     Bin 242555 -> 0 bytes
 .../lookup/OrangeBook/_g72_Lucene40_0.tip          |     Bin 5031 -> 0 bytes
 .../dictionary/lookup/OrangeBook/_g72_nrm.cfe      |     Bin 113 -> 0 bytes
 .../dictionary/lookup/OrangeBook/_g72_nrm.cfs      |     Bin 56749 -> 0 bytes
 .../dictionary/lookup/OrangeBook/segments.gen      |     Bin 20 -> 0 bytes
 .../ctakes/dictionary/lookup/OrangeBook/segments_3 |     Bin 71 -> 0 bytes
 .../lookup/assertion_cue_phrase_index/_0.fdt       |     Bin 22456 -> 0 bytes
 .../lookup/assertion_cue_phrase_index/_0.fdx       |     Bin 3634 -> 0 bytes
 .../lookup/assertion_cue_phrase_index/_0.fnm       |     Bin 403 -> 0 bytes
 .../lookup/assertion_cue_phrase_index/_0.si        |     Bin 336 -> 0 bytes
 .../assertion_cue_phrase_index/_0_Lucene40_0.frq   |     Bin 2704 -> 0 bytes
 .../assertion_cue_phrase_index/_0_Lucene40_0.prx   |     Bin 512 -> 0 bytes
 .../assertion_cue_phrase_index/_0_Lucene40_0.tim   |     Bin 9602 -> 0 bytes
 .../assertion_cue_phrase_index/_0_Lucene40_0.tip   |     Bin 312 -> 0 bytes
 .../lookup/assertion_cue_phrase_index/_0_nrm.cfe   |     Bin 61 -> 0 bytes
 .../lookup/assertion_cue_phrase_index/_0_nrm.cfs   |     Bin 498 -> 0 bytes
 .../lookup/assertion_cue_phrase_index/segments.gen |     Bin 20 -> 0 bytes
 .../lookup/assertion_cue_phrase_index/segments_1   |     Bin 69 -> 0 bytes
 .../lookup/data/output/NotesIIST_RTF.DTD           |    1410 -
 .../text1.txt.included.used.tag-dictionary.xml     |      67 -
 .../lookup/data/output/text1.txt.included.xml      |      66 -
 .../dictionary/lookup/data/text-files/text1.txt    |       4 -
 .../ctakes/dictionary/lookup/dictionary1.csv       |      16 -
 .../lookup/doc/assertion_cue_phrase_index/README   |      19 -
 .../assertion_cue_phrase_index/psv/conditional.psv |      13 -
 .../psv/hypothetical.psv                           |      38 -
 .../psv/negation_cue_class.psv                     |     149 -
 .../psv/not_patient_cue_list.psv                   |      56 -
 .../assertion_cue_phrase_index/psv/speculation.psv |     194 -
 .../ctakes/dictionary/lookup/drug_index/_7.fdt     |     Bin 354 -> 0 bytes
 .../ctakes/dictionary/lookup/drug_index/_7.fdx     |     Bin 74 -> 0 bytes
 .../ctakes/dictionary/lookup/drug_index/_7.fnm     |     Bin 511 -> 0 bytes
 .../ctakes/dictionary/lookup/drug_index/_7.si      |     Bin 378 -> 0 bytes
 .../dictionary/lookup/drug_index/_7_Lucene40_0.frq |     Bin 66 -> 0 bytes
 .../dictionary/lookup/drug_index/_7_Lucene40_0.prx |     Bin 66 -> 0 bytes
 .../dictionary/lookup/drug_index/_7_Lucene40_0.tim |     Bin 471 -> 0 bytes
 .../dictionary/lookup/drug_index/_7_Lucene40_0.tip |     Bin 170 -> 0 bytes
 .../ctakes/dictionary/lookup/drug_index/_7_nrm.cfe |     Bin 165 -> 0 bytes
 .../ctakes/dictionary/lookup/drug_index/_7_nrm.cfs |     Bin 141 -> 0 bytes
 .../dictionary/lookup/drug_index/segments.gen      |     Bin 20 -> 0 bytes
 .../ctakes/dictionary/lookup/drug_index/segments_2 |     Bin 69 -> 0 bytes
 .../lookup/snomed-like_codes_sample/_i.fdt         |     Bin 528 -> 0 bytes
 .../lookup/snomed-like_codes_sample/_i.fdx         |     Bin 154 -> 0 bytes
 .../lookup/snomed-like_codes_sample/_i.fnm         |     Bin 401 -> 0 bytes
 .../lookup/snomed-like_codes_sample/_i.si          |     Bin 378 -> 0 bytes
 .../snomed-like_codes_sample/_i_Lucene40_0.frq     |     Bin 79 -> 0 bytes
 .../snomed-like_codes_sample/_i_Lucene40_0.prx     |     Bin 79 -> 0 bytes
 .../snomed-like_codes_sample/_i_Lucene40_0.tim     |     Bin 588 -> 0 bytes
 .../snomed-like_codes_sample/_i_Lucene40_0.tip     |     Bin 117 -> 0 bytes
 .../lookup/snomed-like_codes_sample/_i_nrm.cfe     |     Bin 139 -> 0 bytes
 .../lookup/snomed-like_codes_sample/_i_nrm.cfs     |     Bin 159 -> 0 bytes
 .../lookup/snomed-like_codes_sample/segments.gen   |     Bin 20 -> 0 bytes
 .../lookup/snomed-like_codes_sample/segments_2     |     Bin 69 -> 0 bytes
 .../dictionary/lookup/snomed-like_sample/_f.fdt    |     Bin 1190 -> 0 bytes
 .../dictionary/lookup/snomed-like_sample/_f.fdx    |     Bin 130 -> 0 bytes
 .../dictionary/lookup/snomed-like_sample/_f.fnm    |     Bin 736 -> 0 bytes
 .../dictionary/lookup/snomed-like_sample/_f.si     |     Bin 378 -> 0 bytes
 .../lookup/snomed-like_sample/_f_Lucene40_0.frq    |     Bin 147 -> 0 bytes
 .../lookup/snomed-like_sample/_f_Lucene40_0.prx    |     Bin 147 -> 0 bytes
 .../lookup/snomed-like_sample/_f_Lucene40_0.tim    |     Bin 1126 -> 0 bytes
 .../lookup/snomed-like_sample/_f_Lucene40_0.tip    |     Bin 224 -> 0 bytes
 .../lookup/snomed-like_sample/_f_nrm.cfe           |     Bin 243 -> 0 bytes
 .../lookup/snomed-like_sample/_f_nrm.cfs           |     Bin 263 -> 0 bytes
 .../lookup/snomed-like_sample/segments.gen         |     Bin 20 -> 0 bytes
 .../lookup/snomed-like_sample/segments_2           |     Bin 69 -> 0 bytes
 .../org/apache/ctakes/dictionary/lookup/test.csv   |       3 -
 .../tools/CreateLuceneIndexForExampleDrugs.java    |     102 -
 .../CreateLuceneIndexForSnomedLikeSample.java      |     230 -
 .../tools/CreateLuceneIndexFromDelimitedFile.java  |     454 -
 ctakes-distribution/RELEASE_NOTES.html             |      34 -
 ctakes-distribution/pom.xml                        |     221 -
 ctakes-distribution/src/main/assembly/bin.xml      |     412 -
 ctakes-distribution/src/main/assembly/src.xml      |      46 -
 ctakes-distribution/src/main/bin/OpenCmd.bat       |       4 -
 ctakes-distribution/src/main/bin/ant               |      24 -
 ctakes-distribution/src/main/bin/ant.bat           |      24 -
 ctakes-distribution/src/main/bin/ctakes.profile    |      34 -
 .../src/main/bin/getUmlsDictionary.bat             |      52 -
 .../src/main/bin/getUmlsDictionary.sh              |      42 -
 .../src/main/bin/runClinicalPipeline.bat           |      57 -
 .../src/main/bin/runClinicalPipeline.sh            |      46 -
 .../src/main/bin/runDictionaryCreator.bat          |      55 -
 .../src/main/bin/runDictionaryCreator.sh           |      47 -
 .../src/main/bin/runPiperCreator.bat               |      55 -
 .../src/main/bin/runPiperCreator.sh                |      47 -
 ctakes-distribution/src/main/bin/runPiperFile.bat  |      69 -
 ctakes-distribution/src/main/bin/runPiperFile.sh   |      59 -
 .../src/main/bin/runPiperSubmitter.bat             |      52 -
 .../src/main/bin/runPiperSubmitter.sh              |      42 -
 ctakes-distribution/src/main/bin/runctakesCPE.bat  |      49 -
 ctakes-distribution/src/main/bin/runctakesCPE.sh   |      45 -
 ctakes-distribution/src/main/bin/runctakesCVD.bat  |      77 -
 ctakes-distribution/src/main/bin/runctakesCVD.sh   |      45 -
 ctakes-distribution/src/main/bin/setenv.bat        |      43 -
 ctakes-distribution/src/main/bin/ytexweb.bat       |      30 -
 ctakes-distribution/src/main/bin/ytexweb.sh        |      24 -
 .../src/main/config/license_header.txt             |      17 -
 ctakes-dockhand/pom.xml                            |      78 -
 .../ctakes/dockhand/build/BaseInstaller.java       |      73 -
 .../apache/ctakes/dockhand/build/CopyFileSpec.java |      32 -
 .../ctakes/dockhand/build/InstallHelper.java       |      40 -
 .../ctakes/dockhand/build/LocalInstallBuilder.java |     149 -
 .../apache/ctakes/dockhand/build/MavenHelper.java  |     146 -
 .../ctakes/dockhand/build/RestDockerBuilder.java   |      77 -
 .../apache/ctakes/dockhand/gui/DisablerPane.java   |     228 -
 .../org/apache/ctakes/dockhand/gui/MainPanel.java  |      36 -
 .../dockhand/gui/SinglePackageFabricator.java      |      68 -
 .../ctakes/dockhand/gui/feature/Feature.java       |      80 -
 .../dockhand/gui/feature/FeatureComponent.java     |      84 -
 .../ctakes/dockhand/gui/feature/GoalPom.java       |      64 -
 .../apache/ctakes/dockhand/gui/feature/Option.java |     201 -
 .../apache/ctakes/dockhand/gui/output/Output.java  |      63 -
 .../dockhand/gui/output/OutputComponent.java       |      45 -
 .../dockhand/gui/wizard/DescriptionStep.java       |      85 -
 .../dockhand/gui/wizard/DhWizardController.java    |      61 -
 .../ctakes/dockhand/gui/wizard/DhWizardStep.java   |      21 -
 .../ctakes/dockhand/gui/wizard/FeaturesStep.java   |     141 -
 .../dockhand/gui/wizard/InstallTypeStep.java       |     128 -
 .../ctakes/dockhand/gui/wizard/OutputStep.java     |      97 -
 .../ctakes/gui/progress/NoteMarkupProgressUI.java  |     201 -
 .../ctakes/gui/progress/NoteProgressDialog.java    |     109 -
 .../apache/ctakes/gui/progress/ProgressNote.java   |      45 -
 .../ctakes/gui/wizard/AbstractWizardStep.java      |      71 -
 .../apache/ctakes/gui/wizard/ContentsPanel.java    |      48 -
 .../apache/ctakes/gui/wizard/NavigationPanel.java  |      93 -
 .../org/apache/ctakes/gui/wizard/SummaryStep.java  |      91 -
 .../org/apache/ctakes/gui/wizard/TocPanel.java     |      53 -
 .../apache/ctakes/gui/wizard/WizardController.java |     204 -
 .../org/apache/ctakes/gui/wizard/WizardPanel.java  |      36 -
 .../org/apache/ctakes/gui/wizard/WizardStep.java   |      26 -
 .../apache/ctakes/gui/wizard/util/DialogUtil.java  |     140 -
 .../apache/ctakes/gui/wizard/util/RunnerUtil.java  |      62 -
 .../apache/ctakes/gui/wizard/util/SystemUtil.java  |     204 -
 ctakes-dockhand/src/main/resources/LICENSE         |     202 -
 ctakes-dockhand/src/main/resources/NOTICE          |      26 -
 ctakes-dockhand/src/main/resources/log4j.xml       |      63 -
 .../apache/ctakes/dockhand/binary/RunPiperGui.bat  |      24 -
 .../apache/ctakes/dockhand/binary/RunPiperGui.sh   |      25 -
 .../ctakes/dockhand/goal/local/docker/Dockerfile   |      21 -
 .../dockhand/goal/local/pom/attribute_pom.xml      |     162 -
 .../ctakes/dockhand/goal/local/pom/build.xml       |      52 -
 .../dockhand/goal/local/pom/coreference_pom.xml    |     189 -
 .../ctakes/dockhand/goal/local/pom/entity_pom.xml  |     143 -
 .../dockhand/goal/local/pom/relation_coref_pom.xml |     191 -
 .../dockhand/goal/local/pom/relation_pom.xml       |     176 -
 .../pom/relation_temporal_coreference_pom.xml      |     182 -
 .../goal/local/pom/relation_temporal_pom.xml       |     182 -
 .../dockhand/goal/local/pom/temporal_coref_pom.xml |     186 -
 .../dockhand/goal/local/pom/temporal_pom.xml       |     186 -
 .../ctakes/dockhand/goal/local/pom/token_pom.xml   |     106 -
 .../apache/ctakes/dockhand/goal/rest/README.txt    |      31 -
 .../ctakes/dockhand/goal/rest/docker/Dockerfile    |      43 -
 .../goal/rest/pipeline/TinyRestPipeline.piper      |       3 -
 .../dockhand/goal/rest/pom/attribute_pom.xml       |     164 -
 .../dockhand/goal/rest/pom/coreference_pom.xml     |     174 -
 .../ctakes/dockhand/goal/rest/pom/entity_pom.xml   |     127 -
 .../dockhand/goal/rest/pom/relation_coref_pom.xml  |     175 -
 .../ctakes/dockhand/goal/rest/pom/relation_pom.xml |     159 -
 .../rest/pom/relation_temporal_coreference_pom.xml |     166 -
 .../goal/rest/pom/relation_temporal_pom.xml        |     167 -
 .../dockhand/goal/rest/pom/temporal_coref_pom.xml  |     170 -
 .../ctakes/dockhand/goal/rest/pom/temporal_pom.xml |     170 -
 .../ctakes/dockhand/goal/rest/pom/token_pom.xml    |      90 -
 .../dockhand/goal/rest/script/install_rest.sh      |       3 -
 .../ctakes/dockhand/goal/rest/script/start_rest.sh |      28 -
 .../ctakes/dockhand/goal/rest/script/stop_rest.sh  |       5 -
 .../org/apache/ctakes/image/ctakes_logo.jpg        |     Bin 14182 -> 0 bytes
 .../ctakes/image/progress/TextProcess_200g_0.gif   |     Bin 5251 -> 0 bytes
 .../ctakes/image/progress/TextProcess_200g_1.gif   |     Bin 5440 -> 0 bytes
 .../ctakes/image/progress/TextProcess_200g_2.gif   |     Bin 5306 -> 0 bytes
 .../ctakes/image/progress/TextProcess_200g_3.gif   |     Bin 6108 -> 0 bytes
 .../ctakes/image/progress/TextProcess_200g_4.gif   |     Bin 6257 -> 0 bytes
 .../ctakes/image/progress/TextProcess_200g_5.gif   |     Bin 7362 -> 0 bytes
 .../ctakes/image/progress/TextProcess_200g_6.gif   |     Bin 7951 -> 0 bytes
 ctakes-drug-ner/LICENSE                            |     202 -
 ctakes-drug-ner/README                             |     105 -
 .../desc/analysis_engine/DrugMentionAnnotator.xml  |     150 -
 .../desc/cas_consumer/DrugNERCasConsumer.xml       |     110 -
 .../collection_processing_engine/DrugNER_CPE.xml   |      78 -
 .../DrugNER_PlainText_CPE.xml                      |      78 -
 ctakes-drug-ner/metadata/install.xml               |      55 -
 ctakes-drug-ner/pom.xml                            |      61 -
 .../org/apache/ctakes/drugner/DrugMention.java     |    1517 -
 .../java/org/apache/ctakes/drugner/DrugModel.java  |      61 -
 .../ctakes/drugner/ae/CopyDrugAnnotator.java       |     191 -
 .../ctakes/drugner/ae/DrugMentionAnnotator.java    |    3664 -
 .../drugner/ae/impl/NegContextInitializerImpl.java |     148 -
 .../drugner/cc/ConsumeNamedEntityRecordModel.java  |     678 -
 .../drugner/elements/AssociatedCodeElement.java    |      53 -
 .../elements/AssociatedPrimaryCodeElement.java     |      53 -
 .../elements/AssociatedSecondaryCodeElement.java   |      53 -
 .../drugner/elements/ConfidenceScoreElement.java   |      53 -
 .../ctakes/drugner/elements/DosageElement.java     |      53 -
 .../drugner/elements/DrugChangeStatusElement.java  |      60 -
 .../ctakes/drugner/elements/DurationElement.java   |      53 -
 .../ctakes/drugner/elements/FormElement.java       |      79 -
 .../ctakes/drugner/elements/FrequencyElement.java  |      53 -
 .../drugner/elements/FrequencyUnitElement.java     |      63 -
 .../ctakes/drugner/elements/RouteElement.java      |      67 -
 .../ctakes/drugner/elements/StartDateElement.java  |      53 -
 .../ctakes/drugner/elements/StrengthElement.java   |      53 -
 .../drugner/elements/StrengthUnitElement.java      |      53 -
 .../drugner/elements/TextMentionElement.java       |      53 -
 .../conditions/ContainsSetTextValueCondition.java  |     102 -
 .../conditions/DecimalStrengthStatusCondition.java |      39 -
 .../fsm/elements/conditions/DosageCondition.java   |      40 -
 .../conditions/DrugChangeStatusCondition.java      |      40 -
 .../fsm/elements/conditions/FormCondition.java     |      40 -
 .../fsm/elements/conditions/FractionCondition.java |      40 -
 .../conditions/FractionStrengthCondition.java      |      40 -
 .../conditions/FrequencyUnitCondition.java         |      40 -
 .../elements/conditions/RangeDosageCondition.java  |      40 -
 .../conditions/RangeStrengthCondition.java         |      40 -
 .../fsm/elements/conditions/RouteCondition.java    |      40 -
 .../fsm/elements/conditions/StrengthCondition.java |      40 -
 .../conditions/StrengthUnitCombinedCondition.java  |      40 -
 .../elements/conditions/StrengthUnitCondition.java |      40 -
 .../fsm/elements/conditions/TimeCondition.java     |      40 -
 .../fsm/machines/elements/DecimalStrengthFSM.java  |     168 -
 .../drugner/fsm/machines/elements/DosagesFSM.java  |     487 -
 .../fsm/machines/elements/DrugChangeStatusFSM.java |     863 -
 .../drugner/fsm/machines/elements/DurationFSM.java |     510 -
 .../drugner/fsm/machines/elements/FormFSM.java     |     300 -
 .../fsm/machines/elements/FractionStrengthFSM.java |     288 -
 .../fsm/machines/elements/FrequencyFSM.java        |     655 -
 .../fsm/machines/elements/FrequencyUnitFSM.java    |    1682 -
 .../fsm/machines/elements/RangeStrengthFSM.java    |     542 -
 .../drugner/fsm/machines/elements/RouteFSM.java    |     796 -
 .../drugner/fsm/machines/elements/StrengthFSM.java |     553 -
 .../fsm/machines/elements/StrengthUnitFSM.java     |     493 -
 .../fsm/machines/util/HyphenatedDrugFSM.java       |     233 -
 .../drugner/fsm/machines/util/NegIndicatorFSM.java |     553 -
 .../drugner/fsm/machines/util/NonIndicatorFSM.java |     212 -
 .../fsm/machines/util/StatusIndicatorFSM.java      |     426 -
 .../fsm/machines/util/SubSectionIndicatorFSM.java  |     346 -
 .../fsm/machines/util/SuffixFrequencyFSM.java      |     890 -
 .../fsm/machines/util/SuffixStrengthFSM.java       |     218 -
 .../fsm/output/elements/AssociatedCodeToken.java   |      33 -
 .../drugner/fsm/output/elements/BaseTokenImpl.java |      44 -
 .../fsm/output/elements/ConfidenceScoreToken.java  |      33 -
 .../drugner/fsm/output/elements/DosageToken.java   |      33 -
 .../fsm/output/elements/DrugChangeStatusToken.java |      58 -
 .../drugner/fsm/output/elements/DurationToken.java |      33 -
 .../drugner/fsm/output/elements/FormToken.java     |      33 -
 .../fsm/output/elements/FrequencyToken.java        |      35 -
 .../fsm/output/elements/FrequencyUnitToken.java    |      62 -
 .../drugner/fsm/output/elements/RouteToken.java    |      56 -
 .../drugner/fsm/output/elements/StrengthToken.java |      33 -
 .../output/elements/StrengthUnitCombinedToken.java |      30 -
 .../fsm/output/elements/StrengthUnitToken.java     |      30 -
 .../fsm/output/util/DecimalStrengthToken.java      |      42 -
 .../fsm/output/util/FractionStrengthToken.java     |      36 -
 .../drugner/fsm/output/util/FractionToken.java     |      36 -
 .../fsm/output/util/HyphenatedDrugToken.java       |      36 -
 .../drugner/fsm/output/util/NonIndicator.java      |      41 -
 .../fsm/output/util/RangeStrengthToken.java        |      36 -
 .../ctakes/drugner/fsm/output/util/RangeToken.java |      35 -
 .../fsm/output/util/SubSectionIndicator.java       |      51 -
 .../fsm/output/util/SuffixFrequencyToken.java      |      34 -
 .../fsm/output/util/SuffixStrengthToken.java       |      34 -
 .../drugner/fsm/states/util/IndentStartState.java  |      53 -
 .../org/apache/ctakes/drug/ner/NotesIIST_RTF.DTD   |    1457 -
 .../ctakes/drug/ner/data/cda/testpatient_cn_1.xml  |      23 -
 .../ctakes/drug/ner/data/output/doc0.sample_output |       1 -
 .../ctakes/drug/ner/lookup/LookupDesc_DrugNER.xml  |     149 -
 .../ctakes/drug/ner/tokenizer/hyphen_freq.txt      |    4350 -
 .../apache/ctakes/drug/ner/types/TypeSystem.xml    |     333 -
 .../drug/ner/launch/CPE cTAKES (Drug NER).launch   |      17 -
 .../drug/ner/launch/UIMA_CPE_GUI--Drug_NER.launch  |      16 -
 .../drug/ner/launch/UIMA_CVD--Drug NER.launch      |      17 -
 ctakes-examples/pom.xml                            |     138 -
 .../ctakes/examples/ae/ApacheConDemoEngine.java    |      50 -
 .../apache/ctakes/examples/ae/BodySideFinder.java  |     174 -
 .../examples/ae/ExampleHelloWorldAnnotator.java    |      91 -
 .../apache/ctakes/examples/ae/RegexBpFinder.java   |     100 -
 .../examples/cc/ApacheConAnnotationWriter.java     |      45 -
 .../ctakes/examples/cc/ApacheConCorefWriter.java   |      56 -
 .../ctakes/examples/cc/ApacheConDemoWriter.java    |      44 -
 .../examples/cc/ApacheConLocationWriter.java       |      38 -
 .../examples/cc/ApacheConParagraphWriter.java      |      34 -
 .../ctakes/examples/cc/ApacheConSectionWriter.java |      34 -
 .../examples/cc/ApacheConSentenceWriter.java       |      34 -
 .../ctakes/examples/cc/ApacheConTlinkWriter.java   |      64 -
 .../ctakes/examples/cc/FileTreeViewXmiWriter.java  |      81 -
 .../apache/ctakes/examples/cc/TokenPrinter.java    |      32 -
 .../ctakes/examples/cr/ApacheConDemoReader.java    |      43 -
 .../ctakes/examples/cr/LetterColumnReader.java     |     279 -
 .../pipeline/HelloWorldAggregatePipeline.java      |      58 -
 .../examples/pipeline/HelloWorldBuilderRunner.java |      64 -
 .../pipeline/HelloWorldCuiPiperRunner.java         |      55 -
 .../examples/pipeline/HelloWorldPiperRunner.java   |      52 -
 .../pipeline/HelloWorldPropsPiperRunner.java       |      58 -
 .../examples/pipeline/MultiThreadedPipeline.java   |     166 -
 .../ctakes/examples/pipeline/PiperCreatorGui.java  |      24 -
 .../examples/pipeline/ProcessDirBuilderRunner.java |      72 -
 .../examples/pipeline/ProcessDirPiperRunner.java   |      54 -
 .../pipeline/ProcessLinesClinicalRunner.java       |      66 -
 .../GenSurg_UmbilicalHernia_1                      |      24 -
 ...g_UmbilicalHernia_1.ctakes_4.dave.completed.xml |    1855 -
 .../OBGYN_Gen_Abscess_1/OBGYN_Gen_Abscess_1        |      31 -
 ...OBGYN_Gen_Abscess_1.ctakes_4.dave.completed.xml |    2031 -
 .../OBGYN_HysterectomyAndBSO_1                     |      28 -
 ...ysterectomyAndBSO_1.ctakes_4.dave.completed.xml |     894 -
 .../anafora_annotated/OBGYN_IUD_1/OBGYN_IUD_1      |      27 -
 .../OBGYN_IUD_1.ctakes_4.dave.completed.xml        |    1053 -
 .../OBGYN_LaborProgressNote_1                      |      14 -
 ...LaborProgressNote_1.ctakes_4.dave.completed.xml |      91 -
 .../OBGYN_MVAPrego_1/OBGYN_MVAPrego_1              |      23 -
 .../OBGYN_MVAPrego_1.ctakes_4.dave.completed.xml   |    1044 -
 .../OBGYN_PROMCheck_1/OBGYN_PROMCheck_1            |      34 -
 .../OBGYN_PROMCheck_1.ctakes_4.dave.completed.xml  |    1182 -
 .../Peds_Dysphagia_1/Peds_Dysphagia_1              |      49 -
 .../Peds_Dysphagia_1.ctakes_4.dave.completed.xml   |    2642 -
 .../Peds_FebrileSez_1/Peds_FebrileSez_1            |     103 -
 .../Peds_FebrileSez_1.ctakes_4.dave.completed.xml  |    3669 -
 .../Peds_RoutBirthNote_1/Peds_RoutBirthNote_1      |      29 -
 ...eds_RoutBirthNote_1.ctakes_4.dave.completed.xml |     829 -
 .../VascSurg_AAA_Leak_1/VascSurg_AAA_Leak_1        |      27 -
 ...VascSurg_AAA_Leak_1.ctakes_4.dave.completed.xml |     932 -
 .../VascSurg_FollowUp_1/VascSurg_FollowUp_1        |      28 -
 ...VascSurg_FollowUp_1.ctakes_4.dave.completed.xml |    1064 -
 .../VascSurg_PVD_1/VascSurg_PVD_1                  |      38 -
 .../VascSurg_PVD_1.ctakes_4.dave.completed.xml     |    2913 -
 .../VascSurg_RO_AAA_1/VascSurg_RO_AAA_1            |      21 -
 .../VascSurg_RO_AAA_1.ctakes_4.dave.completed.xml  |     765 -
 .../VascSurg_RO_DVT_1/VascSurg_RO_DVT_1            |      19 -
 .../VascSurg_RO_DVT_1.ctakes_4.dave.completed.xml  |     766 -
 .../anafora_annotated/ctakes_4-schema.xml          |     337 -
 .../ctakes/examples/annotation/ctakes_4-schema.xml |     279 -
 .../examples/notes/SampleInputRadiologyNotes.txt   |       7 -
 .../notes/annotated/GenSurg_UmbilicalHernia_1      |      24 -
 .../examples/notes/annotated/OBGYN_Gen_Abscess_1   |      31 -
 .../notes/annotated/OBGYN_HysterectomyAndBSO_1     |      28 -
 .../ctakes/examples/notes/annotated/OBGYN_IUD_1    |      27 -
 .../notes/annotated/OBGYN_LaborProgressNote_1      |      14 -
 .../examples/notes/annotated/OBGYN_MVAPrego_1      |      23 -
 .../examples/notes/annotated/OBGYN_PROMCheck_1     |      34 -
 .../examples/notes/annotated/Peds_Dysphagia_1      |      49 -
 .../examples/notes/annotated/Peds_FebrileSez_1     |     103 -
 .../examples/notes/annotated/Peds_RoutBirthNote_1  |      29 -
 .../examples/notes/annotated/VascSurg_AAA_Leak_1   |      27 -
 .../examples/notes/annotated/VascSurg_FollowUp_1   |      28 -
 .../ctakes/examples/notes/annotated/VascSurg_PVD_1 |      38 -
 .../examples/notes/annotated/VascSurg_RO_AAA_1     |      21 -
 .../examples/notes/annotated/VascSurg_RO_DVT_1     |      19 -
 .../apache_con/Patient456/Adult/snake_bite.txt     |       5 -
 .../notes/apache_con/Patient456/CasedExample.txt   |      19 -
 .../apache_con/Patient456/Pediatric/shark_bite.txt |       5 -
 .../notes/apache_con/Patient789/Peds_Dysphagia_1   |      34 -
 .../notes/apache_con/Patient789/Peds_Dysphagia_2   |      46 -
 .../notes/apache_con/Patient789/VascSurg_RO_DVT_1  |      13 -
 .../basic/Patient123/Patient123_25122019_RAD.txt   |      22 -
 .../basic/Patient123/Patient123_31122018_PATH.txt  |      27 -
 .../basic/Patient123/Patient123_31122019_NOTE.txt  |      23 -
 .../ctakes/examples/notes/cda/testpatient_cn_1.xml |     330 -
 .../ctakes/examples/notes/cda/testpatient_cn_2.xml |     254 -
 .../org/apache/ctakes/examples/notes/claudication  |       7 -
 .../ctakes/examples/notes/dr_nutritious_1.txt      |      12 -
 .../ctakes/examples/notes/dr_nutritious_2.txt      |      12 -
 .../examples/notes/edge_cases_plaintext_1.txt      |       2 -
 .../ctakes/examples/notes/pain_no_swelling.txt     |       4 -
 .../ctakes/examples/notes/right_knee_arthroscopy   |       2 -
 .../notes/rtf/GenSurg_UmbilicalHernia_1.rtf        |      36 -
 .../examples/notes/rtf/OBGYN_Gen_Abscess_1.rtf     |      30 -
 .../notes/rtf/OBGYN_HysterectomyAndBSO_1.rtf       |      28 -
 .../ctakes/examples/notes/rtf/OBGYN_IUD_1.rtf      |      26 -
 .../notes/rtf/OBGYN_LaborProgressNote_1.rtf        |      13 -
 .../ctakes/examples/notes/rtf/OBGYN_MVAPrego_1.rtf |      22 -
 .../examples/notes/rtf/OBGYN_PROMCheck_1.rtf       |      33 -
 .../ctakes/examples/notes/rtf/Peds_Dysphagia_1.rtf |      48 -
 .../examples/notes/rtf/Peds_FebrileSez_1.rtf       |     102 -
 .../examples/notes/rtf/Peds_RoutBirthNote_1.rtf    |      28 -
 .../examples/notes/rtf/VascSurg_AAA_Leak_1.rtf     |      26 -
 .../examples/notes/rtf/VascSurg_FollowUp_1.rtf     |      28 -
 .../ctakes/examples/notes/rtf/VascSurg_PVD_1.rtf   |      38 -
 .../examples/notes/rtf/VascSurg_RO-AAA_1.rtf       |      20 -
 .../ctakes/examples/notes/rtf/VascSurg_RO-DVT.rtf  |      18 -
 .../examples/notes/rtf/VascSurg_RO-DVT_1.rtf       |      18 -
 .../notes/smoker/doc1_07543210_sample_current.txt  |       2 -
 .../smoker/doc1_07543210_sample_past_smoker.txt    |      15 -
 .../notes/smoker/doc1_07543210_sample_unknown.txt  |     105 -
 .../notes/smoker/doc2_07543210_sample_current.txt  |     119 -
 .../smoker/doc2_07543210_sample_past_smoker.txt    |      32 -
 .../examples/pipeline/AdvancedClinicalToFhir.piper |       9 -
 .../ctakes/examples/pipeline/ApacheConDemo.piper   |      32 -
 .../examples/pipeline/ApacheConDemoBasic.piper     |      21 -
 .../examples/pipeline/ApacheConDemoRelation.piper  |      27 -
 .../examples/pipeline/ApacheConDemoSection.piper   |      11 -
 .../examples/pipeline/AssertionDefaults.piper      |       6 -
 .../ctakes/examples/pipeline/BigPipeline.piper     |      40 -
 .../ctakes/examples/pipeline/Cased2020aa.piper     |      12 -
 .../ctakes/examples/pipeline/FhirToOutput.piper    |       6 -
 .../ctakes/examples/pipeline/HelloWorld.piper      |      12 -
 .../examples/pipeline/HelloWorldAssertProps.piper  |      22 -
 .../ctakes/examples/pipeline/HelloWorldCui.piper   |      19 -
 .../ctakes/examples/pipeline/HelloWorldProps.piper |      11 -
 .../examples/pipeline/HelloWorldTkProps.piper      |      11 -
 .../ctakes/examples/pipeline/ProcessDir.piper      |      24 -
 .../examples/pipeline/ThreadSafeFullPipeline.piper |      34 -
 .../ctakes/examples/pipeline/XmiToPretty.piper     |      17 -
 ctakes-fhir/LICENSE                                |     202 -
 ctakes-fhir/pom.xml                                |      45 -
 .../fhir/backbone/CompositionSectionCreator.java   |      55 -
 .../org/apache/ctakes/fhir/cc/FhirDocComposer.java |     208 -
 .../apache/ctakes/fhir/cc/FhirJsonFileWriter.java  |      67 -
 .../org/apache/ctakes/fhir/cc/FhirJsonWriter.java  |      79 -
 .../org/apache/ctakes/fhir/cr/BundleParser.java    |     168 -
 .../org/apache/ctakes/fhir/cr/BundleReader.java    |      72 -
 .../apache/ctakes/fhir/cr/FhirJsonFileReader.java  |      41 -
 .../apache/ctakes/fhir/cr/FhirXmlFileReader.java   |      42 -
 .../ctakes/fhir/element/FhirElementFactory.java    |     308 -
 .../ctakes/fhir/element/FhirElementParser.java     |     184 -
 .../ctakes/fhir/resource/AnnotationCreator.java    |      36 -
 .../ctakes/fhir/resource/AnnotationParser.java     |      58 -
 .../ctakes/fhir/resource/BaseTokenCreator.java     |      42 -
 .../ctakes/fhir/resource/BaseTokenParser.java      |      63 -
 .../apache/ctakes/fhir/resource/BundleCreator.java |      41 -
 .../ctakes/fhir/resource/CompositionCreator.java   |      61 -
 .../ctakes/fhir/resource/CompositionParser.java    |      41 -
 .../ctakes/fhir/resource/CtakesTypeCreator.java    |     196 -
 .../ctakes/fhir/resource/FhirBasicCreator.java     |      37 -
 .../ctakes/fhir/resource/FhirBasicParser.java      |      27 -
 .../ctakes/fhir/resource/FhirPractitioner.java     |     110 -
 .../ctakes/fhir/resource/FhirResourceCreator.java  |      17 -
 .../ctakes/fhir/resource/FhirResourceParser.java   |      16 -
 .../fhir/resource/IdentifiedAnnotationCreator.java |      75 -
 .../fhir/resource/IdentifiedAnnotationParser.java  |     106 -
 .../ctakes/fhir/resource/ParagraphCreator.java     |      35 -
 .../ctakes/fhir/resource/ParagraphParser.java      |      24 -
 .../ctakes/fhir/resource/PractitionerCtakes.java   |      90 -
 .../ctakes/fhir/resource/SectionCreator.java       |      57 -
 .../apache/ctakes/fhir/resource/SectionParser.java |      51 -
 .../ctakes/fhir/resource/SentenceCreator.java      |      36 -
 .../ctakes/fhir/resource/SentenceParser.java       |      24 -
 .../org/apache/ctakes/fhir/util/FhirNoteSpecs.java |     226 -
 ctakes-gui/pom.xml                                 |      32 -
 .../ctakes/gui/action/GlobalHotKeyManager.java     |      75 -
 .../apache/ctakes/gui/action/HotKeyManager.java    |      14 -
 .../ctakes/gui/component/CellRendererLabel.java    |      99 -
 .../ctakes/gui/component/CellRendererPanel.java    |     177 -
 .../apache/ctakes/gui/component/DisablerPane.java  |     226 -
 .../ctakes/gui/component/FileChooserPanel.java     |     140 -
 .../ctakes/gui/component/FileTableCellEditor.java  |      95 -
 .../apache/ctakes/gui/component/LoggerPanel.java   |     170 -
 .../ctakes/gui/component/LoggerTextFilter.java     |      91 -
 .../ctakes/gui/component/PositionedSplitPane.java  |      99 -
 .../apache/ctakes/gui/component/SmoothTipList.java |      24 -
 .../ctakes/gui/component/SmoothTipTable.java       |      24 -
 .../apache/ctakes/gui/component/SmoothToolTip.java |     128 -
 .../ctakes/gui/component/SystemOutPanel.java       |     142 -
 .../ctakes/gui/component/TextLineNumber.java       |     435 -
 .../ctakes/gui/dictionary/DictionaryBuilder.java   |     238 -
 .../ctakes/gui/dictionary/DictionaryCreator.java   |      76 -
 .../gui/dictionary/DictionaryDownloader.java       |     155 -
 .../ctakes/gui/dictionary/DictionaryXmlWriter.java |     134 -
 .../apache/ctakes/gui/dictionary/MainPanel.java    |     321 -
 .../dictionary/cased/CasedDictionaryCreator.java   |      77 -
 .../gui/dictionary/cased/CasedMainPanel.java       |     431 -
 .../gui/dictionary/cased/CasedPiperWriter.java     |     157 -
 .../gui/dictionary/cased/CasedReadmeWriter.java    |      87 -
 .../ctakes/gui/dictionary/cased/HsqlWriter.java    |     315 -
 .../apache/ctakes/gui/dictionary/cased/Ranks.java  |      52 -
 .../ctakes/gui/dictionary/cased/Synonym.java       |      32 -
 .../dictionary/cased/table/SemanticTuiModel.java   |     143 -
 .../gui/dictionary/cased/table/TextTypeModel.java  |     135 -
 .../gui/dictionary/cased/term/ConsoLine.java       |     159 -
 .../ctakes/gui/dictionary/cased/term/CuiTerm.java  |     342 -
 .../gui/dictionary/cased/term/CustomTermLine.java  |      62 -
 .../ctakes/gui/dictionary/cased/term/TermLine.java |      51 -
 .../gui/dictionary/cased/umls/UmlsParser.java      |     310 -
 .../dictionary/cased/umls/abbreviation/Atn.java    |     678 -
 .../dictionary/cased/umls/abbreviation/IsPref.java |      11 -
 .../dictionary/cased/umls/abbreviation/Lat.java    |      48 -
 .../dictionary/cased/umls/abbreviation/Rel.java    |      56 -
 .../dictionary/cased/umls/abbreviation/Rela.java   |     970 -
 .../dictionary/cased/umls/abbreviation/Srl.java    |      29 -
 .../dictionary/cased/umls/abbreviation/Stt.java    |      17 -
 .../dictionary/cased/umls/abbreviation/Stype.java  |      18 -
 .../gui/dictionary/cased/umls/abbreviation/Ts.java |      16 -
 .../gui/dictionary/cased/umls/file/MrConso.java    |      32 -
 .../gui/dictionary/cased/umls/file/MrRel.java      |      30 -
 .../gui/dictionary/cased/umls/file/MrSat.java      |      27 -
 .../gui/dictionary/cased/umls/file/MrSty.java      |      18 -
 .../ctakes/gui/dictionary/cased/umls/file/Tty.java |    1192 -
 .../gui/dictionary/umls/AutoTermExtractor.java     |     239 -
 .../apache/ctakes/gui/dictionary/umls/Concept.java |     143 -
 .../gui/dictionary/umls/ConceptMapFactory.java     |      43 -
 .../ctakes/gui/dictionary/umls/CuiCodeUtil.java    |     118 -
 .../ctakes/gui/dictionary/umls/DoseUtil.java       |      73 -
 .../gui/dictionary/umls/LanguageTableModel.java    |     155 -
 .../ctakes/gui/dictionary/umls/MrconsoIndex.java   |      16 -
 .../ctakes/gui/dictionary/umls/MrconsoParser.java  |     304 -
 .../ctakes/gui/dictionary/umls/MrsabIndex.java     |      18 -
 .../ctakes/gui/dictionary/umls/MrstyIndex.java     |      16 -
 .../ctakes/gui/dictionary/umls/MrstyParser.java    |      87 -
 .../gui/dictionary/umls/SourceTableModel.java      |     210 -
 .../gui/dictionary/umls/TuiCellRenderer.java       |      40 -
 .../ctakes/gui/dictionary/umls/TuiTableModel.java  |     155 -
 .../ctakes/gui/dictionary/umls/UmlsTermUtil.java   |     332 -
 .../gui/dictionary/umls/VocabularyStore.java       |     105 -
 .../ctakes/gui/dictionary/util/FileUtil.java       |     247 -
 .../ctakes/gui/dictionary/util/HsqlUtil.java       |      74 -
 .../ctakes/gui/dictionary/util/JdbcUtil.java       |     105 -
 .../gui/dictionary/util/RareWordDbWriter.java      |     208 -
 .../ctakes/gui/dictionary/util/RareWordUtil.java   |     181 -
 .../ctakes/gui/dictionary/util/TextTokenizer.java  |     210 -
 .../ctakes/gui/dictionary/util/TokenUtil.java      |      91 -
 .../ctakes/gui/generic/GenericRunnerGui.java       |      62 -
 .../org/apache/ctakes/gui/generic/MainPanel.java   |     217 -
 .../org/apache/ctakes/gui/pipeline/MainPanel.java  |     316 -
 .../org/apache/ctakes/gui/pipeline/MainPanel2.java |     583 -
 .../apache/ctakes/gui/pipeline/PiperCreator.java   |      85 -
 .../ctakes/gui/pipeline/PiperDisplayModel.java     |      13 -
 .../apache/ctakes/gui/pipeline/PiperRunnerGui.java |      83 -
 .../ctakes/gui/pipeline/PiperRunnerPanel.java      |     658 -
 .../ctakes/gui/pipeline/bit/BitCellRenderer.java   |      34 -
 .../ctakes/gui/pipeline/bit/BitInfoPanel.java      |     163 -
 .../ctakes/gui/pipeline/bit/PipeBitFinder.java     |      99 -
 .../ctakes/gui/pipeline/bit/PipeBitPainter.java    |     145 -
 .../bit/available/AvailablesListModel.java         |      76 -
 .../pipeline/bit/available/AvailablesRenderer.java |      84 -
 .../pipeline/bit/info/PipeBitInfoComparator.java   |     103 -
 .../gui/pipeline/bit/info/PipeBitInfoPanel.java    |      96 -
 .../gui/pipeline/bit/info/PipeBitInfoRenderer.java |     115 -
 .../gui/pipeline/bit/info/ProductIconFactory.java  |      79 -
 .../ctakes/gui/pipeline/bit/info/RoleRenderer.java |      97 -
 .../pipeline/bit/info/TypeProductListModel.java    |      65 -
 .../gui/pipeline/bit/info/TypeProductRenderer.java |      54 -
 .../bit/parameter/DefaultParameterHolder.java      |      90 -
 .../bit/parameter/ParameterCellRenderer.java       |      34 -
 .../pipeline/bit/parameter/ParameterHolder.java    |      27 -
 .../pipeline/bit/parameter/ParameterInfoPanel.java |     152 -
 .../pipeline/bit/parameter/ParameterMapper.java    |      69 -
 .../bit/parameter/ParameterTableModel.java         |     187 -
 .../gui/pipeline/bit/user/DefaultUserBit.java      |     137 -
 .../ctakes/gui/pipeline/bit/user/UserBit.java      |      39 -
 .../gui/pipeline/bit/user/UserBitInfoPanel.java    |     122 -
 .../gui/pipeline/bit/user/UserBitListModel.java    |     127 -
 .../gui/pipeline/bit/user/UserBitRenderer.java     |     111 -
 .../pipeline/bit/user/UserParameterInfoPanel.java  |      33 -
 .../ctakes/gui/pipeline/piper/PiperFileView.java   |      58 -
 .../ctakes/gui/pipeline/piper/PiperFinder.java     |      68 -
 .../ctakes/gui/pipeline/piper/PiperInfo.java       |      41 -
 .../ctakes/gui/pipeline/piper/PiperTextFilter.java |     309 -
 .../org/apache/ctakes/gui/util/ColorFactory.java   |      33 -
 .../org/apache/ctakes/gui/util/IconLoader.java     |      59 -
 .../dictionary/data/default/ConversionSources.txt  |       4 -
 .../gui/dictionary/data/default/CtakesDrugTuis.txt |      22 -
 .../dictionary/data/default/CtakesSnomedTuis.txt   |      36 -
 .../gui/dictionary/data/default/CtakesSources.txt  |       2 -
 .../dictionary/data/default/ModifierSuffixes.txt   |      15 -
 .../data/default/RemovalColonTriggers.txt          |      21 -
 .../data/default/RemovalFunctionTriggers.txt       |       4 -
 .../data/default/RemovalPrefixTriggers.txt         |       3 -
 .../data/default/RemovalSuffixTriggers.txt         |      34 -
 .../dictionary/data/default/RightAbbreviations.txt |    1178 -
 .../dictionary/data/default/UnwantedPrefixes.txt   |      30 -
 .../dictionary/data/default/UnwantedSuffixes.txt   |    1024 -
 .../gui/dictionary/data/optional/CtakesAllTuis.txt |      59 -
 .../dictionary/data/optional/CtakesAnatTuis.txt    |       8 -
 .../dictionary/data/optional/CtakesDisoTuis.txt    |       9 -
 .../dictionary/data/optional/CtakesFindTuis.txt    |      12 -
 .../dictionary/data/optional/CtakesProcTuis.txt    |       3 -
 .../dictionary/data/optional/UmlsAllSources.txt    |      63 -
 .../gui/dictionary/data/optional/UmlsAllTuis.txt   |     148 -
 .../dictionary/data/small/ConversionSources.txt    |       4 -
 .../gui/dictionary/data/small/CtakesDrugTuis.txt   |      22 -
 .../gui/dictionary/data/small/CtakesSnomedTuis.txt |      36 -
 .../gui/dictionary/data/small/CtakesSources.txt    |       1 -
 .../gui/dictionary/data/small/ModifierSuffixes.txt |       1 -
 .../dictionary/data/small/RemovalColonTriggers.txt |      38 -
 .../data/small/RemovalPrefixTriggers.txt           |      32 -
 .../data/small/RemovalSuffixTriggers.txt           |     240 -
 .../dictionary/data/small/RightAbbreviations.txt   |       1 -
 .../gui/dictionary/data/small/UnwantedPrefixes.txt |       3 -
 .../gui/dictionary/data/small/UnwantedSuffixes.txt |     806 -
 .../gui/dictionary/data/tim/ConversionSources.txt  |       4 -
 .../gui/dictionary/data/tim/ModifierSuffixes.txt   |       1 -
 .../dictionary/data/tim/RemovalColonTriggers.txt   |      38 -
 .../data/tim/RemovalFunctionTriggers.txt           |       4 -
 .../dictionary/data/tim/RemovalPrefixTriggers.txt  |      32 -
 .../dictionary/data/tim/RemovalSuffixTriggers.txt  |     249 -
 .../gui/dictionary/data/tim/RightAbbreviations.txt |       8 -
 .../ctakes/gui/dictionary/data/tim/TimDrugTuis.txt |       1 -
 .../gui/dictionary/data/tim/TimNonDrugSources.txt  |      55 -
 .../gui/dictionary/data/tim/TimOtherTuis.txt       |      33 -
 .../gui/dictionary/data/tim/TimSpecificTuis.txt    |      19 -
 .../gui/dictionary/data/tim/UnwantedPrefixes.txt   |       3 -
 .../gui/dictionary/data/tim/UnwantedSuffixes.txt   |     902 -
 .../gui/dictionary/data/tim/emptyAnatTuis.txt      |       1 -
 .../gui/dictionary/data/tiny/ConversionSources.txt |       4 -
 .../gui/dictionary/data/tiny/CtakesAnatTuis.txt    |       8 -
 .../gui/dictionary/data/tiny/CtakesDrugTuis.txt    |      22 -
 .../gui/dictionary/data/tiny/CtakesSnomedTuis.txt  |      36 -
 .../gui/dictionary/data/tiny/CtakesSources.txt     |       4 -
 .../dictionary/data/tiny/KeepPrefixTriggers.txt    |       4 -
 .../gui/dictionary/data/tiny/ModifierSuffixes.txt  |       1 -
 .../dictionary/data/tiny/RemovalColonTriggers.txt  |      38 -
 .../data/tiny/RemovalFunctionTriggers.txt          |       4 -
 .../dictionary/data/tiny/RemovalPrefixTriggers.txt |      38 -
 .../dictionary/data/tiny/RemovalSuffixTriggers.txt |    1019 -
 .../dictionary/data/tiny/RightAbbreviations.txt    |       1 -
 .../gui/dictionary/data/tiny/UnwantedCuis.txt      |       8 -
 .../gui/dictionary/data/tiny/UnwantedPrefixes.txt  |       1 -
 .../gui/dictionary/data/tiny/UnwantedSuffixes.txt  |       4 -
 .../gui/dictionary/data/tiny/UnwantedTexts.txt     |      61 -
 .../ctakes/gui/pipeline/icon/BlueArrowOut.png      |     Bin 837 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/BlueGear.png   |     Bin 2227 -> 0 bytes
 .../gui/pipeline/icon/BlueGearYellowGear.png       |     Bin 1873 -> 0 bytes
 .../ctakes/gui/pipeline/icon/BlueRightArrow.png    |     Bin 1166 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/BoxOfStuff.png |     Bin 2146 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/CheckRun.png   |     Bin 3299 -> 0 bytes
 .../ctakes/gui/pipeline/icon/FindOnPc_48.png       |     Bin 3958 -> 0 bytes
 .../ctakes/gui/pipeline/icon/Folder_Blue.png       |     Bin 1292 -> 0 bytes
 .../ctakes/gui/pipeline/icon/GreenArrowIn.png      |     Bin 2311 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/Help_32.png    |     Bin 2167 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/Help_48.png    |     Bin 3903 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/NewPiper.png   |     Bin 2030 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/OpenPiper.png  |     Bin 2027 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/Package.png    |     Bin 1705 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/Parameters.png |     Bin 1260 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/PiperFile.png  |     Bin 660 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/PlusMark.png   |     Bin 1096 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/RunPiper.png   |     Bin 2379 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/RunReady.png   |     Bin 1887 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/SavePiper.png  |     Bin 1518 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/StopHand.png   |     Bin 1546 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/Utilities.png  |     Bin 2311 -> 0 bytes
 .../org/apache/ctakes/gui/pipeline/icon/Write.png  |     Bin 1970 -> 0 bytes
 .../apache/ctakes/gui/pipeline/icon/bluedown.png   |     Bin 1275 -> 0 bytes
 .../org/apache/ctakes/gui/pipeline/icon/blueup.png |     Bin 1328 -> 0 bytes
 .../ctakes/gui/pipeline/icon/redcircleno.png       |     Bin 1623 -> 0 bytes
 ctakes-lvg/LICENSE                                 |     253 -
 ctakes-lvg/README                                  |      76 -
 ctakes-lvg/desc/analysis_engine/AggregateAE.xml    |      64 -
 ctakes-lvg/desc/analysis_engine/LvgAnnotator.xml   |     260 -
 ctakes-lvg/pom.xml                                 |      85 -
 .../org/apache/ctakes/lvg/ae/LvgAnnotator.java     |     680 -
 .../ctakes/lvg/ae/LvgBaseTokenAnnotator.java       |     530 -
 .../org/apache/ctakes/lvg/ae/LvgSingleton.java     |      89 -
 .../org/apache/ctakes/lvg/ae/ThreadSafeLvg.java    |      67 -
 .../ctakes/lvg/resource/LvgCmdApiResource.java     |      37 -
 .../ctakes/lvg/resource/LvgCmdApiResourceImpl.java |     180 -
 .../resources/org/apache/ctakes/lvg/2005_lemma.voc |       1 -
 .../resources/org/apache/ctakes/lvg/2005_norm.voc  |       1 -
 .../apache/ctakes/lvg/data/HSqlDb/lvg2008.backup   |     Bin 327608 -> 0 bytes
 .../org/apache/ctakes/lvg/data/HSqlDb/lvg2008.data |     Bin 1048576 -> 0 bytes
 .../ctakes/lvg/data/HSqlDb/lvg2008.properties      |       6 -
 .../apache/ctakes/lvg/data/HSqlDb/lvg2008.script   |    2024 -
 .../org/apache/ctakes/lvg/data/ReadMe.txt          |       9 -
 .../ctakes/lvg/data/Unicode/diacriticMap.data      |      84 -
 .../ctakes/lvg/data/Unicode/ligatureMap.data       |      27 -
 .../ctakes/lvg/data/Unicode/nonStripMap.data       |      62 -
 .../apache/ctakes/lvg/data/Unicode/symbolMap.data  |      99 -
 .../apache/ctakes/lvg/data/Unicode/synonymMap.data |       6 -
 .../apache/ctakes/lvg/data/Unicode/unicodeMap.data |      39 -
 .../apache/ctakes/lvg/data/config/lvg.properties   |      92 -
 .../ctakes/lvg/data/config/lvg.properties.TEMPLATE |      67 -
 .../ctakes/lvg/data/config/lvg.properties.hsql     |      74 -
 .../ctakes/lvg/data/misc/conjunctionWord.data      |     107 -
 .../apache/ctakes/lvg/data/misc/nonInfoWords.data  |       9 -
 .../org/apache/ctakes/lvg/data/misc/removeS.data   |      36 -
 .../org/apache/ctakes/lvg/data/misc/stopWords.data |      14 -
 .../ctakes/lvg/data/misc/symbolSynonyms.data       |       4 -
 .../org/apache/ctakes/lvg/data/rules/dm.rul        |    1036 -
 .../apache/ctakes/lvg/data/rules/exceptionD.data   |     Bin 33843 -> 0 bytes
 .../apache/ctakes/lvg/data/rules/exceptionI.data   |     Bin 3516 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/im.rul        |     151 -
 .../org/apache/ctakes/lvg/data/rules/plural.rul    |      36 -
 .../org/apache/ctakes/lvg/data/rules/ruleD.data    |     Bin 9862 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/ruleI.data    |     Bin 8760 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/trieD.data    |     Bin 5662 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/trieI.data    |     Bin 5016 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/verbinfl.rul  |      79 -
 .../apache/ctakes/lvg/test/TestLvgAnnotator.java   |      82 -
 .../apache/ctakes/lvg/launch/UIMA_CVD--LVG.launch  |      15 -
 ctakes-ne-contexts/LICENSE                         |     202 -
 ctakes-ne-contexts/README                          |      95 -
 ctakes-ne-contexts/desc/AggregateAE.xml            |      62 -
 ctakes-ne-contexts/desc/NegationAnnotator.xml      |     160 -
 ctakes-ne-contexts/desc/StatusAnnotator.xml        |     161 -
 ctakes-ne-contexts/desc/test/NegationAnnotator.xml |     169 -
 .../desc/test/SegmentTokenSentenceAggregate.xml    |      66 -
 .../desc/test/SimpleSegmentAnnotator.xml           |      63 -
 ctakes-ne-contexts/desc/test/StatusAnnotator.xml   |     171 -
 .../desc/test/TestContextAnnotator.xml             |     169 -
 .../desc/test/TokenizerAnnotator.xml               |     118 -
 ctakes-ne-contexts/pom.xml                         |      41 -
 .../apache/ctakes/necontexts/ContextAnalyzer.java  |     102 -
 .../ctakes/necontexts/ContextAnalyzerAdapter.java  |      42 -
 .../apache/ctakes/necontexts/ContextAnnotator.java |     444 -
 .../org/apache/ctakes/necontexts/ContextHit.java   |      46 -
 .../ctakes/necontexts/ContextHitConsumer.java      |      47 -
 .../necontexts/ContextHitConsumerAdapter.java      |      32 -
 .../necontexts/NamedEntityContextAnalyzer.java     |     121 -
 .../necontexts/NamedEntityContextHitConsumer.java  |      47 -
 .../concurrent/ThreadSafeContextAnnotator.java     |     108 -
 .../negation/NegationContextAnalyzer.java          |      59 -
 .../negation/NegationContextHitConsumer.java       |      43 -
 .../necontexts/status/StatusContextAnalyzer.java   |      89 -
 .../status/StatusContextHitConsumer.java           |      51 -
 .../ctakes/ne/contexts/desc/NegationAnnotator.xml  |     160 -
 .../ctakes/necontexts/ContextAnnotatorTests.java   |     517 -
 .../ctakes/necontexts/NegationAnnotatorTests.java  |     148 -
 .../ctakes/necontexts/StatusAnnotatorTests.java    |     162 -
 .../contexts/launch/ContextAnnotatorTests.launch   |      19 -
 .../ctakes/ne/contexts/launch/NE_context.launch    |      18 -
 .../contexts/launch/NegationAnnotatorTests.launch  |      18 -
 .../ne/contexts/launch/StatusAnnotatorTests.launch |      18 -
 .../ne/contexts/pipeline/NeContextsSubPipe.piper   |       7 -
 ctakes-pos-tagger/LICENSE                          |     202 -
 ctakes-pos-tagger/README                           |     203 -
 ctakes-pos-tagger/desc/AggregateAE.xml             |      76 -
 ctakes-pos-tagger/desc/ClearNLPPOSTagger.xml       |      66 -
 .../desc/OpenNLPPOSCollectionReader.xml            |      69 -
 ctakes-pos-tagger/desc/POSTagger.xml               |      80 -
 ctakes-pos-tagger/desc/POSTaggerAggregate.xml      |     106 -
 ctakes-pos-tagger/desc/POSTaggerCPE.xml            |      84 -
 ctakes-pos-tagger/desc/test/NullAnnotator.xml      |      56 -
 .../desc/test/OpenNLPPOSCollectionReader.xml       |      74 -
 .../desc/test/OpenNLPPOSCollectionReader2.xml      |      80 -
 ctakes-pos-tagger/desc/test/POSTagger.xml          |      79 -
 ctakes-pos-tagger/desc/test/POSTaggerAggregate.xml |      70 -
 .../desc/test/POSTaggerAggregate2.xml              |      87 -
 .../desc/test/POSTaggerAggregate3.xml              |     102 -
 ctakes-pos-tagger/pom.xml                          |      68 -
 .../ctakes/postagger/ClearNLPPOSTaggerAE.java      |     133 -
 .../postagger/OpenNLPPOSCollectionReader.java      |     155 -
 .../org/apache/ctakes/postagger/POSTagger.java     |     174 -
 .../ctakes/postagger/TagDictionaryCreator.java     |     191 -
 .../postagger/concurrent/ThreadSafePosTagger.java  |     117 -
 .../ctakes/pos/tagger/data/pos/training/README     |      76 -
 .../pos/training/sample/sample-pos-training.txt    |       6 -
 .../org/apache/ctakes/postagger/test/CpeTests.java |     255 -
 .../test/OpenNLPPOSCollectionReaderTests.java      |     158 -
 .../ctakes/postagger/test/POSTaggerTests.java      |     223 -
 .../postagger/test/TagDictionaryCreatorTests.java  |     104 -
 .../resources/data/GENIAcorpus3.02.pos.test.xml    |      60 -
 ctakes-pos-tagger/src/test/resources/data/README   |      12 -
 .../unit-test-2lines-tag-dictionary.included.txt   |      36 -
 .../data/unit-test-2lines-training-data.txt        |       2 -
 .../resources/data/unit-test-tags.opennlp.format   |       3 -
 .../resources/data/unit-test-training-data.txt     |     500 -
 .../pos/tagger/launch/POS_taggerTests.launch       |      19 -
 .../tagger/launch/UIMA_CPE_GUI--POS_tagger.launch  |      15 -
 .../pos/tagger/launch/UIMA_CVD--POS_tagger.launch  |      18 -
 .../scripts/java/data/pos/dictionary/ListTags.java |     158 -
 .../training/GeniaPosTrainingDataExtractor.java    |     218 -
 .../GeniaPosTrainingDataExtractorTests.java        |     109 -
 .../tagger/scripts/perl/trees2opennlppostags.pl    |      53 -
 ctakes-preprocessor/LICENSE                        |     202 -
 ctakes-preprocessor/README                         |      51 -
 ctakes-preprocessor/desc/AggregateAE.xml           |      61 -
 ctakes-preprocessor/desc/CPE_CdaCasInitializer.xml |      62 -
 ctakes-preprocessor/desc/CdaCasInitializer.xml     |      95 -
 ctakes-preprocessor/pom.xml                        |      37 -
 .../org/apache/ctakes/preprocessor/Annotation.java |      30 -
 .../preprocessor/ClinicalNotePreProcessor.java     |    1062 -
 .../org/apache/ctakes/preprocessor/DTDloader.java  |      54 -
 .../ctakes/preprocessor/DocumentMetaData.java      |     135 -
 .../apache/ctakes/preprocessor/IntegerRange.java   |      29 -
 .../apache/ctakes/preprocessor/PreProcessor.java   |      35 -
 .../ctakes/preprocessor/SegmentMetaData.java       |      32 -
 .../org/apache/ctakes/preprocessor/Utility.java    |      91 -
 .../ctakes/preprocessor/ae/CdaCasInitializer.java  |     235 -
 .../ctakes/preprocessor/test/TestDriver.java       |     146 -
 .../ctakes/preprocessor/cda/NotesIIST_RTF.DTD      |    1413 -
 .../preprocessor/tokenizer/hyphenated.README.mayo  |       8 -
 .../ctakes/preprocessor/tokenizer/hyphenated.txt   |    3922 -
 .../preprocessor/tokenizer/hyphenated_sample.txt   |      11 -
 .../data/output/testpatient_cn_1.xml.included.xml  |      78 -
 .../preprocessor/ClinicalNotePreProcessorTest.java |     125 -
 .../src/test/resources/NotesIIST_RTF.DTD           |    1410 -
 .../src/test/resources/testpatient_cn_1.xml        |      20 -
 .../UIMA_CPE_GUI--document_preprocessor.launch     |      27 -
 .../launch/document_preprocessor.launch            |      17 -
 .../RegressionPipelineAggregateTest.xml            |     221 -
 .../RegressionPipelineCPETest.xml                  |      78 -
 ctakes-regression-test/pom.xml                     |      27 -
 .../SampleInputRadiologyNotes.txt.xml              |   26897 -
 .../doc1_07543210_sample_current.txt.xml           |    3301 -
 .../doc1_07543210_sample_past_smoker.txt.xml       |    4772 -
 .../doc1_07543210_sample_unknown.txt.xml           |   28731 -
 .../doc2_07543210_sample_current.txt.xml           |   37119 -
 .../doc2_07543210_sample_past_smoker.txt.xml       |    6065 -
 .../CoreferenceCPETest/sample_note.xml             |    1893 -
 .../CoreferenceCPETest/sample_note_plaintext.xml   |     545 -
 .../CoreferenceCPETest/testfakenote.txt.xml        |    3103 -
 .../testpatient_plaintext_1.txt.xml                |    4816 -
 .../testpatient_plaintext_2.txt.xml                |    2447 -
 .../CoreferenceCPETest/text1.txt.xml               |     542 -
 .../SampleInputRadiologyNotes.txt.xml              |      83 -
 .../doc1_07543210_sample_current.txt.xml           |      11 -
 .../doc1_07543210_sample_past_smoker.txt.xml       |      43 -
 .../doc1_07543210_sample_unknown.txt.xml           |     252 -
 .../doc2_07543210_sample_current.txt.xml           |     291 -
 .../doc2_07543210_sample_past_smoker.txt.xml       |      76 -
 .../POSTaggerCPETest/sample_note.xml               |      20 -
 .../POSTaggerCPETest/sample_note_plaintext.xml     |      12 -
 .../POSTaggerCPETest/testfakenote.txt.xml          |      15 -
 .../testpatient_plaintext_1.txt.xml                |      39 -
 .../testpatient_plaintext_2.txt.xml                |      35 -
 .../expectedoutput/POSTaggerCPETest/text1.txt.xml  |      14 -
 .../SampleInputRadiologyNotes.txt.xml              |    1702 -
 .../doc1_07543210_sample_current.txt.xml           |     185 -
 .../doc1_07543210_sample_past_smoker.txt.xml       |     333 -
 .../doc1_07543210_sample_unknown.txt.xml           |    1968 -
 .../doc2_07543210_sample_current.txt.xml           |    2450 -
 .../doc2_07543210_sample_past_smoker.txt.xml       |     413 -
 .../edge_cases_plaintext_1.txt.xml                 |     102 -
 .../RegressionPipelineCPETest/sample_note.xml      |     147 -
 .../sample_note_plaintext.xml                      |      59 -
 .../RegressionPipelineCPETest/testfakenote.txt.xml |     178 -
 .../testpatient_plaintext_1.txt.xml                |     369 -
 .../testpatient_plaintext_2.txt.xml                |     202 -
 .../RegressionPipelineCPETest/text1.txt.xml        |      52 -
 .../test/testdata/input/cda/testpatient_cn_1.xml   |       1 -
 .../test/testdata/input/cda/testpatient_cn_2.xml   |       1 -
 .../input/plaintext/SampleInputRadiologyNotes.txt  |       7 -
 .../plaintext/doc1_07543210_sample_current.txt     |       2 -
 .../plaintext/doc1_07543210_sample_past_smoker.txt |      15 -
 .../plaintext/doc1_07543210_sample_unknown.txt     |     105 -
 .../plaintext/doc2_07543210_sample_current.txt     |     119 -
 .../plaintext/doc2_07543210_sample_past_smoker.txt |      32 -
 .../input/plaintext/edge_cases_plaintext_1.txt     |       2 -
 .../test/testdata/input/plaintext/sample_note      |       7 -
 .../testdata/input/plaintext/sample_note_plaintext |       2 -
 .../test/testdata/input/plaintext/testfakenote.txt |       5 -
 .../input/plaintext/testpatient_plaintext_1.txt    |      12 -
 .../input/plaintext/testpatient_plaintext_2.txt    |      12 -
 .../test/testdata/input/plaintext/text1.txt        |       4 -
 .../ctakes/core/ae/LabValueFinderTester.java       |     325 -
 .../regression/test/RegressionPipelineTest.java    |     258 -
 ctakes-relation-extractor/LICENSE                  |     202 -
 .../DegreeOfRelationExtractorAnnotator.xml         |     107 -
 .../LocationOfRelationExtractorAnnotator.xml       |     107 -
 .../analysis_engine/ModifierExtractorAnnotator.xml |      94 -
 .../analysis_engine/RelationExtractorAggregate.xml |     468 -
 .../RelationExtractorPreprocessor.xml              |     192 -
 .../desc/analysis_engine/RemoteDictionary.xml      |      30 -
 ctakes-relation-extractor/docs/knowtator.txt       |     102 -
 ctakes-relation-extractor/docs/readme.txt          |      54 -
 ctakes-relation-extractor/docs/todo.txt            |      18 -
 ctakes-relation-extractor/metadata/install.xml     |      33 -
 ctakes-relation-extractor/pom.xml                  |      71 -
 ...ausesBringsAboutRelationExtractorAnnotator.java |     119 -
 .../ae/DegreeOfRelationExtractorAnnotator.java     |      98 -
 .../ae/IdentifiedAnnotationExpander.java           |     131 -
 .../ae/LocationOfRelationExtractorAnnotator.java   |     152 -
 .../ManagesTreatsRelationExtractorAnnotator.java   |     118 -
 .../ManifestationOfRelationExtractorAnnotator.java |     115 -
 .../ae/ModifierExtractorAnnotator.java             |     137 -
 .../ae/RelationExtractorAnnotator.java             |     333 -
 ...aseline1DegreeOfRelationExtractorAnnotator.java |      70 -
 ...ntityMentionPairRelationExtractorAnnotator.java |      90 -
 ...aseline2DegreeOfRelationExtractorAnnotator.java |     118 -
 ...ntityMentionPairRelationExtractorAnnotator.java |     130 -
 ...aseline3DegreeOfRelationExtractorAnnotator.java |     150 -
 ...ntityMentionPairRelationExtractorAnnotator.java |     163 -
 ...aseline4DegreeOfRelationExtractorAnnotator.java |      71 -
 ...ntityMentionPairRelationExtractorAnnotator.java |     100 -
 .../relationextractor/ae/baselines/Utils.java      |     142 -
 .../ae/features/ArgumentOrderFeatureExtractor.java |      52 -
 .../ae/features/DependencyParseUtils.java          |     153 -
 .../features/DependencyPathFeaturesExtractor.java  |      58 -
 .../features/DependencyTreeFeaturesExtractor.java  |      64 -
 .../ae/features/EmbeddingFeatureExtractor.java     |     139 -
 .../ae/features/EntitySpanFeatureExtractor.java    |      68 -
 .../ae/features/FlatTreeFeatureExtractor.java      |      76 -
 .../ae/features/NamedEntityFeaturesExtractor.java  |      92 -
 .../ae/features/PETFeatureExtractor.java           |      63 -
 .../ae/features/PartOfSpeechFeaturesExtractor.java |      71 -
 .../ae/features/PhraseChunkingExtractor.java       |     135 -
 .../ae/features/PrepositionFeatureExtractor.java   |      72 -
 .../ae/features/PunctuationFeatureExtractor.java   |      60 -
 .../ae/features/RelationFeaturesExtractor.java     |      46 -
 .../ae/features/TokenFeaturesExtractor.java        |     145 -
 .../ae/features/TreeFragmentFeatureExtractor.java  |     102 -
 .../ae/features/WordNetFeatureExtractor.java       |      69 -
 .../ae/features/WordNetUtils.java                  |     196 -
 .../concurrent/ThreadSafeDegreeExtractor.java      |     121 -
 .../concurrent/ThreadSafeLocationExtractor.java    |     120 -
 .../concurrent/ThreadSafeModifierExtractor.java    |     120 -
 .../data/CategoricalDistribution.java              |      76 -
 .../ctakes/relationextractor/data/Constants.java   |      65 -
 .../data/GoldAnnotationAnalysisPipeline.java       |      80 -
 .../data/GoldAnnotationStatsCalculator.java        |     254 -
 .../ctakes/relationextractor/data/Splitter.java    |     130 -
 .../ctakes/relationextractor/data/Stats.java       |     145 -
 .../data/analysis/EventAndEntityViewer.java        |      93 -
 .../data/analysis/GoldRelationViewer.java          |     177 -
 .../relationextractor/data/analysis/Utils.java     |     119 -
 .../relationextractor/eval/CopyFromGold.java       |      73 -
 .../ctakes/relationextractor/eval/CorpusXMI.java   |     153 -
 .../ctakes/relationextractor/eval/DeepPheXMI.java  |     391 -
 .../eval/ModifierExtractorEvaluation.java          |     204 -
 .../relationextractor/eval/ParameterSettings.java  |      85 -
 .../eval/PrintRelationStatistics.java              |      98 -
 .../eval/RelationEvaluation_ImplBase.java          |     105 -
 .../eval/RelationExtractorEvaluation.java          |    1107 -
 .../ctakes/relationextractor/eval/SHARPXMI.java    |     343 -
 .../ctakes/relationextractor/eval/XMIReader.java   |      93 -
 .../relationextractor/knowtator/ArgumentInfo.java  |      45 -
 .../relationextractor/knowtator/RelationInfo.java  |     100 -
 .../ctakes/relationextractor/knowtator/Span.java   |      62 -
 .../relationextractor/knowtator/XMLReader.java     |     181 -
 .../AnatomicalSiteListExtractorPipeline.java       |     183 -
 .../metastasis/MetastasisAnaforaXMLReader.java     |     213 -
 .../MetastasisXmiGenerationPipeline.java           |     166 -
 .../pipelines/RelationAnnotationViewer.java        |     121 -
 .../pipelines/RelationExtractorConsumer.java       |     104 -
 .../pipelines/RelationExtractorPipeline.java       |      89 -
 .../RelationExtractorPipelineSingleCas.java        |      77 -
 .../pipelines/RelationExtractorTrain.java          |     220 -
 .../SelectiveRelationAnnotationViewer.java         |     222 -
 .../pipelines/TreeFeatureConsumer.java             |     247 -
 .../ae/NamedEntityFeaturesExtractorTest.java       |      60 -
 .../ae/RelationExtractorAnnotatorsTest.java        |     124 -
 .../launch/UIMA_CPE--relation-extractor.launch     |      14 -
 .../launch/UIMA_CVD--relation-extractor.launch     |      14 -
 .../pipeline/DefaultRelationPipeline.piper         |       7 -
 .../extractor/pipeline/RelationSubPipe.piper       |      10 -
 .../pipeline/SectionedRelationPipeline.piper       |       7 -
 .../pipeline/TsDefaultRelationPipeline.piper       |       7 -
 .../extractor/pipeline/TsRelationSubPipe.piper     |      10 -
 .../pipeline/TsSectionedRelationPipeline.piper     |       7 -
 ctakes-side-effect/LICENSE                         |     202 -
 ctakes-side-effect/README                          |      19 -
 .../desc/analysis_engine/AdjP2LookupWindow.xml     |     113 -
 .../DictionaryLookupAnnotator_sideEffect.xml       |     265 -
 .../DictionaryLookupAnnotator_sideEffectUMLS.xml   |     342 -
 .../LookupWindowAnnotator_sideEffect.xml           |      88 -
 .../desc/analysis_engine/PSESentenceAnnotator.xml  |      62 -
 .../SESentenceClassifierAnnotator.xml              |      61 -
 .../analysis_engine/SESentenceFeatureAnnotator.xml |      63 -
 .../analysis_engine/SideEffectAggregateTAE.xml     |     125 -
 .../SideEffectAggregateTAE_UMLS.xml                |     125 -
 .../SideEffectAggregate_CDA_TAE.xml                |     187 -
 .../SideEffectAggregate_CDA_TAE_UMLS.xml           |     187 -
 .../desc/analysis_engine/SideEffectAnnotator.xml   |     256 -
 .../SideEffectSentenceAggregateTAE.xml             |     139 -
 .../SideEffectSentenceAggregateTAE_UMLS.xml        |     139 -
 .../SideEffectSentenceAggregate_CDA_TAE.xml        |     213 -
 .../SideEffectSentenceAggregate_CDA_TAE_UMLS.xml   |     213 -
 .../desc/analysis_engine/VG2LookupWindow.xml       |     112 -
 .../desc/cas_consumer/SideEffectCasConsumer.xml    |      69 -
 .../cas_consumer/SideEffectSentenceCasConsumer.xml |      71 -
 .../collection_processing_engine/SideEffectCPE.xml |      98 -
 .../SideEffectSentenceCPE.xml                      |      78 -
 .../SideEffectSentence_CDA_CPE.xml                 |      78 -
 .../SideEffect_CDA_CPE.xml                         |      98 -
 ctakes-side-effect/pom.xml                         |      73 -
 .../ctakes/sideeffect/ae/PSESentenceAnnotator.java |     130 -
 .../ae/SESentenceClassifierAnnotator.java          |     136 -
 .../sideeffect/ae/SESentenceFeatureAnnotator.java  |     305 -
 .../ctakes/sideeffect/ae/SideEffectAnnotator.java  |     858 -
 .../sideeffect/cc/SideEffectCasConsumer.java       |     126 -
 .../cc/SideEffectSentenceCasConsumer.java          |     103 -
 .../ctakes/sideeffect/util/PatternMatch.java       |     141 -
 .../org/apache/ctakes/sideeffect/util/SEUtil.java  |     410 -
 .../org/apache/ctakes/side/effect/sample_note.txt  |      14 -
 .../apache/ctakes/side/effect/types/TypeSystem.xml |      80 -
 .../effect/launch/UIMA Run CPE (SideEffect).launch |      21 -
 ctakes-smoking-status/LICENSE                      |     202 -
 ctakes-smoking-status/README                       |     284 -
 .../ArtificialSentenceAnnotator.xml                |      94 -
 .../ClassifiableEntriesAnnotator.xml               |     167 -
 .../analysis_engine/ExternalBaseAggregateTAE.xml   |      70 -
 .../ExternalBaseAggregateTAE_CDA.xml               |      92 -
 .../KuRuleBasedClassifierAnnotator.xml             |     106 -
 .../NonsmokerDictionaryLookupAnnotator.xml         |     102 -
 .../PcsClassifierAnnotator_libsvm.xml              |     136 -
 .../ProductionPostSentenceAggregate_step1.xml      |      66 -
 ...roductionPostSentenceAggregate_step2_libsvm.xml |      73 -
 .../desc/analysis_engine/ResolutionAnnotator.xml   |      79 -
 .../desc/analysis_engine/Sentence.xml              |      46 -
 .../desc/analysis_engine/SentenceAdjuster.xml      |     111 -
 .../analysis_engine/SimulatedProdSmokingTAE.xml    |      70 -
 .../SimulatedProdSmokingTAE_CDA.xml                |      89 -
 .../SmokingStatusDictionaryLookupAnnotator.xml     |     118 -
 .../cas_consumer/RecordResolutionCasConsumer.xml   |     103 -
 .../Sample_SmokingStatus_output_cda.xml            |      89 -
 .../Sample_SmokingStatus_output_flatfile.xml       |      83 -
 ctakes-smoking-status/metadata/PEAR.properties     |      22 -
 ctakes-smoking-status/metadata/install.xml         |      47 -
 ctakes-smoking-status/metadata/setenv.txt          |      22 -
 ctakes-smoking-status/pom.xml                      |      73 -
 .../org/apache/ctakes/smokingstatus/Const.java     |      38 -
 .../smokingstatus/MLutil/GenerateTrainingData.java |     242 -
 .../smokingstatus/ae/ClassifiableEntries.java      |     657 -
 .../ae/KuRuleBasedClassifierAnnotator.java         |     162 -
 .../ctakes/smokingstatus/ae/PcsClassifier.java     |     265 -
 .../ae/PcsClassifierAnnotator_libsvm.java          |     236 -
 .../smokingstatus/ae/ResolutionAnnotator.java      |     262 -
 .../ctakes/smokingstatus/ae/SentenceAdjuster.java  |     245 -
 .../cc/RecordResolutionCasConsumer.java            |     202 -
 .../context/NamedEntityContextAnalyzer.java        |     121 -
 .../context/negation/NegationContextAnalyzer.java  |      59 -
 .../ae/NonSmokerNamedEntityLookupConsumerImpl.java |     101 -
 .../ae/SmokerNamedEntityLookupConsumerImpl.java    |     100 -
 ...UnknownSmokerNamedEntityLookupConsumerImpl.java |      99 -
 .../ctakes/smokingstatus/machine/NegationFSM.java  |     435 -
 .../patientLevel/PatientLevelSmokingStatus.java    |     315 -
 .../smokingstatus/util/ClassifiableEntry.java      |      28 -
 .../ctakes/smokingstatus/util/TruthValue.java      |      27 -
 .../ArtificialSentenceAnnotator.xml                |      94 -
 .../KuRuleBasedClassifierAnnotator.xml             |     106 -
 .../PcsClassifierAnnotator_libsvm.xml              |     136 -
 .../ProductionPostSentenceAggregate_step1.xml      |      66 -
 ...roductionPostSentenceAggregate_step2_libsvm.xml |      72 -
 .../status/analysis_engine/SentenceAdjuster.xml    |     111 -
 .../SmokingStatusDictionaryLookupAnnotator.xml     |     118 -
 .../smoking/status/test/cda/testpatient_cn_1.xml   |      23 -
 .../status/test/doc1_07543210_sample_current.txt   |       2 -
 .../test/doc1_07543210_sample_past_smoker.txt      |      15 -
 .../status/test/doc1_07543210_sample_unknown.txt   |     105 -
 .../status/test/doc2_07543210_sample_current.txt   |     119 -
 .../test/doc2_07543210_sample_past_smoker.txt      |      32 -
 .../status/test/output/record_resolution.txt       |       5 -
 .../ctakes/smoking/status/types/TypeSystem.xml     |     190 -
 ...IMA CAS Visual Debugger (Smoking Status).launch |      13 -
 .../launch/UIMA CPE GUI (SmokingStatus).launch     |      31 -
 .../launch/UIMA_CPE_GUI--Smokin_Status.launch      |      15 -
 .../analysis_engine/AggregateTemplateFiller.xml    |      78 -
 ...RelationExtractorAggregateWithoutOrangeBook.xml |     482 -
 .../analysis_engine/TemplateFillerAnnotator.xml    |      44 -
 ctakes-template-filler/pom.xml                     |      42 -
 .../filler/ae/TemplateFillerAnnotator.java         |     376 -
 ctakes-temporal/LICENSE                            |     202 -
 .../analysis_engine/TemporalAggregatePipeline.xml  |   50688 -
 ctakes-temporal/pom.xml                            |     145 -
 .../ctakes/temporal/ae/BackwardsTimeAnnotator.java |     272 -
 .../ctakes/temporal/ae/CRFTimeAnnotator.java       |     251 -
 .../temporal/ae/ClearTKDocTimeRelAnnotator.java    |      87 -
 .../ae/ClearTKDocumentCreationTimeAnnotator.java   |      58 -
 .../ae/ClearTKLinkToTHYMELinkAnnotator.java        |      94 -
 ...cutiveSentencesEventEventRelationAnnotator.java |     281 -
 ...ecutiveSentencesEventTimeRelationAnnotator.java |     213 -
 .../ae/ConstituencyBasedTimeAnnotator.java         |     315 -
 .../temporal/ae/ContextualModalityAnnotator.java   |     126 -
 .../ae/CrossSentenceTemporalRelationAnnotator.java |     116 -
 .../temporal/ae/DeepPheAnaforaXMLReader.java       |     298 -
 .../ctakes/temporal/ae/DocTimeApproximator.java    |     108 -
 .../ctakes/temporal/ae/DocTimeRelAnnotator.java    |     268 -
 .../temporal/ae/DocTimeRelBertRestAnnotator.java   |     147 -
 .../temporal/ae/DocTimeRelWithTreeAnnotator.java   |     171 -
 .../temporal/ae/EventAdmissionTimeAnnotator.java   |     306 -
 .../apache/ctakes/temporal/ae/EventAnnotator.java  |     413 -
 .../temporal/ae/EventDischargeTimeAnnotator.java   |     284 -
 .../ctakes/temporal/ae/EventEventCNNAnnotator.java |     394 -
 .../ae/EventEventCRFRelationAnnotator.java         |     315 -
 .../ae/EventEventI2B2RelationAnnotator.java        |     306 -
 .../temporal/ae/EventEventRelationAnnotator.java   |     361 -
 .../EventEventRelationGoldContainerAnnotator.java  |     338 -
 .../ae/EventEventRelationSeedBasedAnnotator.java   |     323 -
 .../ctakes/temporal/ae/EventTimeCNNAnnotator.java  |     354 -
 .../ae/EventTimeI2B2RelationAnnotator.java         |     258 -
 .../temporal/ae/EventTimeRelationAnnotator.java    |     265 -
 .../ae/EventTimeSelfRelationAnnotator.java         |     294 -
 .../temporal/ae/EventToClearTKEventAnnotator.java  |      70 -
 .../ctakes/temporal/ae/I2B2TemporalXMLReader.java  |     176 -
 .../ctakes/temporal/ae/MetaTimeAnnotator.java      |     246 -
 .../temporal/ae/NEPredicateEventAnnotator.java     |     122 -
 .../ae/NeuralEventTimeSelfRelationAnnotator.java   |     291 -
 .../ctakes/temporal/ae/SimpleMedDatesFinder.java   |     439 -
 .../ctakes/temporal/ae/THYMEAnaforaXMLReader.java  |     465 -
 .../temporal/ae/THYMEKnowtatorXMLReader.java       |     129 -
 .../temporal/ae/THYMEQAAnaforaXMLReader.java       |     346 -
 .../ctakes/temporal/ae/THYMETreebankReader.java    |     325 -
 .../temporal/ae/TemporalBertRestAnnotator.java     |     160 -
 .../ae/TemporalEntityAnnotator_ImplBase.java       |      42 -
 .../ae/TemporalRelationExtractorAnnotator.java     |     402 -
 .../temporal/ae/TemporalRelationRuleAnnotator.java |     250 -
 .../ae/TemporalSequenceAnnotator_ImplBase.java     |      42 -
 .../temporal/ae/ThymePatientViewAnnotator.java     |      87 -
 .../apache/ctakes/temporal/ae/TimeAnnotator.java   |     328 -
 .../temporal/ae/TimexAdmissionTimeAnnotator.java   |     258 -
 .../temporal/ae/TimexDischargeTimeAnnotator.java   |     255 -
 .../temporal/ae/TimexToClearTKTimexAnnotator.java  |      47 -
 .../ae/WithinSentenceBeforeRelationAnnotator.java  |     159 -
 .../F1BaselineEventTimeRelationAnnotator.java      |     125 -
 ...recisionBaselineEventTimeRelationAnnotator.java |     123 -
 .../RecallBaselineEventEventRelationAnnotator.java |      97 -
 .../RecallBaselineEventTimeRelationAnnotator.java  |     111 -
 .../TimidBaselineEventTimeRelationAnnotator.java   |     105 -
 .../temporal/ae/baselines/TreeHeightBaseline.java  |     117 -
 .../feature/CheckSpecialWordRelationExtractor.java |     169 -
 .../temporal/ae/feature/ChunkingExtractor.java     |      58 -
 .../temporal/ae/feature/ClosestVerbExtractor.java  |      88 -
 .../ConjunctionRelationFeaturesExtractor.java      |      62 -
 .../ae/feature/ContinuousTextExtractor.java        |      63 -
 .../ae/feature/CoordinateFeaturesExtractor.java    |      68 -
 .../ae/feature/CoveredTextToValuesExtractor.java   |     122 -
 .../ae/feature/DateAndMeasurementExtractor.java    |      94 -
 .../ae/feature/DependencyFeatureExtractor.java     |      88 -
 .../temporal/ae/feature/DependencyParseUtils.java  |     179 -
 .../feature/DependencyPathFeaturesExtractor.java   |      54 -
 .../ae/feature/DependingVerbsFeatureExtractor.java |      97 -
 .../DeterminerRelationFeaturesExtractor.java       |      63 -
 .../ae/feature/DocTimeRelFeatureExtractor.java     |      53 -
 .../ae/feature/EmptyFeaturesExtractor.java         |      19 -
 .../ae/feature/EventArgumentPropertyExtractor.java |     111 -
 .../ae/feature/EventPositionFeatureExtractor.java  |     145 -
 .../EventPositionRelationFeaturesExtractor.java    |     141 -
 .../ae/feature/EventPropertyExtractor.java         |     234 -
 .../feature/EventTimeRelationFeatureExtractor.java |     137 -
 .../EventTimeRelationsFeaturesExtractor.java       |      69 -
 .../ae/feature/FramesetCategoryExtractor.java      |      71 -
 .../IdentifiedAnnotationFeatureExtractor.java      |     144 -
 .../temporal/ae/feature/ListFeaturesExtractor.java |     148 -
 .../ae/feature/MultiTokenFeaturesExtractor.java    |     182 -
 .../feature/NearbyVerbTenseRelationExtractor.java  |      95 -
 .../ae/feature/NearbyVerbTenseXExtractor.java      |      80 -
 .../ae/feature/NearestFlagFeatureExtractor.java    |     116 -
 .../NoOtherETPuntInBetweenFeaturesExtractor.java   |      49 -
 ...umberOfEventTimeBetweenCandidatesExtractor.java |     110 -
 .../NumberOfEventsInTheSameSentenceExtractor.java  |     122 -
 .../feature/OverlappedHeadFeaturesExtractor.java   |      87 -
 .../temporal/ae/feature/ParseFeatureExtractor.java |      72 -
 .../ae/feature/ParseSpanFeatureExtractor.java      |      80 -
 .../ae/feature/PredicateArgumentExtractor.java     |      73 -
 .../feature/RelationEmbeddingFeatureExtractor.java |     200 -
 ...lationSyntacticETEmbeddingFeatureExtractor.java |     202 -
 ...RelationSyntacticEmbeddingFeatureExtractor.java |     262 -
 .../ae/feature/SRLRelationFeaturesExtractor.java   |     102 -
 .../ae/feature/SectionHeaderExtractor.java         |      75 -
 .../ae/feature/SectionHeaderRelationExtractor.java |     105 -
 .../SpecialAnnotationRelationExtractor.java        |     157 -
 .../feature/SyntacticParentFeatureExtractor.java   |      53 -
 .../feature/TemporalAttributeFeatureExtractor.java |      68 -
 .../TemporalAttributeForMixEventTimeExtractor.java |      71 -
 .../ae/feature/TemporalPETFlatExtractor.java       |     175 -
 .../temporal/ae/feature/TimeWordTypeExtractor.java |      75 -
 .../ctakes/temporal/ae/feature/TimeXExtractor.java |     168 -
 .../TimeXPropertyRelationFeaturesExtractor.java    |      85 -
 .../ae/feature/TimeXRelationFeaturesExtractor.java |     114 -
 .../ae/feature/TokenPropertyFeaturesExtractor.java |     126 -
 .../feature/UMLSBasedTokenFeaturesExtractor.java   |     125 -
 .../temporal/ae/feature/UmlsFeatureExtractor.java  |     111 -
 .../ae/feature/UmlsSingleFeatureExtractor.java     |      90 -
 .../feature/UnexpandedTokenFeaturesExtractor.java  |      88 -
 .../DurationDistributionFeatureExtractor.java      |      65 -
 .../DurationEventEventFeatureExtractor.java        |      79 -
 .../DurationEventTimeFeatureExtractor.java         |      76 -
 .../DurationExpectationFeatureExtractor.java       |      87 -
 .../duration/DurationTimeUnitFeatureExtractor.java |      71 -
 .../selection/BinaryAlphaFeatureSelection.java     |     255 -
 .../ae/feature/selection/Chi2FeatureSelection.java |     273 -
 .../ae/feature/selection/FeatureSelection.java     |      82 -
 .../MutualInformationFeatureSelection.java         |     285 -
 .../selection/OddsRatioFeatureSelection.java       |     211 -
 .../selection/ZscoreNormalizationExtractor.java    |     203 -
 .../treekernel/DependencySingleTreeExtractor.java  |     118 -
 .../EventTimeFlatTreeFeatureExtractor.java         |     112 -
 .../treekernel/SyntaticSingleTreeExtractor.java    |      76 -
 .../ae/feature/treekernel/TemporalFTExtractor.java |     105 -
 .../feature/treekernel/TemporalPETExtractor.java   |     160 -
 .../feature/treekernel/TemporalPathExtractor.java  |      94 -
 .../ctakes/temporal/cc/SimpleMedDatesPrinter.java  |      82 -
 .../concurrent/ThreadSafeBackTimeAnnotator.java    |     128 -
 .../concurrent/ThreadSafeDocTimeRelAnnotator.java  |     113 -
 .../concurrent/ThreadSafeEventAnnotator.java       |     122 -
 .../ThreadSafeEventEventRelAnnotator.java          |     120 -
 .../ThreadSafeEventTimeRelAnnotator.java           |     119 -
 .../data/analysis/CompareFeatureStructures.java    |     314 -
 .../analysis/EventContextAnalysisPipeline.java     |     208 -
 .../data/analysis/EventPrinterPipeline.java        |     226 -
 .../ExtractDoctimerelPairProbabilities.java        |      84 -
 .../temporal/data/analysis/GoldRelationViewer.java |     164 -
 .../analysis/PrintFailedTimeNormalizations.java    |     112 -
 .../analysis/PrintInconsistentAnnotations.java     |     186 -
 .../data/analysis/PrintNonrelatedEvents.java       |      94 -
 .../PrintNormalizedTemporalExpressions.java        |      68 -
 .../analysis/RelationContextViewerPipeline.java    |     217 -
 .../analysis/TimexTreeAlignmentStatistics.java     |     124 -
 .../duration/EventDurationDistribution.java        |     305 -
 .../duration/EventEventDurationStatistics.java     |     158 -
 .../duration/EventTimeDurationStatistics.java      |     169 -
 .../ExtractDurationsUsingContainsRelation.java     |     203 -
 .../PreserveCertainEventEventRelationsInGold.java  |      99 -
 .../PreserveCertainEventTimeRelationsInGold.java   |     115 -
 .../duration/PreserveCertainEventsInGold.java      |      70 -
 .../PreserveUMLSEventEventRelationsInGold.java     |     111 -
 .../PreserveUMLSEventTimeRelationsInGold.java      |     115 -
 .../org/apache/ctakes/temporal/duration/Utils.java |     505 -
 .../apache/ctakes/temporal/eval/CommandLine.java   |      51 -
 .../eval/EvaluationOfAnnotationSpans_ImplBase.java |     252 -
 .../eval/EvaluationOfBothEEAndETRelations.java     |    1126 -
 .../eval/EvaluationOfClearTKEventProperties.java   |     238 -
 .../eval/EvaluationOfClearTKEventSpans.java        |     112 -
 .../eval/EvaluationOfClearTKRelations.java         |     199 -
 .../eval/EvaluationOfClearTKTimeSpans.java         |     111 -
 .../eval/EvaluationOfEventDocTimeRelDeepPhe.java   |     526 -
 .../eval/EvaluationOfEventEventCRFRelations.java   |    1147 -
 .../EvaluationOfEventEventDeepPheRelations.java    |    1154 -
 ...valuationOfEventEventHybridModelsRelations.java |    1200 -
 .../eval/EvaluationOfEventEventRelations.java      |     224 -
 .../eval/EvaluationOfEventEventThymeRelations.java |    1251 -
 .../temporal/eval/EvaluationOfEventProperties.java |     362 -
 .../eval/EvaluationOfEventPropertiesTk.java        |     348 -
 .../temporal/eval/EvaluationOfEventSpans.java      |     172 -
 .../EvaluationOfEventTimeDeepPheRelations.java     |    1159 -
 .../eval/EvaluationOfEventTimeRelations.java       |    1497 -
 .../eval/EvaluationOfI2B2TemporalRelations.java    |    1058 -
 .../EvaluationOfMetaTimeExpressionExtractor.java   |     239 -
 .../eval/EvaluationOfNEPredicateEventSpans.java    |     112 -
 .../eval/EvaluationOfSelfEventTimeRelations.java   |     992 -
 .../EvaluationOfTemporalRelations_ImplBase.java    |     280 -
 .../temporal/eval/EvaluationOfTimeSpans.java       |     313 -
 .../ctakes/temporal/eval/Evaluation_ImplBase.java  |    1412 -
 .../org/apache/ctakes/temporal/eval/I2B2Data.java  |      91 -
 .../NeuralEventEventRelationsCNNEvaluation.java    |     783 -
 .../NeuralEventTimeRelationsCNNEvaluation.java     |    1408 -
 .../eval/NeuralEventTimeRelationsEvaluation.java   |    1408 -
 .../ctakes/temporal/eval/PrintRelations.java       |     125 -
 .../temporal/eval/RemoveTreeAlignedMentions.java   |      75 -
 .../org/apache/ctakes/temporal/eval/THYMEData.java |      95 -
 .../keras/KerasStringFeatureDataWriter.java        |      29 -
 .../keras/KerasStringOutcomeClassifier.java        |      29 -
 .../keras/KerasStringOutcomeClassifierBuilder.java |      87 -
 .../keras/KerasStringOutcomeDataWriter.java        |      38 -
 .../keras/ScriptStringFeatureDataWriter.java       |      65 -
 .../keras/ScriptStringOutcomeClassifier.java       |     123 -
 .../ScriptStringOutcomeClassifierBuilder.java      |     103 -
 .../keras/ScriptStringOutcomeDataWriter.java       |      54 -
 .../nn/ae/EventEventPosBasedAnnotator.java         |     234 -
 .../nn/ae/EventEventPositionBasedAnnotator.java    |     234 -
 .../nn/ae/EventEventTokenAndBIOBasedAnnotator.java |     237 -
 .../nn/ae/EventEventTokenAndPosBasedAnnotator.java |     237 -
 .../nn/ae/EventEventTokenBasedAnnotator.java       |     431 -
 .../temporal/nn/ae/EventTimePosBasedAnnotator.java |     196 -
 .../nn/ae/EventTimePositionBasedAnnotator.java     |     196 -
 .../nn/ae/EventTimeTokenAndBIOBasedAnnotator.java  |     300 -
 .../nn/ae/EventTimeTokenAndPosBasedAnnotator.java  |     300 -
 .../nn/ae/EventTimeTokenBasedAnnotator.java        |     419 -
 .../nn/ae/JointRelationTokenBasedAnnotator.java    |     522 -
 .../temporal/nn/ae/WindowBasedAnnotator.java       |     335 -
 .../temporal/nn/data/ArgContextProvider.java       |     461 -
 .../ctakes/temporal/nn/data/DtrRelPrinter.java     |     217 -
 .../nn/data/EventEventAllPairRelPrinter.java       |     278 -
 .../nn/data/EventEventRelPositionPrinter.java      |     211 -
 .../temporal/nn/data/EventEventRelPrinter.java     |     220 -
 .../nn/data/EventTimeRelPositionPrinter.java       |     232 -
 .../temporal/nn/data/EventTimeRelPrinter.java      |     232 -
 .../ctakes/temporal/nn/data/GoldEventPrinter.java  |     206 -
 .../nn/data/GoldEventPrinterWithLabels.java        |     209 -
 .../eval/EvaluationOfNeuralEEAndETRelations.java   |    1108 -
 .../nn/eval/EvaluationOfNeuralJointRelations.java  |     871 -
 .../nn/eval/EventEventNeuralEvaluation.java        |     748 -
 .../nn/eval/EventTimeNeuralEvaluation.java         |     998 -
 .../pipelines/EventAndTimeExtractionPipeline.java  |      80 -
 .../pipelines/EventExtractionPipeline.java         |      74 -
 .../temporal/pipelines/EventPrintingPipeline.java  |      98 -
 .../pipelines/FullTemporalExtractionPipeline.java  |     147 -
 .../TemporalExtractionPipeline_ImplBase.java       |     114 -
 .../temporal/pipelines/TimeExtractionPipeline.java |      67 -
 .../temporal/utils/AnnotationIdCollection.java     |     180 -
 .../apache/ctakes/temporal/utils/CalendarUtil.java |     261 -
 .../temporal/utils/CheckKnowtatorAnnotations.java  |     104 -
 .../ctakes/temporal/utils/PatientViewsUtil.java    |      83 -
 .../temporal/utils/RunCorpusDiagnostics.java       |     126 -
 .../apache/ctakes/temporal/utils/SMOTEplus.java    |     149 -
 .../apache/ctakes/temporal/utils/SoftMaxUtil.java  |      45 -
 .../ctakes/temporal/utils/TLinkTypeArray2.java     |     497 -
 .../temporal/utils/TimeRelationConstants.java      |      35 -
 .../apache/ctakes/temporal/utils/TlinkType.java    |     279 -
 .../apache/ctakes/temporal/utils/TlinkTypeSet.java |     127 -
 .../temporal/utils/TokenPreprocForWord2Vec.java    |      40 -
 .../org/apache/ctakes/temporal/TimeLexicon.csv     |     273 -
 .../apache/ctakes/temporal/badEEContainNotes.txt   |     154 -
 .../org/apache/ctakes/temporal/gloveresult_3       |  187793 ---
 .../org/apache/ctakes/temporal/mimic_vectors.txt   |   36361 -
 .../temporal/propbank_noneventive_framesets.txt    |      75 -
 .../ctakes/temporal/section/DefaultMedSections.txt |      16 -
 .../ctakes/temporal/section/ccda_sections.txt      |      12 -
 .../ctakes/temporal/thyme_word2vec_mapped_50.vec   |   16771 -
 .../org/apache/ctakes/temporal/time_word_types.txt |     504 -
 .../org/apache/ctakes/temporal/timenorm.en.grammar |     532 -
 .../temporal/ae/BackwardsTimeAnnotatorTest.java    |      87 -
 .../ae/ContextualModalityAnnotatorTest.java        |     107 -
 .../temporal/ae/DocTimeRelAnnotatorTest.java       |     139 -
 .../ctakes/temporal/ae/EventAnnotatorTest.java     |      89 -
 .../ae/EventEventRelationAnnotatorTest.java        |     117 -
 .../ae/EventTimeRelationAnnotatorTest.java         |     117 -
 .../ctakes/temporal/ae/TemporalTest_ImplBase.java  |      26 -
 .../pipeline/DefaultRelationTemporalPipeline.piper |       8 -
 .../pipeline/DefaultTemporalPipeline.piper         |       7 -
 .../SectionedRelationTemporalPipeline.piper        |       8 -
 .../pipeline/SectionedTemporalPipeline.piper       |       8 -
 .../ctakes/temporal/pipeline/TemporalSubPipe.piper |      19 -
 .../TsDefaultRelationTemporalPipeline.piper        |       8 -
 .../pipeline/TsDefaultTemporalPipeline.piper       |       7 -
 .../TsSectionedRelationTemporalPipeline.piper      |       8 -
 .../pipeline/TsSectionedTemporalPipeline.piper     |       8 -
 .../temporal/pipeline/TsTemporalSubPipe.piper      |      19 -
 .../ctakes/temporal/scripts/keras/classify.sh      |      11 -
 .../ctakes/temporal/scripts/keras/cleartk_io.py    |     170 -
 .../ctakes/temporal/scripts/keras/dataset.py       |     154 -
 .../ctakes/temporal/scripts/keras/dima-predict.py  |      76 -
 .../scripts/keras/et_RCNN_train-and-package.py     |     152 -
 .../ctakes/temporal/scripts/keras/et_cleartk_io.py |     207 -
 .../scripts/keras/et_dimaCNN_train-and-package.py  |     117 -
 .../temporal/scripts/keras/et_neural_testCNN.py    |      88 -
 .../scripts/keras/et_neural_train-and-package.py   |      98 -
 .../keras/et_resnet_func2_train-and-package.py     |     149 -
 .../ctakes/temporal/scripts/keras/keras-predict.py |      64 -
 .../ctakes/temporal/scripts/keras/nn_models.py     |     121 -
 .../ctakes/temporal/scripts/keras/rCNN-predict.py  |     112 -
 .../apache/ctakes/temporal/scripts/keras/reqs.txt  |      10 -
 .../temporal/scripts/keras/resnet-predict.py       |      76 -
 .../apache/ctakes/temporal/scripts/keras/train.sh  |      11 -
 .../ctakes/temporal/scripts/nn-joint/classify.sh   |      12 -
 .../ctakes/temporal/scripts/nn-joint/train.sh      |       8 -
 .../apache/ctakes/temporal/scripts/nn/classify.sh  |       7 -
 .../ctakes/temporal/scripts/nn/cleartk_io.py       |     170 -
 .../ctakes/temporal/scripts/nn/cnn_classify.py     |      70 -
 .../temporal/scripts/nn/cnn_classify_hybrid.py     |      87 -
 .../temporal/scripts/nn/cnn_classify_position.py   |     103 -
 .../apache/ctakes/temporal/scripts/nn/cnn_train.py |      95 -
 .../ctakes/temporal/scripts/nn/cnn_train_hybrid.py |     115 -
 .../temporal/scripts/nn/cnn_train_position.py      |     116 -
 .../apache/ctakes/temporal/scripts/nn/dataset.py   |      77 -
 .../ctakes/temporal/scripts/nn/dataset_hybrid.py   |      95 -
 .../ctakes/temporal/scripts/nn/dataset_position.py |     112 -
 .../ctakes/temporal/scripts/nn/et_cleartk_io.py    |     207 -
 .../ctakes/temporal/scripts/nn/lstm_classify.py    |      63 -
 .../temporal/scripts/nn/lstm_classify_hybrid.py    |      81 -
 .../ctakes/temporal/scripts/nn/lstm_train.py       |      75 -
 .../temporal/scripts/nn/lstm_train_hybrid.py       |      99 -
 .../apache/ctakes/temporal/scripts/nn/nn_models.py |     121 -
 .../org/apache/ctakes/temporal/scripts/nn/reqs.txt |      10 -
 .../org/apache/ctakes/temporal/scripts/nn/train.sh |       7 -
 ctakes-tiny-rest/pom.xml                           |      62 -
 .../org/apache/ctakes/rest/filter/CORSFilter.java  |      30 -
 .../ctakes/rest/service/RestPipelineRunner.java    |      97 -
 .../apache/ctakes/rest/service/TinyController.java |      86 -
 .../rest/service/response/CuiListFormatter.java    |      31 -
 .../rest/service/response/FhirJsonFormatter.java   |      43 -
 .../service/response/PrettyPrintFormatter.java     |      60 -
 .../service/response/PropertyListFormatter.java    |      60 -
 .../rest/service/response/ResponseFormatter.java   |      25 -
 .../rest/service/response/UmlsJsonFormatter.java   |     127 -
 .../ctakes/rest/service/response/XmiFormatter.java |      59 -
 .../src/main/webapp/META-INF/MANIFEST.MF           |       3 -
 .../webapp/WEB-INF/ctakes-rest-service-servlet.xml |      16 -
 ctakes-tiny-rest/src/main/webapp/WEB-INF/web.xml   |      24 -
 ctakes-tiny-rest/src/main/webapp/css/index.css     |      33 -
 ctakes-tiny-rest/src/main/webapp/index.jsp         |      29 -
 ctakes-tiny-rest/src/main/webapp/js/app.js         |     128 -
 ctakes-tiny-rest/src/main/webapp/js/jquery.js      |       6 -
 ctakes-type-system/LICENSE                         |     202 -
 ctakes-type-system/META-INF/MANIFEST.MF            |       3 -
 ctakes-type-system/doc/CommonTypeSystem-Full.asta  |     Bin 132941 -> 0 bytes
 ctakes-type-system/doc/CommonTypeSystem.asta       |     Bin 71066 -> 0 bytes
 ctakes-type-system/metadata/install.xml            |      33 -
 ctakes-type-system/pom.xml                         |      46 -
 .../ctakes/typesystem/type/constants/CONST.java    |     227 -
 .../META-INF/org.apache.uima.fit/types.txt         |       9 -
 .../apache/ctakes/typesystem/types/TypeSystem.xml  |    2515 -
 .../typesystem/types/TypeSystemDescription.xsl     |      63 -
 ctakes-utils/LICENSE                               |     202 -
 ctakes-utils/pom.xml                               |      63 -
 .../ctakes/utils/distsem/DistanceMetrics.java      |      51 -
 .../ctakes/utils/distsem/WordEmbeddings.java       |     122 -
 .../apache/ctakes/utils/distsem/WordVector.java    |      35 -
 .../ctakes/utils/distsem/WordVectorReader.java     |      43 -
 .../ctakes/utils/env/EnvironmentVariable.java      |      77 -
 .../org/apache/ctakes/utils/kernel/Kernel.java     |      49 -
 .../apache/ctakes/utils/kernel/LinearKernel.java   |      29 -
 .../org/apache/ctakes/utils/kernel/PolyKernel.java |      96 -
 .../org/apache/ctakes/utils/kernel/RBFKernel.java  |      58 -
 .../org/apache/ctakes/utils/struct/CounterMap.java |      58 -
 .../apache/ctakes/utils/struct/CounterTreeMap.java |      61 -
 .../org/apache/ctakes/utils/test/TestUtil.java     |     223 -
 .../apache/ctakes/utils/tree/FragmentUtils.java    |      55 -
 .../org/apache/ctakes/utils/tree/SimpleTree.java   |     161 -
 .../apache/ctakes/utils/wiki/ApproximateMath.java  |      58 -
 .../ctakes/utils/wiki/ApproximateSimilarity.java   |      44 -
 .../org/apache/ctakes/utils/wiki/SearchResult.java |      34 -
 .../ctakes/utils/wiki/TestCosineSimilarity.java    |      87 -
 .../org/apache/ctakes/utils/wiki/WikiIndex.java    |     401 -
 .../ctakes/utils/xcas_comparison/Compare.java      |      52 -
 .../apache/ctakes/utils/xcas_comparison/Const.java |      62 -
 .../utils/xcas_comparison/ConvertAndCompare.java   |     126 -
 .../utils/xcas_comparison/XcasAnnotation.java      |     248 -
 .../ctakes/utils/xcas_comparison/XcasDiff.java     |     214 -
 .../ctakes/utils/xcas_comparison/XcasFile.java     |     240 -
 .../utils/xcas_comparison/XcasProcessor.java       |     186 -
 .../attributes_to_ignore.properties                |      19 -
 ...rAnnotation (for Apache UIMA and cTAKES).launch |      14 -
 .../scripts/knowtatorTools/copyKnowtatorFiles.bat  |      40 -
 .../scripts/knowtatorTools/createGroupDocs.bat     |      24 -
 .../knowtatorTools/createGroupTransform.bat        |      24 -
 .../knowtatorTools/crtNominateAndTransform.bat     |      88 -
 ctakes-web-rest/README                             |      27 -
 ctakes-web-rest/docker/Default.piper               |      20 -
 ctakes-web-rest/docker/Dockerfile                  |      41 -
 ctakes-web-rest/docker/customDictionary.xml        |      94 -
 ctakes-web-rest/docker/pom.xml                     |    1095 -
 ctakes-web-rest/docker/start_rest.sh               |      16 -
 ctakes-web-rest/pom.xml                            |     294 -
 .../org/apache/ctakes/rest/filter/CORSFilter.java  |      26 -
 .../ctakes/rest/service/CtakesRestController.java  |     128 -
 .../apache/ctakes/rest/service/CuiResponse.java    |      68 -
 .../org/apache/ctakes/rest/util/JCasFormatter.java |     175 -
 .../org/apache/ctakes/rest/util/XMLParser.java     |     237 -
 .../main/resources/META-INF/org.uimafit/types.txt  |       1 -
 .../org/apache/ctakes/assertion/all_cues.txt       |     454 -
 .../org/apache/ctakes/assertion/cue_words.txt      |     454 -
 .../ctakes/assertion/cue_words/conditional.psv     |      13 -
 .../ctakes/assertion/cue_words/hypothetical.psv    |      38 -
 .../assertion/cue_words/negation_cue_class.psv     |     149 -
 .../assertion/cue_words/not_patient_cue_list.psv   |      56 -
 .../ctakes/assertion/cue_words/speculation.psv     |     194 -
 .../org/apache/ctakes/assertion/models/cue.model   |     Bin 210763 -> 0 bytes
 .../apache/ctakes/assertion/models/featureFile11b  |      12 -
 .../org/apache/ctakes/assertion/models/generic.txt |   18227 -
 .../org/apache/ctakes/assertion/models/history.txt |   60639 -
 .../org/apache/ctakes/assertion/models/i2b2.model  |     Bin 1291335 -> 0 bytes
 .../apache/ctakes/assertion/models/polarity.txt    |   27232 -
 .../org/apache/ctakes/assertion/models/pos.model   |     Bin 11313619 -> 0 bytes
 .../org/apache/ctakes/assertion/models/scope.model |     Bin 3708431 -> 0 bytes
 .../ctakes/assertion/models/sharpPolarityFrags.txt |     545 -
 .../assertion/models/sharpUncertaintyFrags.txt     |    1263 -
 .../apache/ctakes/assertion/models/uncertainty.txt |   28375 -
 .../ctakes/assertion/semantic_classes/allergy.txt  |       6 -
 .../assertion/semantic_classes/association.txt     |      14 -
 .../ctakes/assertion/semantic_classes/avoid.txt    |       7 -
 .../ctakes/assertion/semantic_classes/cause.txt    |      41 -
 .../assertion/semantic_classes/certainty.txt       |      12 -
 .../assertion/semantic_classes/change_state.txt    |      33 -
 .../ctakes/assertion/semantic_classes/continue.txt |      14 -
 .../ctakes/assertion/semantic_classes/copular.txt  |      16 -
 .../ctakes/assertion/semantic_classes/decline.txt  |      13 -
 .../assertion/semantic_classes/def_determiner.txt  |       5 -
 .../ctakes/assertion/semantic_classes/deny.txt     |       5 -
 .../assertion/semantic_classes/disappear.txt       |      18 -
 .../ctakes/assertion/semantic_classes/evidence.txt |      43 -
 .../assertion/semantic_classes/exception.txt       |      11 -
 .../assertion/semantic_classes/experience.txt      |      17 -
 .../ctakes/assertion/semantic_classes/fail.txt     |      13 -
 .../ctakes/assertion/semantic_classes/history.txt  |       3 -
 .../semantic_classes/hypothetical_cue_list.txt     |      51 -
 .../ctakes/assertion/semantic_classes/instance.txt |       6 -
 .../ctakes/assertion/semantic_classes/stop.txt     |      63 -
 .../assertion/semantic_classes/uncertainty.txt     |     167 -
 .../apache/ctakes/assertion/types/TypeSystem.xml   |      73 -
 .../ctakes/assertion/zoner/types/TypeSystem.xml    |      66 -
 .../org/apache/ctakes/chunker/models/README        |      24 -
 .../apache/ctakes/chunker/models/chunker-model.zip |     Bin 12741542 -> 0 bytes
 .../constituency/parser/models/sharpacq-1.5.bin    |     Bin 11828394 -> 0 bytes
 .../constituency/parser/models/sharpacq-3.1.bin    |     Bin 15171061 -> 0 bytes
 .../constituency/parser/types/LabeledTree.xml      |      46 -
 .../org/apache/ctakes/core/cc/jdbc/TestBinding.xml |      58 -
 .../eclipse/spellingdictionaryforsourcecode.txt    |      27 -
 .../org/apache/ctakes/core/log4j.properties        |      41 -
 .../apache/ctakes/core/sections/ccda_sections.txt  |      45 -
 .../org/apache/ctakes/core/sentdetect/README       |     110 -
 .../apache/ctakes/core/sentdetect/mayo/sdmed.mod   |    2447 -
 .../ctakes/core/sentdetect/sample_sd_included.mod  |      85 -
 .../apache/ctakes/core/sentdetect/sd-med-model.zip |     Bin 569538 -> 0 bytes
 .../org/apache/ctakes/core/sentdetect/sdmed.mod    |    2447 -
 .../resources/org/apache/ctakes/core/template.xml  |     107 -
 .../org/apache/ctakes/core/tokenizer/README        |      31 -
 .../ctakes/core/tokenizer/hyphenated.README.mayo   |       8 -
 .../apache/ctakes/core/tokenizer/hyphenated.txt    |    3922 -
 .../ctakes/core/tokenizer/hyphenated_sample.txt    |      11 -
 .../coreference/models/anaphoricity.mayo.rbf.model |    2388 -
 .../ctakes/coreference/models/anaphoricity.model   |    1970 -
 .../coreference/models/anaphoricity.rbf.model      |    6874 -
 .../apache/ctakes/coreference/models/coref.model   |    1989 -
 .../org/apache/ctakes/coreference/models/dem.model |     455 -
 .../ctakes/coreference/models/demngramids.txt      |     969 -
 .../org/apache/ctakes/coreference/models/frags.txt |     130 -
 .../ctakes/coreference/models/index_med_5k/_3.fdt  |     Bin 139336 -> 0 bytes
 .../ctakes/coreference/models/index_med_5k/_3.fdx  |     Bin 40004 -> 0 bytes
 .../ctakes/coreference/models/index_med_5k/_3.fnm  |       1 -
 .../ctakes/coreference/models/index_med_5k/_3.frq  |   65876 -
 .../ctakes/coreference/models/index_med_5k/_3.nrm  |       1 -
 .../ctakes/coreference/models/index_med_5k/_3.prx  |  151089 --
 .../ctakes/coreference/models/index_med_5k/_3.tii  |     Bin 24286 -> 0 bytes
 .../ctakes/coreference/models/index_med_5k/_3.tis  |     Bin 1809694 -> 0 bytes
 .../ctakes/coreference/models/index_med_5k/_3.tvd  |     Bin 10004 -> 0 bytes
 .../ctakes/coreference/models/index_med_5k/_3.tvf  |     Bin 20775303 -> 0 bytes
 .../ctakes/coreference/models/index_med_5k/_3.tvx  |     Bin 80004 -> 0 bytes
 .../coreference/models/index_med_5k/segments.gen   |     Bin 20 -> 0 bytes
 .../coreference/models/index_med_5k/segments_1     |     Bin 294 -> 0 bytes
 .../ctakes/coreference/models/ne.mayo.rbf.model    |    1263 -
 .../apache/ctakes/coreference/models/ne.rbf.model  |    1427 -
 .../ctakes/coreference/models/ngramids.mayo.txt    |    2704 -
 .../apache/ctakes/coreference/models/ngramids.txt  |    4839 -
 .../apache/ctakes/coreference/models/pron.model    |     301 -
 .../coreference/models/pronngramids.mayo.txt       |     575 -
 .../ctakes/coreference/models/pronngramids.txt     |    1120 -
 .../coreference/models/pronoun.mayo.rbf.model      |      40 -
 .../ctakes/coreference/models/pronoun.rbf.model    |      48 -
 .../org/apache/ctakes/coreference/models/stop.txt  |     312 -
 .../ctakes/coreference/types/BinaryRelation.xml    |      50 -
 .../ctakes/coreference/types/BooleanLabeledFS.xml  |      46 -
 .../coreference/types/CollectionRelation.xml       |      46 -
 .../coreference/types/CoreferenceRelation.xml      |      56 -
 .../coreference/types/DiscoveryTechnique.xml       |      46 -
 .../org/apache/ctakes/coreference/types/Pair.xml   |      46 -
 .../coreference/types/PredicateArgRelation.xml     |      37 -
 .../apache/ctakes/coreference/types/Properties.xml |      46 -
 .../apache/ctakes/coreference/types/Relation.xml   |      60 -
 .../ctakes/coreference/types/RelationArgument.xml  |      56 -
 .../apache/ctakes/coreference/types/TypeSystem.xml |     110 -
 .../apache/ctakes/coreference/types/VecInst.xml    |      88 -
 .../dependency/parser/models/dependency/README     |      26 -
 .../parser/models/dependency/mayo-en-dep-1.3.0.jar |     Bin 25421526 -> 0 bytes
 .../dependency/parser/models/lemmatizer/README     |       2 -
 .../parser/models/lemmatizer/dictionary-1.3.1.jar  |     Bin 317244 -> 0 bytes
 .../parser/models/pred/mayo-en-pred-1.3.0.jar      |     Bin 460906 -> 0 bytes
 .../parser/models/role/mayo-en-role-1.3.0.jar      |     Bin 1192939 -> 0 bytes
 .../ctakes/dependency/parser/models/srl/README     |      29 -
 .../parser/models/srl/mayo-en-srl-1.3.0.jar        |     Bin 6073584 -> 0 bytes
 .../lookup/fast/ctakessnorx/ctakessnorx.properties |      17 -
 .../lookup/fast/ctakessnorx/ctakessnorx.script     |     Bin 55293173 -> 0 bytes
 .../dictionary/lookup/fast/customDictionary.xml    |      95 -
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.lck        |     Bin 16 -> 0 bytes
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.properties |       5 -
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.script     | 1348814 -----------------
 .../ctakes/drugner/lookup/LookupDesc_DrugNER.xml   |     149 -
 .../ctakes/drugner/tokenizer/hyphen_freq.txt       |    4350 -
 .../org/apache/ctakes/drugner/types/TypeSystem.xml |     313 -
 .../resources/org/apache/ctakes/lvg/2005_lemma.voc |       1 -
 .../resources/org/apache/ctakes/lvg/2005_norm.voc  |       1 -
 .../apache/ctakes/lvg/data/HSqlDb/lvg2008.backup   |     Bin 327605 -> 0 bytes
 .../org/apache/ctakes/lvg/data/HSqlDb/lvg2008.data |     Bin 1048576 -> 0 bytes
 .../ctakes/lvg/data/HSqlDb/lvg2008.properties      |      36 -
 .../apache/ctakes/lvg/data/HSqlDb/lvg2008.script   |    1983 -
 .../org/apache/ctakes/lvg/data/ReadMe.txt          |       9 -
 .../ctakes/lvg/data/Unicode/diacriticMap.data      |      84 -
 .../ctakes/lvg/data/Unicode/ligatureMap.data       |      27 -
 .../ctakes/lvg/data/Unicode/nonStripMap.data       |      62 -
 .../apache/ctakes/lvg/data/Unicode/symbolMap.data  |      99 -
 .../apache/ctakes/lvg/data/Unicode/synonymMap.data |       6 -
 .../apache/ctakes/lvg/data/Unicode/unicodeMap.data |      39 -
 .../apache/ctakes/lvg/data/config/lvg.properties   |      98 -
 .../ctakes/lvg/data/config/lvg.properties.TEMPLATE |      67 -
 .../ctakes/lvg/data/config/lvg.properties.hsql     |      74 -
 .../ctakes/lvg/data/misc/conjunctionWord.data      |     107 -
 .../apache/ctakes/lvg/data/misc/nonInfoWords.data  |       9 -
 .../org/apache/ctakes/lvg/data/misc/removeS.data   |      36 -
 .../org/apache/ctakes/lvg/data/misc/stopWords.data |      14 -
 .../ctakes/lvg/data/misc/symbolSynonyms.data       |       4 -
 .../org/apache/ctakes/lvg/data/rules/dm.rul        |    1036 -
 .../apache/ctakes/lvg/data/rules/exceptionD.data   |     Bin 33843 -> 0 bytes
 .../apache/ctakes/lvg/data/rules/exceptionI.data   |     Bin 3516 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/im.rul        |     151 -
 .../org/apache/ctakes/lvg/data/rules/plural.rul    |      36 -
 .../org/apache/ctakes/lvg/data/rules/ruleD.data    |     Bin 9862 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/ruleI.data    |     Bin 8760 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/trieD.data    |     Bin 5662 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/trieI.data    |     Bin 5016 -> 0 bytes
 .../org/apache/ctakes/lvg/data/rules/verbinfl.rul  |      79 -
 .../ctakes/necontexts/desc/NegationAnnotator.xml   |     160 -
 .../lookup/radiology/ExamTitleWords.txt            |      79 -
 .../lookup/radiology/ExamsForPAD.csv               |     192 -
 .../lookup/radiology/LookupDesc_PAD.xml            |      81 -
 .../padtermspotter/lookup/radiology/StopWords.txt  |     370 -
 .../lookup/radiology/pad_anatomical_sites.csv      |      76 -
 .../lookup/radiology/pad_disorders.csv             |      84 -
 .../ctakes/padtermspotter/lvg/2005_lemma.voc       |       1 -
 .../apache/ctakes/padtermspotter/lvg/2005_norm.voc |       1 -
 .../ctakes/padtermspotter/lvg/data/IDB/sample.prp  |     365 -
 .../lvg/data/IDB/system/$db$types.tbl              |     Bin 1580 -> 0 bytes
 .../lvg/data/IDB/system/sample$db$Cols.tbl         |     Bin 64117 -> 0 bytes
 .../lvg/data/IDB/system/sample$db$Indexes.tbl      |     Bin 165 -> 0 bytes
 .../lvg/data/IDB/system/sample$db$Tables.tbl       |     Bin 17804 -> 0 bytes
 .../ctakes/padtermspotter/lvg/data/ReadMe.txt      |       9 -
 .../padtermspotter/lvg/data/config/lvg.properties  |      87 -
 .../lvg/data/config/lvg.properties.windows         |      68 -
 .../lvg/data/misc/conjunctionWord.data             |     107 -
 .../padtermspotter/lvg/data/misc/diacritics.data   |       5 -
 .../padtermspotter/lvg/data/misc/ligatures.data    |       7 -
 .../padtermspotter/lvg/data/misc/nonInfoWords.data |       9 -
 .../padtermspotter/lvg/data/misc/stopWords.data    |      14 -
 .../lvg/data/misc/symbolSynonyms.data              |       4 -
 .../ctakes/padtermspotter/lvg/data/rules/dm.rul    |    1036 -
 .../padtermspotter/lvg/data/rules/exceptionD.data  |     Bin 33843 -> 0 bytes
 .../padtermspotter/lvg/data/rules/exceptionI.data  |     Bin 3516 -> 0 bytes
 .../ctakes/padtermspotter/lvg/data/rules/im.rul    |     151 -
 .../padtermspotter/lvg/data/rules/plural.rul       |      36 -
 .../padtermspotter/lvg/data/rules/ruleD.data       |     Bin 9862 -> 0 bytes
 .../padtermspotter/lvg/data/rules/ruleI.data       |     Bin 8760 -> 0 bytes
 .../padtermspotter/lvg/data/rules/trieD.data       |     Bin 5662 -> 0 bytes
 .../padtermspotter/lvg/data/rules/trieI.data       |     Bin 5016 -> 0 bytes
 .../padtermspotter/lvg/data/rules/verbinfl.rul     |      79 -
 .../padtermspotter/negation/boundaryData.txt       |      23 -
 .../padtermspotter/sentenceDetector/sdmed.mod      |    2983 -
 .../padtermspotter/tokenizer/hyphen_freq.txt       |    4275 -
 .../ctakes/padtermspotter/types/TypeSystem.xml     |     158 -
 .../org/apache/ctakes/postagger/models/README      |      27 -
 .../models/clearnlp/mayo-en-pos-1.3.0.jar          |     Bin 8153223 -> 0 bytes
 .../apache/ctakes/postagger/models/mayo-pos.zip    |     Bin 3640880 -> 0 bytes
 .../ctakes/preprocessor/cda/NotesIIST_RTF.DTD      |    1413 -
 .../preprocessor/tokenizer/hyphenated.README.mayo  |       8 -
 .../ctakes/preprocessor/tokenizer/hyphenated.txt   |    3922 -
 .../preprocessor/tokenizer/hyphenated_sample.txt   |      11 -
 .../ctakes/relationextractor/frags_nolex_args.txt  |     273 -
 .../relationextractor/models/degree_of/model.jar   |     Bin 2675443 -> 0 bytes
 .../relationextractor/models/location_of/model.jar |     Bin 2835774 -> 0 bytes
 .../models/modifier_extractor/model.jar            |     Bin 292358 -> 0 bytes
 .../sideeffect/classifier/libsvm_model_onWholeSet  |     798 -
 .../sideeffect/data/sentenceLevelMetaKeywords.txt  |      21 -
 .../sideeffect/lookup/LookupDesc_sideEffect.xml    |     262 -
 .../lookup/LookupDesc_sideEffectUMLS.xml           |     263 -
 .../sideeffect/lookup/additionalNE_dictionary.csv  |     124 -
 .../sideeffect/lookup/sideEffect_dictionary.txt    |      46 -
 .../apache/ctakes/sideeffect/types/TypeSystem.xml  |      80 -
 .../ArtificialSentenceAnnotator.xml                |      94 -
 .../KuRuleBasedClassifierAnnotator.xml             |      86 -
 .../PcsClassifierAnnotator_libsvm.xml              |     136 -
 .../ProductionPostSentenceAggregate_step1.xml      |      66 -
 ...roductionPostSentenceAggregate_step2_libsvm.xml |      52 -
 .../analysis_engine/SentenceAdjuster.xml           |     111 -
 .../SmokingStatusDictionaryLookupAnnotator.xml     |     118 -
 .../ctakes/smokingstatus/data/KU/keywords.txt      |      21 -
 .../ctakes/smokingstatus/data/KU/unknown_words.txt |       2 -
 .../ctakes/smokingstatus/data/PCS/keywords_PCS.txt |      81 -
 .../smokingstatus/data/PCS/pcs_libsvm-2.91.model   |     129 -
 .../smokingstatus/data/PCS/stopwords_PCS.txt       |       3 -
 .../data/SmokingStatusLookupConfig.xml             |      67 -
 .../smokingstatus/data/context/boundaryData.txt    |      22 -
 .../data/context/negationContradictionWords.txt    |       8 -
 .../ctakes/smokingstatus/data/nonsmoker.dictionary |       4 -
 .../ctakes/smokingstatus/data/smoker.dictionary    |      15 -
 .../ctakes/smokingstatus/types/TypeSystem.xml      |     190 -
 .../temporal/ae/eventevent/20150630/model.jar      |     Bin 2341986 -> 0 bytes
 .../temporal/ae/eventtime/20150629/model.jar       |     Bin 2226769 -> 0 bytes
 .../org/mitre/medfacts/uima/mayo_sections.xml      |     408 -
 .../mitre/medfacts/uima/section_regex.04162012.xml |     641 -
 .../mitre/medfacts/uima/section_regex.06162011.xml |     604 -
 .../org/mitre/medfacts/uima/section_regex.out.xml  |       0
 .../org/mitre/medfacts/uima/section_regex.xml      |     924 -
 .../org/mitre/medfacts/uima/section_regex.xml.bak2 |     646 -
 .../pipers/AdvancedTokenizerPipeline.piper         |      24 -
 .../resources/pipers/AttributeCleartkSubPipe.piper |      19 -
 .../src/main/resources/pipers/ChunkerSubPipe.piper |       5 -
 .../src/main/resources/pipers/CorefSubPipe.piper   |      10 -
 .../src/main/resources/pipers/Default.piper        |      20 -
 .../main/resources/pipers/DictionarySubPipe.piper  |      10 -
 .../src/main/resources/pipers/Full.piper           |      17 -
 .../main/resources/pipers/TemporalSubPipe.piper    |      19 -
 .../pipers/TsAttributeCleartkSubPipe.piper         |      19 -
 .../main/resources/pipers/TsChunkerSubPipe.piper   |       5 -
 .../pipers/TsDefaultTokenizerPipeline.piper        |       5 -
 .../resources/pipers/TsDictionarySubPipe.piper     |      10 -
 .../src/main/webapp/META-INF/MANIFEST.MF           |       3 -
 .../webapp/WEB-INF/ctakes-rest-service-servlet.xml |      16 -
 ctakes-web-rest/src/main/webapp/WEB-INF/web.xml    |      24 -
 ctakes-web-rest/src/main/webapp/index.jsp          |      19 -
 ctakes-web-rest/src/main/webapp/js/app.js          |      23 -
 ctakes-web-rest/src/main/webapp/js/jquery.js       |       6 -
 ctakes-ytex-uima/LICENSE                           |     202 -
 ctakes-ytex-uima/README                            |      14 -
 .../AggregatePlaintextUMLSProcessor.xml            |     278 -
 .../AggregatePlaintextUMLSProcessorMinimal.xml     |     250 -
 .../desc/analysis_engine/DBConsumer.xml            |     168 -
 .../desc/analysis_engine/DateAnnotator.xml         |      54 -
 .../analysis_engine/DictionaryLookupAnnotator.xml  |     156 -
 .../analysis_engine/MetaMapToCTakesAnnotator.xml   |      79 -
 .../analysis_engine/NamedEntityRegexAnnotator.xml  |      54 -
 .../desc/analysis_engine/NegexAnnotator.xml        |      76 -
 .../desc/analysis_engine/SegmentRegexAnnotator.xml |      55 -
 .../SenseDisambiguatorAnnotator.xml                |      71 -
 .../analysis_engine/SentenceDetectorAnnotator.xml  |      80 -
 .../desc/analysis_engine/YTEXPipeline.xml          |     182 -
 .../desc/collection_reader/DBCollectionReader.xml  |     112 -
 ctakes-ytex-uima/desc/cpe/fracture_demo.xml        |      70 -
 ctakes-ytex-uima/desc/cpe/test_plaintext.xml       |      64 -
 ctakes-ytex-uima/pom.xml                           |     297 -
 .../ctakes/ytex/tools/DBAnnotationViewerMain.java  |     931 -
 .../java/org/apache/ctakes/ytex/tools/DBPing.java  |      84 -
 .../org/apache/ctakes/ytex/tools/ExportCAS.java    |     104 -
 .../java/org/apache/ctakes/ytex/tools/RunCPE.java  |     239 -
 .../ctakes/ytex/tools/SetupAuiFirstWord.java       |     330 -
 .../docanalyzer/DBAnnotationViewerDialog.java      |     757 -
 .../ctakes/ytex/uima/ApplicationContextHolder.java |      87 -
 .../ctakes/ytex/uima/DBCollectionReader.java       |     292 -
 .../ctakes/ytex/uima/annotators/DBConsumer.java    |     151 -
 .../ctakes/ytex/uima/annotators/DateAnnotator.java |     105 -
 .../uima/annotators/MetaMapToCTakesAnnotator.java  |     298 -
 .../uima/annotators/NamedEntityRegexAnnotator.java |     147 -
 .../ytex/uima/annotators/NegexAnnotator.java       |     776 -
 .../uima/annotators/SegmentRegexAnnotator.java     |     183 -
 .../annotators/SenseDisambiguatorAnnotator.java    |     228 -
 .../ytex/uima/annotators/SentenceDetector.java     |     483 -
 .../ctakes/ytex/uima/annotators/SentenceSpan.java  |     359 -
 .../apache/ctakes/ytex/uima/dao/DocumentDao.java   |      40 -
 .../ctakes/ytex/uima/dao/DocumentDaoImpl.java      |      50 -
 .../ctakes/ytex/uima/dao/NamedEntityRegexDao.java  |      35 -
 .../ytex/uima/dao/NamedEntityRegexDaoImpl.java     |      43 -
 .../ctakes/ytex/uima/dao/SegmentRegexDao.java      |      39 -
 .../ctakes/ytex/uima/dao/SegmentRegexDaoImpl.java  |      42 -
 .../ae/FirstTokenPermLookupInitializerImpl.java    |     315 -
 .../ae/StemmedLookupAnnotationToJCasAdapter.java   |      80 -
 .../ctakes/ytex/uima/mapper/AnnoMappingInfo.java   |     156 -
 .../ctakes/ytex/uima/mapper/ColumnMappingInfo.java |     146 -
 .../ytex/uima/mapper/DocumentMapperService.java    |      39 -
 .../uima/mapper/DocumentMapperServiceImpl.java     |    1550 -
 .../ctakes/ytex/uima/mapper/ISO8601Converter.java  |      65 -
 .../ctakes/ytex/uima/mapper/MapperConfig.java      |      74 -
 .../ytex/uima/model/AnnotationContainmentLink.java |      74 -
 .../apache/ctakes/ytex/uima/model/BooleanUtil.java |      47 -
 .../apache/ctakes/ytex/uima/model/Document.java    |     142 -
 .../ctakes/ytex/uima/model/DocumentAnnotation.java |      97 -
 .../ctakes/ytex/uima/model/DocumentClass.java      |      81 -
 .../ctakes/ytex/uima/model/NamedEntityRegex.java   |     109 -
 .../ctakes/ytex/uima/model/SegmentRegex.java       |      92 -
 .../apache/ctakes/ytex/uima/model/UimaType.java    |      92 -
 .../InitableJdbcConnectionResourceImpl.java        |     181 -
 .../org/apache/ctakes/ytex/types/TypeSystem.xml    |      79 -
 .../ctakes/ytex/tools/SetupAuiFirstWordTest.java   |      33 -
 .../org/apache/ctakes/ytex/uima/TestUtils.java     |     100 -
 .../uima/annotators/DBCollectionReaderTest.java    |      55 -
 .../ytex/uima/annotators/DBConsumerTest.java       |     152 -
 .../ytex/uima/annotators/DateAnnotatorTest.java    |     147 -
 .../annotators/DictionaryLookupAnnotatorTest.java  |     138 -
 .../ytex/uima/annotators/NamedEntityRegexTest.java |      77 -
 .../ytex/uima/annotators/SegmentRegexTest.java     |      90 -
 .../SenseDisambiguatorAnnotatorTest.java           |     149 -
 .../ytex/uima/annotators/SentenceDetectorTest.java |      85 -
 .../uima/annotators/SparseDataExporterTest.java    |     143 -
 .../src/test/resources/log4j.properties            |      44 -
 ctakes-ytex-web/README.txt                         |      17 -
 ctakes-ytex-web/pom.xml                            |     206 -
 .../ctakes/ytex/web/search/ConceptFirstWord.java   |      63 -
 .../ctakes/ytex/web/search/ConceptLookupBean.java  |     234 -
 .../ytex/web/search/ConceptSearchService.java      |      49 -
 .../ytex/web/search/ConceptSearchServiceImpl.java  |     170 -
 .../ytex/web/search/DocumentSearchResult.java      |      93 -
 .../ytex/web/search/DocumentSearchService.java     |      64 -
 .../ytex/web/search/DocumentSearchServiceImpl.java |     204 -
 .../ctakes/ytex/web/search/DocumentViewBean.java   |     121 -
 .../ytex/web/search/FullTextDocumentViewBean.java  |      66 -
 .../ctakes/ytex/web/search/FullTextSearchBean.java |      67 -
 .../ctakes/ytex/web/search/SearchConfigBean.java   |      38 -
 .../ctakes/ytex/web/search/SemanticSearchBean.java |     301 -
 .../ctakes/ytex/web/search/SemanticSimBean.java    |     368 -
 .../ytex/web/search/SemanticSimRegistryBean.java   |      65 -
 .../ytex/web/search/SemanticSimServiceBean.java    |      54 -
 .../ytex/ws/ConceptSimilarityRestService.java      |      51 -
 .../ytex/ws/ConceptSimilarityWebService.java       |      51 -
 .../ytex/ws/ConceptSimilarityWebServiceImpl.java   |     117 -
 .../org/apache/ctakes/ytex/ws/SimServiceInfo.java  |      48 -
 .../src/main/webapp/WEB-INF/applicationContext.xml |      30 -
 .../src/main/webapp/WEB-INF/faces-config.xml       |     110 -
 .../main/webapp/WEB-INF/inc-content/header.xhtml   |      48 -
 .../WEB-INF/inc-templates/commonLayout.xhtml       |      55 -
 ctakes-ytex-web/src/main/webapp/WEB-INF/web.xml    |     107 -
 ctakes-ytex-web/src/main/webapp/about.xhtml        |      56 -
 .../src/main/webapp/css/images/banner_bg.gif       |     Bin 568 -> 0 bytes
 .../main/webapp/css/images/banner_hdr_address.jpg  |     Bin 10381 -> 0 bytes
 .../src/main/webapp/css/images/banner_logo.jpg     |     Bin 8670 -> 0 bytes
 .../src/main/webapp/css/images/bgslice_footer.gif  |     Bin 282 -> 0 bytes
 .../src/main/webapp/css/images/bgslice_footer.jpg  |     Bin 17899 -> 0 bytes
 .../src/main/webapp/css/images/blue004.jpg         |     Bin 2846 -> 0 bytes
 .../src/main/webapp/css/images/footer_faces.jpg    |     Bin 34335 -> 0 bytes
 .../src/main/webapp/css/images/images.jpg          |     Bin 476 -> 0 bytes
 ctakes-ytex-web/src/main/webapp/css/mainscript.css |      62 -
 ctakes-ytex-web/src/main/webapp/css/menuStyle.css  |      50 -
 .../src/main/webapp/images/blue-fade-bkgnd.gif     |     Bin 1496 -> 0 bytes
 .../src/main/webapp/images/blue-header-fade.gif    |     Bin 474 -> 0 bytes
 .../src/main/webapp/images/button_bkgnd.gif        |     Bin 1030 -> 0 bytes
 .../src/main/webapp/images/button_bkgnd2.gif       |     Bin 1027 -> 0 bytes
 .../webapp/images/complete-address-button-dis.gif  |     Bin 1663 -> 0 bytes
 .../main/webapp/images/complete-address-button.gif |     Bin 1969 -> 0 bytes
 .../src/main/webapp/images/ctakes_logo.jpg         |     Bin 14182 -> 0 bytes
 ctakes-ytex-web/src/main/webapp/images/debug.gif   |     Bin 546 -> 0 bytes
 ctakes-ytex-web/src/main/webapp/images/favicon.ico |     Bin 1406 -> 0 bytes
 .../src/main/webapp/images/hide-notes-button.gif   |     Bin 1851 -> 0 bytes
 .../webapp/images/new-address-button-disabled.gif  |     Bin 1703 -> 0 bytes
 .../src/main/webapp/images/new-address-button.gif  |     Bin 1972 -> 0 bytes
 .../src/main/webapp/images/reset-button.gif        |     Bin 813 -> 0 bytes
 .../src/main/webapp/images/status_alert.gif        |     Bin 546 -> 0 bytes
 .../src/main/webapp/images/status_blank.gif        |     Bin 821 -> 0 bytes
 .../src/main/webapp/images/status_progress.gif     |     Bin 1613 -> 0 bytes
 .../src/main/webapp/images/view-notes-button.gif   |     Bin 1906 -> 0 bytes
 .../src/main/webapp/images/ysm_home_banner.gif     |     Bin 4474 -> 0 bytes
 .../src/main/webapp/images/ysm_logo_print.gif      |     Bin 4465 -> 0 bytes
 .../src/main/webapp/images/ysm_logo_print.png      |     Bin 8760 -> 0 bytes
 ctakes-ytex-web/src/main/webapp/index.jsp          |      31 -
 .../src/main/webapp/metricCheckboxes.xhtml         |      61 -
 .../src/main/webapp/semanticSearch.xhtml           |     176 -
 ctakes-ytex-web/src/main/webapp/semanticSim.xhtml  |     162 -
 .../src/main/webapp/semanticSimMulti.xhtml         |     124 -
 ctakes-ytex-web/src/main/webapp/timeout.jsp        |      37 -
 ctakes-ytex-web/src/main/webapp/viewDocument.xhtml |      56 -
 ctakes-ytex/LICENSE                                |     202 -
 ctakes-ytex/README                                 |      83 -
 ctakes-ytex/pom.xml                                |     396 -
 ctakes-ytex/scripts/build-classpath.xml            |     130 -
 ctakes-ytex/scripts/build-nonasf.xml               |      82 -
 ctakes-ytex/scripts/build-setup.xml                |     151 -
 ctakes-ytex/scripts/data/build.xml                 |     602 -
 ctakes-ytex/scripts/data/conn.xml.template         |      10 -
 .../scripts/data/examples/fracture_demo.txt        |      31 -
 .../scripts/data/examples/fracture_demo.xml        |      31 -
 .../scripts/data/hsql/kernel/create_tables.sql     |     269 -
 .../scripts/data/hsql/kernel/drop_tables.sql       |      40 -
 .../scripts/data/hsql/kernel/ic_copy.template.sql  |      40 -
 ctakes-ytex/scripts/data/hsql/kernel/ic_create.sql |      27 -
 .../scripts/data/hsql/uima/create_document.sql     |     227 -
 .../scripts/data/hsql/uima/create_reference.sql    |      64 -
 ctakes-ytex/scripts/data/hsql/uima/create_view.sql |      71 -
 .../scripts/data/hsql/uima/drop_document.sql       |      51 -
 .../scripts/data/hsql/uima/drop_reference.sql      |      26 -
 ctakes-ytex/scripts/data/hsql/uima/drop_view.sql   |      30 -
 .../scripts/data/hsql/uima/fracture_demo.sql       |      20 -
 .../scripts/data/hsql/umls/create_indices.sql      |      21 -
 .../scripts/data/hsql/umls/create_tables.sql       |      28 -
 ctakes-ytex/scripts/data/hsql/umls/create_view.sql |      27 -
 ctakes-ytex/scripts/data/hsql/umls/drop_tables.sql |      20 -
 ctakes-ytex/scripts/data/hsql/umls/drop_view.sql   |      22 -
 ctakes-ytex/scripts/data/hsql/umls/import_umls.sql |      57 -
 ctakes-ytex/scripts/data/hsql/umls/index_umls.sql  |      39 -
 ctakes-ytex/scripts/data/hsql/umls/index_view.sql  |      22 -
 ctakes-ytex/scripts/data/hsql/umls/insert_view.sql |      52 -
 .../data/mssql/esld/abs/create_abstraction.sql     |     134 -
 .../scripts/data/mssql/esld/abs/create_sp.sql      |      46 -
 .../data/mssql/esld/abs/drop_abstraction.sql       |      24 -
 .../scripts/data/mssql/esld/create_document.sql    |      20 -
 .../scripts/data/mssql/esld/create_view.sql        |      87 -
 .../scripts/data/mssql/esld/insert_reference.sql   |      84 -
 .../mssql/esld/postprocessing/classifyDocs.bat     |      25 -
 .../mssql/esld/postprocessing/classify_ascites.sql |      82 -
 .../esld/postprocessing/classify_livermass.sql     |     137 -
 .../esld/postprocessing/classify_radiology.sql     |     309 -
 .../mssql/esld/postprocessing/classify_varices.sql |     122 -
 .../data/mssql/esld/postprocessing/create_view.sql |      78 -
 .../esld/postprocessing/delete_analysis_batch.sql  |     100 -
 .../postprocessing/insert_radiology_review.sql     |      34 -
 .../mssql/esld/postprocessing/link_documents.sql   |      58 -
 .../mssql/esld/postprocessing/mark_duplicates.sql  |      70 -
 .../esld/postprocessing/runPostProcessing.bat      |      23 -
 .../postprocessing/runScriptOnAnalysisBatch.bat    |      24 -
 .../mssql/esld/postprocessing/score_report.sql     |     125 -
 .../mssql/esld/postprocessing/score_report_all.sql |     119 -
 .../scripts/data/mssql/kernel/create_tables.sql    |     259 -
 .../scripts/data/mssql/kernel/drop_tables.sql      |     109 -
 .../scripts/data/mssql/uima/create_document.sql    |     274 -
 .../scripts/data/mssql/uima/create_reference.sql   |      65 -
 .../scripts/data/mssql/uima/create_view.sql        |      78 -
 .../scripts/data/mssql/uima/drop_document.sql      |      96 -
 .../scripts/data/mssql/uima/drop_reference.sql     |      46 -
 ctakes-ytex/scripts/data/mssql/uima/drop_view.sql  |      35 -
 .../scripts/data/mssql/uima/fracture_demo.sql      |      20 -
 .../scripts/data/mssql/umls/create_indices.sql     |      22 -
 .../scripts/data/mssql/umls/create_tables.sql      |      26 -
 .../scripts/data/mssql/umls/create_view.sql        |      28 -
 .../scripts/data/mssql/umls/drop_tables.sql        |      23 -
 ctakes-ytex/scripts/data/mssql/umls/drop_view.sql  |      26 -
 .../scripts/data/mssql/umls/import_umls.sql        |      59 -
 ctakes-ytex/scripts/data/mssql/umls/index_umls.sql |      36 -
 ctakes-ytex/scripts/data/mssql/umls/index_view.sql |      21 -
 .../scripts/data/mssql/umls/insert_view.sql        |      54 -
 ctakes-ytex/scripts/data/mssql/umls/mssql_drop.sql |     178 -
 .../scripts/data/mssql/umls/mssql_indexes.sql      |     168 -
 .../scripts/data/mssql/umls/mssql_net_tables.sql   |      73 -
 .../scripts/data/mssql/umls/mssql_tables.sql       |     533 -
 ctakes-ytex/scripts/data/mssql/umls/readme.txt     |      13 -
 .../scripts/data/mysql/kernel/create_tables.sql    |     252 -
 .../scripts/data/mysql/kernel/drop_tables.sql      |      40 -
 .../scripts/data/mysql/kernel/ic_copy.template.sql |      40 -
 .../scripts/data/mysql/kernel/ic_create.sql        |      27 -
 .../scripts/data/mysql/snomedct/create_tables.sql  |      63 -
 .../data/mysql/snomedct/create_tables_full.sql     |      63 -
 .../scripts/data/mysql/snomedct/index_tables.sql   |      30 -
 .../data/mysql/snomedct/index_tables_full.sql      |      30 -
 .../scripts/data/mysql/uima/create_document.sql    |     245 -
 .../scripts/data/mysql/uima/create_reference.sql   |      70 -
 .../scripts/data/mysql/uima/create_view.sql        |      71 -
 .../scripts/data/mysql/uima/delete_orphan.sql      |     102 -
 .../scripts/data/mysql/uima/drop_document.sql      |      51 -
 .../scripts/data/mysql/uima/drop_reference.sql     |      26 -
 ctakes-ytex/scripts/data/mysql/uima/drop_view.sql  |      30 -
 .../scripts/data/mysql/uima/fracture_demo.sql      |      20 -
 .../scripts/data/mysql/umls/create_indices.sql     |      21 -
 .../scripts/data/mysql/umls/create_tables.sql      |      28 -
 .../scripts/data/mysql/umls/create_view.sql        |      27 -
 .../scripts/data/mysql/umls/drop_tables.sql        |      20 -
 ctakes-ytex/scripts/data/mysql/umls/drop_view.sql  |      22 -
 .../scripts/data/mysql/umls/import_umls.sql        |      57 -
 ctakes-ytex/scripts/data/mysql/umls/index_umls.sql |      39 -
 ctakes-ytex/scripts/data/mysql/umls/index_view.sql |      22 -
 .../data/mysql/umls/insert_view.template.sql       |      56 -
 ctakes-ytex/scripts/data/mysql/umls/readme.txt     |     116 -
 .../data/mysql/util/update_anno_contain.sql        |      46 -
 .../scripts/data/orcl/kernel/create_tables.sql     |      55 -
 .../scripts/data/orcl/kernel/create_tables_trg.sql |      44 -
 .../scripts/data/orcl/kernel/drop_tables.sql       |      38 -
 ctakes-ytex/scripts/data/orcl/test/createdb.sql    |      20 -
 .../scripts/data/orcl/uima/create_document.sql     |     284 -
 .../scripts/data/orcl/uima/create_document_trg.sql |      51 -
 .../scripts/data/orcl/uima/create_reference.sql    |      80 -
 .../data/orcl/uima/create_reference_trg.sql        |      36 -
 ctakes-ytex/scripts/data/orcl/uima/create_view.sql |      74 -
 .../scripts/data/orcl/uima/drop_document.sql       |      76 -
 .../scripts/data/orcl/uima/drop_reference.sql      |      34 -
 ctakes-ytex/scripts/data/orcl/uima/drop_view.sql   |      23 -
 .../scripts/data/orcl/uima/fracture_demo.sql       |      20 -
 .../scripts/data/orcl/umls/create_indices.sql      |      21 -
 .../scripts/data/orcl/umls/create_tables.sql       |      27 -
 ctakes-ytex/scripts/data/orcl/umls/create_view.sql |      28 -
 ctakes-ytex/scripts/data/orcl/umls/drop_tables.sql |      23 -
 ctakes-ytex/scripts/data/orcl/umls/drop_view.sql   |      25 -
 ctakes-ytex/scripts/data/orcl/umls/import_umls.sql |      50 -
 ctakes-ytex/scripts/data/orcl/umls/index_umls.sql  |      42 -
 ctakes-ytex/scripts/data/orcl/umls/index_view.sql  |      22 -
 .../data/orcl/umls/insert_view.template.sql        |      52 -
 ctakes-ytex/scripts/data/ref_uima_type.txt         |      38 -
 ctakes-ytex/scripts/data/ref_uima_type.xml         |      29 -
 ctakes-ytex/scripts/data/snomedct/sct2_concept.xml |      31 -
 .../scripts/data/snomedct/sct2_description.xml     |      40 -
 .../scripts/data/snomedct/sct2_relationship.xml    |      36 -
 .../scripts/data/snomedct/sct2f_concept.xml        |      31 -
 .../scripts/data/snomedct/sct2f_description.xml    |      40 -
 .../scripts/data/snomedct/sct2f_relationship.xml   |      36 -
 ctakes-ytex/scripts/data/stopword.txt              |     360 -
 ctakes-ytex/scripts/data/stopword.xml              |      27 -
 ctakes-ytex/scripts/data/umls/AMBIGLUI.xml         |      28 -
 ctakes-ytex/scripts/data/umls/AMBIGSUI.xml         |      28 -
 ctakes-ytex/scripts/data/umls/MRAUI.xml            |      35 -
 ctakes-ytex/scripts/data/umls/MRCOC.xml            |      35 -
 ctakes-ytex/scripts/data/umls/MRCOLS.xml           |      34 -
 ctakes-ytex/scripts/data/umls/MRCONSO.RRF          |    2822 -
 ctakes-ytex/scripts/data/umls/MRCONSO.xml          |      44 -
 ctakes-ytex/scripts/data/umls/MRCUI.xml            |      33 -
 ctakes-ytex/scripts/data/umls/MRDEF.xml            |      34 -
 ctakes-ytex/scripts/data/umls/MRDOC.xml            |      30 -
 ctakes-ytex/scripts/data/umls/MRFILES.xml          |      32 -
 ctakes-ytex/scripts/data/umls/MRHIER.xml           |      35 -
 ctakes-ytex/scripts/data/umls/MRHIST.xml           |      35 -
 ctakes-ytex/scripts/data/umls/MRMAP.xml            |      52 -
 ctakes-ytex/scripts/data/umls/MRRANK.xml           |      30 -
 ctakes-ytex/scripts/data/umls/MRREL.xml            |      42 -
 ctakes-ytex/scripts/data/umls/MRSAB.xml            |      51 -
 ctakes-ytex/scripts/data/umls/MRSAT.xml            |      39 -
 ctakes-ytex/scripts/data/umls/MRSMAP.xml           |      37 -
 ctakes-ytex/scripts/data/umls/MRSTY.RRF            |     418 -
 ctakes-ytex/scripts/data/umls/MRSTY.xml            |      32 -
 ctakes-ytex/scripts/data/umls/MRXNS_ENG.xml        |      31 -
 ctakes-ytex/scripts/data/umls/MRXNW_ENG.xml        |      31 -
 ctakes-ytex/scripts/data/umls/MRXW_ENG.xml         |      31 -
 ctakes-ytex/scripts/data/umls/SRDEF.xml            |      36 -
 ctakes-ytex/scripts/data/umls/SRFIL.xml            |      32 -
 ctakes-ytex/scripts/data/umls/SRFLD.xml            |      30 -
 ctakes-ytex/scripts/data/umls/SRSTR.xml            |      30 -
 ctakes-ytex/scripts/data/umls/SRSTRE1.xml          |      29 -
 ctakes-ytex/scripts/data/umls/SRSTRE2.xml          |      29 -
 ctakes-ytex/scripts/data/umls/umls_aui_fword.txt   |    2822 -
 ctakes-ytex/scripts/data/umls/umls_aui_fword.xml   |      31 -
 ctakes-ytex/scripts/data/umls/umls_tty.txt         |     309 -
 .../scripts/data/umls/v_snomed_fword_lookup.txt    |    2733 -
 .../scripts/data/umls/v_snomed_fword_lookup.xml    |      32 -
 ctakes-ytex/scripts/dbannotationviewer.bat         |      23 -
 ctakes-ytex/src/assemble/dist.xml                  |      46 -
 ctakes-ytex/src/main/java/META-INF/MANIFEST.MF     |       3 -
 .../src/main/java/org/apache/ctakes/jdl/App.java   |      31 -
 .../main/java/org/apache/ctakes/jdl/AppJdl.java    |     118 -
 .../main/java/org/apache/ctakes/jdl/AppMain.java   |      93 -
 .../org/apache/ctakes/jdl/common/FileUtil.java     |      97 -
 .../org/apache/ctakes/jdl/common/PropFile.java     |      72 -
 .../apache/ctakes/jdl/common/PropertiesFile.java   |      85 -
 .../org/apache/ctakes/jdl/common/Singleton.java    |      41 -
 .../org/apache/ctakes/jdl/common/package-info.java |      23 -
 .../apache/ctakes/jdl/data/base/JdlConnection.java |     156 -
 .../apache/ctakes/jdl/data/base/package-info.java  |      23 -
 .../apache/ctakes/jdl/data/loader/CsvLoader.java   |     257 -
 .../org/apache/ctakes/jdl/data/loader/Loader.java  |      54 -
 .../apache/ctakes/jdl/data/loader/XmlLoader.java   |     137 -
 .../ctakes/jdl/data/loader/package-info.java       |      23 -
 .../org/apache/ctakes/jdl/data/xml/DomParser.java  |      92 -
 .../org/apache/ctakes/jdl/data/xml/DomUtil.java    |     154 -
 .../org/apache/ctakes/jdl/data/xml/SaxParser.java  |     150 -
 .../org/apache/ctakes/jdl/data/xml/SchemaUtil.java |     109 -
 .../org/apache/ctakes/jdl/data/xml/Validation.java |     163 -
 .../jdl/data/xml/jaxb/ObjectFactoryBind.java       |      76 -
 .../jdl/data/xml/jaxb/ObjectFactoryUtil.java       |     121 -
 .../ctakes/jdl/data/xml/jaxb/package-info.java     |      23 -
 .../apache/ctakes/jdl/data/xml/package-info.java   |      23 -
 .../java/org/apache/ctakes/jdl/package-info.java   |      28 -
 .../apache/ctakes/util/JdbcOperationsHelper.java   |      49 -
 .../org/apache/ctakes/ytex/KernelLauncher.java     |     228 -
 .../apache/ctakes/ytex/R/RGramMatrixExporter.java  |      28 -
 .../ctakes/ytex/R/RGramMatrixExporterImpl.java     |     348 -
 .../java/org/apache/ctakes/ytex/dao/DBUtil.java    |     118 -
 .../ytex/kernel/AbstractBagOfWordsExporter.java    |     244 -
 .../apache/ctakes/ytex/kernel/BagOfWordsData.java  |     148 -
 .../ctakes/ytex/kernel/BagOfWordsDecorator.java    |      40 -
 .../ctakes/ytex/kernel/BagOfWordsExporter.java     |      43 -
 .../kernel/BaseClassifierEvaluationParser.java     |     394 -
 .../ytex/kernel/BaseSparseDataFormatter.java       |     279 -
 .../ctakes/ytex/kernel/ClassifierEvalUtil.java     |     526 -
 .../ytex/kernel/ClassifierEvaluationImporter.java  |     209 -
 .../ytex/kernel/ClassifierEvaluationParser.java    |      91 -
 .../ytex/kernel/ClassifierEvaluationResult.java    |      59 -
 .../ytex/kernel/ClassifierEvaluationResults.java   |      72 -
 .../apache/ctakes/ytex/kernel/CytoscapeHelper.java |      43 -
 .../ctakes/ytex/kernel/CytoscapeHelperImpl.java    |     280 -
 .../org/apache/ctakes/ytex/kernel/FileUtil.java    |     315 -
 .../apache/ctakes/ytex/kernel/FoldGenerator.java   |      67 -
 .../ctakes/ytex/kernel/FoldGeneratorImpl.java      |     434 -
 .../org/apache/ctakes/ytex/kernel/IRMetrics.java   |     113 -
 .../ytex/kernel/ImputedFeatureEvaluator.java       |      48 -
 .../ytex/kernel/ImputedFeatureEvaluatorImpl.java   |    1336 -
 .../ctakes/ytex/kernel/InfoContentEvaluator.java   |      35 -
 .../ytex/kernel/InfoContentEvaluatorImpl.java      |     271 -
 .../apache/ctakes/ytex/kernel/InstanceData.java    |     100 -
 .../ytex/kernel/IntrinsicInfoContentEvaluator.java |      35 -
 .../kernel/IntrinsicInfoContentEvaluatorImpl.java  |     526 -
 .../ctakes/ytex/kernel/KernelContextHolder.java    |      37 -
 .../org/apache/ctakes/ytex/kernel/KernelUtil.java  |      98 -
 .../apache/ctakes/ytex/kernel/KernelUtilImpl.java  |     425 -
 .../org/apache/ctakes/ytex/kernel/OrderedPair.java |      77 -
 .../java/org/apache/ctakes/ytex/kernel/Pair.java   |      66 -
 .../apache/ctakes/ytex/kernel/RRFtoWideTab.java    |      86 -
 .../ctakes/ytex/kernel/SVMLinFormatterFactory.java |     220 -
 .../ctakes/ytex/kernel/SimSvcContextHolder.java    |      37 -
 .../org/apache/ctakes/ytex/kernel/SparseData.java  |     104 -
 .../ctakes/ytex/kernel/SparseDataExporter.java     |      46 -
 .../ctakes/ytex/kernel/SparseDataExporterImpl.java |     456 -
 .../ctakes/ytex/kernel/SparseDataFormatter.java    |     107 -
 .../ytex/kernel/SparseDataFormatterFactory.java    |      26 -
 .../ctakes/ytex/kernel/SvmlinEvaluationParser.java |     219 -
 .../ytex/kernel/dao/ClassifierEvaluationDao.java   |     117 -
 .../kernel/dao/ClassifierEvaluationDaoImpl.java    |     398 -
 .../apache/ctakes/ytex/kernel/dao/ConceptDao.java  |      85 -
 .../ctakes/ytex/kernel/dao/ConceptDaoImpl.java     |     613 -
 .../ytex/kernel/dao/KernelEvaluationDao.java       |      57 -
 .../ytex/kernel/dao/KernelEvaluationDaoImpl.java   |     206 -
 .../ctakes/ytex/kernel/dao/SortedSetUserType.java  |     117 -
 .../ytex/kernel/dao/StringArrayUserType.java       |     125 -
 .../kernel/evaluator/AttributeProductKernel.java   |      41 -
 .../ctakes/ytex/kernel/evaluator/CacheKernel.java  |     102 -
 .../ytex/kernel/evaluator/CacheKeyGenerator.java   |      26 -
 .../ytex/kernel/evaluator/ConvolutionKernel.java   |      86 -
 .../kernel/evaluator/CorpusKernelEvaluator.java    |      35 -
 .../evaluator/CorpusKernelEvaluatorImpl.java       |     513 -
 .../ytex/kernel/evaluator/EqualityKernel.java      |      35 -
 .../ctakes/ytex/kernel/evaluator/Kernel.java       |      23 -
 .../ctakes/ytex/kernel/evaluator/LinKernel.java    |      32 -
 .../kernel/evaluator/MethodCachingInterceptor.java |     117 -
 .../evaluator/NamedEntityNegationKernel.java       |      52 -
 .../ytex/kernel/evaluator/NodeAttributeKernel.java |      63 -
 .../ctakes/ytex/kernel/evaluator/NormKernel.java   |     132 -
 .../ytex/kernel/evaluator/ProductKernel.java       |      65 -
 .../ytex/kernel/evaluator/SemanticSimKernel.java   |     157 -
 .../ytex/kernel/evaluator/SemanticTypeKernel.java  |     410 -
 .../ctakes/ytex/kernel/evaluator/SumKernel.java    |      48 -
 .../evaluator/SymmetricPairCacheKeyGenerator.java  |      46 -
 .../ctakes/ytex/kernel/evaluator/TreePrinter.java  |      55 -
 .../evaluator/WeightedPolynomialMixingKernel.java  |     153 -
 .../ytex/kernel/metric/BaseSimilarityMetric.java   |     110 -
 .../ctakes/ytex/kernel/metric/ConceptInfo.java     |      89 -
 .../ctakes/ytex/kernel/metric/ConceptPair.java     |     117 -
 .../ytex/kernel/metric/ConceptPairSimilarity.java  |      69 -
 .../kernel/metric/ConceptSimilarityService.java    |     204 -
 .../metric/ConceptSimilarityServiceImpl.java       |    1119 -
 .../ytex/kernel/metric/IntrinsicLCHMetric.java     |      56 -
 .../ytex/kernel/metric/IntrinsicPathMetric.java    |      53 -
 .../ytex/kernel/metric/IntrinsicRadaMetric.java    |      55 -
 .../ctakes/ytex/kernel/metric/JaccardMetric.java   |      48 -
 .../ctakes/ytex/kernel/metric/LCHMetric.java       |      51 -
 .../apache/ctakes/ytex/kernel/metric/LCSPath.java  |      96 -
 .../ctakes/ytex/kernel/metric/LinMetric.java       |      82 -
 .../ctakes/ytex/kernel/metric/PageRankMetric.java  |      42 -
 .../ctakes/ytex/kernel/metric/PathMetric.java      |      41 -
 .../ctakes/ytex/kernel/metric/RadaMetric.java      |      52 -
 .../ctakes/ytex/kernel/metric/SimilarityInfo.java  |     135 -
 .../ytex/kernel/metric/SimilarityMetric.java       |      42 -
 .../ytex/kernel/metric/SokalSneathMetric.java      |      49 -
 .../ctakes/ytex/kernel/metric/WuPalmerMetric.java  |      45 -
 .../ytex/kernel/model/ClassifierEvaluation.java    |     119 -
 .../kernel/model/ClassifierEvaluationIRStat.java   |     186 -
 .../kernel/model/ClassifierInstanceEvaluation.java |      73 -
 .../apache/ctakes/ytex/kernel/model/ConcRel.java   |     679 -
 .../ctakes/ytex/kernel/model/ConceptGraph.java     |      95 -
 .../ytex/kernel/model/CrossValidationFold.java     |     125 -
 .../kernel/model/CrossValidationFoldInstance.java  |      75 -
 .../ytex/kernel/model/FeatureEvaluation.java       |     119 -
 .../ytex/kernel/model/FeatureParentChild.java      |      49 -
 .../ctakes/ytex/kernel/model/FeatureRank.java      |     162 -
 .../ctakes/ytex/kernel/model/KernelEvaluation.java |      95 -
 .../kernel/model/KernelEvaluationInstance.java     |     115 -
 .../apache/ctakes/ytex/kernel/model/ObjPair.java   |      34 -
 .../ytex/kernel/model/SVMClassifierEvaluation.java |      77 -
 .../kernel/model/SemiLClassifierEvaluation.java    |     101 -
 .../ytex/kernel/pagerank/PageRankService.java      |      64 -
 .../ytex/kernel/pagerank/PageRankServiceImpl.java  |     542 -
 .../ytex/kernel/tree/InstanceTreeBuilder.java      |      38 -
 .../ytex/kernel/tree/InstanceTreeBuilderImpl.java  |     227 -
 .../org/apache/ctakes/ytex/kernel/tree/Node.java   |     112 -
 .../apache/ctakes/ytex/kernel/tree/NodeKey.java    |      63 -
 .../ctakes/ytex/kernel/tree/NodeMappingInfo.java   |      52 -
 .../ctakes/ytex/kernel/tree/QueryMappingInfo.java  |      47 -
 .../ctakes/ytex/kernel/tree/TreeMappingInfo.java   |      74 -
 .../ytex/kernel/wsd/WordSenseDisambiguator.java    |      62 -
 .../kernel/wsd/WordSenseDisambiguatorImpl.java     |     189 -
 .../ctakes/ytex/libsvm/LibSVMFormatterFactory.java |     211 -
 .../ytex/libsvm/LibSVMGramMatrixExporter.java      |      28 -
 .../ytex/libsvm/LibSVMGramMatrixExporterImpl.java  |     528 -
 .../apache/ctakes/ytex/libsvm/LibSVMParser.java    |     394 -
 .../org/apache/ctakes/ytex/libsvm/LibSVMUtil.java  |      42 -
 .../apache/ctakes/ytex/libsvm/LibSVMUtilImpl.java  |      92 -
 .../ctakes/ytex/semil/SemiLEvaluationParser.java   |     285 -
 .../ctakes/ytex/semil/SemiLFormatterFactory.java   |     455 -
 .../ytex/sparsematrix/InstanceDataExporter.java    |      40 -
 .../sparsematrix/InstanceDataExporterImpl.java     |     160 -
 .../sparsematrix/SparseMatrixFormatterFactory.java |     218 -
 .../ctakes/ytex/svmlight/SGTFormatterFactory.java  |      92 -
 .../ytex/svmlight/SVMLightFormatterFactory.java    |     254 -
 .../ctakes/ytex/svmlight/SVMLightParser.java       |     184 -
 .../org/apache/ctakes/ytex/umls/dao/UMLSDao.java   |      70 -
 .../apache/ctakes/ytex/umls/dao/UMLSDaoImpl.java   |     171 -
 .../org/apache/ctakes/ytex/umls/model/MRCONSO.java |     181 -
 .../org/apache/ctakes/ytex/umls/model/MRREL.java   |     117 -
 .../org/apache/ctakes/ytex/umls/model/MRSTY.java   |     110 -
 .../ctakes/ytex/umls/model/UmlsAuiFirstWord.java   |      89 -
 .../ytex/weka/DocumentResultInstanceImporter.java  |      74 -
 .../apache/ctakes/ytex/weka/ExportBagOfWords.java  |      41 -
 .../apache/ctakes/ytex/weka/ExportGramMatrix.java  |      43 -
 .../ctakes/ytex/weka/GramMatrixExporter.java       |      28 -
 .../ctakes/ytex/weka/GramMatrixExporterImpl.java   |     281 -
 .../apache/ctakes/ytex/weka/ImportWekaResults.java |     199 -
 .../ctakes/ytex/weka/WekaAttributeEvaluator.java   |      54 -
 .../ytex/weka/WekaAttributeEvaluatorImpl.java      |     291 -
 .../ctakes/ytex/weka/WekaBagOfWordsExporter.java   |      57 -
 .../ytex/weka/WekaBagOfWordsExporterImpl.java      |     287 -
 .../ctakes/ytex/weka/WekaFormatterFactory.java     |     270 -
 .../ytex/weka/WekaResultInstanceImporter.java      |      49 -
 .../ctakes/ytex/weka/WekaResultsImporter.java      |      56 -
 .../ctakes/ytex/weka/WekaResultsImporterImpl.java  |     198 -
 ctakes-ytex/src/main/resources/ehcache.xml         |      32 -
 .../resources/org/apache/ctakes/ctakes_logo.jpg    |     Bin 14182 -> 0 bytes
 .../main/resources/org/apache/ctakes/jdl/xdl.xsd   |     130 -
 .../org/apache/ctakes/ytex/beans-datasource.xml    |     112 -
 .../org/apache/ctakes/ytex/beans-kernel-sim.xml    |      79 -
 .../org/apache/ctakes/ytex/beans-kernel.hbm.xml    |      42 -
 .../org/apache/ctakes/ytex/beans-kernel.xml        |     331 -
 .../ytex/conceptGraph/sct-msh-csp-aod.template.xml |      31 -
 .../ytex/conceptGraph/sct-rxnorm.template.xml      |      31 -
 .../ctakes/ytex/conceptGraph/sct-umls.template.xml |      31 -
 .../lookup/LookupDesc_SNOMED.template.xml          |      62 -
 .../lookup/LookupDesc_stem_SNOMED.template.xml     |      63 -
 .../org/apache/ctakes/ytex/kernel/ehcache.xml      |      37 -
 .../ytex/kernel/model/ClassifierEvaluation.hbm.xml |     320 -
 .../ytex/kernel/model/KernelEvaluation.hbm.xml     |      88 -
 .../apache/ctakes/ytex/kernelBeanRefContext.xml    |      35 -
 .../apache/ctakes/ytex/negex/negex_triggers.txt    |     277 -
 .../ctakes/ytex/negex/negex_triggers_orig.txt      |     272 -
 .../apache/ctakes/ytex/simSvcBeanRefContext.xml    |      36 -
 .../apache/ctakes/ytex/tools/docanalyzer/icon.gif  |     Bin 3333 -> 0 bytes
 .../apache/ctakes/ytex/tools/docanalyzer/icon.psd  |     Bin 50351 -> 0 bytes
 .../apache/ctakes/ytex/tools/docanalyzer/logo.gif  |     Bin 6289 -> 0 bytes
 .../apache/ctakes/ytex/tools/docanalyzer/logo.psd  |     Bin 226341 -> 0 bytes
 .../ytex/uima/annotators/negex_excluded_keys.txt   |      42 -
 .../ctakes/ytex/uima/annotators/negex_triggers.txt |     310 -
 .../org/apache/ctakes/ytex/uima/beanRefContext.xml |      38 -
 .../org/apache/ctakes/ytex/uima/beans-uima-dao.xml |      48 -
 .../apache/ctakes/ytex/uima/beans-uima-mapper.xml  |     142 -
 .../org/apache/ctakes/ytex/uima/beans-uima.hbm.xml |      48 -
 .../apache/ctakes/ytex/uima/model/Document.hbm.xml |      97 -
 .../ytex/uima/model/NamedEntityRegex.hbm.xml       |      38 -
 .../ctakes/ytex/uima/model/SegmentRegex.hbm.xml    |      36 -
 .../apache/ctakes/ytex/umls/model/FWord.hbm.xml    |      63 -
 .../ctakes/ytex/umls/model/UMLS.hbm.template.xml   |      70 -
 .../apache/ctakes/ytex/web/beans-kernel-simweb.xml |      64 -
 .../org/apache/ctakes/ytex/web/beans-security.xml  |      86 -
 .../org/apache/ctakes/ytex/web/beans-web.xml       |      49 -
 .../org/apache/ctakes/ytex/web/beans-ws.xml        |      44 -
 .../org/apache/ctakes/ytex/web/messages.properties |      31 -
 .../ctakes/ytex/web/search-msh.mysql.properties    |      32 -
 .../ctakes/ytex/web/search-sct.mysql.properties    |      40 -
 .../apache/ctakes/ytex/web/search.mssql.properties |      66 -
 .../apache/ctakes/ytex/web/search.mysql.properties |      67 -
 .../apache/ctakes/ytex/web/search.orcl.properties  |      69 -
 .../org/apache/ctakes/ytex/ytex-default.properties |      27 -
 .../org/apache/ctakes/ytex/ytex-umls.properties    |      21 -
 .../ctakes/ytex/ytex.properties.mssql.example      |      27 -
 .../ctakes/ytex/ytex.properties.mysql.example      |      29 -
 .../ctakes/ytex/ytex.properties.orcl.example       |      31 -
 .../java/org/apache/ctakes/jdl/AppJdlTest.java     |      84 -
 .../java/org/apache/ctakes/jdl/AppMainTest.java    |     106 -
 .../org/apache/ctakes/jdl/common/FileUtilTest.java |      74 -
 .../org/apache/ctakes/jdl/common/PropFileTest.java |      57 -
 .../ctakes/jdl/common/PropertiesFileTest.java      |      77 -
 .../apache/ctakes/jdl/common/SingletonTest.java    |      41 -
 .../ctakes/jdl/data/base/JdlConnectionTest.java    |      79 -
 .../ctakes/jdl/data/loader/CsvLoaderTest.java      |      64 -
 .../ctakes/jdl/data/loader/XmlLoaderTest.java      |      64 -
 .../apache/ctakes/jdl/data/xml/DomParserTest.java  |      53 -
 .../apache/ctakes/jdl/data/xml/DomUtilTest.java    |      79 -
 .../apache/ctakes/jdl/data/xml/ValidationTest.java |      93 -
 .../jdl/data/xml/jaxb/ObjectFactoryBindTest.java   |      62 -
 .../jdl/data/xml/jaxb/ObjectFactoryUtilTest.java   |      83 -
 .../org/apache/ctakes/jdl/test/PropFileMaps.java   |      57 -
 .../java/org/apache/ctakes/jdl/test/Resources.java |      52 -
 .../java/org/apache/ctakes/jdl/test/SqlJdl.java    |     113 -
 .../org/apache/ctakes/jdl/test/package-info.java   |      23 -
 .../org/apache/ctakes/ytex/ConceptDaoTest.java     |     117 -
 .../apache/ctakes/ytex/umls/dao/UMLSDaoTest.java   |      86 -
 ctakes-ytex/src/test/resources/conn.xml            |      30 -
 ctakes-ytex/src/test/resources/data1.csv           |       4 -
 ctakes-ytex/src/test/resources/data1.xml           |      44 -
 ctakes-ytex/src/test/resources/data2.csv           |       3 -
 ctakes-ytex/src/test/resources/data2.xml           |      44 -
 ctakes-ytex/src/test/resources/load1csv.xml        |      37 -
 ctakes-ytex/src/test/resources/load1xml.xml        |      45 -
 ctakes-ytex/src/test/resources/load2csv.xml        |      32 -
 ctakes-ytex/src/test/resources/load2xml.xml        |      45 -
 ctakes-ytex/src/test/resources/log4j.properties    |      44 -
 ctakes-ytex/src/test/resources/maps.properties     |      24 -
 .../org/apache/ctakes/ytex/umls/model/UMLS.hbm.xml |      68 -
 .../ctakes/ytex/ytex.hsql.properties.template      |      24 -
 .../org/apache/ctakes/ytex/ytex.hsqldb.properties  |      46 -
 .../org/apache/ctakes/ytex/ytex.mssql.properties   |      46 -
 .../org/apache/ctakes/ytex/ytex.mysql.properties   |      48 -
 .../org/apache/ctakes/ytex/ytex.orcl.properties    |      50 -
 pom.xml                                            |    1123 -
 3387 files changed, 2810505 deletions(-)

diff --git a/.gitattributes b/.gitattributes
deleted file mode 100644
index b138159..0000000
--- a/.gitattributes
+++ /dev/null
@@ -1,21 +0,0 @@
-# Auto detect text files and perform LF normalization
-*        text=auto
-
-*.cs     text diff=csharp eol=lf
-# TODO: Uncomment when files are converted to lf (*NIX is default)
-# *.java   text diff=java eol=lf
-# *.html   text diff=html eol=lf
-*.py     text diff=python eol=lf
-*.pl     text diff=perl eol=lf
-*.pm     text diff=perl eol=lf
-# *.css    text eol=lf
-*.js     text eol=lf
-# *.sql    text eol=lf
-
-*.sh     text eol=lf
-
-# *.bat    text eol=crlf
-*.cmd    text eol=crlf
-*.vcxproj text merge=union eol=crlf
-*.csproj text merge=union eol=crlf
-*.sln    text merge=union eol=crlf
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index ff87f1b..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,35 +0,0 @@
-# Java generated
-target/
-
-# Developer environment setup
-/resources/
-*.patch
-
-# Subversion
-.svn
-
-# IntelliJ
-.idea
-*.iml
-*.ipr
-*.iws
-
-# Eclipse
-.project
-.settings
-.classpath
-*/maven-eclipse.xml
-
-# Windows
-Thumbs.db
-*.lnk
-
-# OSX
-.DS_Store
-
-# log files and temp dirs
-cTAKES.error.log
-*.log*
-/temp/
-/tmp/
-
diff --git a/KEYS b/KEYS
deleted file mode 100644
index b153ea3..0000000
--- a/KEYS
+++ /dev/null
@@ -1,248 +0,0 @@
-This file contains the PGP keys of various developers.
-
-Users: pgp < KEYS
-       gpg --import KEYS
-Developers: 
-    pgp -kxa <your name> and append it to this file.
-    (pgpk -ll <your name> && pgpk -xa <your name>)
-    >> this file.
-    (gpg --list-sigs <your name>
-         && gpg --armor --export <your name>) >>
-         this file.
-         
-
------------------------------------------------------------------------------------
-pub   4096R/D218BB0A 2012-10-31
-uid                  Pei Chen (CODE SIGNING KEY2) <ch...@apache.org>
-sig 3        D218BB0A 2012-10-31  Pei Chen (CODE SIGNING KEY2) <ch...@apache.org>
-sub   4096R/C06F2F96 2012-10-31
-sig          D218BB0A 2012-10-31  Pei Chen (CODE SIGNING KEY2) <ch...@apache.org>
-
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.14 (GNU/Linux)
-
-mQINBFCRTW0BEAC96XBcyil2i9m0axUEIqXLpTXZ9dk9mWE+q2/4JYG7gnSAmLKP
-HFh9m2RsvFMbFw0678yc81HDc/iLMsjr+vYwq7XazjUYHi1sX+ex3WR9VLJJ9hgV
-DGEYCnkMLXJAw0itTNy2eweXIOeM8v/Vvrl59wPw3FpF8CnMmTExjw1vPnnv5ch8
-xgYjnEIkPXG6LgmFQkn/N9peFWGQYGJhO1+PnHFHcCd448VMDZMsPE8qRtOlWJYu
-GOiHxsNVeCJrkhr7hKYgzDZ0bt3QAgPBTiO+Spbpg3c4IwzLMm0dxmnoJ2fOtZU4
-ZWheNhbuFpqEXfLkzSe9OfSHkCMxXDScvlWrNY4zswH5ctEvzyV2TFHxsX/ETj2h
-ZmiDOwGVFA08zXr3wCIt4Tn+Z6N8Yd+Yr7RQ8KKiDooCmk472VKme7HUF4ZKIsIM
-lIICasKprGfgC13vewLruI3eP2sm6lZWL+fRsfJ1hslFmcXFpEFBFkWtxIGGtvhs
-0zBDYOcWZZE7PvkScUTYEtwesZzp1jo1JoCD6SiNWFyg9gYd9A28BcIRU6UwP7eO
-ZdtgqF0NgLjynOlHY7v7z8oXo4G9D1vpE+YbQtR1hXZnSuoQ61sRygrqqnxMuEOr
-mUE4uIXlvfpx9JWqdyVIsNvbV7YoV2bVYvD4Pu9VnXrw8kK4JnsFAu4NaQARAQAB
-tDFQZWkgQ2hlbiAoQ09ERSBTSUdOSU5HIEtFWTIpIDxjaGVucGVpQGFwYWNoZS5v
-cmc+iQI4BBMBAgAiBQJQkU1tAhsDBgsJCAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAK
-CRD5fEkv0hi7CuG3D/9i4CF5fPSyaAh/Z3TYgUOLgqu50npYD4h58zI0lLrLclWD
-y+F/ZbRjnY9LOXLFKNavTE5pRuXX7sYsMaCBT8oJuAIIwXiJ/5f++gslY5HkveLX
-s+Ta9GyR+/5rPTpPtpu3170oEQMK/lhBOqGAVp5UdPFT19l9oQBv5gb/r0XK5bur
-Qn6bDFTLeukicoUgof6qPDhK69KsMeZ5bgC2QUH3HmjXtwPPDbwy4wNlVOYhpuoU
-qAth9A83c89FCkTK/n3vC9OYVogZ2yGvn1watpcJlLjBCGiCwuFzDK7lRx/PTSDN
-9RfxyuN/Rz5QRiCFuheduoc7CpCI4/iquPe4yWLcecmprZoSZofQfuWYeZsOo8Rl
-rcGfCKGSxfcfsA4lNYHgJvqr54ZRa6cRi8ytUL8koSthC62sQzxVb2Er8dSwp/9J
-E3cf92UYWv88MxliYJHq5p+MDONwnOdP9rcpDE9fuMR2xwiZdc+qINpDPLXf6nIq
-tLO+4p6xjH9VLkI1F18tLYbnioUwSw0WzoKsMgLppQe2iRjOUmt6Q50JDSY91Nan
-mwLSLP63Sc+2kYUkWvHFSijS6E6fuJe8Q2vcp5u37G36d69dq6mrTTE9YNBJlAuE
-cKgSGFOuwNCzoQ5BAVH7mLyK3xQCxjh/WMyc28WuZTvYHCIceKUCMbMsezL2T7kC
-DQRQkU1tARAA4EbpS2Dpf8Z6ZxP2HmgEN0SMfi/ds4Gs6BjFi7Xc+8uhBHC/vGee
-i2+YLdnMkYGn3vPRGlXu53ILnCGbGDOe1euC+okQIJZSG5XlGzVopvj5l66LVVgQ
-al3VewVO3Hlvma/kO6eLxvJg/czjpRPC+coll1XDLAIct4a2s+ZkeNPWHYwiRptA
-8+XVjclHVRIbJd2g/OptbJInq1hjuqH8Hv24lZkXFAQXwYfu1UHIX9DGssfnXvo/
-aQublhLms2VFYWvr42skfnTt+rAzeBLcJ96KcwXbzd8oOXVtlTbIKmDR/neszQuU
-vt7OHNpdvEGIL46ouqLpg+QhewynOPB/f++zeBxPVaO+Vn1vXXEn/ROYNIkSplwl
-KGeYoTy4mIL7x4oKvJlOXgs7C7Ips2Y04VKu256LMdkEKpnsL+4cif4g0wZalidt
-KrHHe9a/a99cui7P0y6KLW/KE7vBPw2UYf1+g2bcxxYiRxNeAO7/JnbkmBXBJUwd
-XG6EZWs7WZ8QO714fBbDJNI/FVCpt38XaP16jkIXjZZiAMNYtaKEZcL8rk8dlTsI
-q77gAYmIjme5GLdPqXt3wiyWj7MPH5JNFhYXp24YxLw4dpoE8iOC/xG+ebzVTS3H
-UlxWJLhArK112yO+32ZRmZWbg5SdhHkd8wmuJAPh7DyBxwhh6qDNWO8AEQEAAYkC
-HwQYAQIACQUCUJFNbQIbDAAKCRD5fEkv0hi7CpSIEACf8YNF0Y6Y8PQBWaZFU+SW
-uE13y+y2PzTFupmcl1yS0f3Qg6RVW/sWDSX8gwa+U3YMTlKT7owAKGf4sQLl8F+T
-YVYX1y04vPe1WNBDzYAjnHoXhIDMp8Xmaj0cz27uieZCbx2vMEB120tvUVpZOMfh
-asTu5cjY4eqZaZnJaIzSWzISrJNs1sfJE7qf0jmtbWQjcnISBqLgJDu3kwBRfxCh
-npv9IPXNgT3aGmeNyVHoQHOoCXzpzFVOQZ9iaamKqzJzUu72Hb2BDreSlkzOLIL2
-zhldlzMypRNWBbuI7mUzNzcfQ4uzTD74E49GHDf8TjSaGV7qM/dI6N7YE+bR+qI4
-HaPqtoZrzRIVXfoe3cLrIFk/99wD0Ab61PqEN/39MFSRCzMEDyuue94jwLenZmxQ
-M3+319n+7uruKag2pQ7UU5aBT+vCdGP/lnZ4iJTD14ejXp7tIwnaDr4WTzdnZX6l
-52dz74DR+KJqFkWJzVqWR48slzr5ZIcPmC3hvJ/Grvz1CmRCmJ4nuhJDk4ZWA8dp
-H8HVTGyztWSoPX/3ZdnJzGy5pYe9B0t31cpOc+geWNPJKR8fOBrbcuB/Qpj60BGR
-yd2uHrdWcoxtW7LtsqDFSqnwBBNpACkl2ttbM2gAZidUP8Tr/uK9VEYATr+wrPyH
-8KFmZZ2yhmHcf/HP1tBMTg==
-=R5pG
------END PGP PUBLIC KEY BLOCK-----
-
-pub   4096R/A991ABB6 2012-08-07 [expires: 2014-08-07]
-uid                  Matt Coarr <ma...@apache.org>
-sig 3        A991ABB6 2012-08-07  Matt Coarr <ma...@apache.org>
-sub   4096R/92CA7865 2012-08-07 [expires: 2014-08-07]
-sig          A991ABB6 2012-08-07  Matt Coarr <ma...@apache.org>
-
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.19 (Darwin)
-
-mQINBFAhRAMBEAC3cdIJ1RPkYYCLq+lRpHfQtDsxcnuSNjxlCUA6FsqzSrhO9dM5
-hd9nobahO5/A4uvQfHuEW+i2XY0IOPY/DDBazWXjL0bBNVJ+uAHpRxcwf0ewm/ya
-SVbSLVEkVvXhHyvTsJODgjgnyle2dANwvnX6TGDz7hLPtlaJWfLmwMycNzrKY7Nw
-HtjPJEwdwI/wIpg2bYLVK8VHyTxv40rIHJCN9WVvVr8jmLnGGyrhMda/vmMs1g7q
-po/l+GbN0mFm160qLf+1nNpQ+2gdvM6+/6zjfDsG1/PLON62dqVFbS9x4thgwf+h
-fegGrxeAXJ/YWEci0usG3AYmYCYXwjTqui0YY6+KwQNH0lJ5PCu/IuFQfNw0SM5/
-V/zEKbQPMGvcElj60c0Qj3oDkhwN+v5FknBQ2cntlDf8G211dSBB2z2Wu6kuUrQ/
-4Em5rrOs3p4V/NwIlgQMflj9ej/F9ieg7ZlEhfuc672neHq9/MZDOqLp74CNN454
-g8e/aNgcq/Cd8eTBOPGxQfWktFV0bJAywfAVzSPACP2RzR1IrM8xK33AeppBF6ES
-jfLdIO2UWicZC+RpL/E0FIcth/OwcRt/I+fV22mhVhf3hZOISRUzR/eeSfpJfVnY
-kfS23eE9uECCZgi2yYeU0Jniv9/75K5X+ii/l1yPR8yub+n4zkMxu/MZuwARAQAB
-tCFNYXR0IENvYXJyIDxtYXR0Y29hcnJAYXBhY2hlLm9yZz6JAj0EEwEKACcFAlAh
-RAMCGwMFCQPCZwAFCwkIBwMFFQoJCAsFFgIDAQACHgECF4AACgkQYNWE5KmRq7by
-jw//TXD0i58pAL432VJyn4kBMCPuGUjtzte+f1gpuG5J2LXw5pSpisCSjufc/Hbh
-J1k0tLiXY5jjlC7Nh+UGNg5JpJdzFvj9b64/90ZoaxRVoQTANYlQ1H1IBIZfv+uH
-+dCy/uyFyqUovVdi8O26Zur6xKzwXcm9foTXVhoYEHIR7MAZu9YrYjMO4Gda24Xn
-eoLVJ+0Nwjjqf0pB4fCb2SDDT7+iWkrr770aTDpJgrO7JPZzKT04JCxwwTgy9f2a
-gfnj4/IEXCQM7tGS10V8Ey9LiIIca0gOObgjPAjqQRjp8XNKQNBjZxF4+WmEaliu
-m13DCccYMKUK2IvA0TiZ6bmj30CGhdy49Yg74ERXvxzwd+ja1IjbC5VACe+rHgic
-nvVu30Q8PJEnOKE32IqvyRoPDdTfJL1TKHUbB4/h1nVp/VkKtYkOR/qU9+Ch0/Vq
-IEB3kI50rCHJap6U3miyjk1bMrJIiKA1p3WFYeKg01KsO+LH18ewo1dpwJgABDds
-PTMUlI4U0zQdnMoGCLFFBWTLdFy1rDMd4mNjnWTkcjrDkTJPmJQujWgabjYw7DBC
-s4VWBaEfVoPW+Lba5XSHe6XCLegY1YIOp9HLhzRdFz1y9Na2t2Ocon6eSMeVyAZy
-mrc7IRZqffqnVA64DhhsJGBqwa6l8BW8m+Xkq/AhsCh3lQS5Ag0EUCFEAwEQAKFJ
-j134VfpLpBG2962zKAaMpcOl6GxFggRALuKRXYIVBr30jDZa+JAdHdM+/iGLZ/lB
-yooxE707Zs2nTemEJ9+T6Gz2FY93Ssu6rdSy9jZTePl43S85YAcDk5UYN0HJpsHB
-tTgPY8zOYS2IQ8T3/W7jaROIIEap0iYGOwVwQutNDoS5l5trHBfWAx5ZMMopoG9B
-jkImBIaifQP2bnDUq+wiZNhPqegx1YhrlZx1tjnCqOHCkbh4AdmhefUDEgd3ILpA
-09bEwvQrV39S7vdj0Qqll44CIFDE/jDqN+Sm7DeqFIXfzLVfiG/23aEvkanhM/Ck
-9REhwdRByH53KRsSAqOQ/3gKloVx61Jx9JuTK1MRG9jeeZnWuWHWAulrnWnU0K+4
-e2a64nuaEbLi13d3Vgpm6CA4ebQtYBfn/u/gGGlg0UotWWnoL0QrdJl/0j5rmse4
-w77DNzAurX63RS2V/9hOlB8xRXKaaXPbpqWsKkjbbVLeaa1swCb5UAAR319BgpEU
-CIqkaSQq2UHvD/5JBLke87GpqepUXk02OBqIBa+fsg1NWxH8AGcLdTqYa6hHnSNl
-PBvZayaX8g+F1HqUeN38n5rDSgC93ZmIqHMyLV3SX3aBc+Yv+osHPX7Po3ElZJE6
-QEhkJ+g2rqiYw1/4iOXht5AdpZezJm6Ua8MaaAa/ABEBAAGJAiUEGAEKAA8FAlAh
-RAMCGwwFCQPCZwAACgkQYNWE5KmRq7ZzDw/8CiGz8Oq2YPLyYzpsD8K/iNPNhKTK
-xtSfzaAqINYHjdcjbmzbgd6kGJ1sNyDG/jVxtCiJPlK7W5zne8N3QkawOo3ViiyV
-JyxisqOlqB5HcuS69cCjDm00Yt4wQX69mLlbrK685EgasNDCR/I6/N8A4ruMEH4i
-7hGwAWotFx9qubceBALIdoUZdT8SWkJX+pAxR5Wq73NLP4WqPyxQgmuEkEaXleat
-ZO6E5tPxBdqoMaF6D5gsNJxCF+S29AcOupd+sznkyDeG39nfkJEgMmvYyCdPBs7t
-20pr8R2kICTOZDvzwBAfgrBtM997uJieQ3asldmj3xiQUgHT+VvK/rymeXQhjhJa
-WS/+jVwlFbw/eCnmGYSSSicRsPghcQKkBwSxKQAG00Oj9iyfY+GzQJDR6Qj+d8CH
-HgHgNt491cYjM3gLJwZ92fMyAEA8ZLaEZVjFG90ma+AfTflgFJdJVf55Q32MbuQi
-pIq3O4PbZhTJFTc22e879AE50LrGNKYjaAKFouOrIe1M35797jnuz8+IQggdtI6U
-BknEp1ViF8Y6v58n6nC/qQgHtwwEwhHoEg8Tt0rT/wc1y4R9yYkDXaz53ncp/d/8
-T6EQjShZ3VD2Aj0YSmDXO0l0p3ttrDqO4PCKZdcNkFJnNo7nEayzgQKXUO+0e7ie
-aJWYANlHUeC2Ir0=
-=OcJy
------END PGP PUBLIC KEY BLOCK-----
-
-pub   4096R/FD239395 2013-07-16
-uid                  James Joseph Masanz (CODE SIGNING KEY) <ja...@apache.org>
-sig 3        FD239395 2013-07-16  James Joseph Masanz (CODE SIGNING KEY) <ja...@apache.org>
-sub   4096R/5F621FFF 2013-07-16
-sig          FD239395 2013-07-16  James Joseph Masanz (CODE SIGNING KEY) <ja...@apache.org>
-
------BEGIN PGP PUBLIC KEY BLOCK-----
-Version: GnuPG v2.0.17 (MingW32)
-
-mQINBFHlcBEBEADGrX5Ky6jo3hq3K0f+m1+8zrh4krJEuywv01hR3OgIO7zQEZ4D
-WZiZ6/Ww2KSPZdvKDZ3RmtP3SDpBF6k53oL+3TsXgr3OHf7jE8ZkVTSxU/xZDFSz
-n2OkhrcGWjC22IATbuYQkgc1lPmHATuYMap1Q9CFsJEb+7kFzwEz7UQa5ZXknVRy
-1IFrx402xcSDioEsub/QsZbzSTDfOTMAIIOYldJsMDTL5VDlv9sNYAhpoixuxBA7
-F3URAm4oZaTBXM6rUp7TKLIeUU24g4C6dFbINdB45nEFCf6zcEig1F7wasXGHqdi
-l5/R9gCR7oSvVcvCfyNLcmupZOfjz4w/US0KebEikd0YArBq2SEEp53JXuVfLyi9
-WAegx7n9NqW7CBmdRGu8+kfhBQMKQQ2y4zy+4EQZPWH7bLA0mUP/tPCP76RlUZqa
-jR3J4xK8lwWIoyT/VGgej6LiMV1Vh+Rz5+Vla765o9qRUJUOXvoxRzcCjeOx1rl8
-s8vQHM70Ja/w/ks+meUX+sZHGAEFJBrcKEIxiR3OQWd0rcjiQ1hwgvQkWcCCR5X/
-6TvLcBHj6c8M1bSQyuMFxEt4rVzYYIQI5YIoaUQo0FoisAzv/cthir0is4EGad+T
-TU2qg9+JZ3pd4886D9FAWl7d+ad153GArhj9kUddUPxba5cSB3pwnnpTuwARAQAB
-tEBKYW1lcyBKb3NlcGggTWFzYW56IChDT0RFIFNJR05JTkcgS0VZKSA8amFtZXMt
-bWFzYW56QGFwYWNoZS5vcmc+iQI4BBMBAgAiBQJR5XARAhsDBgsJCAcDAgYVCAIJ
-CgsEFgIDAQIeAQIXgAAKCRDSfb88/SOTlSmPD/0eeR56strXelZoSwSRxpxlF2u5
-euVW7st/eoPyJJ64QUrjkHb023uOoO2/1o08+MrywiStp3+TPEAXfJ9cvLx/X01G
-GjxKFSAfhouPWJ+06TWf/5GmcV3BLJJfaBi1DCw0S5XuMsD3ETWDrENbXVvrFv2O
-dVkVVcTBgbwPq3TqpOeVrwe+V29zb4nPzY0yc1fXmS+3hgoOb0R7sqRhBM+DTNWi
-4KnvKv9ZlKnGt8NoLllyrdEmQFIno41+SF5rhnCRQjWP5hFA+RuSxT8pgNk4JrNv
-PqNW1wPl6qIX09DHUUE/1clly7gVf2V8NvBjueMwt+yLejrhH/7x4SFwUxHSXxc7
-xd3MTBmkDfEzmWfPhJ0hTOycAqog33mO+8MCBjuMX3Rjr4aB0nF+K54/mk9epUg9
-whP+kTpCL1TAuUUZt4wtpsBKDrod0INyobJdbieR8DWIQjdlrEduB0gQJ2EbEzXv
-1gOyBQSW5z9qpV6no5dIV6grNcvdCg5lgS8RCE9PSh0yLkd6KZyJ4d9WZ9IhBA8N
-KX2htwVgvgF4JrdSqzgxRq8HqTKb+CVhagL3XQKYvSGgEbqud2jS547y6Yt7MTnb
-insPH3TQZ1ANP/lfSCL3x110JMov9DaKj6JIPPFRc3vQrOAu3vdPEPlsp2/uDM5t
-552rJfLL4odxNTWambkCDQRR5XARARAAvrLkG4BkuyXmI3ePenoAJuATLlvZfK56
-+SwckqLxTuLZChEwZVrgWNmA3SI0/Y55cpd8Kf6k9QXaggGfzRoHf1KgmEM6/hVd
-UnwHXKudWKn7xJcmZF/Fwv3/01hUPeatPoR9mepdMGVhYv/Ss9VhCVjB3dkKTts0
-C5Bcbil4aI/MbbRCKUye+d5LYL/ZWgIHtvHbhofF8IJ68RgZoFhp9pbFwaDGcAjw
-FyzBWAD6AC5ljEqm2WBNsC1Nv3JMayi4Q6OAUZq5PxmXVLcQedk4UszKbc9SmSiq
-d+ZbLnu6SA887gXtpiy7DIvswg94brgI7qyU8fCsk456HrVBEYcM0xpWi6PTOh8e
-4xEcSUM5OKc5Nyw8cquGAVwYGKSmHOV2XosFCwauOGLLgffmaLonDVI3Nq2N4n0x
-tgGF/2q1SbqrtwGg2TRF3NnaSgDNn2m1e21imfxbPJ2J6k5JRR6NNpMmzxG9SwMn
-pr6IauoqsQXguhvqBnUJQK/n0kF6qiphNmRZiRmYp5KjkjsvYZmx1/YKRu2z0N9X
-HGtmRE/zNjacuS/kIj6RoBrfzsrBOm+1tIO00te79gWYV1ry/PUI9UgW/zExqNK8
-x+eUVf8WM0Xs1AK2FgBBYucGT0EAip4nOc346UamCHdAAQVnjbWJwv2VtlVjkG1q
-k4fUMKRwZMsAEQEAAYkCHwQYAQIACQUCUeVwEQIbDAAKCRDSfb88/SOTlVoPD/9w
-cicr4Yei5Cbue/pGLCtNMO0cFXmyGvhMNvSnwUwXwYylZ6Mymh7/OZ4VEE6q3gxB
-xDo/tqkNQ1AAQ8ScY0obc0+U9BsYcrwh2Nj1MeRBt9uCYZF6yNpfE6RqlnZ6guCV
-IhN81zjQfc4HTm5dO2XCjtDmjt+uiGAW0QNdzUASmk2n3NQnH28ttnsc5rJmwVZu
-MgVRb19fx0lYWTl8dAh3gzGQN97suhdzPjRnZjLbQfXc1pGF80/4NSaa7r1DMGzN
-blARa8eVv+Kf1CgO0BbNKM5VMG+1CG++hcCfVam5kEB3/DKbAmF7S0I7xwG/j8E9
-omVC1sW1RbPBfL6LFbMBzGf/13WLIrQ3peSpHOj6c+X2mtuMMxGiXP2T15vnYpHx
-27k9JLPnesP5c/OVu+G1QpOvFnAWg/6b3d9DZGQINEjEEHtLbFVKD4se9C42VpW+
-sxhbEqi91IN8sj5T8g7xMabk1ssnLp7i3LcffPiuMdOFZ68ixbmvA5n3filRIR0K
-Wv5BSFOLtrQssuknJGZ3fMJXlrz56UIOYY6FEN+CH62aIzGesHiVTlZnZqeD7Ww5
-Au/eCtNmeAJeb68YhdaJaBv14aE0Jf7TXwWE4J4iv+7/rglnREHaNNjqFTZ+qmf2
-wctbczz7HFHf9ueICXWVVpvO7mlUoStJzQMrDdlAcw==
-=8GBQ
------END PGP PUBLIC KEY BLOCK-----
-
-pub   4096R/BF36BE49 2016-12-06
-uid       [ultimate] Murali Minnah (CODE SIGNING KEY) <mm...@apache.org>
-sig 3        BF36BE49 2016-12-06  Murali Minnah (CODE SIGNING KEY) <mm...@apache.org>
-sub   4096R/98575916 2016-12-06
-sig          BF36BE49 2016-12-06  Murali Minnah (CODE SIGNING KEY) <mm...@apache.org>
------BEGIN PGP PUBLIC KEY BLOCK-----
-Comment: GPGTools - https://gpgtools.org
-
-mQINBFhG82QBEAC8ecPDIefpzdsA9GiYWpZ9YRK4vd7UQq5bGd5UotJv3kZgz0hq
-gnN8qBunDQt8I5h9ZQMxXDqarPgPuqpVgzFXwC5njpP+51t+lm25CBnFivA7MDq5
-yGSXPLcBTtitKc8kWPkAQDH/8HUDbXqIdBmkCndf9bfiw5Yr1iFMpbkb7sbeCAYK
-85KqHWdfKYYYVH4+uyLCu2G/Wrpat54FbjNMyNVzYLBDSMte7LlXMDW3evj4FE7j
-JPKCyUk2dxoy7BhFlLYBE8WV5VeE5EXirtZOEkcLR95DrIt6IflUr+XIQvHQUbFO
-9CUtWU8vsudnbaH7S2hcOVtl1R4LMYI9+xDKJpIKiF8rYlxlxPc/VkktIINeNmr9
-Eg1piQdaqlZHEwxilSmb13khEdUCqfcurNenxrHwz2uq+C9b97DJQ8Ly+zHI/Mql
-weQwBZKqaqfZAexoFZ+TyXhCC/NZCI+ZBJ39/ojsFdld0J4dUWvh0/oh2iWcN8um
-qFOxPpNgOQ0F4KrvIPPtKPJuTVjfI7D3VVoaV7/TlDQGgfMMAOLZueA9ObZnfPFh
-9wPZ0hYfppnPteKLOcfgN77z8WFFUIgyhQgYPsrl3dCtVjhkKl/CexJUB9a2MtwK
-dvJwMOKfBJoRt71FzPdZAMsnZjn8XUc8qxyQBw+Q0tkfeFq/0C6a3dJ3SQARAQAB
-tDVNdXJhbGkgTWlubmFoIChDT0RFIFNJR05JTkcgS0VZKSA8bW1pbm5haEBhcGFj
-aGUub3JnPokCNwQTAQoAIQUCWEbzZAIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIX
-gAAKCRBkx3mrvza+Sd+0EACrYP/ykGYjAjJEaRuBzmPQpIqd57MIAow4VeyU2kx6
-/8vx0HsJU0dcZuPlk1TvL8wF4CmMpieziNNOvaFvmJjft5UttvieiN9dzucfrwCf
-7AgPBOwErG+MnjulP2i3mnfU+qLnMtV+cX9M2FzNmuXMsGXJf4qUn55x5000T6MG
-Pko9M2xsGPBmcS+Zqu+QqutSCXuVi5bcmWzcLEN0tGCIVeP8sQ49olXRIr8J4frn
-GxOA3YPdAaYGOqbAIWuvJQn0M2iLCbWLFDo6emknWn83y0Zd1PaluupNHugcSqHo
-VSS+hFdxuetzb/mO0pidRzYCmR+EK9B3OlOBPcQPYgzRCR+pCLg3P1fqrJGtB2WR
-Nx8bYBfIZpdk2xF9iESVBSE6c82+04HZ+SPUibOjUEyhN5ajkbvITCzpOH1WuMjT
-VMly4P7GAz7S6jtS8RKFTvim+zxLojh3dTiMU/JJjtg0HekkOhFJEFzM8ncfkwdP
-IPWzyS4ZkbuS1uowfDNqJhV46na/0TE9ENM9L/bSBdWHiRgheBUu4T2Ds9rtqduI
-1UOvhQmp/IkVefxjxiaZgeKAs84uWLlK1FVJU8ZzZ8dJLLJTzzug/zC+4c2ymh9M
-loQw6yzR84OPxl2XMvqYltoRQ1fUlRViaY++6+XUla4zIJeTiiIvJXgU83wrwKeJ
-9rkCDQRYRvNkARAAtuX6S4DsiTwoA4T/hDZuk/UL+ch5O9dPL3NP2z2RW7s1e/z7
-M8941OCYep0KhAmNHVHRrMxHpWfGO2SBUE43I0j8YotaeWdMBy3AbvK9cEx/6h0y
-ni+CMbAWp2XGYJLsRgxkmhnddPUKfGJrg8TQsaV2VM5gRM2AndGEM5/zfuij5HDt
-2XXIWhGabQ9u6NQv2Plx8/bbJgtA5e5SAOnOiJ/Np9o9X0odxF7SJ4qnLIj3qx4p
-CLjJdRGdy3ujgT4L1V/2wWWRP/BRAAE2UWyWauLoJXF5YiZ1Ev5KlH2JRtX4f/9C
-z7nqU1FdO0PI0weTnxIgz9hr5dOOilfai6i4OaVnQf5Xl/iweXCSbBoGI0liD53Z
-8iirhKnypMd658Wqet7T0F8Iy6k+H3lqb21CnTqU7bbs6VkDdmBIovSUk/oRNpRo
-MKOk7/Ybq1gGRWYT2s4kzbvPGByKW8Smso1nUEy+eP9z3nxXBg1tyK0whA98f9tt
-hwW9HuqBG6Q0Vu8TypVSWVrP42sYfTSCCld8D5VpTIzyMQAVxoCAgfnUg4vmTBNJ
-QuYF8cAokTFel6ktq1Sm004bPC2uJ0FGgTEO67M3/4JpJhfvq2AduQOGgihscwfp
-O/Bh+y8H/Y/M4bxu7y77SSew4ExEG5u2YYvoV2e5YIHIwRaxwCQvbkmPpqkAEQEA
-AYkCHwQYAQoACQUCWEbzZAIbDAAKCRBkx3mrvza+SZWZD/4jNP0qKFrt1fRXPDKG
-FXJnIyrwYERE6fI19y5Kg4h/LvpdEKmwrltx4oZ2R6d57d7OIpDqfOuLtnJqQ6j0
-hmChYPQ7ItdHdrKnCaRkJ0r+OTN7yv1nDykYoxKMjtFN9N7o8pmxB47TWI1i4nkZ
-pzbLUa/5aZTcAL9WddlbXPddYshC5n99GP1zvSMJ70mtzrkuprQMxY/N8o+G4AXV
-XOM6OEOWkoGQkWT0fIgcw4Qr21qJVUn/Ueu+Ltr3n86OTpr8v5Yhj7Gox8nhcqvM
-JbIQudKsk4tWxBBqs6a9/PqXQoBTW/X8n1LG6rEC10FYAIemUBj3F9wzx0p85Vyq
-ByU1OWwtBUVn8p8E8sOrmvKXaEcoszcZEhgMP6eG8bbn56CR1kxEu7DM0Ujjsb/0
-s0px6XQkAfhMV44XbVfo8fvc+e6PVUf3ylkJ3JJPKPpbmTCp+3/GThS3Iv6LRIXr
-SSFgnrTM4Fy7bMFRqYKtWLOzZnAmfx+ciDoZWbBVkKePzz/JQzp3icr8D0CTum0o
-whHVo1mwNv7cTLrZBS1IVrkUlFghyy928nOeTHDdnihRcsMvN/ZmCtNR/THPSKK5
-LqVQba1yceJCSqWExHkmUXFQQRcb6kIQ9htlqyvfC+/8mfWlvXxgbkV3Hymnwlqe
-M984dlW6On/op6UAzfsSd1OE9A==
-=lGAy
------END PGP PUBLIC KEY BLOCK-----
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 3d04d87..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,253 +0,0 @@
- 
-                                 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.
-
-
-Apache cTAKES bundles part of lvg 2008, which has a separate copyright 
-notice and license terms.  
-See ctakes-lvg/src/main/resources/org/apache/ctakes/lvg/data
-The license for lvg:
-Terms and Conditions for Use of the SPECIALIST NLP Tools
-1. Introduction
-The following Terms and Conditions apply for use of the SPECIALIST NLP Tools.
-Using the SPECIALIST NLP Tools indicates your acceptance of the following 
-Terms and Conditions. These Terms and Conditions apply to all SPECIALIST NLP
-Tools, independent of format and method of acquisition.
-2. The SPECIALIST NLP Tools
-The Lister Hill National Center for Biomedical Communications, National
-Library of Medicine, National Institutes of Health, Department of Health
-and Human Services, has developed the SPECIALIST NLP Tools to investigate
-the contributions that natural language processing techniques can make to
-the task of mediating between the language of users and the language of
-online biomedical information resources. The SPECIALIST NLP Tools facilitate
-natural language processing by helping application developers with lexical
-variation and text analysis tasks in the biomedical domain.
-3. Availability
-The SPECIALIST NLP Tools are available to all requesters, both within and
-outside the United States, at no charge.
-4. Use of the SPECIALIST NLP Tools
-a. Redistributions of the SPECIALIST NLP Tools in source or binary form must
-include this list of conditions in the documentation and/or other materials
-provided with the distribution.
-b. In any publication or distribution of all or any portion of the SPECIALIST
-NLP Tools (1) you must attribute the source of the tools as the SPECIALIST NLP
-Tools with the release number and date; (2) you must state any modifications
-made to the SPECIALIST NLP Tools along with a complete description of the
-modifications, which may be in the form of patch files.
-c. You shall not assert any proprietary rights to any portion of the SPECIALIST
-NLP Tools, nor represent the SPECIALIST NLP Tools or any part thereof to anyone
-as other than a United States Government product.
-d. The name of the U.S. Department of Health and Human Services, National
-Institutes of Health, National Library of Medicine, Lister Hill National
-Center for Biomedical Communications may not be used to endorse or promote
-products derived from the SPECIALIST NLP Tools without specific prior written
-permission.
-e. Neither the United States Government, U.S. Department of Health and Human
-Services, National Institutes of Health, National Library of Medicine, Lister
-Hill National Center for Biomedical Communications, nor any of its agencies,
-contractors, subcontractors or employees of the United States Government make
-any warranties, expressed or implied, with respect to the SPECIALIST NLP Tools,
-and, furthermore, assume no liability for any party's use, or the results of
-such use, of any part of these tools.
-These terms and conditions are in effect as long as the user retains any part
-of the SPECIALIST NLP Tools.
-   
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
deleted file mode 100644
index 51b297a..0000000
--- a/NOTICE
+++ /dev/null
@@ -1,26 +0,0 @@
-Apache cTAKES
-Copyright 2013 The Apache Software Foundation
-
-This product includes software developed at
-The Apache Software Foundation (http://www.apache.org/).
-
-Portions of cTAKES were originally developed by
-Mayo Clinic and are licensed to the Apache Software
-Foundation under the "Software Grant License Agreement".
-Copyright (c) 2009 Mayo Foundation for Medical Education 
-and Research (MFMER) 
-
-Portions of cTAKES were originally developed by
-Boston Children's Hospital and are licensed to the Apache Software
-Foundation under the "Software Grant License Agreement".
-Copyright (c) 2012 Boston Children's Hospital.
-
-Portions of cTAKES were originally developed by
-University of Colorado and are licensed to the Apache Software
-Foundation under the "Software Grant License Agreement".
-Copyright (c) 2012 University of Colorado.
-
-Portions of cTAKES were originally developed by
-The MITRE corporation  and are licensed to the Apache Software
-Foundation under the "Software Grant License Agreement".
-Copyright (c) 2012 The MITRE Corporation.
diff --git a/README b/README
deleted file mode 100644
index 25c57bd..0000000
--- a/README
+++ /dev/null
@@ -1,14 +0,0 @@
-
-Apache cTAKES
-==================================
-Detailed documentation can be found at:
-http://ctakes.apache.org
-
-Requirements
----------------------------------------
-Java 1.8 is required to run cTAKES
-Maven 3.0.0 is required to build cTAKES
-
-
-For information on Installation and Operation:
-https://cwiki.apache.org/confluence/display/ctakes/ctakes
\ No newline at end of file
diff --git a/ctakes-assertion-zoner/LICENSE b/ctakes-assertion-zoner/LICENSE
deleted file mode 100644
index d645695..0000000
--- a/ctakes-assertion-zoner/LICENSE
+++ /dev/null
@@ -1,202 +0,0 @@
-
-                                 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.
diff --git a/ctakes-assertion-zoner/desc/ZonerDescriptor.xml b/ctakes-assertion-zoner/desc/ZonerDescriptor.xml
deleted file mode 100644
index e2ad52d..0000000
--- a/ctakes-assertion-zoner/desc/ZonerDescriptor.xml
+++ /dev/null
@@ -1,112 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-
-    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.
-
--->
-<analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
-  <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
-  <primitive>true</primitive>
-  <annotatorImplementationName>org.mitre.medfacts.uima.Zoner</annotatorImplementationName>
-  <analysisEngineMetaData>
-    <name>ZonerDescriptor</name>
-    <description/>
-    <version>1.0</version>
-    <vendor>MITRE</vendor>
-    <configurationParameters/>
-    <configurationParameterSettings/>
-    <typeSystemDescription>
-      <types>
-        <typeDescription>
-          <name>org.mitre.medfacts.uima.Heading</name>
-          <description>a section heading</description>
-          <supertypeName>uima.tcas.Annotation</supertypeName>
-          <features>
-            <featureDescription>
-              <name>label</name>
-              <description/>
-              <rangeTypeName>uima.cas.String</rangeTypeName>
-            </featureDescription>
-          </features>
-        </typeDescription>
-        <typeDescription>
-          <name>org.mitre.medfacts.uima.Zone</name>
-          <description>A document Zone, including its heading</description>
-          <supertypeName>uima.tcas.Annotation</supertypeName>
-          <features>
-            <featureDescription>
-              <name>label</name>
-              <description/>
-              <rangeTypeName>uima.cas.String</rangeTypeName>
-            </featureDescription>
-          </features>
-        </typeDescription>
-        <typeDescription>
-          <name>org.mitre.medfacts.uima.Subzone</name>
-          <description/>
-          <supertypeName>uima.tcas.Annotation</supertypeName>
-          <features>
-            <featureDescription>
-              <name>label</name>
-              <description/>
-              <rangeTypeName>uima.cas.String</rangeTypeName>
-            </featureDescription>
-          </features>
-        </typeDescription>
-      </types>
-    </typeSystemDescription>
-    <typePriorities/>
-    <fsIndexCollection/>
-    <capabilities>
-      <capability>
-        <inputs/>
-        <outputs/>
-        <languagesSupported/>
-      </capability>
-    </capabilities>
-    <operationalProperties>
-      <modifiesCas>true</modifiesCas>
-      <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
-      <outputsNewCASes>false</outputsNewCASes>
-    </operationalProperties>
-  </analysisEngineMetaData>
-  <externalResourceDependencies>
-    <externalResourceDependency>
-      <key>SectionRegex</key>
-      <description/>
-      <optional>false</optional>
-    </externalResourceDependency>
-  </externalResourceDependencies>
-  <resourceManagerConfiguration>
-    <externalResources>
-      <externalResource>
-        <name>SectionHeaderRegularExpressions</name>
-        <description/>
-        <fileResourceSpecifier>
-          <fileUrl>file:org/mitre/medfacts/uima/section_regex.xml</fileUrl>
-        </fileResourceSpecifier>
-      </externalResource>
-    </externalResources>
-    <externalResourceBindings>
-      <externalResourceBinding>
-        <key>SectionRegex</key>
-        <resourceName>SectionHeaderRegularExpressions</resourceName>
-      </externalResourceBinding>
-    </externalResourceBindings>
-  </resourceManagerConfiguration>
-</analysisEngineDescription>
diff --git a/ctakes-assertion-zoner/desc/ZonerDescriptorStyleMap.xml b/ctakes-assertion-zoner/desc/ZonerDescriptorStyleMap.xml
deleted file mode 100644
index 4d2e31c..0000000
--- a/ctakes-assertion-zoner/desc/ZonerDescriptorStyleMap.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-
-    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.
-
--->
-<styleMap>
-</styleMap>
diff --git a/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__both_regular_and_mayo.xml b/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__both_regular_and_mayo.xml
deleted file mode 100644
index 787e6b2..0000000
--- a/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__both_regular_and_mayo.xml
+++ /dev/null
@@ -1,4881 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
-<!--
-
-    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.
-
--->
-    <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
-    <primitive>false</primitive>
-    <delegateAnalysisEngineSpecifiers>
-        <delegateAnalysisEngine key="org.mitre.medfacts.uima.ZoneAnnotator.2">
-            <analysisEngineDescription>
-                <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
-                <primitive>true</primitive>
-                <annotatorImplementationName>org.mitre.medfacts.uima.ZoneAnnotator</annotatorImplementationName>
-                <analysisEngineMetaData>
-                    <name>org.mitre.medfacts.uima.ZoneAnnotator</name>
-                    <description>Descriptor automatically generated by uimaFIT</description>
-                    <version>unknown</version>
-                    <vendor>org.mitre.medfacts.uima</vendor>
-                    <configurationParameters>
-                        <configurationParameter>
-                            <name>SectionRegex</name>
-                            <description>xml configuration file with zone regular expression values</description>
-                            <type>String</type>
-                            <multiValued>false</multiValued>
-                            <mandatory>true</mandatory>
-                        </configurationParameter>
-                    </configurationParameters>
-                    <configurationParameterSettings>
-                        <nameValuePair>
-                            <name>SectionRegex</name>
-                            <value>
-                                <string>org/mitre/medfacts/uima/mayo_sections.xml</string>
-                            </value>
-                        </nameValuePair>
-                    </configurationParameterSettings>
-                    <typeSystemDescription>
-                        <types>
-                            <typeDescription>
-                                <name>org.apache.ctakes.assertion.zoner.types.Heading</name>
-                                <description>a section heading</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.assertion.zoner.types.Subzone</name>
-                                <description/>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.assertion.zoner.types.Zone</name>
-                                <description>A document Zone, including its heading</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.AnatomicalSite</name>
-                                <description>A body part or area, corresponding to the UMLS semantic group of Anatomy.  An Entity based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Entity</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Attribute</name>
-                                <description>The semantic encapsulation of a modifer.  E.g., for Clinical Elements, Attributes may be used to specify Body Side for a Procedure.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</name>
-                                <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.BodySide</name>
-                                <description>Value set: unmarked (default), left, right, bilateral</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Course</name>
-                                <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Date</name>
-                                <description>A normalized form for dates, namely with day, month, and year.  A subtype of Element but may not use all inherited attributes.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>day</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>month</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>year</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.DiseaseDisorder</name>
-                                <description>This is an Event from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>alleviatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>associatedSignSymptom</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>course</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>exacerbatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Element</name>
-                                <description>A basic semantic unit that refers to something in the real world, including Entities, Events, Attributes, Dates.  Element inherits from uima.cas.TOP to combine textual mentions of these real-world objects.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>ontologyConcept</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>mentions</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</elementType>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>discoveryTechnique</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>confidence</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Double</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>conditional</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>generic</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>subject</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>polarity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>uncertainty</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>historyOf</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Entity</name>
-                                <description>A real-world entity such as a body part.  For example, multiple Procedures may have the same AnatomicalSite entity for their locations.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Event</name>
-                                <description>A real-world event; similar to Entity, but may bear some temporal properties and relationships.  In the constrained clinical context, many concepts are discussed as instances with some temporal component, e.g., Medications, Labs.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>properties</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.EventProperties</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.EventProperties</name>
-                                <description>A set of mostly temporal properties that are unique to Events.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>contextualModality</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>contextualAspect</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>permanence</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>category</name>
-                                        <description>Type of Event.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>aspect</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>docTimeRel</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>degree</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>polarity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Lab</name>
-                                <description>This is an Event from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>abnormalInterpretation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>deltaFlag</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>labValue</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabValue</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>ordinalInterpretation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>referenceRangeNarrative</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</name>
-                                <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</name>
-                                <description>Holds a narrative (i.e. string) reference range</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.LabValue</name>
-                                <description>Quantitative results of a laboratory, with number and unit.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>number</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>unit</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Medication</name>
-                                <description>This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>medicationFrequency</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDuration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationRoute</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStatusChange</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDosage</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStrength</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationForm</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</name>
-                                <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</name>
-                                <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationForm</name>
-                                <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</name>
-                                <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>number</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>unit</name>
-                                        <description>The periodic unit used, e.g day, month, hour, etc.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</name>
-                                <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</name>
-                                <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description>Indicates the change status of 'stop', 'start', 'increase', 'decrease', or 'noChange'.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</name>
-                                <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>number</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>unit</name>
-                                        <description>the unit of measurement</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</name>
-                                <description>Ontologies (e.g., SNOMED-CT) provide an expert semantic representation for concepts. They typically assign a code to a concept and normalize across various textual representations of that concept.  
-IdentifiedAnnotation and Elements may point to these normalized concept representations to indicate clinical concepts.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.OntologyConcept</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>codingScheme</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>code</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>oid</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>oui</name>
-                                        <description>holds the rxnorm unique identifier for a given drug mention.
-							TODO: change this attribute because of name clash (UMLS/SNOMED)</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Procedure</name>
-                                <description>This is an Event from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>procedureDevice</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>method</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</name>
-                                <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
-Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</name>
-                                <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
-More qualifying information on how the procedure was done.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Severity</name>
-                                <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.SignSymptom</name>
-                                <description>This is an Event from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>alleviatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>course</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>exacerbatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>severity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Time</name>
-                                <description>A normalized form for Time annotations.  Inherits from Element, but some fields may be unused.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>normalizedForm</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.UmlsConcept</name>
-                                <description>Concepts in the Unified Medical Language System (UMLS) Metathesaurus have a concept unique identifier (CUI) and a type unique identifier (TUI, i.e., semantic type) which are curated, normalized codes. For example, "pain" would have a cui=C0030193 and tui=T184.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.UmlsConcept</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>cui</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>tui</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.Affects</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.AffectsTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.AspectualTextRelation</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.AttributeRelation</name>
-                                <description>A real-world relationship between an Element and an Attribute.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>arg1</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>arg2</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</name>
-                                <description>A super-type for relationships between two spans of text.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>arg1</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.RelationArgument</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>arg2</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.RelationArgument</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.CollectionTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>members</name>
-                                        <description>A super-type for relationships between multiple spans of text.</description>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.relation.RelationArgument</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.CoreferenceRelation</name>
-                                <description>A coreference pair, with antecedent as arg1 and anaphor as arg2</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.DegreeOf</name>
-                                <description>A UMLS relation between an attribute and an entity/event.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.AttributeRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ElementRelation</name>
-                                <description>A super-type referring to real-world semantic relationships, e.g., TemporalRelations between two Events.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>arg1</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>arg2</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.LocationOf</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ManifestationOf</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ManifestationOfTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.Relation</name>
-                                <description>A superclass for semantic relationships between Elements.  For example, one might consider TemporalRelations or UMLSRelations between a Medication and a Disorder.  The "category" feature indicates what kind of relation it is.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>category</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>discoveryTechnique</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>confidence</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Double</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>polarity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>uncertainty</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.RelationArgument</name>
-                                <description>Relations are like lines connecting two or more endpoints.  RelationArguments are used as endpoints that are text spans via the "argument" feature. The directed relations should specify a "role" feature.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>argument</name>
-                                        <description/>
-                                        <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>role</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>participatesIn</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.relation.Relation</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ResultOf</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ResultOfTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.TemporalRelation</name>
-                                <description>Based on ISO TimeML's TLINK.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.UMLSRelation</name>
-                                <description>A biomedical relationship between two spans of text that have been mapped to UMLS concepts. Inherits "category" from Relation, with values such as affects, causes, complicates, contraindicates, degree_of, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.Demographics</name>
-                                <description>Demographic information about the patient in a clinical document.  Typically comes from structured metadata.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>birthDate</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>deathDate</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>gender</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>firstName</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>middleName</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>lastName</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>firstNameSoundex</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>lastNameSoundex</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.DocumentClassification</name>
-                                <description/>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.DocumentID</name>
-                                <description>Equivalent to cTAKES: org.apache.ctakes.typesystem.type.DocumentID, but its supertype changed to uima.cas.TOP</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>documentID</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.Metadata</name>
-                                <description>Structured data that captures information about the document, patient, or context of the clinical text.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>patientID</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Long</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>providerID</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.LongArray</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceData</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.structured.SourceData</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>demographics</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.structured.Demographics</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.SourceData</name>
-                                <description>Information about the caregiving setting for the clinical document.  Typically comes from structured metadata.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>noteTypeCode</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>noteSubTypeCode</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>authorSpecialty</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>documentStandard</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceInstanceId</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceRevisionNbr</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceRevisionDate</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceOriginalDate</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceInstitution</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceEncounterId</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceApplication</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.ADJP</name>
-                                <description>An adjective phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.ADJP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.ADVP</name>
-                                <description>An adverb phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.ADVP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.BaseToken</name>
-                                <description>A supertype for tokens subsuming word, punctuation, symbol, newline, contraction, or number.  Includes parts of speech, which are grammatical categories, e.g., noun (NN) or preposition (IN) that use Penn Treebank tags with a few additions.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.BaseToken</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>tokenNumber</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>normalizedForm</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>partOfSpeech</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>lemmaEntries</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.syntax.Lemma</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.CONJP</name>
-                                <description>A phrase-level conjunction
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.CONJP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.Chunk</name>
-                                <description>Chunks are syntactic groupings of tokens, and are the results of a shallow parser (chunker).  Possible chunkTypes follow Penn Treebank guidelines, e.g., noun phrase (NP) or prepositional phrase (PP) 
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.Chunk</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>chunkType</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</name>
-                                <description>A dependency parser node in the CONLL-X format, namely, where each node is a token with 10 fields.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description>The token's position in the sentence.  The ROOT node, present in every dependency parse, has id=0.</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>form</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>lemma</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cpostag</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>postag</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>feats</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>head</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>deprel</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>phead</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>pdeprel</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.ContractionToken</name>
-                                <description>Differentiates a token as being a contraction rather than a punctuation, symbol, newline, word, or number. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.ContractionToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.INTJ</name>
-                                <description>An interjection
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.INTJ</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.LST</name>
-                                <description>A list item, usually intra-sentential
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.LST</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.Lemma</name>
-                                <description>Stores a lemma (canonical form of a token).  Inherits from uima.cas.TOP, allowing for reuse of standardized forms across the CAS. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Lemma</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>key</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>posTag</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.NP</name>
-                                <description>A noun phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.NP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.NewlineToken</name>
-                                <description>Differentiates a token as being a newline rather than a punctuation, symbol, contraction, word, or number. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.NewlineToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.NumToken</name>
-                                <description>Differentiates a token as being a number rather than a punctuation, symbol, newline, word, or contraction. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.NumToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>numType</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.O</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.PP</name>
-                                <description>A prepositional phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.PP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.PRT</name>
-                                <description>A particle, e.g., "out" in "rule out"
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.PRT</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.PunctuationToken</name>
-                                <description>Differentiates a token as being punctuation rather than a contraction, symbol, newline, word, or number. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.PunctuationToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.SBAR</name>
-                                <description>A subordinate clause
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.SBAR</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.StanfordDependency</name>
-                                <description>Stanford dependencies provide a representation of grammatical relations between words in a sentence. Stanford dependencies are triplets: name of the relation, governor and dependent.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.SymbolToken</name>
-                                <description>Differentiates a token as being a symbol rather than a punctuation, contraction, newline, word, or number. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.SymbolToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.TerminalTreebankNode</name>
-                                <description>A Penn Treebank Node; as a terminal, there is an associated word, and the index of the word is a feature.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>index</name>
-                                        <description>The index of this node in the top node's list of terminals.</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>tokenIndex</name>
-                                        <description>The tokenIndex of a terminal is n, where the terminal is the nth token in a sentence.  The value -1 means that this terminal does not correspond to a token (because it is a trace.)  We assume that each token corresponds to a terminal.</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.TopTreebankNode</name>
-                                <description>A Penn Treebank Node; as the top node, this stores the whole subsumed sentence's parse tree as a string.  It also stores all the terminals, allowing for traversal of the tree bottom-up (top-down is implied through the TreebankNode's 'children' attribute).</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>treebankParse</name>
-                                        <description>A bracketed sentence string representing the parse tree.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>terminals</name>
-                                        <description>Stores the terminal nodes of the parse tree.  This allows for bottom-up traversal of a tree.</description>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.syntax.TerminalTreebankNode</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.TreebankNode</name>
-                                <description>A Penn Treebank-style tree node.  Conforms to PTB 2.0 guidelines.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>nodeType</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>nodeValue</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>leaf</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>parent</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>children</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.syntax.TreebankNode</elementType>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>nodeTags</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.StringArray</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>headIndex</name>
-                                        <description>The head index tracks the index into the word tokens which is the syntactic head of a phrase.</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.UCP</name>
-                                <description>An unlike coordinating phrase, e.g., a NP and a PP conjoined via "and" 
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.UCP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.VP</name>
-                                <description>A verb phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.VP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.WordToken</name>
-                                <description>Differentiates a token as being a word rather than a punctuation, symbol, newline, contraction, or number.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.WordToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>capitalization</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>numPosition</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>suggestion</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>canonicalForm</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.temporary.assertion.AssertionCuePhraseAnnotation</name>
-                                <description>A cue phrase indicating potential negation, uncertainty, or conditional</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cuePhraseCategory</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cuePhraseAssertionFamily</name>
-                                        <description>which assertion family this cue phrase belongs to (negation, uncertainty, or conditional)</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cuePhraseFirstWord</name>
-                                        <description>first word of cue phrase</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cuePhrase</name>
-                                        <description>cue phrase itself (from lookup list)</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.AnatomicalSiteMention</name>
-                                <description>A text string that refers to a (AnatomicalSite) Entity.  A body part or area, corresponding to the UMLS semantic group of Anatomy.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EntityMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</name>
-                                <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</name>
-                                <description>Value set: unmarked (default), left, right, bilateral</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ConditionalModifier</name>
-                                <description>The Conditional modifier refers to mentions which could exist under certain circumstances.  If indicated, there are conditions under which an associated Named Entity mention might not be truly asserted.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ContextAnnotation</name>
-                                <description>Contextual information of an entity. Equivalent to cTAKES: edu.mayo.bmi.uima.context.type.ContextAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>FocusText</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>Scope</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.CourseModifier</name>
-                                <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.DateAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.DateAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.DiseaseDisorderMention</name>
-                                <description>A text string that refers to a (DiseaseDisorder) Event.  This is from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>alleviatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>associatedSignSymptom</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>course</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>exacerbatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>severity</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.EntityMention</name>
-                                <description>A text string (IdentifiedAnnotation) that refers to an Entity.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>entity</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Entity</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.EventMention</name>
-                                <description>A text string (IdentifiedAnnotation) that refers to an Event.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>event</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Event</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.FractionAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.FractionAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.GenericModifier</name>
-                                <description>The Generic modifier indicates that a named entity mention is generic, i.e., not related to the instance of a disorder, sign/symptom, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.HistoryOfModifier</name>
-                                <description>An indication of explicit mentioning of a past history. The indicator captures only very explicit mentions of historicity.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</name>
-                                <description>Any span of text that has been discovered or flagged for some reason, such as a Named Entity.  Allows for mapping to an ontology.  Generalized from cTAKES: org.apache.ctakes.typesystem.type.IdentifiedAnnotation.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>ontologyConceptArr</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</elementType>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>typeID</name>
-                                        <description>The type of named entity (e.g. drug, disorder, ...)</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>segmentID</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sentenceID</name>
-                                        <description>contains the sentence id of the sentence that contains the NE's text span</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>discoveryTechnique</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>confidence</name>
-                                        <description>The confidence of the annotation.</description>
-                                        <rangeTypeName>uima.cas.Float</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>polarity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>uncertainty</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>conditional</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>generic</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>subject</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>historyOf</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>preferredText</name>
-                                        <description>preferredText is the preferred name. normally his is the UMLS preferred name.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabDeltaFlagModifier</name>
-                                <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabEstimatedModifier</name>
-                                <description>Signals that the lab value was estimated, e.g., "GFR (estimated): 81".  True means that there is an indicator signalling that there was an estimation of the value.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabInterpretationModifier</name>
-                                <description>Test result interpretations organized in a valued list e.g., "rare cells seen" or "few cells seen" in urinalysis, now combined with very_abnormal and abnormal.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabMention</name>
-                                <description>A text string that refers to a (Lab) Event.  This is from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>abnormalInterpretation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>deltaFlag</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.LabDeltaFlagModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>labValue</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ResultOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>ordinalInterpretation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>referenceRangeNarrative</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.LabReferenceRangeModifier</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabReferenceRangeModifier</name>
-                                <description>Holds a narrative (i.e. string) reference range</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabValueModifier</name>
-                                <description>Quantitative results of a laboratory, with number and unit.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MeasurementAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.MeasurementAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationAllergyModifier</name>
-                                <description>Indication of whether the medication is mentioned in the context of Allergies.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationDosageModifier</name>
-                                <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationDurationModifier</name>
-                                <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationEventMention</name>
-                                <description>As of cTAKEs 3.1, see org.apache.ctakes.typesystem.type.textsem.MedicationMention.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>medicationFrequency</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDuration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationRoute</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStatusChange</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDosage</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStrength</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationForm</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationFormModifier</name>
-                                <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationFrequencyModifier</name>
-                                <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationMention</name>
-                                <description>A text string that refers to a (Medication) Event.  This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>medicationAllergy</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationAllergyModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationFrequency</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationFrequencyModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDuration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationDurationModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationRoute</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationRouteModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStatusChange</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationStatusChangeModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDosage</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationDosageModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStrength</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationStrengthModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationForm</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationFormModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationRouteModifier</name>
-                                <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationStatusChangeModifier</name>
-                                <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationStrengthModifier</name>
-                                <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.Modifier</name>
-                                <description>A text string (IdentifiedAnnotation) that refers to an Attribute.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>normalizedForm</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>category</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.PersonTitleAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.PersonTitleAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.PolarityModifier</name>
-                                <description>Used to indicate that a procedure or assertion did not occur or does not exist. If indicated, negation is present and polarity should be -1.  If not indicated, negation is not present and polarity should be +1 by default.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.Predicate</name>
-                                <description>Predicates are typically verbs and may participate in SemanticRoleRelations.  Follows PropBank standards with a few clinical additions.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>relations</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</elementType>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>frameSet</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureDeviceModifier</name>
-                                <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
-Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureMention</name>
-                                <description>A text string that refers to a (Procedure) Event.  This is from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>procedureDevice</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.ProcedureDeviceModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>method</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.ProcedureMethodModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureMethodModifier</name>
-                                <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
-More qualifying information on how the procedure was done.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.RangeAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.RangeAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.RomanNumeralAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.RomanNumeralAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SemanticArgument</name>
-                                <description>SemanticArguments are used for predicate-argument structures (SemanticRoleRelations).  The "label" features should contain the type of semantic role (e.g., ARG0, ARGM) that this argument has w.r.t. the predicate.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>relation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</name>
-                                <description>Predicate-argument structure used for semantic role labeling output.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>predicate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.Predicate</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>argument</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.SemanticArgument</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SeverityModifier</name>
-                                <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SignSymptomMention</name>
-                                <description>A text string that refers to a (SignSymptom) Event.  This is from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>alleviatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>course</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>exacerbatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>severity</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SubjectModifier</name>
-                                <description>The person the observation is on, i.e., a Person mention. This modifier refers to the entity experiencing the disorder.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.TimeAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.TimeAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.TimeMention</name>
-                                <description>A text string (IdentifiedAnnotation) that refers to a Time (i.e., TIMEX3).</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>date</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>time</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>timeClass</name>
-                                        <description>DATE, DURATION, QUANTIFIER, PREPOSTEXP, etc.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.UncertaintyModifier</name>
-                                <description>An introduction of a measure of doubt into a statement.  If indicated, there is uncertainty.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.List</name>
-                                <description>A semi-structured text span, containing other Annotations (typically Sentences, other Lists, etc).</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>items</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>uima.tcas.Annotation</elementType>
-                                        <multipleReferencesAllowed>true</multipleReferencesAllowed>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.LookupWindowAnnotation</name>
-                                <description>Defines a window within which dictionary terms may match.  An auxiliary spanned type.
-Equivalent to cTAKES: edu.mayo.bmi.uima.lookup.type.LookupWindowAnnotation</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.Paragraph</name>
-                                <description>A text span corresponding to a paragraph, typically containing multiple sentences.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.Segment</name>
-                                <description>A section of a clinical text, e.g., Diagnosis, Current Medications, Problem List.  Different segments often have differing sublanguages and clinical relevance.     
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Segment</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>preferredText</name>
-                                        <description>preferredText is the normalized/resolved section name.  Normally, this is populated by the Sectionizer and would contain the HL7/CCDA section name.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.Sentence</name>
-                                <description>Sentences may or may not be fully-formed and grammatical.  They form the unit of analysis for some downstream components (e.g., constituency parsers).
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Sentence</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>sentenceNumber</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>segmentId</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.util.Pair</name>
-                                <description>An Attribute-Value tuple.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Property</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>attribute</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.util.Pairs</name>
-                                <description>A brute force "hash" that stores multiple Pairs in a list. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Properties</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>pairs</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.util.Pair</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.util.ProbabilityDistribution</name>
-                                <description>A brute force probability distribution for discrete variables.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.util.Pairs</supertypeName>
-                            </typeDescription>
-                        </types>
-                    </typeSystemDescription>
-                    <fsIndexCollection/>
-                    <capabilities>
-                        <capability>
-                            <inputs/>
-                            <outputs>
-                                <type>org.apache.ctakes.assertion.zoner.types.Zone</type>
-                                <feature>org.apache.ctakes.assertion.zoner.types.Zone:label</feature>
-                                <type>org.apache.ctakes.assertion.zoner.types.Subzone</type>
-                                <feature>org.apache.ctakes.assertion.zoner.types.Subzone:label</feature>
-                                <type>org.apache.ctakes.assertion.zoner.types.Heading</type>
-                                <feature>org.apache.ctakes.assertion.zoner.types.Heading:label</feature>
-                            </outputs>
-                            <languagesSupported/>
-                        </capability>
-                    </capabilities>
-                    <operationalProperties>
-                        <modifiesCas>true</modifiesCas>
-                        <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
-                        <outputsNewCASes>false</outputsNewCASes>
-                    </operationalProperties>
-                </analysisEngineMetaData>
-            </analysisEngineDescription>
-        </delegateAnalysisEngine>
-        <delegateAnalysisEngine key="org.mitre.medfacts.uima.ZoneAnnotator">
-            <analysisEngineDescription>
-                <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
-                <primitive>true</primitive>
-                <annotatorImplementationName>org.mitre.medfacts.uima.ZoneAnnotator</annotatorImplementationName>
-                <analysisEngineMetaData>
-                    <name>org.mitre.medfacts.uima.ZoneAnnotator</name>
-                    <description>Descriptor automatically generated by uimaFIT</description>
-                    <version>unknown</version>
-                    <vendor>org.mitre.medfacts.uima</vendor>
-                    <configurationParameters>
-                        <configurationParameter>
-                            <name>SectionRegex</name>
-                            <description>xml configuration file with zone regular expression values</description>
-                            <type>String</type>
-                            <multiValued>false</multiValued>
-                            <mandatory>true</mandatory>
-                        </configurationParameter>
-                    </configurationParameters>
-                    <configurationParameterSettings>
-                        <nameValuePair>
-                            <name>SectionRegex</name>
-                            <value>
-                                <string>org/mitre/medfacts/zoner/section_regex.xml</string>
-                            </value>
-                        </nameValuePair>
-                    </configurationParameterSettings>
-                    <typeSystemDescription>
-                        <types>
-                            <typeDescription>
-                                <name>org.apache.ctakes.assertion.zoner.types.Heading</name>
-                                <description>a section heading</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.assertion.zoner.types.Subzone</name>
-                                <description/>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.assertion.zoner.types.Zone</name>
-                                <description>A document Zone, including its heading</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.AnatomicalSite</name>
-                                <description>A body part or area, corresponding to the UMLS semantic group of Anatomy.  An Entity based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Entity</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Attribute</name>
-                                <description>The semantic encapsulation of a modifer.  E.g., for Clinical Elements, Attributes may be used to specify Body Side for a Procedure.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</name>
-                                <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.BodySide</name>
-                                <description>Value set: unmarked (default), left, right, bilateral</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Course</name>
-                                <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Date</name>
-                                <description>A normalized form for dates, namely with day, month, and year.  A subtype of Element but may not use all inherited attributes.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>day</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>month</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>year</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.DiseaseDisorder</name>
-                                <description>This is an Event from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>alleviatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>associatedSignSymptom</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>course</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>exacerbatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Element</name>
-                                <description>A basic semantic unit that refers to something in the real world, including Entities, Events, Attributes, Dates.  Element inherits from uima.cas.TOP to combine textual mentions of these real-world objects.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>ontologyConcept</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>mentions</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</elementType>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>discoveryTechnique</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>confidence</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Double</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>conditional</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>generic</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>subject</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>polarity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>uncertainty</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>historyOf</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Entity</name>
-                                <description>A real-world entity such as a body part.  For example, multiple Procedures may have the same AnatomicalSite entity for their locations.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Event</name>
-                                <description>A real-world event; similar to Entity, but may bear some temporal properties and relationships.  In the constrained clinical context, many concepts are discussed as instances with some temporal component, e.g., Medications, Labs.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>properties</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.EventProperties</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.EventProperties</name>
-                                <description>A set of mostly temporal properties that are unique to Events.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>contextualModality</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>contextualAspect</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>permanence</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>category</name>
-                                        <description>Type of Event.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>aspect</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>docTimeRel</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>degree</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>polarity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Lab</name>
-                                <description>This is an Event from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>abnormalInterpretation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>deltaFlag</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>labValue</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabValue</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>ordinalInterpretation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>referenceRangeNarrative</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</name>
-                                <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</name>
-                                <description>Holds a narrative (i.e. string) reference range</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.LabValue</name>
-                                <description>Quantitative results of a laboratory, with number and unit.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>number</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>unit</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Medication</name>
-                                <description>This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>medicationFrequency</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDuration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationRoute</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStatusChange</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDosage</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStrength</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationForm</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</name>
-                                <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</name>
-                                <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationForm</name>
-                                <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</name>
-                                <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>number</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>unit</name>
-                                        <description>The periodic unit used, e.g day, month, hour, etc.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</name>
-                                <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</name>
-                                <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description>Indicates the change status of 'stop', 'start', 'increase', 'decrease', or 'noChange'.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</name>
-                                <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>number</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>unit</name>
-                                        <description>the unit of measurement</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</name>
-                                <description>Ontologies (e.g., SNOMED-CT) provide an expert semantic representation for concepts. They typically assign a code to a concept and normalize across various textual representations of that concept.  
-IdentifiedAnnotation and Elements may point to these normalized concept representations to indicate clinical concepts.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.OntologyConcept</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>codingScheme</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>code</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>oid</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>oui</name>
-                                        <description>holds the rxnorm unique identifier for a given drug mention.
-							TODO: change this attribute because of name clash (UMLS/SNOMED)</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Procedure</name>
-                                <description>This is an Event from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>procedureDevice</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>method</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</name>
-                                <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
-Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</name>
-                                <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
-More qualifying information on how the procedure was done.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Severity</name>
-                                <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.SignSymptom</name>
-                                <description>This is an Event from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>alleviatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>course</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>exacerbatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>severity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.Time</name>
-                                <description>A normalized form for Time annotations.  Inherits from Element, but some fields may be unused.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>normalizedForm</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.refsem.UmlsConcept</name>
-                                <description>Concepts in the Unified Medical Language System (UMLS) Metathesaurus have a concept unique identifier (CUI) and a type unique identifier (TUI, i.e., semantic type) which are curated, normalized codes. For example, "pain" would have a cui=C0030193 and tui=T184.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.UmlsConcept</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>cui</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>tui</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.Affects</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.AffectsTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.AspectualTextRelation</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.AttributeRelation</name>
-                                <description>A real-world relationship between an Element and an Attribute.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>arg1</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>arg2</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</name>
-                                <description>A super-type for relationships between two spans of text.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>arg1</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.RelationArgument</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>arg2</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.RelationArgument</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.CollectionTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>members</name>
-                                        <description>A super-type for relationships between multiple spans of text.</description>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.relation.RelationArgument</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.CoreferenceRelation</name>
-                                <description>A coreference pair, with antecedent as arg1 and anaphor as arg2</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.DegreeOf</name>
-                                <description>A UMLS relation between an attribute and an entity/event.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.AttributeRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ElementRelation</name>
-                                <description>A super-type referring to real-world semantic relationships, e.g., TemporalRelations between two Events.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>arg1</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>arg2</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Element</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.LocationOf</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ManifestationOf</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ManifestationOfTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.Relation</name>
-                                <description>A superclass for semantic relationships between Elements.  For example, one might consider TemporalRelations or UMLSRelations between a Medication and a Disorder.  The "category" feature indicates what kind of relation it is.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>category</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>discoveryTechnique</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>confidence</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Double</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>polarity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>uncertainty</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.RelationArgument</name>
-                                <description>Relations are like lines connecting two or more endpoints.  RelationArguments are used as endpoints that are text spans via the "argument" feature. The directed relations should specify a "role" feature.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>argument</name>
-                                        <description/>
-                                        <rangeTypeName>uima.tcas.Annotation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>role</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>participatesIn</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.relation.Relation</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ResultOf</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.ResultOfTextRelation</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.TemporalRelation</name>
-                                <description>Based on ISO TimeML's TLINK.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</name>
-                                <description>A UMLS relation between clinical elements.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.relation.UMLSRelation</name>
-                                <description>A biomedical relationship between two spans of text that have been mapped to UMLS concepts. Inherits "category" from Relation, with values such as affects, causes, complicates, contraindicates, degree_of, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.Demographics</name>
-                                <description>Demographic information about the patient in a clinical document.  Typically comes from structured metadata.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>birthDate</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>deathDate</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>gender</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>firstName</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>middleName</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>lastName</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>firstNameSoundex</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>lastNameSoundex</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.DocumentClassification</name>
-                                <description/>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.DocumentID</name>
-                                <description>Equivalent to cTAKES: org.apache.ctakes.typesystem.type.DocumentID, but its supertype changed to uima.cas.TOP</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>documentID</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.Metadata</name>
-                                <description>Structured data that captures information about the document, patient, or context of the clinical text.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>patientID</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Long</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>providerID</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.LongArray</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceData</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.structured.SourceData</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>demographics</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.structured.Demographics</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.structured.SourceData</name>
-                                <description>Information about the caregiving setting for the clinical document.  Typically comes from structured metadata.</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>noteTypeCode</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>noteSubTypeCode</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>authorSpecialty</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>documentStandard</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceInstanceId</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceRevisionNbr</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceRevisionDate</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceOriginalDate</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceInstitution</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceEncounterId</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sourceApplication</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.ADJP</name>
-                                <description>An adjective phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.ADJP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.ADVP</name>
-                                <description>An adverb phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.ADVP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.BaseToken</name>
-                                <description>A supertype for tokens subsuming word, punctuation, symbol, newline, contraction, or number.  Includes parts of speech, which are grammatical categories, e.g., noun (NN) or preposition (IN) that use Penn Treebank tags with a few additions.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.BaseToken</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>tokenNumber</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>normalizedForm</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>partOfSpeech</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>lemmaEntries</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.syntax.Lemma</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.CONJP</name>
-                                <description>A phrase-level conjunction
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.CONJP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.Chunk</name>
-                                <description>Chunks are syntactic groupings of tokens, and are the results of a shallow parser (chunker).  Possible chunkTypes follow Penn Treebank guidelines, e.g., noun phrase (NP) or prepositional phrase (PP) 
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.Chunk</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>chunkType</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</name>
-                                <description>A dependency parser node in the CONLL-X format, namely, where each node is a token with 10 fields.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description>The token's position in the sentence.  The ROOT node, present in every dependency parse, has id=0.</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>form</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>lemma</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cpostag</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>postag</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>feats</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>head</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>deprel</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>phead</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.ConllDependencyNode</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>pdeprel</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.ContractionToken</name>
-                                <description>Differentiates a token as being a contraction rather than a punctuation, symbol, newline, word, or number. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.ContractionToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.INTJ</name>
-                                <description>An interjection
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.INTJ</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.LST</name>
-                                <description>A list item, usually intra-sentential
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.LST</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.Lemma</name>
-                                <description>Stores a lemma (canonical form of a token).  Inherits from uima.cas.TOP, allowing for reuse of standardized forms across the CAS. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Lemma</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>key</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>posTag</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.NP</name>
-                                <description>A noun phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.NP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.NewlineToken</name>
-                                <description>Differentiates a token as being a newline rather than a punctuation, symbol, contraction, word, or number. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.NewlineToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.NumToken</name>
-                                <description>Differentiates a token as being a number rather than a punctuation, symbol, newline, word, or contraction. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.NumToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>numType</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.O</name>
-                                <description/>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.PP</name>
-                                <description>A prepositional phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.PP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.PRT</name>
-                                <description>A particle, e.g., "out" in "rule out"
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.PRT</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.PunctuationToken</name>
-                                <description>Differentiates a token as being punctuation rather than a contraction, symbol, newline, word, or number. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.PunctuationToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.SBAR</name>
-                                <description>A subordinate clause
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.SBAR</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.StanfordDependency</name>
-                                <description>Stanford dependencies provide a representation of grammatical relations between words in a sentence. Stanford dependencies are triplets: name of the relation, governor and dependent.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.BinaryTextRelation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.SymbolToken</name>
-                                <description>Differentiates a token as being a symbol rather than a punctuation, contraction, newline, word, or number. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.SymbolToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.TerminalTreebankNode</name>
-                                <description>A Penn Treebank Node; as a terminal, there is an associated word, and the index of the word is a feature.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>index</name>
-                                        <description>The index of this node in the top node's list of terminals.</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>tokenIndex</name>
-                                        <description>The tokenIndex of a terminal is n, where the terminal is the nth token in a sentence.  The value -1 means that this terminal does not correspond to a token (because it is a trace.)  We assume that each token corresponds to a terminal.</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.TopTreebankNode</name>
-                                <description>A Penn Treebank Node; as the top node, this stores the whole subsumed sentence's parse tree as a string.  It also stores all the terminals, allowing for traversal of the tree bottom-up (top-down is implied through the TreebankNode's 'children' attribute).</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>treebankParse</name>
-                                        <description>A bracketed sentence string representing the parse tree.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>terminals</name>
-                                        <description>Stores the terminal nodes of the parse tree.  This allows for bottom-up traversal of a tree.</description>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.syntax.TerminalTreebankNode</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.TreebankNode</name>
-                                <description>A Penn Treebank-style tree node.  Conforms to PTB 2.0 guidelines.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>nodeType</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>nodeValue</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>leaf</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>parent</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.syntax.TreebankNode</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>children</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.syntax.TreebankNode</elementType>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>nodeTags</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.StringArray</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>headIndex</name>
-                                        <description>The head index tracks the index into the word tokens which is the syntactic head of a phrase.</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.UCP</name>
-                                <description>An unlike coordinating phrase, e.g., a NP and a PP conjoined via "and" 
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.UCP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.VP</name>
-                                <description>A verb phrase
-Equivalent to cTAKES: edu.mayo.bmi.uima.chunker.type.VP</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.Chunk</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.syntax.WordToken</name>
-                                <description>Differentiates a token as being a word rather than a punctuation, symbol, newline, contraction, or number.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.WordToken</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.syntax.BaseToken</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>capitalization</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>numPosition</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>suggestion</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>canonicalForm</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.temporary.assertion.AssertionCuePhraseAnnotation</name>
-                                <description>A cue phrase indicating potential negation, uncertainty, or conditional</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cuePhraseCategory</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cuePhraseAssertionFamily</name>
-                                        <description>which assertion family this cue phrase belongs to (negation, uncertainty, or conditional)</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cuePhraseFirstWord</name>
-                                        <description>first word of cue phrase</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>cuePhrase</name>
-                                        <description>cue phrase itself (from lookup list)</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.AnatomicalSiteMention</name>
-                                <description>A text string that refers to a (AnatomicalSite) Entity.  A body part or area, corresponding to the UMLS semantic group of Anatomy.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EntityMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</name>
-                                <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</name>
-                                <description>Value set: unmarked (default), left, right, bilateral</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ConditionalModifier</name>
-                                <description>The Conditional modifier refers to mentions which could exist under certain circumstances.  If indicated, there are conditions under which an associated Named Entity mention might not be truly asserted.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ContextAnnotation</name>
-                                <description>Contextual information of an entity. Equivalent to cTAKES: edu.mayo.bmi.uima.context.type.ContextAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>FocusText</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>Scope</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.CourseModifier</name>
-                                <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.DateAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.DateAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.DiseaseDisorderMention</name>
-                                <description>A text string that refers to a (DiseaseDisorder) Event.  This is from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>alleviatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>associatedSignSymptom</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>course</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>exacerbatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>severity</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.EntityMention</name>
-                                <description>A text string (IdentifiedAnnotation) that refers to an Entity.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>entity</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Entity</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.EventMention</name>
-                                <description>A text string (IdentifiedAnnotation) that refers to an Event.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>event</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Event</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.FractionAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.FractionAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.GenericModifier</name>
-                                <description>The Generic modifier indicates that a named entity mention is generic, i.e., not related to the instance of a disorder, sign/symptom, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.HistoryOfModifier</name>
-                                <description>An indication of explicit mentioning of a past history. The indicator captures only very explicit mentions of historicity.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</name>
-                                <description>Any span of text that has been discovered or flagged for some reason, such as a Named Entity.  Allows for mapping to an ontology.  Generalized from cTAKES: org.apache.ctakes.typesystem.type.IdentifiedAnnotation.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>ontologyConceptArr</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</elementType>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>typeID</name>
-                                        <description>The type of named entity (e.g. drug, disorder, ...)</description>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>segmentID</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>sentenceID</name>
-                                        <description>contains the sentence id of the sentence that contains the NE's text span</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>discoveryTechnique</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>confidence</name>
-                                        <description>The confidence of the annotation.</description>
-                                        <rangeTypeName>uima.cas.Float</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>polarity</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>uncertainty</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>conditional</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>generic</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>subject</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>historyOf</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>preferredText</name>
-                                        <description>preferredText is the preferred name. normally his is the UMLS preferred name.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabDeltaFlagModifier</name>
-                                <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabEstimatedModifier</name>
-                                <description>Signals that the lab value was estimated, e.g., "GFR (estimated): 81".  True means that there is an indicator signalling that there was an estimation of the value.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabInterpretationModifier</name>
-                                <description>Test result interpretations organized in a valued list e.g., "rare cells seen" or "few cells seen" in urinalysis, now combined with very_abnormal and abnormal.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabMention</name>
-                                <description>A text string that refers to a (Lab) Event.  This is from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>abnormalInterpretation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>deltaFlag</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.LabDeltaFlagModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>labValue</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ResultOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>ordinalInterpretation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>referenceRangeNarrative</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.LabReferenceRangeModifier</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabReferenceRangeModifier</name>
-                                <description>Holds a narrative (i.e. string) reference range</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.LabValueModifier</name>
-                                <description>Quantitative results of a laboratory, with number and unit.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MeasurementAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.MeasurementAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationAllergyModifier</name>
-                                <description>Indication of whether the medication is mentioned in the context of Allergies.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationDosageModifier</name>
-                                <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationDurationModifier</name>
-                                <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationEventMention</name>
-                                <description>As of cTAKEs 3.1, see org.apache.ctakes.typesystem.type.textsem.MedicationMention.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>medicationFrequency</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDuration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationRoute</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStatusChange</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDosage</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStrength</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationForm</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationFormModifier</name>
-                                <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationFrequencyModifier</name>
-                                <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationMention</name>
-                                <description>A text string that refers to a (Medication) Event.  This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>medicationAllergy</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationAllergyModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationFrequency</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationFrequencyModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDuration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationDurationModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationRoute</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationRouteModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStatusChange</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationStatusChangeModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationDosage</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationDosageModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationStrength</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationStrengthModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>medicationForm</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.MedicationFormModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endDate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationRouteModifier</name>
-                                <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationStatusChangeModifier</name>
-                                <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.MedicationStrengthModifier</name>
-                                <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.Modifier</name>
-                                <description>A text string (IdentifiedAnnotation) that refers to an Attribute.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>normalizedForm</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>category</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.PersonTitleAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.PersonTitleAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.PolarityModifier</name>
-                                <description>Used to indicate that a procedure or assertion did not occur or does not exist. If indicated, negation is present and polarity should be -1.  If not indicated, negation is not present and polarity should be +1 by default.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.Predicate</name>
-                                <description>Predicates are typically verbs and may participate in SemanticRoleRelations.  Follows PropBank standards with a few clinical additions.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>relations</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</elementType>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>frameSet</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureDeviceModifier</name>
-                                <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
-Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureMention</name>
-                                <description>A text string that refers to a (Procedure) Event.  This is from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>procedureDevice</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.ProcedureDeviceModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>method</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.ProcedureMethodModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.ProcedureMethodModifier</name>
-                                <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
-More qualifying information on how the procedure was done.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.RangeAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.RangeAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.RomanNumeralAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.RomanNumeralAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SemanticArgument</name>
-                                <description>SemanticArguments are used for predicate-argument structures (SemanticRoleRelations).  The "label" features should contain the type of semantic role (e.g., ARG0, ARGM) that this argument has w.r.t. the predicate.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>relation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>label</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SemanticRoleRelation</name>
-                                <description>Predicate-argument structure used for semantic role labeling output.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.relation.Relation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>predicate</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.Predicate</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>argument</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.SemanticArgument</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SeverityModifier</name>
-                                <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SignSymptomMention</name>
-                                <description>A text string that refers to a (SignSymptom) Event.  This is from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.EventMention</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>alleviatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManagesTreatsTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLaterality</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodyLateralityModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodySide</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.BodySideModifier</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>bodyLocation</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>course</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>duration</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>endTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>exacerbatingFactor</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ComplicatesDisruptsTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>severity</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOfTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>startTime</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.textsem.TimeMention</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>relativeTemporalContext</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalTextRelation</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.SubjectModifier</name>
-                                <description>The person the observation is on, i.e., a Person mention. This modifier refers to the entity experiencing the disorder.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.TimeAnnotation</name>
-                                <description>Equivalent to cTAKES: edu.mayo.bmi.uima.cdt.type.TimeAnnotation</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.TimeMention</name>
-                                <description>A text string (IdentifiedAnnotation) that refers to a Time (i.e., TIMEX3).</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>date</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>time</name>
-                                        <description/>
-                                        <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>timeClass</name>
-                                        <description>DATE, DURATION, QUANTIFIER, PREPOSTEXP, etc.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textsem.UncertaintyModifier</name>
-                                <description>An introduction of a measure of doubt into a statement.  If indicated, there is uncertainty.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.textsem.Modifier</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>indicated</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.List</name>
-                                <description>A semi-structured text span, containing other Annotations (typically Sentences, other Lists, etc).</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>items</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSList</rangeTypeName>
-                                        <elementType>uima.tcas.Annotation</elementType>
-                                        <multipleReferencesAllowed>true</multipleReferencesAllowed>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.LookupWindowAnnotation</name>
-                                <description>Defines a window within which dictionary terms may match.  An auxiliary spanned type.
-Equivalent to cTAKES: edu.mayo.bmi.uima.lookup.type.LookupWindowAnnotation</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.Paragraph</name>
-                                <description>A text span corresponding to a paragraph, typically containing multiple sentences.</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.Segment</name>
-                                <description>A section of a clinical text, e.g., Diagnosis, Current Medications, Problem List.  Different segments often have differing sublanguages and clinical relevance.     
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Segment</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>id</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>preferredText</name>
-                                        <description>preferredText is the normalized/resolved section name.  Normally, this is populated by the Sectionizer and would contain the HL7/CCDA section name.</description>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.textspan.Sentence</name>
-                                <description>Sentences may or may not be fully-formed and grammatical.  They form the unit of analysis for some downstream components (e.g., constituency parsers).
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Sentence</description>
-                                <supertypeName>uima.tcas.Annotation</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>sentenceNumber</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>segmentId</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.util.Pair</name>
-                                <description>An Attribute-Value tuple.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Property</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>attribute</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                    <featureDescription>
-                                        <name>value</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.String</rangeTypeName>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.util.Pairs</name>
-                                <description>A brute force "hash" that stores multiple Pairs in a list. 
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.Properties</description>
-                                <supertypeName>uima.cas.TOP</supertypeName>
-                                <features>
-                                    <featureDescription>
-                                        <name>pairs</name>
-                                        <description/>
-                                        <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                                        <elementType>org.apache.ctakes.typesystem.type.util.Pair</elementType>
-                                    </featureDescription>
-                                </features>
-                            </typeDescription>
-                            <typeDescription>
-                                <name>org.apache.ctakes.typesystem.type.util.ProbabilityDistribution</name>
-                                <description>A brute force probability distribution for discrete variables.</description>
-                                <supertypeName>org.apache.ctakes.typesystem.type.util.Pairs</supertypeName>
-                            </typeDescription>
-                        </types>
-                    </typeSystemDescription>
-                    <fsIndexCollection/>
-                    <capabilities>
-                        <capability>
-                            <inputs/>
-                            <outputs>
-                                <type>org.apache.ctakes.assertion.zoner.types.Zone</type>
-                                <feature>org.apache.ctakes.assertion.zoner.types.Zone:label</feature>
-                                <type>org.apache.ctakes.assertion.zoner.types.Subzone</type>
-                                <feature>org.apache.ctakes.assertion.zoner.types.Subzone:label</feature>
-                                <type>org.apache.ctakes.assertion.zoner.types.Heading</type>
-                                <feature>org.apache.ctakes.assertion.zoner.types.Heading:label</feature>
-                            </outputs>
-                            <languagesSupported/>
-                        </capability>
-                    </capabilities>
-                    <operationalProperties>
-                        <modifiesCas>true</modifiesCas>
-                        <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
-                        <outputsNewCASes>false</outputsNewCASes>
-                    </operationalProperties>
-                </analysisEngineMetaData>
-            </analysisEngineDescription>
-        </delegateAnalysisEngine>
-    </delegateAnalysisEngineSpecifiers>
-    <analysisEngineMetaData>
-        <name/>
-        <configurationParameters/>
-        <configurationParameterSettings/>
-        <flowConstraints>
-            <fixedFlow>
-                <node>org.mitre.medfacts.uima.ZoneAnnotator</node>
-                <node>org.mitre.medfacts.uima.ZoneAnnotator.2</node>
-            </fixedFlow>
-        </flowConstraints>
-        <capabilities/>
-        <operationalProperties>
-            <modifiesCas>true</modifiesCas>
-            <multipleDeploymentAllowed>true</multipleDeploymentAllowed>
-            <outputsNewCASes>false</outputsNewCASes>
-        </operationalProperties>
-    </analysisEngineMetaData>
-</analysisEngineDescription>
diff --git a/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__mayo.xml b/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__mayo.xml
deleted file mode 100644
index bba3363..0000000
--- a/ctakes-assertion-zoner/desc/analysis_engine/assertion_zoner__mayo.xml
+++ /dev/null
@@ -1,2437 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?><analysisEngineDescription xmlns="http://uima.apache.org/resourceSpecifier">
-<!--
-
-    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.
-
--->
-    <frameworkImplementation>org.apache.uima.java</frameworkImplementation>
-    <primitive>true</primitive>
-    <annotatorImplementationName>org.mitre.medfacts.uima.ZoneAnnotator</annotatorImplementationName>
-    <analysisEngineMetaData>
-        <name>org.mitre.medfacts.uima.ZoneAnnotator</name>
-        <description>Descriptor automatically generated by uimaFIT</description>
-        <version>unknown</version>
-        <vendor>org.mitre.medfacts.uima</vendor>
-        <configurationParameters>
-            <configurationParameter>
-                <name>SectionRegex</name>
-                <description>xml configuration file with zone regular expression values</description>
-                <type>String</type>
-                <multiValued>false</multiValued>
-                <mandatory>true</mandatory>
-            </configurationParameter>
-        </configurationParameters>
-        <configurationParameterSettings>
-            <nameValuePair>
-                <name>SectionRegex</name>
-                <value>
-                    <string>org/mitre/medfacts/uima/mayo_sections.xml</string>
-                </value>
-            </nameValuePair>
-        </configurationParameterSettings>
-        <typeSystemDescription>
-            <types>
-                <typeDescription>
-                    <name>org.apache.ctakes.assertion.zoner.types.Heading</name>
-                    <description>a section heading</description>
-                    <supertypeName>uima.tcas.Annotation</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>label</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.assertion.zoner.types.Subzone</name>
-                    <description/>
-                    <supertypeName>uima.tcas.Annotation</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>label</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.assertion.zoner.types.Zone</name>
-                    <description>A document Zone, including its heading</description>
-                    <supertypeName>uima.tcas.Annotation</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>label</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.AnatomicalSite</name>
-                    <description>A body part or area, corresponding to the UMLS semantic group of Anatomy.  An Entity based on generic Clinical Element Models (CEMs)</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Entity</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>bodyLaterality</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>bodySide</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Attribute</name>
-                    <description>The semantic encapsulation of a modifer.  E.g., for Clinical Elements, Attributes may be used to specify Body Side for a Procedure.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</name>
-                    <description>The proximity of the location in anatomical terms (distal, proximal, superior, anterior and etc.). This is finer-grained to allow combinations of values.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.BodySide</name>
-                    <description>Value set: unmarked (default), left, right, bilateral</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Course</name>
-                    <description>An indication of progress or decline of a condition.  Value set: unmarked (default), changed, increased, decreased, improved, worsened, resolved</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Date</name>
-                    <description>A normalized form for dates, namely with day, month, and year.  A subtype of Element but may not use all inherited attributes.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>day</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>month</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>year</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.DiseaseDisorder</name>
-                    <description>This is an Event from the UMLS semantic group of Disorders (except that Sign and Symptom types are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>alleviatingFactor</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>associatedSignSymptom</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ManifestationOf</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>bodyLaterality</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>bodySide</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>bodyLocation</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>course</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Course</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>duration</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>endTime</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>exacerbatingFactor</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>startTime</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>relativeTemporalContext</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Element</name>
-                    <description>A basic semantic unit that refers to something in the real world, including Entities, Events, Attributes, Dates.  Element inherits from uima.cas.TOP to combine textual mentions of these real-world objects.</description>
-                    <supertypeName>uima.cas.TOP</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>id</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>ontologyConcept</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>mentions</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.FSArray</rangeTypeName>
-                            <elementType>org.apache.ctakes.typesystem.type.textsem.IdentifiedAnnotation</elementType>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>discoveryTechnique</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>confidence</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.Double</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>conditional</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>generic</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.Boolean</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>subject</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>polarity</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>uncertainty</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>historyOf</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Entity</name>
-                    <description>A real-world entity such as a body part.  For example, multiple Procedures may have the same AnatomicalSite entity for their locations.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Event</name>
-                    <description>A real-world event; similar to Entity, but may bear some temporal properties and relationships.  In the constrained clinical context, many concepts are discussed as instances with some temporal component, e.g., Medications, Labs.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Element</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>properties</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.EventProperties</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.EventProperties</name>
-                    <description>A set of mostly temporal properties that are unique to Events.</description>
-                    <supertypeName>uima.cas.TOP</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>contextualModality</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>contextualAspect</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>permanence</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>category</name>
-                            <description>Type of Event.</description>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>aspect</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>docTimeRel</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>degree</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>polarity</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.Integer</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Lab</name>
-                    <description>This is an Event from the UMLS semantic group of Laboratory Procedures.  Based on generic Clinical Element Models (CEMs)</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>abnormalInterpretation</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>deltaFlag</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>labValue</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabValue</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>ordinalInterpretation</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.DegreeOf</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>referenceRangeNarrative</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.LabDeltaFlag</name>
-                    <description>An indicator to warn that the laboratory test result has changed significantly from the previous identical laboratory test result.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.LabReferenceRange</name>
-                    <description>Holds a narrative (i.e. string) reference range</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.LabValue</name>
-                    <description>Quantitative results of a laboratory, with number and unit.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>number</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>unit</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Medication</name>
-                    <description>This is an Event from the UMLS semantic group of Chemicals and Drugs, pruned by RxNORM source.  Based on generic Clinical Element Models (CEMs)</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>medicationFrequency</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>medicationDuration</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>medicationRoute</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>medicationStatusChange</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>medicationDosage</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>medicationStrength</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>medicationForm</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.MedicationForm</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>startDate</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>endDate</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Date</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>relativeTemporalContext</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationDosage</name>
-                    <description>Dosage indicates how much of a prescribed drug should be taken.  E.g. "one" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationDuration</name>
-                    <description>The amount of time after which a medication should stop being used, e.g., "2 weeks" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationForm</name>
-                    <description>Form of this medication.  Value set includes tablet, capsule, liquid, inhalant, gel, other, etc.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationFrequency</name>
-                    <description>How often a medication should be used. e.g., BID or b.i.d. or "twice-a-day" would have a number=2 and unit=day.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>number</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>unit</name>
-                            <description>The periodic unit used, e.g day, month, hour, etc.</description>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationRoute</name>
-                    <description>Means by which the medication was taken or administered.  Value set includes Topical, Enteral_Oral, Parenteral_Intravenous, Other, undetermined, etc.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationStatusChange</name>
-                    <description>Status refers to the whether the medication is currently being taken or not.  Value set: start, stop, increase, decrease, no change.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description>Indicates the change status of 'stop', 'start', 'increase', 'decrease', or 'noChange'.</description>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.MedicationStrength</name>
-                    <description>Strength indicates the strength number and unit of the prescribed drug.  E.g. "5 mg" in "one 5 mg tablet twice-a-day for 2 weeks"</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>number</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>unit</name>
-                            <description>the unit of measurement</description>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.OntologyConcept</name>
-                    <description>Ontologies (e.g., SNOMED-CT) provide an expert semantic representation for concepts. They typically assign a code to a concept and normalize across various textual representations of that concept.  
-IdentifiedAnnotation and Elements may point to these normalized concept representations to indicate clinical concepts.
-Equivalent to cTAKES: edu.mayo.bmi.uima.core.type.OntologyConcept</description>
-                    <supertypeName>uima.cas.TOP</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>codingScheme</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>code</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>oid</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>oui</name>
-                            <description>holds the rxnorm unique identifier for a given drug mention.
-							TODO: change this attribute because of name clash (UMLS/SNOMED)</description>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Procedure</name>
-                    <description>This is an Event from the UMLS semantic group of Procedures (except that Laboratory procedures are separate).  Based on generic Clinical Element Models (CEMs)</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>bodyLaterality</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>bodySide</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>bodyLocation</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.LocationOf</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>procedureDevice</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>duration</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>endTime</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>method</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>startTime</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.Time</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>relativeTemporalContext</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.TemporalRelation</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.ProcedureDevice</name>
-                    <description>Corresponds to the UMLS Devices semantic group: medical device and research device. 
-Example: arterial line has a Medical Device semantic type. This is qualifying information on how a procedure was done.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.ProcedureMethod</name>
-                    <description>The way or the equipment used to give or administration something (medication, test). This corresponds to the Procedures UMLS semantic group.
-More qualifying information on how the procedure was done.</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.Severity</name>
-                    <description>An explicitly-mentioned indication of the seriousness of a condition.  Value Set: unmarked (default), severe, moderate, slight</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Attribute</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>value</name>
-                            <description/>
-                            <rangeTypeName>uima.cas.String</rangeTypeName>
-                        </featureDescription>
-                    </features>
-                </typeDescription>
-                <typeDescription>
-                    <name>org.apache.ctakes.typesystem.type.refsem.SignSymptom</name>
-                    <description>This is an Event from the UMLS semantic group of Sign or Symptom.  Based on generic Clinical Element Models (CEMs)</description>
-                    <supertypeName>org.apache.ctakes.typesystem.type.refsem.Event</supertypeName>
-                    <features>
-                        <featureDescription>
-                            <name>alleviatingFactor</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.relation.ElementRelation</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>bodyLaterality</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodyLaterality</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>bodySide</name>
-                            <description/>
-                            <rangeTypeName>org.apache.ctakes.typesystem.type.refsem.BodySide</rangeTypeName>
-                        </featureDescription>
-                        <featureDescription>
-                            <name>bodyLocation</name>
-                            <description/>
... 3632059 lines suppressed ...


[ctakes] 03/03: web-rest should not contain dictionaries.

Posted by se...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

seanfinan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ctakes.git

commit a702171cd1bf328a008cf2042d768169da481b51
Author: Sean Finan <se...@childrens.harvard.edu>
AuthorDate: Tue Dec 13 18:55:43 2022 -0500

    web-rest should not contain dictionaries.
---
 .../lookup/fast/ctakessnorx/ctakessnorx.properties |      17 -
 .../lookup/fast/ctakessnorx/ctakessnorx.script     |     Bin 55293173 -> 0 bytes
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.lck        |     Bin 16 -> 0 bytes
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.properties |       5 -
 .../lookup/fast/sno_rx_16ab/sno_rx_16ab.script     | 1348814 -----------------
 5 files changed, 1348836 deletions(-)

diff --git a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/ctakessnorx/ctakessnorx.properties b/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/ctakessnorx/ctakessnorx.properties
deleted file mode 100644
index cb3d9e9..0000000
--- a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/ctakessnorx/ctakessnorx.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-#HSQL Database Engine 1.8.0.10
-#Thu Sep 04 09:49:09 EDT 2014
-hsqldb.script_format=1
-runtime.gc_interval=0
-sql.enforce_strict_size=false
-hsqldb.cache_size_scale=8
-readonly=true
-hsqldb.nio_data_file=true
-hsqldb.cache_scale=14
-version=1.8.0
-hsqldb.default_table_type=memory
-hsqldb.cache_file_scale=1
-hsqldb.log_size=200
-modified=no
-hsqldb.cache_version=1.7.0
-hsqldb.original_version=1.8.0
-hsqldb.compatible_version=1.8.0
diff --git a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/ctakessnorx/ctakessnorx.script b/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/ctakessnorx/ctakessnorx.script
deleted file mode 100644
index e4fb7ed..0000000
Binary files a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/ctakessnorx/ctakessnorx.script and /dev/null differ
diff --git a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.lck b/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.lck
deleted file mode 100644
index 87f36f7..0000000
Binary files a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.lck and /dev/null differ
diff --git a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.properties b/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.properties
deleted file mode 100644
index ab22735..0000000
--- a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-#HSQL Database Engine 2.3.4
-#Tue Apr 04 21:01:14 EDT 2017
-version=2.3.4
-modified=no
-tx_timestamp=0
diff --git a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.script b/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.script
deleted file mode 100644
index ae00d45..0000000
--- a/ctakes-web-rest/src/main/resources/org/apache/ctakes/dictionary/lookup/fast/sno_rx_16ab/sno_rx_16ab.script
+++ /dev/null
@@ -1,1348814 +0,0 @@
-SET DATABASE UNIQUE NAME HSQLDB5B3BA0CBCC
-SET DATABASE GC 0
-SET DATABASE DEFAULT RESULT MEMORY ROWS 0
-SET DATABASE EVENT LOG LEVEL 0
-SET DATABASE TRANSACTION CONTROL LOCKS
-SET DATABASE DEFAULT ISOLATION LEVEL READ COMMITTED
-SET DATABASE TRANSACTION ROLLBACK ON CONFLICT TRUE
-SET DATABASE TEXT TABLE DEFAULTS ''
-SET DATABASE SQL NAMES FALSE
-SET DATABASE SQL REFERENCES FALSE
-SET DATABASE SQL SIZE TRUE
-SET DATABASE SQL TYPES FALSE
-SET DATABASE SQL TDC DELETE TRUE
-SET DATABASE SQL TDC UPDATE TRUE
-SET DATABASE SQL TRANSLATE TTI TYPES TRUE
-SET DATABASE SQL TRANSLATE TTI TYPES TRUE
-SET DATABASE SQL CONCAT NULLS TRUE
-SET DATABASE SQL UNIQUE NULLS TRUE
-SET DATABASE SQL CONVERT TRUNCATE TRUE
-SET DATABASE SQL AVG SCALE 0
-SET DATABASE SQL DOUBLE NAN TRUE
-SET FILES WRITE DELAY 10
-SET FILES BACKUP INCREMENT TRUE
-SET FILES CACHE SIZE 10000
-SET FILES CACHE ROWS 50000
-SET FILES SCALE 32
-SET FILES LOB SCALE 32
-SET FILES DEFRAG 0
-SET FILES NIO TRUE
-SET FILES NIO SIZE 256
-SET FILES LOG TRUE
-SET FILES LOG SIZE 50
-CREATE USER SA PASSWORD DIGEST 'd41d8cd98f00b204e9800998ecf8427e'
-ALTER USER SA SET LOCAL TRUE
-CREATE SCHEMA PUBLIC AUTHORIZATION DBA
-SET SCHEMA PUBLIC
-CREATE MEMORY TABLE PUBLIC.CUI_TERMS(CUI BIGINT,RINDEX INTEGER,TCOUNT INTEGER,TEXT VARCHAR(255),RWORD VARCHAR(48))
-CREATE INDEX IDX_CUI_TERMS ON PUBLIC.CUI_TERMS(RWORD)
-CREATE MEMORY TABLE PUBLIC.TUI(CUI BIGINT,TUI INTEGER)
-CREATE INDEX IDX_TUI ON PUBLIC.TUI(CUI)
-CREATE MEMORY TABLE PUBLIC.PREFTERM(CUI BIGINT,PREFTERM VARCHAR(511))
-CREATE INDEX IDX_PREFTERM ON PUBLIC.PREFTERM(CUI)
-CREATE MEMORY TABLE PUBLIC.RXNORM(CUI BIGINT,RXNORM BIGINT)
-CREATE INDEX IDX_RXNORM ON PUBLIC.RXNORM(CUI)
-CREATE MEMORY TABLE PUBLIC.SNOMEDCT_US(CUI BIGINT,SNOMEDCT_US BIGINT)
-CREATE INDEX IDX_SNOMEDCT_US ON PUBLIC.SNOMEDCT_US(CUI)
-ALTER SEQUENCE SYSTEM_LOBS.LOB_ID RESTART WITH 1
-SET DATABASE DEFAULT INITIAL SCHEMA PUBLIC
-GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.SQL_IDENTIFIER TO PUBLIC
-GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.YES_OR_NO TO PUBLIC
-GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.TIME_STAMP TO PUBLIC
-GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.CARDINAL_NUMBER TO PUBLIC
-GRANT USAGE ON DOMAIN INFORMATION_SCHEMA.CHARACTER_DATA TO PUBLIC
-GRANT DBA TO SA
-SET SCHEMA SYSTEM_LOBS
-INSERT INTO BLOCKS VALUES(0,2147483647,0)
-SET SCHEMA PUBLIC
-INSERT INTO CUI_TERMS VALUES(97,0,1,'mptp','mptp')
-INSERT INTO CUI_TERMS VALUES(97,0,1,'methylphenyltetrahydropyridine','methylphenyltetrahydropyridine')
-INSERT INTO CUI_TERMS VALUES(102,0,1,'naphthalidine','naphthalidine')
-INSERT INTO CUI_TERMS VALUES(102,2,3,'1 - naththylamine','naththylamine')
-INSERT INTO CUI_TERMS VALUES(102,1,2,'8 aminonaphthalene','aminonaphthalene')
-INSERT INTO CUI_TERMS VALUES(102,2,3,'1 - naphthalenamine','naphthalenamine')
-INSERT INTO CUI_TERMS VALUES(102,2,3,'8 - aminonaphthalene','aminonaphthalene')
-INSERT INTO CUI_TERMS VALUES(102,0,2,'naphthylamine 01','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(102,2,3,'1 - aminonaphthalene','aminonaphthalene')
-INSERT INTO CUI_TERMS VALUES(102,1,2,'alpha naphthylamine','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(102,1,2,'1 naphthylamine','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(102,2,3,'1 - naphthylamine','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(102,0,2,'aminonaphthalene 01','aminonaphthalene')
-INSERT INTO CUI_TERMS VALUES(102,0,2,'a- naphthylamine','a-')
-INSERT INTO CUI_TERMS VALUES(102,1,2,'1 aminonaphthalene','aminonaphthalene')
-INSERT INTO CUI_TERMS VALUES(102,2,3,'alpha - naphthylamine','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(2097230,1,7,'cyclic guanosine 3 , 5 - monophosphate','guanosine')
-INSERT INTO CUI_TERMS VALUES(163,1,2,'17 hydroxycorticosteroid','hydroxycorticosteroid')
-INSERT INTO CUI_TERMS VALUES(163,2,3,'17 - hydrocorticosteroids','hydrocorticosteroids')
-INSERT INTO CUI_TERMS VALUES(163,2,3,'17 - hydroxycorticosteroid','hydroxycorticosteroid')
-INSERT INTO CUI_TERMS VALUES(163,1,2,'17 hydroxycorticoids','hydroxycorticoids')
-INSERT INTO CUI_TERMS VALUES(163,2,3,'17 - hydroxycorticosteroids','hydroxycorticosteroids')
-INSERT INTO CUI_TERMS VALUES(163,0,3,'hydroxycorticosteroids a 17','hydroxycorticosteroids')
-INSERT INTO CUI_TERMS VALUES(163,2,4,'17 - oxogenic steroids','oxogenic')
-INSERT INTO CUI_TERMS VALUES(163,2,3,'17 - hydroxycorticoid','hydroxycorticoid')
-INSERT INTO CUI_TERMS VALUES(163,1,2,'17 hydroxycorticosteroids','hydroxycorticosteroids')
-INSERT INTO CUI_TERMS VALUES(163,2,4,'17 - ketogenic steroids','ketogenic')
-INSERT INTO CUI_TERMS VALUES(163,2,3,'17 - hydrocorticosteroid','hydrocorticosteroid')
-INSERT INTO CUI_TERMS VALUES(167,0,2,'ketosteroids 17','ketosteroids')
-INSERT INTO CUI_TERMS VALUES(167,0,2,'oxosteroids 17','oxosteroids')
-INSERT INTO CUI_TERMS VALUES(167,1,2,'17 ketosteroids','ketosteroids')
-INSERT INTO CUI_TERMS VALUES(167,2,3,'17 - oxosteroids','oxosteroids')
-INSERT INTO CUI_TERMS VALUES(167,2,3,'17 - ketosteroid','ketosteroid')
-INSERT INTO CUI_TERMS VALUES(167,2,3,'17 - ketosteroids','ketosteroids')
-INSERT INTO CUI_TERMS VALUES(167,1,2,'17 ketosteroid','ketosteroid')
-INSERT INTO CUI_TERMS VALUES(167,2,3,'17 - oxosteroid','oxosteroid')
-INSERT INTO CUI_TERMS VALUES(167,1,2,'17 oxosteroids','oxosteroids')
-INSERT INTO CUI_TERMS VALUES(172,0,2,'hydroxycorticosterone 18','hydroxycorticosterone')
-INSERT INTO CUI_TERMS VALUES(172,2,3,'18 - hydrocorticosterone','hydrocorticosterone')
-INSERT INTO CUI_TERMS VALUES(172,2,3,'18 - hydroxycorticosterone','hydroxycorticosterone')
-INSERT INTO CUI_TERMS VALUES(172,0,2,'hydrocorticosterone 18','hydrocorticosterone')
-INSERT INTO CUI_TERMS VALUES(172,0,3,'hydroxycorticosterone , 18','hydroxycorticosterone')
-INSERT INTO CUI_TERMS VALUES(172,1,2,'18 hydrocorticosterone','hydrocorticosterone')
-INSERT INTO CUI_TERMS VALUES(172,1,2,'18 hydroxycorticosterone','hydroxycorticosterone')
-INSERT INTO CUI_TERMS VALUES(215,6,7,'2 , 4 , 5 - trichloroacetophenol','trichloroacetophenol')
-INSERT INTO CUI_TERMS VALUES(215,0,2,'trichlorophenoxyacetic acid','trichlorophenoxyacetic')
-INSERT INTO CUI_TERMS VALUES(220,4,6,'2 , 4 - dichlorophenoxyacetic acid','dichlorophenoxyacetic')
-INSERT INTO CUI_TERMS VALUES(220,8,10,'acetic acid , ( 2 , 4 - dichlorophenoxy )','dichlorophenoxy')
-INSERT INTO CUI_TERMS VALUES(220,3,5,'2 , 4 dichlorophenoxyacetic acid','dichlorophenoxyacetic')
-INSERT INTO CUI_TERMS VALUES(220,0,3,'dichlorophenoxyacetic acid 0204','dichlorophenoxyacetic')
-INSERT INTO CUI_TERMS VALUES(246,0,4,'reductoisomerase , acetohydroxy acid','reductoisomerase')
-INSERT INTO CUI_TERMS VALUES(246,0,9,'isomeroreductase , 2 - acetohydroxy - 3 - ketoacid','isomeroreductase')
-INSERT INTO CUI_TERMS VALUES(246,1,3,'2 acetolactate mutase','acetolactate')
-INSERT INTO CUI_TERMS VALUES(246,4,5,'mutase , 2 - acetolactate','acetolactate')
-INSERT INTO CUI_TERMS VALUES(246,2,3,'acetohydroxy acid reductoisomerase','reductoisomerase')
-INSERT INTO CUI_TERMS VALUES(246,0,3,'acetolactate mutase 02','acetolactate')
-INSERT INTO CUI_TERMS VALUES(246,7,8,'2 - acetohydroxy - 3 - ketoacid isomeroreductase','isomeroreductase')
-INSERT INTO CUI_TERMS VALUES(246,3,4,'2 - acetolactate methylmutase','methylmutase')
-INSERT INTO CUI_TERMS VALUES(246,4,5,'2 acetohydroxy 3 ketoacid isomeroreductase','isomeroreductase')
-INSERT INTO CUI_TERMS VALUES(246,2,5,'acetohydroxy ketoacid isomeroreductase 2 3','isomeroreductase')
-INSERT INTO CUI_TERMS VALUES(246,2,4,'2 - acetolactate mutase','acetolactate')
-INSERT INTO CUI_TERMS VALUES(246,1,4,'acid reductoisomerase , acetohydroxy','reductoisomerase')
-INSERT INTO CUI_TERMS VALUES(257,4,5,'acid , 2 - aminoadipic','aminoadipic')
-INSERT INTO CUI_TERMS VALUES(257,4,5,'acid , 2 - aminohexanedioic','aminohexanedioic')
-INSERT INTO CUI_TERMS VALUES(257,2,4,'2 - aminohexanedioic acid','aminohexanedioic')
-INSERT INTO CUI_TERMS VALUES(257,1,3,'2 aminohexanedioic acid','aminohexanedioic')
-INSERT INTO CUI_TERMS VALUES(257,0,6,'hexanedioic acid , 2 - amino','hexanedioic')
-INSERT INTO CUI_TERMS VALUES(257,0,3,'aminoadipic acid 02','aminoadipic')
-INSERT INTO CUI_TERMS VALUES(257,1,3,'alpha aminoadipic acid','aminoadipic')
-INSERT INTO CUI_TERMS VALUES(257,4,5,'acid , alpha - aminoadipic','aminoadipic')
-INSERT INTO CUI_TERMS VALUES(257,2,4,'alpha - aminoadipic acid','aminoadipic')
-INSERT INTO CUI_TERMS VALUES(257,3,4,'acid , 2 aminoadipic','aminoadipic')
-INSERT INTO CUI_TERMS VALUES(257,1,3,'2 aminoadipic acid','aminoadipic')
-INSERT INTO CUI_TERMS VALUES(257,2,4,'2 - aminoadipic acid','aminoadipic')
-INSERT INTO CUI_TERMS VALUES(257,3,5,'alpha - amino adipic acid','adipic')
-INSERT INTO CUI_TERMS VALUES(257,0,4,'aminoadipic acid , 2','aminoadipic')
-INSERT INTO CUI_TERMS VALUES(266,0,1,'parlodel','parlodel')
-INSERT INTO CUI_TERMS VALUES(291,1,3,'alpha isopropylmalate synthase','isopropylmalate')
-INSERT INTO CUI_TERMS VALUES(291,4,5,'synthase , 2 - isopropylmalate','isopropylmalate')
-INSERT INTO CUI_TERMS VALUES(291,4,5,'synthase , alpha - isopropylmalate','isopropylmalate')
-INSERT INTO CUI_TERMS VALUES(291,1,3,'2 isopropylmalate synthase','isopropylmalate')
-INSERT INTO CUI_TERMS VALUES(291,0,3,'isopropylmalate synthase 02','isopropylmalate')
-INSERT INTO CUI_TERMS VALUES(291,2,4,'alpha - isopropylmalate synthase','isopropylmalate')
-INSERT INTO CUI_TERMS VALUES(291,2,4,'2 - isopropylmalate synthase','isopropylmalate')
-INSERT INTO CUI_TERMS VALUES(294,0,1,'mesna','mesna')
-INSERT INTO CUI_TERMS VALUES(294,2,6,'2 - mercaptoethanesulfonate , sodium salt','mercaptoethanesulfonate')
-INSERT INTO CUI_TERMS VALUES(294,2,6,'2 - mercaptoethanesulfonic acid sodium salt','mercaptoethanesulfonic')
-INSERT INTO CUI_TERMS VALUES(294,3,5,'sodium 2 - mercaptoethane sulfonate','mercaptoethane')
-INSERT INTO CUI_TERMS VALUES(294,2,5,'2 - mercaptoethane sulfonate na','mercaptoethane')
-INSERT INTO CUI_TERMS VALUES(294,0,1,'msa','msa')
-INSERT INTO CUI_TERMS VALUES(294,2,5,'2 - mercaptoethanesulphonate , sodium','mercaptoethanesulphonate')
-INSERT INTO CUI_TERMS VALUES(294,3,4,'sodium 2 - mercaptoethanesulphonate','mercaptoethanesulphonate')
-INSERT INTO CUI_TERMS VALUES(294,0,10,'ethanesulfonic acid , 2 - mercapto - , monosodium salt','ethanesulfonic')
-INSERT INTO CUI_TERMS VALUES(300,2,3,'beta - naphthylamine','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(300,0,2,'naphthylamine 02','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(300,2,3,'2 - naphthalenamine','naphthalenamine')
-INSERT INTO CUI_TERMS VALUES(300,2,3,'b - naphthylamine','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(300,1,2,'beta naphthylamine','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(300,0,2,'aminonaphthalene 02','aminonaphthalene')
-INSERT INTO CUI_TERMS VALUES(300,1,4,'fast scarlet base b','scarlet')
-INSERT INTO CUI_TERMS VALUES(300,2,3,'2 - aminonaphthalene','aminonaphthalene')
-INSERT INTO CUI_TERMS VALUES(300,2,3,'2 - naphthylamine','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(300,1,2,'2 aminonaphthalene','aminonaphthalene')
-INSERT INTO CUI_TERMS VALUES(300,1,2,'2 naphthylamine','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(334,0,4,'dihydroxyvitamin d3 24 25','dihydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(334,0,3,'24r - dihydroxycalcidiol','24r')
-INSERT INTO CUI_TERMS VALUES(334,3,4,'24 , 25 dihydroxycholecalciferol','dihydroxycholecalciferol')
-INSERT INTO CUI_TERMS VALUES(334,3,5,'24 , 25 dihydroxyvitamin d3','dihydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(334,4,5,'24 , 25 - dihydroxycholecalciferol','dihydroxycholecalciferol')
-INSERT INTO CUI_TERMS VALUES(334,2,5,'24 25 dihydroxyvitamin d 3','dihydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(334,4,6,'24 , 25 - dihydroxyvitamin d3','dihydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(334,4,7,'24 , 25 - dihydroxyvitamin d 3','dihydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(334,0,3,'dihydroxycholecalciferol 024 025','dihydroxycholecalciferol')
-INSERT INTO CUI_TERMS VALUES(334,0,6,'dihydroxyvitamin d3 , 24 , 25','dihydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(334,3,6,'24 , 25 dihydroxyvitamin d 3','dihydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(340,1,6,'25 hydroxyvitamin d 1 alpha hydroxylase','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(340,1,5,'25 hydroxyvitamin d2 1 hydroxylase','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(340,0,7,'hydroxyvitamin d 03 25 hydroxylase 01 alpha','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(340,2,6,'25 - hydroxycholecalciferol 1 - hydroxylase','hydroxycholecalciferol')
-INSERT INTO CUI_TERMS VALUES(340,2,8,'25 - hydroxycholecalciferol 1 - mono - oxygenase','hydroxycholecalciferol')
-INSERT INTO CUI_TERMS VALUES(340,1,4,'25 hydroxycholecalciferol 1 hydroxylase','hydroxycholecalciferol')
-INSERT INTO CUI_TERMS VALUES(340,2,9,'25 - hydroxyvitamin d 1 - alpha - hydroxylase','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(340,0,3,'calcidiol monooxygenase 01','calcidiol')
-INSERT INTO CUI_TERMS VALUES(340,2,8,'25 - hydroxyergocalciferol 1 - alpha - hydroxylase','hydroxyergocalciferol')
-INSERT INTO CUI_TERMS VALUES(340,0,1,'cyp27b1','cyp27b1')
-INSERT INTO CUI_TERMS VALUES(340,0,3,'calcidiol 1 monooxygenase','calcidiol')
-INSERT INTO CUI_TERMS VALUES(340,2,7,'25 - hydroxyvitamin d2 1 - hydroxylase','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(340,2,7,'25 - hydroxycholecalciferol - 1 - hydroxylase','hydroxycholecalciferol')
-INSERT INTO CUI_TERMS VALUES(340,0,4,'hydroxycholecalciferol hydroxylase 25 01','hydroxycholecalciferol')
-INSERT INTO CUI_TERMS VALUES(340,8,10,'1 - alpha - hydroxylase , 25 - hydroxyvitamin d','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(340,1,5,'25 hydroxyergocalciferol 1 alpha hydroxylase','hydroxyergocalciferol')
-INSERT INTO CUI_TERMS VALUES(340,8,9,'1 - alpha - hydroxylase , 25 - hydroxyergocalciferol','hydroxyergocalciferol')
-INSERT INTO CUI_TERMS VALUES(340,0,4,'calcidiol 1 - monooxygenase','calcidiol')
-INSERT INTO CUI_TERMS VALUES(340,0,4,'cyp 027 b 001','cyp')
-INSERT INTO CUI_TERMS VALUES(340,2,9,'25 - hydroxyvitamin d3 1 - alpha - hydroxylase','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(340,6,8,'1 - hydroxylase , 25 - hydroxyvitamin d2','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(340,1,6,'25 hydroxyvitamin d3 1 alpha hydroxylase','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(343,0,4,'hydroxyvitamin d 02 25','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(343,3,4,'25 - hydroxy ergocalciferol','ergocalciferol')
-INSERT INTO CUI_TERMS VALUES(343,1,2,'25 hydroxycalciferol','hydroxycalciferol')
-INSERT INTO CUI_TERMS VALUES(343,2,5,'25 - hydroxyvitamin d 2','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(343,1,3,'25 hydroxyvitamin d2','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(343,2,4,'25 - hydroxyvitamin d2','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(343,1,2,'25 hydroxyergocalciferol','hydroxyergocalciferol')
-INSERT INTO CUI_TERMS VALUES(343,0,1,'ercalcidiol','ercalcidiol')
-INSERT INTO CUI_TERMS VALUES(343,2,3,'25 - hydroxycalciferol','hydroxycalciferol')
-INSERT INTO CUI_TERMS VALUES(343,2,7,'25 - hydroxyvitamin d > 2 <','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(343,0,2,'hydroxyergocalciferol 025','hydroxyergocalciferol')
-INSERT INTO CUI_TERMS VALUES(343,2,3,'25 - hydroxyergocalciferol','hydroxyergocalciferol')
-INSERT INTO CUI_TERMS VALUES(343,1,4,'25 hydroxyvitamin d 2','hydroxyvitamin')
-INSERT INTO CUI_TERMS VALUES(359,3,10,'amp 5 - nucleotidohydrolase , 3 , 5 - cyclic','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(359,7,8,'3 '' , 5 '' cyclic amp phosphodiesterases','phosphodiesterases')
-INSERT INTO CUI_TERMS VALUES(359,7,9,'3 '' , 5 '' - cyclic nucleotide phosphodiesterase','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,0,8,'amp phosphodiesterase , 3 , 5 - cyclic','amp')
-INSERT INTO CUI_TERMS VALUES(359,6,8,'3 '' , 5 '' cyclic amp phosphodiesterase','amp')
-INSERT INTO CUI_TERMS VALUES(359,1,5,'cyclic amp phosphodiesterase 03 05','amp')
-INSERT INTO CUI_TERMS VALUES(359,9,10,'phosphodiesterase , 3 '' , 5 '' - cyclic amp','amp')
-INSERT INTO CUI_TERMS VALUES(359,6,8,'3 '' , 5 '' cyclic nucleotide phosphodiesterase','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,8,10,'3 '' , 5 '' - cyclic - nucleotide phosphodiesterase','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,6,8,'3 '' , 5 '' - nucleotide phosphodiesterase','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,5,7,'3 , 5 - cyclic amp phosphodiesterase','amp')
-INSERT INTO CUI_TERMS VALUES(359,8,10,'3 '' , 5 '' - cyclic - amp phosphodiesterase','amp')
-INSERT INTO CUI_TERMS VALUES(359,0,3,'cycl amp phosphodiesterase','cycl')
-INSERT INTO CUI_TERMS VALUES(359,6,7,'3 , 5 cyclic amp 5 nucleotidohydrolase','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(359,7,9,'3 '' , 5 '' - cyclic amp phosphodiesterase','amp')
-INSERT INTO CUI_TERMS VALUES(359,2,3,'phosphodiesterase , camp','camp')
-INSERT INTO CUI_TERMS VALUES(359,8,9,'phosphodiesterase , 3 '' , 5 '' - nucleotide','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,0,10,'nucleotide phosphodiesterase , 3 '' , 5 '' - cyclic','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,1,5,'cyclic nucleotide phosphodiesterase 03 05','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,3,4,'3 5 cycl npd','npd')
-INSERT INTO CUI_TERMS VALUES(359,4,6,'3 , 5 cyclic amp phosphodiesterase','amp')
-INSERT INTO CUI_TERMS VALUES(359,9,10,'3 '' , 5 '' cyclic amp 5 '' nucleotidohydrolase','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(359,7,8,'phosphodiesterase , 3 , 5 - cyclic amp','amp')
-INSERT INTO CUI_TERMS VALUES(359,2,6,'cyclic amp nucleotidohydrolase 03 05 05','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(359,2,10,'5 - nucleotidohydrolase , 3 , 5 - cyclic amp','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(359,5,7,'3 '' , 5 '' nucleotide phosphodiesterase','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,0,10,'amp phosphodiesterase , 3 '' , 5 '' - cyclic','amp')
-INSERT INTO CUI_TERMS VALUES(359,0,2,'camp phosphodiesterase','camp')
-INSERT INTO CUI_TERMS VALUES(359,9,10,'phosphodiesterase , 3 '' , 5 '' - cyclic nucleotide','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,9,10,'3 '' , 5 '' - cyclic - amp phosphodiesterases','phosphodiesterases')
-INSERT INTO CUI_TERMS VALUES(359,5,7,'3 '' 5 '' cyclic nucleotide phosphodiesterase','nucleotide')
-INSERT INTO CUI_TERMS VALUES(359,8,9,'3 , 5 - cyclic amp 5 - nucleotidohydrolase','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(360,9,10,'phosphodiesterase , 3 '' , 5 '' - cyclic gmp','gmp')
-INSERT INTO CUI_TERMS VALUES(360,6,7,'3 , 5 cyclic gmp 5 nucleotidohydrolase','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(360,6,8,'3 '' , 5 '' cyclic gmp phosphodiesterase','gmp')
-INSERT INTO CUI_TERMS VALUES(360,8,9,'3 , 5 - cyclic gmp 5 - nucleotidohydrolase','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(360,8,11,'3 '' , 5 '' - cyclic - guanosine monophosphate phosphodiesterase','guanosine')
-INSERT INTO CUI_TERMS VALUES(360,2,5,'cyclic gmp phosphodiesterases 03 05','phosphodiesterases')
-INSERT INTO CUI_TERMS VALUES(360,7,8,'3 '' , 5 '' cyclic gmp phosphodiesterases','phosphodiesterases')
-INSERT INTO CUI_TERMS VALUES(360,9,10,'3 '' , 5 '' - cyclic - gmp phosphodiesterases','phosphodiesterases')
-INSERT INTO CUI_TERMS VALUES(360,4,6,'3 , 5 cyclic gmp phosphodiesterase','gmp')
-INSERT INTO CUI_TERMS VALUES(360,8,10,'3 '' , 5 '' - cyclic - gmp phosphodiesterase','gmp')
-INSERT INTO CUI_TERMS VALUES(360,7,9,'3 '' , 5 '' - cyclic gmp phosphodiesterase','gmp')
-INSERT INTO CUI_TERMS VALUES(360,7,8,'phosphodiesterase , 3 , 5 - cyclic gmp','gmp')
-INSERT INTO CUI_TERMS VALUES(360,3,10,'gmp 5 - nucleotidohydrolase , 3 , 5 - cyclic','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(360,2,10,'5 - nucleotidohydrolase , 3 , 5 - cyclic gmp','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(360,9,10,'3 '' , 5 '' cyclic gmp 5 '' nucleotidohydrolase','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(360,2,6,'cyclic gmp nucleotidohydrolase 03 05 05','nucleotidohydrolase')
-INSERT INTO CUI_TERMS VALUES(360,5,7,'3 , 5 - cyclic gmp phosphodiesterase','gmp')
-INSERT INTO CUI_TERMS VALUES(360,0,3,'cycl gmp phosphodiesterase','cycl')
-INSERT INTO CUI_TERMS VALUES(360,0,10,'gmp phosphodiesterase , 3 '' , 5 '' - cyclic','gmp')
-INSERT INTO CUI_TERMS VALUES(360,0,8,'gmp phosphodiesterase , 3 , 5 - cyclic','gmp')
-INSERT INTO CUI_TERMS VALUES(370,0,1,'dcb','dcb')
-INSERT INTO CUI_TERMS VALUES(370,4,5,'3 , 3 '' dichlorobenzidine','dichlorobenzidine')
-INSERT INTO CUI_TERMS VALUES(370,4,5,'3 , 3 - dichlorobenzidine','dichlorobenzidine')
-INSERT INTO CUI_TERMS VALUES(370,4,5,'3 - 3 '' dichlorobenzidine','dichlorobenzidine')
-INSERT INTO CUI_TERMS VALUES(370,3,4,'3 , 3 dichlorobenzidine','dichlorobenzidine')
-INSERT INTO CUI_TERMS VALUES(370,0,2,'curithane c126','curithane')
-INSERT INTO CUI_TERMS VALUES(370,0,3,'dichlorobenzidine 03 03','dichlorobenzidine')
-INSERT INTO CUI_TERMS VALUES(370,5,6,'3 , 3 '' - dichlorobenzidine','dichlorobenzidine')
-INSERT INTO CUI_TERMS VALUES(376,0,1,'dopac','dopac')
-INSERT INTO CUI_TERMS VALUES(376,0,2,'homoprotocatechuic acid','homoprotocatechuic')
-INSERT INTO CUI_TERMS VALUES(376,0,2,'dihydroxyphenylacetic acid','dihydroxyphenylacetic')
-INSERT INTO CUI_TERMS VALUES(376,0,8,'benzeneacetic acid , 3 , 4 - dihydroxy','benzeneacetic')
-INSERT INTO CUI_TERMS VALUES(378,2,3,'l - dihydroxyphenylserine','dihydroxyphenylserine')
-INSERT INTO CUI_TERMS VALUES(378,0,1,'dops','dops')
-INSERT INTO CUI_TERMS VALUES(378,6,7,'l - threo 3 , 4 dihydroxyphenylserine','dihydroxyphenylserine')
-INSERT INTO CUI_TERMS VALUES(378,4,5,'l - threo - dihydroxyphenylserine','dihydroxyphenylserine')
-INSERT INTO CUI_TERMS VALUES(378,5,6,'dl threo 3 , 4 dihydroxyphenylserine','dihydroxyphenylserine')
-INSERT INTO CUI_TERMS VALUES(378,8,9,'dl - threo - 3 , 4 - dihydroxyphenylserine','dihydroxyphenylserine')
-INSERT INTO CUI_TERMS VALUES(378,0,1,'droxidopa','droxidopa')
-INSERT INTO CUI_TERMS VALUES(379,0,1,'tenamfetamine','tenamfetamine')
-INSERT INTO CUI_TERMS VALUES(379,0,1,'methylenedioxyamphetamine','methylenedioxyamphetamine')
-INSERT INTO CUI_TERMS VALUES(379,0,1,'mda','mda')
-INSERT INTO CUI_TERMS VALUES(392,2,3,'beta - alanine','alanine')
-INSERT INTO CUI_TERMS VALUES(392,1,2,'beta alanine','alanine')
-INSERT INTO CUI_TERMS VALUES(392,1,3,'3 aminopropionic acid','aminopropionic')
-INSERT INTO CUI_TERMS VALUES(392,0,3,'aminopropionic acid 03','aminopropionic')
-INSERT INTO CUI_TERMS VALUES(392,2,4,'3 - aminopropionic acid','aminopropionic')
-INSERT INTO CUI_TERMS VALUES(407,0,10,'benzoic acid , 2 - amino - 3 - hydroxy','benzoic')
-INSERT INTO CUI_TERMS VALUES(407,2,4,'3 - hydroxyanthranilic acid','hydroxyanthranilic')
-INSERT INTO CUI_TERMS VALUES(407,1,3,'3 hydroxyanthranilic acid','hydroxyanthranilic')
-INSERT INTO CUI_TERMS VALUES(407,4,5,'acid , 3 - hydroxyanthranilic','hydroxyanthranilic')
-INSERT INTO CUI_TERMS VALUES(407,0,3,'hydroxyanthranilic acid 03','hydroxyanthranilic')
-INSERT INTO CUI_TERMS VALUES(412,2,3,'3 - hydroxyproline','hydroxyproline')
-INSERT INTO CUI_TERMS VALUES(435,2,4,'3 keto acp synthase','acp')
-INSERT INTO CUI_TERMS VALUES(435,2,4,'3 - oxoacyl synthetase','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(435,1,8,'3 oxoacyl ( acyl carrier protein ) synthase','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(435,0,3,'oxoacyl acp synthase','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(435,1,4,'beta keto acyl synthetase','keto')
-INSERT INTO CUI_TERMS VALUES(435,1,3,'3 oxoacyl synthetase','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(435,0,6,'oxoacyl acyl carrier protein synthase 03','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(435,5,7,'acyl - malonyl - acp condensing enzyme','condensing')
-INSERT INTO CUI_TERMS VALUES(435,4,6,'3 - keto - acp synthase','acp')
-INSERT INTO CUI_TERMS VALUES(435,6,7,'synthase , 3 - keto - acp','acp')
-INSERT INTO CUI_TERMS VALUES(435,2,12,'3 - oxoacyl - ( acyl - carrier - protein ) synthase','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(435,2,10,'beta - ketoacyl - coenzyme a ( coa ) synthase','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(435,1,4,'beta ketoacyl acp synthase','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(435,3,5,'acyl malonyl acp condensing enzyme','condensing')
-INSERT INTO CUI_TERMS VALUES(435,2,9,'3 - oxoacyl ( acyl carrier protein ) synthase','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(435,2,10,'3 - oxoacyl - acyl - carrier - protein synthase','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(435,0,8,'condensing enzyme , acyl - malonyl - acp','condensing')
-INSERT INTO CUI_TERMS VALUES(435,4,5,'synthetase , 3 - oxoacyl','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(464,0,1,'docosahexaenoate','docosahexaenoate')
-INSERT INTO CUI_TERMS VALUES(473,0,1,'paba','paba')
-INSERT INTO CUI_TERMS VALUES(473,0,5,'vitamin b > x <','vitamin')
-INSERT INTO CUI_TERMS VALUES(473,0,2,'aminobenzoic acid','aminobenzoic')
-INSERT INTO CUI_TERMS VALUES(473,0,2,'chromotrichia factor','chromotrichia')
-INSERT INTO CUI_TERMS VALUES(473,0,2,'para-aminobenzoic acid','para-aminobenzoic')
-INSERT INTO CUI_TERMS VALUES(473,0,2,'anticanitic vitamin','anticanitic')
-INSERT INTO CUI_TERMS VALUES(473,0,6,'benzoic acid , 4 - amino','benzoic')
-INSERT INTO CUI_TERMS VALUES(473,0,2,'trichochromogenic factor','trichochromogenic')
-INSERT INTO CUI_TERMS VALUES(473,0,3,'vitamin b x','vitamin')
-INSERT INTO CUI_TERMS VALUES(473,3,10,'vitamin b < sub > x < / sub >','sub')
-INSERT INTO CUI_TERMS VALUES(477,2,3,'gamma - aminopyridine','aminopyridine')
-INSERT INTO CUI_TERMS VALUES(477,0,1,'pymadine','pymadine')
-INSERT INTO CUI_TERMS VALUES(477,2,3,'4 - pyridylamine','pyridylamine')
-INSERT INTO CUI_TERMS VALUES(477,0,1,'dalfampridine','dalfampridine')
-INSERT INTO CUI_TERMS VALUES(477,0,2,'aminopyridine 04','aminopyridine')
-INSERT INTO CUI_TERMS VALUES(477,0,1,'fampridina','fampridina')
-INSERT INTO CUI_TERMS VALUES(477,2,3,'p - aminopyridine','aminopyridine')
-INSERT INTO CUI_TERMS VALUES(477,2,3,'4 - pyridinamine','pyridinamine')
-INSERT INTO CUI_TERMS VALUES(477,0,1,'fampridinum','fampridinum')
-INSERT INTO CUI_TERMS VALUES(477,2,3,'4 - aminopyridine','aminopyridine')
-INSERT INTO CUI_TERMS VALUES(477,0,1,'fampridine','fampridine')
-INSERT INTO CUI_TERMS VALUES(477,2,3,'4 - ap','ap')
-INSERT INTO CUI_TERMS VALUES(477,1,2,'4 aminopyridine','aminopyridine')
-INSERT INTO CUI_TERMS VALUES(500,0,3,'para hydroxybenzoate hydroxylase','para')
-INSERT INTO CUI_TERMS VALUES(500,2,4,'p - hydroxybenzoate hydroxylase','hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,0,4,'hydroxybenzoate monooxygenase 04 03','hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,2,3,'hydroxylase , para-hydroxybenzoate','para-hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,0,2,'para-hydroxybenzoate hydroxylase','para-hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,2,7,'4 - hydroxybenzoate - 3 - monooxygenase','hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,0,3,'hydroxybenzoate hydroxylase p','hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,1,3,'p hydroxybenzoate hydroxylase','hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,2,6,'4 - hydroxybenzoate 3 - hydroxylase','hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,4,5,'hydroxylase , p - hydroxybenzoate','hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,1,4,'4 hydroxybenzoate 3 monooxygenase','hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(500,2,6,'4 - hydroxybenzoate 3 - monooxygenase','hydroxybenzoate')
-INSERT INTO CUI_TERMS VALUES(503,0,1,'ghb','ghb')
-INSERT INTO CUI_TERMS VALUES(503,2,3,'4 - hydroxybutanoate','hydroxybutanoate')
-INSERT INTO CUI_TERMS VALUES(503,2,3,'gamma - hydroxybutyrate','hydroxybutyrate')
-INSERT INTO CUI_TERMS VALUES(503,1,2,'gamma hydroxybutyrate','hydroxybutyrate')
-INSERT INTO CUI_TERMS VALUES(503,2,3,'4 - hydroxybutyrate','hydroxybutyrate')
-INSERT INTO CUI_TERMS VALUES(507,2,4,'p - hydroxyphenylpyruvate hydroxylase','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,1,3,'4 hydroxyphenylpyruvate dioxygenase','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,2,4,'4 - hydroxyphenylpyruvate dioxygenase','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,1,3,'para hydroxyphenylpyruvate oxidase','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,4,5,'dioxygenase , 4 - hydroxyphenylpyruvate','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,0,3,'hydroxyphenylpyruvate dioxygenase 04','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,0,2,'para-hydroxyphenylpyruvate oxidase','para-hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,0,2,'para-hydroxyphenylpyruvate hydroxylase','para-hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,1,3,'p hydroxyphenylpyruvate oxidase','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,0,3,'hydroxyphenylpyruvate hydroxylase p','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,2,3,'hydroxylase , para-hydroxyphenylpyruvate','para-hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,0,3,'hydroxyphenylpyruvate oxidase p','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,4,5,'oxidase , p - hydroxyphenylpyruvate','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,4,5,'hydroxylase , p - hydroxyphenylpyruvate','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,2,3,'oxidase , para-hydroxyphenylpyruvate','para-hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,2,4,'p - hydroxyphenylpyruvate oxidase','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,1,3,'p hydroxyphenylpyruvate hydroxylase','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(507,1,3,'para hydroxyphenylpyruvate hydroxylase','hydroxyphenylpyruvate')
-INSERT INTO CUI_TERMS VALUES(530,4,5,'5 '' - amp nucleotidase','nucleotidase')
-INSERT INTO CUI_TERMS VALUES(530,0,1,'impase','impase')
-INSERT INTO CUI_TERMS VALUES(530,0,5,'cluster of differentiation antigen 73','cluster')
-INSERT INTO CUI_TERMS VALUES(530,0,2,'thymidine phosphatase','thymidine')
-INSERT INTO CUI_TERMS VALUES(530,2,3,'5 - nucleotidase','nucleotidase')
-INSERT INTO CUI_TERMS VALUES(530,3,4,'5 '' amp nucleotidase','nucleotidase')
-INSERT INTO CUI_TERMS VALUES(530,0,3,'cd 073 antigens','cd')
-INSERT INTO CUI_TERMS VALUES(530,0,1,'cd73','cd73')
-INSERT INTO CUI_TERMS VALUES(530,0,2,'imp phosphatase','imp')
-INSERT INTO CUI_TERMS VALUES(530,1,2,'5 nucleotidase','nucleotidase')
-INSERT INTO CUI_TERMS VALUES(530,0,2,'inosinate phosphatase','inosinate')
-INSERT INTO CUI_TERMS VALUES(530,0,2,'adenylate phosphatase','adenylate')
-INSERT INTO CUI_TERMS VALUES(530,0,2,'cytidylate phosphatase','cytidylate')
-INSERT INTO CUI_TERMS VALUES(530,2,4,'5 '' ribonucleotide phosphohydrolase','ribonucleotide')
-INSERT INTO CUI_TERMS VALUES(530,0,2,'amp phosphatase','amp')
-INSERT INTO CUI_TERMS VALUES(530,3,5,'5 '' - ribonucleotide phosphohydrolase','ribonucleotide')
-INSERT INTO CUI_TERMS VALUES(530,0,2,'nucleotidase 05','nucleotidase')
-INSERT INTO CUI_TERMS VALUES(530,0,2,'imp nucleotidase','imp')
-INSERT INTO CUI_TERMS VALUES(530,3,4,'5 '' - nucleotidase','nucleotidase')
-INSERT INTO CUI_TERMS VALUES(530,5,6,'5 '' - n '' tase','tase')
-INSERT INTO CUI_TERMS VALUES(530,1,3,'antigens cd 073','cd')
-INSERT INTO CUI_TERMS VALUES(530,3,4,'5 '' - nt','nt')
-INSERT INTO CUI_TERMS VALUES(530,2,3,'5 '' nucleotidase','nucleotidase')
-INSERT INTO CUI_TERMS VALUES(545,0,2,'timnodonic acid','timnodonic')
-INSERT INTO CUI_TERMS VALUES(545,1,2,'acid eicosapentaenoic','eicosapentaenoic')
-INSERT INTO CUI_TERMS VALUES(545,2,3,'acid , eicosapentanoic','eicosapentanoic')
-INSERT INTO CUI_TERMS VALUES(545,0,2,'eicosapentanoic acid','eicosapentanoic')
-INSERT INTO CUI_TERMS VALUES(545,0,2,'eicosapentaenoic acid','eicosapentaenoic')
-INSERT INTO CUI_TERMS VALUES(545,0,1,'icosapentum','icosapentum')
-INSERT INTO CUI_TERMS VALUES(545,0,1,'icosapento','icosapento')
-INSERT INTO CUI_TERMS VALUES(545,0,1,'epa','epa')
-INSERT INTO CUI_TERMS VALUES(545,0,1,'ipa','ipa')
-INSERT INTO CUI_TERMS VALUES(545,0,1,'icosapent','icosapent')
-INSERT INTO CUI_TERMS VALUES(545,0,2,'icosapentaenoic acid','icosapentaenoic')
-INSERT INTO CUI_TERMS VALUES(578,0,1,'hydroxytryptophan','hydroxytryptophan')
-INSERT INTO CUI_TERMS VALUES(578,0,4,'tryptophan , 5 hydroxy','tryptophan')
-INSERT INTO CUI_TERMS VALUES(578,0,1,'oxitriptan','oxitriptan')
-INSERT INTO CUI_TERMS VALUES(578,1,2,'5 htp','htp')
-INSERT INTO CUI_TERMS VALUES(578,2,3,'5 - htp','htp')
-INSERT INTO CUI_TERMS VALUES(578,4,5,'5 - hydroxy - tryptophan','tryptophan')
-INSERT INTO CUI_TERMS VALUES(578,0,2,'htp 05','htp')
-INSERT INTO CUI_TERMS VALUES(578,2,3,'5 hydroxy tryptophan','tryptophan')
-INSERT INTO CUI_TERMS VALUES(578,0,5,'tryptophan , 5 - hydroxy','tryptophan')
-INSERT INTO CUI_TERMS VALUES(578,3,4,'5 - hydroxy tryptophan','tryptophan')
-INSERT INTO CUI_TERMS VALUES(578,0,1,'oxytryptophan','oxytryptophan')
-INSERT INTO CUI_TERMS VALUES(578,0,3,'tript - oh','tript')
-INSERT INTO CUI_TERMS VALUES(589,0,1,'meksamine','meksamine')
-INSERT INTO CUI_TERMS VALUES(589,0,1,'mexamine','mexamine')
-INSERT INTO CUI_TERMS VALUES(589,0,1,'methoxytryptamine','methoxytryptamine')
-INSERT INTO CUI_TERMS VALUES(598,2,3,'hydrochloride , ticlopidine','ticlopidine')
-INSERT INTO CUI_TERMS VALUES(598,0,2,'ticlopidine hydrochloride','ticlopidine')
-INSERT INTO CUI_TERMS VALUES(598,0,2,'ticlopidine hcl','ticlopidine')
-INSERT INTO CUI_TERMS VALUES(608,0,1,'aminocaproic','aminocaproic')
-INSERT INTO CUI_TERMS VALUES(608,0,6,'e-amino - n - caproic acid','e-amino')
-INSERT INTO CUI_TERMS VALUES(608,0,2,'aminohexanoic acid','aminohexanoic')
-INSERT INTO CUI_TERMS VALUES(608,0,1,'ahx','ahx')
-INSERT INTO CUI_TERMS VALUES(608,1,2,'acidum aminocaproicum','aminocaproicum')
-INSERT INTO CUI_TERMS VALUES(608,0,1,'eaca','eaca')
-INSERT INTO CUI_TERMS VALUES(608,0,1,'epsilcapramine','epsilcapramine')
-INSERT INTO CUI_TERMS VALUES(608,0,6,'hexanoic acid , 6 - amino','hexanoic')
-INSERT INTO CUI_TERMS VALUES(608,1,2,'acide aminocaproque','aminocaproque')
-INSERT INTO CUI_TERMS VALUES(608,0,2,'epsilon s','epsilon')
-INSERT INTO CUI_TERMS VALUES(618,1,2,'6 thiopurine','thiopurine')
-INSERT INTO CUI_TERMS VALUES(618,0,1,'mercapurin','mercapurin')
-INSERT INTO CUI_TERMS VALUES(618,4,5,'purine , 6 - mercapto','mercapto')
-INSERT INTO CUI_TERMS VALUES(618,0,1,'mp','mp')
-INSERT INTO CUI_TERMS VALUES(618,0,1,'mern','mern')
-INSERT INTO CUI_TERMS VALUES(618,2,3,'6 - thiopurine','thiopurine')
-INSERT INTO CUI_TERMS VALUES(618,2,3,'6 - thioxopurine','thioxopurine')
-INSERT INTO CUI_TERMS VALUES(618,2,3,'6 - purinethiol','purinethiol')
-INSERT INTO CUI_TERMS VALUES(618,0,1,'mercaptopurina','mercaptopurina')
-INSERT INTO CUI_TERMS VALUES(618,1,2,'6 thiohypoxanthine','thiohypoxanthine')
-INSERT INTO CUI_TERMS VALUES(618,0,1,'mercaptopurine','mercaptopurine')
-INSERT INTO CUI_TERMS VALUES(618,6,8,'purine - 6 - thiol ( 8ci )','8ci')
-INSERT INTO CUI_TERMS VALUES(618,0,5,'mercapto - 6 - purine','mercapto')
-INSERT INTO CUI_TERMS VALUES(618,2,3,'6 - thiohypoxanthine','thiohypoxanthine')
-INSERT INTO CUI_TERMS VALUES(618,0,1,'6mp','6mp')
-INSERT INTO CUI_TERMS VALUES(618,0,7,'3h - purine - 6 - thiol','3h')
-INSERT INTO CUI_TERMS VALUES(658,0,6,'dihomo - gamma - linolenic acid','dihomo')
-INSERT INTO CUI_TERMS VALUES(658,0,8,'8c , 11c , 14c - eicosatrienoic acid','8c')
-INSERT INTO CUI_TERMS VALUES(658,2,3,'homo-gamma - linolensaeure','linolensaeure')
-INSERT INTO CUI_TERMS VALUES(658,0,10,'eicosa - 8z , 11z , 14z - trienoic acid','eicosa')
-INSERT INTO CUI_TERMS VALUES(658,2,3,'acid , dihomogammalinolenic','dihomogammalinolenic')
-INSERT INTO CUI_TERMS VALUES(658,0,2,'dihomogammalinolenic acid','dihomogammalinolenic')
-INSERT INTO CUI_TERMS VALUES(658,0,4,'dihomo gamma linolenic acid','dihomo')
-INSERT INTO CUI_TERMS VALUES(658,2,4,'gamma - homolinolenic acid','homolinolenic')
-INSERT INTO CUI_TERMS VALUES(658,5,7,'8 , 11 , 14 eicosatrienoic acid','eicosatrienoic')
-INSERT INTO CUI_TERMS VALUES(658,0,1,'dhla','dhla')
-INSERT INTO CUI_TERMS VALUES(658,0,1,'dgla','dgla')
-INSERT INTO CUI_TERMS VALUES(658,6,8,'8 , 11 , 14 - eicosatrienoic acid','eicosatrienoic')
-INSERT INTO CUI_TERMS VALUES(658,6,7,'8c , 11c , 14c - eicosatriensaeure','eicosatriensaeure')
-INSERT INTO CUI_TERMS VALUES(658,2,7,'acid , dihomo - gamma - linolenic','dihomo')
-INSERT INTO CUI_TERMS VALUES(658,0,5,'eicosatrienoic acid 08 11 14','eicosatrienoic')
-INSERT INTO CUI_TERMS VALUES(658,0,4,'homo-gamma - linolenic acid','homo-gamma')
-INSERT INTO CUI_TERMS VALUES(658,8,10,'( 8z , 11z , 14z ) - icosatrienoic acid','icosatrienoic')
-INSERT INTO CUI_TERMS VALUES(665,0,1,'oxine','oxine')
-INSERT INTO CUI_TERMS VALUES(665,0,1,'oxyquinol','oxyquinol')
-INSERT INTO CUI_TERMS VALUES(665,1,2,'8 quinolinol','quinolinol')
-INSERT INTO CUI_TERMS VALUES(665,0,1,'oxyquinoline','oxyquinoline')
-INSERT INTO CUI_TERMS VALUES(665,0,2,'quinolinol 08','quinolinol')
-INSERT INTO CUI_TERMS VALUES(665,2,3,'8 - quinolinol','quinolinol')
-INSERT INTO CUI_TERMS VALUES(726,0,1,'abdomens','abdomens')
-INSERT INTO CUI_TERMS VALUES(726,0,1,'abd','abd')
-INSERT INTO CUI_TERMS VALUES(726,0,2,'abdominopelvic region','abdominopelvic')
-INSERT INTO CUI_TERMS VALUES(726,0,1,'abdomen','abdomen')
-INSERT INTO CUI_TERMS VALUES(726,0,1,'abdominal','abdominal')
-INSERT INTO CUI_TERMS VALUES(726,0,2,'abdominopelvic regions','abdominopelvic')
-INSERT INTO CUI_TERMS VALUES(726,0,1,'abdominopelvis','abdominopelvis')
-INSERT INTO CUI_TERMS VALUES(727,0,3,'abdomens , acute','abdomens')
-INSERT INTO CUI_TERMS VALUES(727,1,3,'syndrome abdominal acute','abdominal')
-INSERT INTO CUI_TERMS VALUES(727,0,2,'abdomen acute','abdomen')
-INSERT INTO CUI_TERMS VALUES(727,1,2,'acute abdomens','abdomens')
-INSERT INTO CUI_TERMS VALUES(727,0,3,'abdomen , acute','abdomen')
-INSERT INTO CUI_TERMS VALUES(727,0,3,'abdominal syndrome acute','abdominal')
-INSERT INTO CUI_TERMS VALUES(727,1,3,'acute abdominal syndrome','abdominal')
-INSERT INTO CUI_TERMS VALUES(727,1,4,'acute abdominal pain syndrome','abdominal')
-INSERT INTO CUI_TERMS VALUES(727,1,2,'acute abdomen','abdomen')
-INSERT INTO CUI_TERMS VALUES(727,1,2,'surgical abdomen','abdomen')
-INSERT INTO CUI_TERMS VALUES(731,1,2,'abdomen distended','distended')
-INSERT INTO CUI_TERMS VALUES(731,0,2,'swollen abdomen','swollen')
-INSERT INTO CUI_TERMS VALUES(731,1,2,'abdomen distention','distention')
-INSERT INTO CUI_TERMS VALUES(731,2,6,'change in abd size / distension','abd')
-INSERT INTO CUI_TERMS VALUES(731,1,2,'abdominal distention','distention')
-INSERT INTO CUI_TERMS VALUES(731,1,2,'abdominal distension','distension')
-INSERT INTO CUI_TERMS VALUES(731,1,2,'abdominal bloating','bloating')
-INSERT INTO CUI_TERMS VALUES(731,5,6,'change in abdominal size / distension','distension')
-INSERT INTO CUI_TERMS VALUES(731,1,2,'abdominal swelling','swelling')
-INSERT INTO CUI_TERMS VALUES(731,1,2,'abdominal swellings','swellings')
-INSERT INTO CUI_TERMS VALUES(731,0,3,'swelling of abdomen','swelling')
-INSERT INTO CUI_TERMS VALUES(731,0,2,'distended abdomen','distended')
-INSERT INTO CUI_TERMS VALUES(731,0,2,'swelling abdomen','swelling')
-INSERT INTO CUI_TERMS VALUES(734,1,2,'abdomen mass','mass')
-INSERT INTO CUI_TERMS VALUES(734,1,2,'abdomen masses','masses')
-INSERT INTO CUI_TERMS VALUES(734,0,2,'mass abdominal','mass')
-INSERT INTO CUI_TERMS VALUES(734,0,2,'lump abdominal','lump')
-INSERT INTO CUI_TERMS VALUES(734,0,3,'mass in abdomen','mass')
-INSERT INTO CUI_TERMS VALUES(734,1,2,'abdominal lumps','lumps')
-INSERT INTO CUI_TERMS VALUES(734,1,2,'abdominal masses','masses')
-INSERT INTO CUI_TERMS VALUES(734,1,2,'abdominal mass','mass')
-INSERT INTO CUI_TERMS VALUES(734,0,2,'mass abdomen','mass')
-INSERT INTO CUI_TERMS VALUES(734,0,2,'lump abdomen','lump')
-INSERT INTO CUI_TERMS VALUES(734,1,2,'abdomen lump','lump')
-INSERT INTO CUI_TERMS VALUES(734,1,2,'abdomen lumps','lumps')
-INSERT INTO CUI_TERMS VALUES(734,1,2,'abdominal lump','lump')
-INSERT INTO CUI_TERMS VALUES(735,3,4,'abdomen - - tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(735,2,3,'neoplasm of abdomen','abdomen')
-INSERT INTO CUI_TERMS VALUES(735,1,2,'abdominal tumours','tumours')
-INSERT INTO CUI_TERMS VALUES(735,1,2,'abdominal neoplasms','neoplasms')
-INSERT INTO CUI_TERMS VALUES(735,0,3,'neoplasms , abdominal','neoplasms')
-INSERT INTO CUI_TERMS VALUES(735,1,2,'abdomen tumours','tumours')
-INSERT INTO CUI_TERMS VALUES(735,1,2,'tumor abdomen','abdomen')
-INSERT INTO CUI_TERMS VALUES(735,1,2,'tumor abdominal','abdominal')
-INSERT INTO CUI_TERMS VALUES(735,2,3,'tumor of abdomen','abdomen')
-INSERT INTO CUI_TERMS VALUES(735,0,2,'abdominal neoplasm','abdominal')
-INSERT INTO CUI_TERMS VALUES(735,0,2,'abdominal tumor','abdominal')
-INSERT INTO CUI_TERMS VALUES(735,2,3,'neoplasm , abdominal','abdominal')
-INSERT INTO CUI_TERMS VALUES(735,1,2,'abdominal tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(735,0,2,'abdomen neoplasm','abdomen')
-INSERT INTO CUI_TERMS VALUES(735,0,2,'abdominals tumors','abdominals')
-INSERT INTO CUI_TERMS VALUES(735,1,2,'abdominal neopl','neopl')
-INSERT INTO CUI_TERMS VALUES(735,1,2,'abdomen tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(735,2,3,'tumour of abdomen','abdomen')
-INSERT INTO CUI_TERMS VALUES(737,0,3,'pains , abdominal','pains')
-INSERT INTO CUI_TERMS VALUES(737,2,4,'abdmnal pain unspcf site','unspcf')
-INSERT INTO CUI_TERMS VALUES(737,1,2,'abdominal pains','pains')
-INSERT INTO CUI_TERMS VALUES(737,0,2,'abdominal pain','abdominal')
-INSERT INTO CUI_TERMS VALUES(737,2,3,'pain , abdominal','abdominal')
-INSERT INTO CUI_TERMS VALUES(737,0,2,'abdomen pain','abdomen')
-INSERT INTO CUI_TERMS VALUES(737,0,1,'bellyache','bellyache')
-INSERT INTO CUI_TERMS VALUES(737,0,2,'gut pain','gut')
-INSERT INTO CUI_TERMS VALUES(737,1,2,'pain abdominal','abdominal')
-INSERT INTO CUI_TERMS VALUES(739,1,3,'abdominal wall muscle','wall')
-INSERT INTO CUI_TERMS VALUES(739,1,2,'musculi abdominis','abdominis')
-INSERT INTO CUI_TERMS VALUES(739,2,3,'muscle of abdomen','abdomen')
-INSERT INTO CUI_TERMS VALUES(739,0,3,'muscles , abdominal','muscles')
-INSERT INTO CUI_TERMS VALUES(739,3,4,'abdomen - - muscles','muscles')
-INSERT INTO CUI_TERMS VALUES(739,0,3,'muscles of abdomen','muscles')
-INSERT INTO CUI_TERMS VALUES(739,2,3,'muscle , abdominal','abdominal')
-INSERT INTO CUI_TERMS VALUES(739,0,2,'abdominal muscle','abdominal')
-INSERT INTO CUI_TERMS VALUES(739,3,4,'muscle group of abdomen','abdomen')
-INSERT INTO CUI_TERMS VALUES(739,0,3,'musculature of abdomen','musculature')
-INSERT INTO CUI_TERMS VALUES(739,0,4,'musculature of abdominal wall','musculature')
-INSERT INTO CUI_TERMS VALUES(739,1,2,'abdominal musculature','musculature')
-INSERT INTO CUI_TERMS VALUES(739,1,2,'abdominal muscles','muscles')
-INSERT INTO CUI_TERMS VALUES(739,0,5,'skeletal muscle structure of abdomen','skeletal')
-INSERT INTO CUI_TERMS VALUES(741,0,3,'sixth cranial nerves','sixth')
-INSERT INTO CUI_TERMS VALUES(741,1,2,'nerve vi','vi')
-INSERT INTO CUI_TERMS VALUES(741,2,4,'nerve , sixth cranial','sixth')
-INSERT INTO CUI_TERMS VALUES(741,1,2,'nerve vis','vis')
-INSERT INTO CUI_TERMS VALUES(741,0,2,'abducens nerve','abducens')
-INSERT INTO CUI_TERMS VALUES(741,1,2,'nervus abducens','abducens')
-INSERT INTO CUI_TERMS VALUES(741,0,3,'abducen , nervus','abducen')
-INSERT INTO CUI_TERMS VALUES(741,0,3,'sixth cranial nerve','sixth')
-INSERT INTO CUI_TERMS VALUES(741,1,3,'lateral rectus nerve','rectus')
-INSERT INTO CUI_TERMS VALUES(741,2,3,'nerve , abducens','abducens')
-INSERT INTO CUI_TERMS VALUES(741,2,3,'nerve , abducent','abducent')
-INSERT INTO CUI_TERMS VALUES(741,0,2,'abducent nerves','abducent')
-INSERT INTO CUI_TERMS VALUES(741,0,2,'abducent nerve','abducent')
-INSERT INTO CUI_TERMS VALUES(741,2,3,'abductor digiti minimi','minimi')
-INSERT INTO CUI_TERMS VALUES(741,1,2,'nervus abducen','abducen')
-INSERT INTO CUI_TERMS VALUES(741,2,4,'nerves , sixth cranial','sixth')
-INSERT INTO CUI_TERMS VALUES(741,0,3,'abducens , nervus','abducens')
-INSERT INTO CUI_TERMS VALUES(741,3,4,'cranial nerve , sixth','sixth')
-INSERT INTO CUI_TERMS VALUES(744,0,5,'microsomal triglyceride transfer protein defic','microsomal')
-INSERT INTO CUI_TERMS VALUES(744,3,4,'deficiency diseases , betalipoprotein','betalipoprotein')
-INSERT INTO CUI_TERMS VALUES(744,3,4,'deficiency disease , betalipoprotein','betalipoprotein')
-INSERT INTO CUI_TERMS VALUES(744,0,3,'bassen kornzweig dis','bassen')
-INSERT INTO CUI_TERMS VALUES(744,0,1,'abetalipoproteinemia','abetalipoproteinemia')
-INSERT INTO CUI_TERMS VALUES(744,0,1,'abl','abl')
-INSERT INTO CUI_TERMS VALUES(744,2,4,'disease , betalipoprotein deficiency','betalipoprotein')
-INSERT INTO CUI_TERMS VALUES(744,0,3,'bassen kornzweig disease','bassen')
-INSERT INTO CUI_TERMS VALUES(744,2,4,'diseases , betalipoprotein deficiency','betalipoprotein')
-INSERT INTO CUI_TERMS VALUES(744,0,3,'betalipoprotein deficiency disease','betalipoprotein')
-INSERT INTO CUI_TERMS VALUES(744,0,1,'abetalipoproteinaemia','abetalipoproteinaemia')
-INSERT INTO CUI_TERMS VALUES(744,0,5,'microsomal triglyceride transfer protein deficiency','microsomal')
-INSERT INTO CUI_TERMS VALUES(744,0,4,'bassen - kornzweig syndrome','bassen')
-INSERT INTO CUI_TERMS VALUES(744,0,3,'betalipoprotein deficiency diseases','betalipoprotein')
-INSERT INTO CUI_TERMS VALUES(744,0,2,'mtp deficiency','mtp')
-INSERT INTO CUI_TERMS VALUES(744,0,4,'bassen - kornzweig disease','bassen')
-INSERT INTO CUI_TERMS VALUES(744,0,3,'bassen kornzweig syndrome','bassen')
-INSERT INTO CUI_TERMS VALUES(744,0,1,'acanthocytoses','acanthocytoses')
-INSERT INTO CUI_TERMS VALUES(754,3,4,'congenital failure of cleavage','cleavage')
-INSERT INTO CUI_TERMS VALUES(754,2,3,'congenital abnormal fusion','fusion')
-INSERT INTO CUI_TERMS VALUES(754,0,3,'congenitally fused structure','congenitally')
-INSERT INTO CUI_TERMS VALUES(754,3,4,'congenital failure of segmentation','segmentation')
-INSERT INTO CUI_TERMS VALUES(765,3,4,'excessive body weight gain','gain')
-INSERT INTO CUI_TERMS VALUES(765,0,2,'excessive weight','excessive')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'abnormal development','development')
-INSERT INTO CUI_TERMS VALUES(768,0,1,'dysgenesis','dysgenesis')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'congen abnorm','abnorm')
-INSERT INTO CUI_TERMS VALUES(768,0,2,'developmental abnormality','developmental')
-INSERT INTO CUI_TERMS VALUES(768,0,2,'abnorm congen','abnorm')
-INSERT INTO CUI_TERMS VALUES(768,0,1,'malformation','malformation')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'congenital defects','defects')
-INSERT INTO CUI_TERMS VALUES(768,0,2,'congen defects','congen')
-INSERT INTO CUI_TERMS VALUES(768,0,1,'scong','scong')
-INSERT INTO CUI_TERMS VALUES(768,0,1,'deformities','deformities')
-INSERT INTO CUI_TERMS VALUES(768,0,3,'abnormality , congenital','abnormality')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'defects congen','congen')
-INSERT INTO CUI_TERMS VALUES(768,1,3,'congenital anatomical abnormality','anatomical')
-INSERT INTO CUI_TERMS VALUES(768,0,1,'abnormalities','abnormalities')
-INSERT INTO CUI_TERMS VALUES(768,0,3,'defects , birth','defects')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'anomalous formation','formation')
-INSERT INTO CUI_TERMS VALUES(768,2,3,'defect , birth','birth')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'congenital abnormality','abnormality')
-INSERT INTO CUI_TERMS VALUES(768,0,2,'anomaly congenital','anomaly')
-INSERT INTO CUI_TERMS VALUES(768,0,2,'developmental defect','developmental')
-INSERT INTO CUI_TERMS VALUES(768,0,1,'dysmorphisms','dysmorphisms')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'congenital defect','defect')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'congenital anomalies','anomalies')
-INSERT INTO CUI_TERMS VALUES(768,0,3,'defects , congenital','defects')
-INSERT INTO CUI_TERMS VALUES(768,0,2,'developmental anomaly','developmental')
-INSERT INTO CUI_TERMS VALUES(768,0,1,'malformations','malformations')
-INSERT INTO CUI_TERMS VALUES(768,0,3,'defect , congenital','defect')
-INSERT INTO CUI_TERMS VALUES(768,0,2,'birth defect','birth')
-INSERT INTO CUI_TERMS VALUES(768,2,3,'anomaly anomaly congen','congen')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'fetal anomaly','anomaly')
-INSERT INTO CUI_TERMS VALUES(768,1,3,'congenital anatomic abnormality','anatomic')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'congenital anomaly','anomaly')
-INSERT INTO CUI_TERMS VALUES(768,1,2,'birth defects','defects')
-INSERT INTO CUI_TERMS VALUES(774,0,3,'abnorm secretion gastrin','abnorm')
-INSERT INTO CUI_TERMS VALUES(774,4,5,'abnormality of secretion of gastrin','gastrin')
-INSERT INTO CUI_TERMS VALUES(778,1,4,'blood group , h','group')
-INSERT INTO CUI_TERMS VALUES(778,2,3,'h blood groups','groups')
-INSERT INTO CUI_TERMS VALUES(778,1,2,'abo grouping','grouping')
-INSERT INTO CUI_TERMS VALUES(778,2,6,'systems , abo blood - group','abo')
-INSERT INTO CUI_TERMS VALUES(778,2,3,'blood group abo','abo')
-INSERT INTO CUI_TERMS VALUES(778,2,6,'system , abo blood - group','abo')
-INSERT INTO CUI_TERMS VALUES(778,3,4,'blood group , abh','abh')
-INSERT INTO CUI_TERMS VALUES(778,1,4,'blood groups , h','groups')
-INSERT INTO CUI_TERMS VALUES(778,2,3,'h blood group','group')
-INSERT INTO CUI_TERMS VALUES(778,3,4,'blood groups , abh','abh')
-INSERT INTO CUI_TERMS VALUES(778,0,5,'abo blood - group system','abo')
-INSERT INTO CUI_TERMS VALUES(778,5,6,'blood - group systems , abo','abo')
-INSERT INTO CUI_TERMS VALUES(778,0,3,'abh blood group','abh')
-INSERT INTO CUI_TERMS VALUES(778,2,3,'abo blood groups','groups')
-INSERT INTO CUI_TERMS VALUES(778,1,2,'abo groups','groups')
-INSERT INTO CUI_TERMS VALUES(778,0,3,'abh blood groups','abh')
-INSERT INTO CUI_TERMS VALUES(778,0,2,'abo system','abo')
-INSERT INTO CUI_TERMS VALUES(778,0,5,'abo blood - group systems','abo')
-INSERT INTO CUI_TERMS VALUES(778,0,3,'abo blood group','abo')
-INSERT INTO CUI_TERMS VALUES(778,5,6,'abo ( h ) blood groups','groups')
-INSERT INTO CUI_TERMS VALUES(778,0,2,'abo group','abo')
-INSERT INTO CUI_TERMS VALUES(778,5,6,'blood - group system , abo','abo')
-INSERT INTO CUI_TERMS VALUES(782,0,2,'aborticide drug','aborticide')
-INSERT INTO CUI_TERMS VALUES(782,0,1,'abortifacients','abortifacients')
-INSERT INTO CUI_TERMS VALUES(782,0,3,'postconception contraceptive agents','postconception')
-INSERT INTO CUI_TERMS VALUES(782,3,4,'contraceptive agents , postconception','postconception')
-INSERT INTO CUI_TERMS VALUES(782,0,1,'abortifacient','abortifacient')
-INSERT INTO CUI_TERMS VALUES(782,2,4,'agents , postconception contraceptive','postconception')
-INSERT INTO CUI_TERMS VALUES(782,0,2,'abortient agent','abortient')
-INSERT INTO CUI_TERMS VALUES(786,0,2,'spontaneous abortion','spontaneous')
-INSERT INTO CUI_TERMS VALUES(786,0,1,'miscarriage','miscarriage')
-INSERT INTO CUI_TERMS VALUES(786,0,2,'abortions spontaneous','abortions')
-INSERT INTO CUI_TERMS VALUES(786,1,6,'vaginal expulsion of product of conception','expulsion')
-INSERT INTO CUI_TERMS VALUES(786,0,3,'abortions , spontaneous','abortions')
-INSERT INTO CUI_TERMS VALUES(786,0,1,'miscarriages','miscarriages')
-INSERT INTO CUI_TERMS VALUES(786,1,2,'abortion spontaneous','spontaneous')
-INSERT INTO CUI_TERMS VALUES(786,2,3,'abortion , spontaneous','spontaneous')
-INSERT INTO CUI_TERMS VALUES(786,1,4,'vaginal expulsion of foetus','expulsion')
-INSERT INTO CUI_TERMS VALUES(786,1,4,'vaginal expulsion of fetus','expulsion')
-INSERT INTO CUI_TERMS VALUES(786,0,3,'abortions . spontaneous','abortions')
-INSERT INTO CUI_TERMS VALUES(786,1,2,'spontaneous abortions','abortions')
-INSERT INTO CUI_TERMS VALUES(790,0,2,'previous abortion','previous')
-INSERT INTO CUI_TERMS VALUES(790,2,3,'history , abortion','abortion')
-INSERT INTO CUI_TERMS VALUES(790,1,2,'previous abortions','abortions')
-INSERT INTO CUI_TERMS VALUES(790,3,4,'history of fetal loss','loss')
-INSERT INTO CUI_TERMS VALUES(790,2,4,'history of foetal loss','foetal')
-INSERT INTO CUI_TERMS VALUES(790,1,2,'abortion previous','previous')
-INSERT INTO CUI_TERMS VALUES(790,2,3,'abortion , previous','previous')
-INSERT INTO CUI_TERMS VALUES(790,4,6,'history of pregnancy with abortive outcome','abortive')
-INSERT INTO CUI_TERMS VALUES(790,1,2,'abortion hist','hist')
-INSERT INTO CUI_TERMS VALUES(790,0,2,'abortion history','abortion')
-INSERT INTO CUI_TERMS VALUES(790,0,3,'abortions , previous','abortions')
-INSERT INTO CUI_TERMS VALUES(790,0,3,'histories , abortion','histories')
-INSERT INTO CUI_TERMS VALUES(790,1,2,'abortion histories','histories')
-INSERT INTO CUI_TERMS VALUES(790,0,2,'abortions history','abortions')
-INSERT INTO CUI_TERMS VALUES(793,4,5,'termination of pregnancy on demand','demand')
-INSERT INTO CUI_TERMS VALUES(793,2,3,'abortion on demand','demand')
-INSERT INTO CUI_TERMS VALUES(804,0,2,'criminal abortions','criminal')
-INSERT INTO CUI_TERMS VALUES(804,2,3,'abortions , criminal','criminal')
-INSERT INTO CUI_TERMS VALUES(804,0,3,'illegally induced abortion','illegally')
-INSERT INTO CUI_TERMS VALUES(804,2,3,'abortion , illegal','illegal')
-INSERT INTO CUI_TERMS VALUES(804,2,3,'abortion , criminal','criminal')
-INSERT INTO CUI_TERMS VALUES(804,0,3,'abortions , illegal','abortions')
-INSERT INTO CUI_TERMS VALUES(804,0,2,'criminal abortion','criminal')
-INSERT INTO CUI_TERMS VALUES(804,1,2,'illegal abortions','abortions')
-INSERT INTO CUI_TERMS VALUES(804,0,4,'illegal termination of pregnancy','illegal')
-INSERT INTO CUI_TERMS VALUES(804,1,2,'abortion illegal','illegal')
-INSERT INTO CUI_TERMS VALUES(804,0,2,'illegal abortion','illegal')
-INSERT INTO CUI_TERMS VALUES(809,1,2,'recurrent abortion','abortion')
-INSERT INTO CUI_TERMS VALUES(809,1,2,'recurrent miscarriages','miscarriages')
-INSERT INTO CUI_TERMS VALUES(809,1,3,'chronic spontaneous abortion','spontaneous')
-INSERT INTO CUI_TERMS VALUES(809,0,2,'habitual abortions','habitual')
-INSERT INTO CUI_TERMS VALUES(809,2,3,'abortions , habitual','habitual')
-INSERT INTO CUI_TERMS VALUES(809,0,3,'abortion , recurrent','abortion')
-INSERT INTO CUI_TERMS VALUES(809,1,2,'recurrent abortions','abortions')
-INSERT INTO CUI_TERMS VALUES(809,0,3,'abortions , recurrent','abortions')
-INSERT INTO CUI_TERMS VALUES(809,0,2,'miscarriage recurrent','miscarriage')
-INSERT INTO CUI_TERMS VALUES(809,0,2,'abortion recurrent','abortion')
-INSERT INTO CUI_TERMS VALUES(809,1,2,'recurrent miscarriage','miscarriage')
-INSERT INTO CUI_TERMS VALUES(809,1,2,'recurrent aborter','aborter')
-INSERT INTO CUI_TERMS VALUES(809,0,2,'habitual abortion','habitual')
-INSERT INTO CUI_TERMS VALUES(809,2,3,'abortion , habitual','habitual')
-INSERT INTO CUI_TERMS VALUES(809,1,2,'abortion habitual','habitual')
-INSERT INTO CUI_TERMS VALUES(809,1,2,'habitual aborter','aborter')
-INSERT INTO CUI_TERMS VALUES(809,0,3,'miscarriages , recurrent','miscarriages')
-INSERT INTO CUI_TERMS VALUES(809,0,3,'miscarriage , recurrent','miscarriage')
-INSERT INTO CUI_TERMS VALUES(810,2,3,'abortion , incomplete','incomplete')
-INSERT INTO CUI_TERMS VALUES(810,0,3,'incomplete spontaneous abortion','incomplete')
-INSERT INTO CUI_TERMS VALUES(810,0,5,'retained tissue after pregnancy loss','retained')
-INSERT INTO CUI_TERMS VALUES(810,1,5,'retained products after spontaneous abortion','products')
-INSERT INTO CUI_TERMS VALUES(810,1,2,'incomplete abortions','abortions')
-INSERT INTO CUI_TERMS VALUES(810,0,3,'abortions , incomplete','abortions')
-INSERT INTO CUI_TERMS VALUES(810,0,2,'incomplete abortion','incomplete')
-INSERT INTO CUI_TERMS VALUES(810,3,4,'retained products after miscarriage','miscarriage')
-INSERT INTO CUI_TERMS VALUES(810,1,2,'incomplete miscarriage','miscarriage')
-INSERT INTO CUI_TERMS VALUES(814,2,3,'abortion , missed','missed')
-INSERT INTO CUI_TERMS VALUES(814,0,2,'missed miscarriage','missed')
-INSERT INTO CUI_TERMS VALUES(814,1,2,'miss abortion','abortion')
-INSERT INTO CUI_TERMS VALUES(814,0,2,'abortion miss','abortion')
-INSERT INTO CUI_TERMS VALUES(814,1,2,'missed abortions','abortions')
-INSERT INTO CUI_TERMS VALUES(814,8,10,'foetal death before 22 weeks with retention of dead foetus','dead')
-INSERT INTO CUI_TERMS VALUES(814,1,2,'abortion missed','missed')
-INSERT INTO CUI_TERMS VALUES(814,0,3,'abortions , missed','abortions')
-INSERT INTO CUI_TERMS VALUES(814,0,2,'missed abortion','missed')
-INSERT INTO CUI_TERMS VALUES(814,0,2,'silent miscarriage','silent')
-INSERT INTO CUI_TERMS VALUES(820,1,5,'therapeutic termination of pregnancy procedure','termination')
-INSERT INTO CUI_TERMS VALUES(820,2,3,'abortion , therapeutic','therapeutic')
-INSERT INTO CUI_TERMS VALUES(820,0,2,'abortions therapeutic','abortions')
-INSERT INTO CUI_TERMS VALUES(820,1,2,'abortion therapeutic','therapeutic')
-INSERT INTO CUI_TERMS VALUES(820,0,2,'ther abortion','ther')
-INSERT INTO CUI_TERMS VALUES(820,0,3,'abortions , therapeutic','abortions')
-INSERT INTO CUI_TERMS VALUES(820,0,2,'therapeutic abortion','therapeutic')
-INSERT INTO CUI_TERMS VALUES(820,1,2,'abortion ther','ther')
-INSERT INTO CUI_TERMS VALUES(820,1,2,'therapeutic abortions','abortions')
-INSERT INTO CUI_TERMS VALUES(821,2,3,'abortions , threatened','threatened')
-INSERT INTO CUI_TERMS VALUES(821,1,2,'abortion threatened','threatened')
-INSERT INTO CUI_TERMS VALUES(821,0,2,'threatened abortion','threatened')
-INSERT INTO CUI_TERMS VALUES(821,0,4,'threaten abort - antepart','threaten')
-INSERT INTO CUI_TERMS VALUES(821,0,2,'threaten abortion','threaten')
-INSERT INTO CUI_TERMS VALUES(821,0,2,'threatened miscarriage','threatened')
-INSERT INTO CUI_TERMS VALUES(821,1,2,'miscarriage threatening','threatening')
-INSERT INTO CUI_TERMS VALUES(821,2,3,'abortion , threatened','threatened')
-INSERT INTO CUI_TERMS VALUES(821,0,2,'threatened abortions','threatened')
-INSERT INTO CUI_TERMS VALUES(822,0,5,'miscarriage of tubal ectopic pregnancy','miscarriage')
-INSERT INTO CUI_TERMS VALUES(822,1,2,'tubal abortions','abortions')
-INSERT INTO CUI_TERMS VALUES(822,0,3,'abortions , tubal','abortions')
-INSERT INTO CUI_TERMS VALUES(822,0,2,'tubal abortion','tubal')
-INSERT INTO CUI_TERMS VALUES(822,2,3,'abortion , tubal','tubal')
-INSERT INTO CUI_TERMS VALUES(829,0,1,'abrins','abrins')
-INSERT INTO CUI_TERMS VALUES(829,0,1,'abrin','abrin')
-INSERT INTO CUI_TERMS VALUES(832,0,3,'abruption , placental','abruption')
-INSERT INTO CUI_TERMS VALUES(832,1,2,'placental abruptions','abruptions')
-INSERT INTO CUI_TERMS VALUES(832,0,2,'placentae abruptio','placentae')
-INSERT INTO CUI_TERMS VALUES(832,1,3,'accidental antepartum haemorrhage','antepartum')
-INSERT INTO CUI_TERMS VALUES(832,1,2,'accidental haemorrhage','haemorrhage')
-INSERT INTO CUI_TERMS VALUES(832,1,3,'accidental antepartum hemorrhage','antepartum')
-INSERT INTO CUI_TERMS VALUES(832,0,3,'abruptions , placental','abruptions')
-INSERT INTO CUI_TERMS VALUES(832,0,2,'abruption placental','abruption')
-INSERT INTO CUI_TERMS VALUES(832,1,2,'placenta abruptio','abruptio')
-INSERT INTO CUI_TERMS VALUES(832,0,3,'detachment of placenta','detachment')
-INSERT INTO CUI_TERMS VALUES(832,1,2,'accidental hemorrhage','hemorrhage')
-INSERT INTO CUI_TERMS VALUES(832,0,2,'ablatio placentae','ablatio')
-INSERT INTO CUI_TERMS VALUES(832,3,6,'premature detachment of normally implanted placenta','normally')
-INSERT INTO CUI_TERMS VALUES(832,3,6,'premature separation of normally implanted placenta','normally')
-INSERT INTO CUI_TERMS VALUES(832,1,2,'placental abruption','abruption')
-INSERT INTO CUI_TERMS VALUES(832,1,2,'abruptio placentae','placentae')
-INSERT INTO CUI_TERMS VALUES(832,3,4,'placenta , premature separation','separation')
-INSERT INTO CUI_TERMS VALUES(832,1,4,'premature separation of placenta','separation')
-INSERT INTO CUI_TERMS VALUES(832,0,2,'abruptio placenta','abruptio')
-INSERT INTO CUI_TERMS VALUES(833,0,1,'abscesses','abscesses')
-INSERT INTO CUI_TERMS VALUES(833,0,1,'abscess','abscess')
-INSERT INTO CUI_TERMS VALUES(843,0,2,'abscissic acid','abscissic')
-INSERT INTO CUI_TERMS VALUES(843,0,2,'abscisic acid','abscisic')
-INSERT INTO CUI_TERMS VALUES(843,0,1,'abscissins','abscissins')
-INSERT INTO CUI_TERMS VALUES(843,0,1,'abscissin','abscissin')
-INSERT INTO CUI_TERMS VALUES(843,0,1,'abscisin','abscisin')
-INSERT INTO CUI_TERMS VALUES(848,2,4,'absent posterior tibial pulse','tibial')
-INSERT INTO CUI_TERMS VALUES(848,1,4,'posterior tibial pulse absent','tibial')
-INSERT INTO CUI_TERMS VALUES(873,0,2,'academic problem','academic')
-INSERT INTO CUI_TERMS VALUES(880,0,3,'keratitides , acanthamoeba','keratitides')
-INSERT INTO CUI_TERMS VALUES(880,1,2,'acanthamoeba keratitides','keratitides')
-INSERT INTO CUI_TERMS VALUES(880,0,2,'acanthamoeba keratitis','acanthamoeba')
-INSERT INTO CUI_TERMS VALUES(880,2,3,'keratitis , acanthamoeba','acanthamoeba')
-INSERT INTO CUI_TERMS VALUES(886,0,4,'crenated red blood cell','crenated')
-INSERT INTO CUI_TERMS VALUES(886,0,1,'acanthocyte','acanthocyte')
-INSERT INTO CUI_TERMS VALUES(886,0,1,'acanthocytes','acanthocytes')
-INSERT INTO CUI_TERMS VALUES(886,1,2,'cells spur','spur')
-INSERT INTO CUI_TERMS VALUES(886,0,1,'acanthrocyte','acanthrocyte')
-INSERT INTO CUI_TERMS VALUES(886,1,3,'spiny prickle cell','prickle')
-INSERT INTO CUI_TERMS VALUES(886,0,2,'crenated cell','crenated')
-INSERT INTO CUI_TERMS VALUES(886,0,2,'spur cell','spur')
-INSERT INTO CUI_TERMS VALUES(887,0,1,'acantholyses','acantholyses')
-INSERT INTO CUI_TERMS VALUES(887,0,1,'acantholysis','acantholysis')
-INSERT INTO CUI_TERMS VALUES(889,2,3,'nigricans , acanthosis','acanthosis')
-INSERT INTO CUI_TERMS VALUES(889,0,2,'acanthosis nigricans','acanthosis')
-INSERT INTO CUI_TERMS VALUES(889,1,2,'keratosis nigricans','nigricans')
-INSERT INTO CUI_TERMS VALUES(889,0,3,'nigrican , acanthosis','nigrican')
-INSERT INTO CUI_TERMS VALUES(889,1,2,'acanthosis nigrican','nigrican')
-INSERT INTO CUI_TERMS VALUES(893,1,2,'accelerated particle','particle')
-INSERT INTO CUI_TERMS VALUES(905,2,3,'nerve , accessory','accessory')
-INSERT INTO CUI_TERMS VALUES(905,1,2,'nervus accessorius','accessorius')
-INSERT INTO CUI_TERMS VALUES(905,1,2,'nerve xi','xi')
-INSERT INTO CUI_TERMS VALUES(905,1,2,'nerve xis','xis')
-INSERT INTO CUI_TERMS VALUES(905,3,4,'cranial nerves , eleventh','eleventh')
-INSERT INTO CUI_TERMS VALUES(905,1,2,'accessory nerves','nerves')
-INSERT INTO CUI_TERMS VALUES(905,3,4,'nerve , spinal accessory','accessory')
-INSERT INTO CUI_TERMS VALUES(905,0,4,'nerves , spinal accessory','nerves')
-INSERT INTO CUI_TERMS VALUES(905,0,3,'willis '' nerve','willis')
-INSERT INTO CUI_TERMS VALUES(905,0,3,'eleventh cranial nerves','eleventh')
-INSERT INTO CUI_TERMS VALUES(905,2,4,'nerve , eleventh cranial','eleventh')
-INSERT INTO CUI_TERMS VALUES(905,3,4,'cranial nerve , eleventh','eleventh')
-INSERT INTO CUI_TERMS VALUES(905,2,4,'nerves , eleventh cranial','eleventh')
-INSERT INTO CUI_TERMS VALUES(905,0,3,'accessorius , nervus','accessorius')
-INSERT INTO CUI_TERMS VALUES(905,0,3,'nerves , accessory','nerves')
-INSERT INTO CUI_TERMS VALUES(905,0,2,'accessory nerve','accessory')
-INSERT INTO CUI_TERMS VALUES(905,0,3,'eleventh cranial nerve','eleventh')
-INSERT INTO CUI_TERMS VALUES(915,3,4,'acc due to lightning','lightning')
-INSERT INTO CUI_TERMS VALUES(915,3,4,'accident caused by lightning','lightning')
-INSERT INTO CUI_TERMS VALUES(915,3,4,'accident due to lightning','lightning')
-INSERT INTO CUI_TERMS VALUES(916,2,3,'high altitude residence','residence')
-INSERT INTO CUI_TERMS VALUES(916,3,10,'accidents due to residence or prolonged visit at high altitude','residence')
-INSERT INTO CUI_TERMS VALUES(916,3,10,'accident due to residence or prolonged visit at high altitude','residence')
-INSERT INTO CUI_TERMS VALUES(918,0,3,'prevention , accident','prevention')
-INSERT INTO CUI_TERMS VALUES(918,1,2,'accident preventions','preventions')
-INSERT INTO CUI_TERMS VALUES(918,0,4,'accidents - - prevention','accidents')
-INSERT INTO CUI_TERMS VALUES(918,1,2,'accident prevention','prevention')
-INSERT INTO CUI_TERMS VALUES(918,1,2,'accident prev','prev')
-INSERT INTO CUI_TERMS VALUES(918,0,2,'accidents prevention','accidents')
-INSERT INTO CUI_TERMS VALUES(918,0,3,'preventions , accident','preventions')
-INSERT INTO CUI_TERMS VALUES(918,0,2,'prevention accident','prevention')
-INSERT INTO CUI_TERMS VALUES(918,0,2,'prev accident','prev')
-INSERT INTO CUI_TERMS VALUES(921,0,3,'fall - accidental','fall')
-INSERT INTO CUI_TERMS VALUES(921,0,3,'fall , accidental','fall')
-INSERT INTO CUI_TERMS VALUES(921,1,2,'accidental fall','fall')
-INSERT INTO CUI_TERMS VALUES(925,0,2,'incised wound','incised')
-INSERT INTO CUI_TERMS VALUES(925,0,1,'cut','cut')
-INSERT INTO CUI_TERMS VALUES(925,0,1,'cuts','cuts')
-INSERT INTO CUI_TERMS VALUES(934,0,1,'adaption','adaption')
-INSERT INTO CUI_TERMS VALUES(934,0,1,'adaptation','adaptation')
-INSERT INTO CUI_TERMS VALUES(934,0,1,'acclimatization','acclimatization')
-INSERT INTO CUI_TERMS VALUES(934,0,1,'adaptations','adaptations')
-INSERT INTO CUI_TERMS VALUES(934,0,1,'acclimation','acclimation')
-INSERT INTO CUI_TERMS VALUES(934,0,1,'acclimatisation','acclimatisation')
-INSERT INTO CUI_TERMS VALUES(946,0,1,'acebutololum','acebutololum')
-INSERT INTO CUI_TERMS VALUES(946,0,1,'acebutolol','acebutolol')
-INSERT INTO CUI_TERMS VALUES(946,0,1,'acetobutolol','acetobutolol')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'acenokumarin','acenokumarin')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'acenocoumarolum','acenocoumarolum')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'acenocoumarin','acenocoumarin')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'acenocumarol','acenocumarol')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'nitrovarfarian','nitrovarfarian')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'nicumalon','nicumalon')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'nicoumalone','nicoumalone')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'acenocoumarol','acenocoumarol')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'nitrowarfarin','nitrowarfarin')
-INSERT INTO CUI_TERMS VALUES(956,0,5,'nitrophenylacetylethyl - 4 - hydroxycoumarine','nitrophenylacetylethyl')
-INSERT INTO CUI_TERMS VALUES(956,0,1,'acenocumarolo','acenocumarolo')
-INSERT INTO CUI_TERMS VALUES(959,0,1,'acepromazine','acepromazine')
-INSERT INTO CUI_TERMS VALUES(959,0,1,'acetylpromazine','acetylpromazine')
-INSERT INTO CUI_TERMS VALUES(959,0,1,'acetopromazine','acetopromazine')
-INSERT INTO CUI_TERMS VALUES(959,0,1,'acetazine','acetazine')
-INSERT INTO CUI_TERMS VALUES(960,2,3,'maleate , acepromazine','acepromazine')
-INSERT INTO CUI_TERMS VALUES(960,0,2,'acepromazine maleate','acepromazine')
-INSERT INTO CUI_TERMS VALUES(962,0,1,'acetabulums','acetabulums')
-INSERT INTO CUI_TERMS VALUES(962,0,2,'cotyloid cavities','cotyloid')
-INSERT INTO CUI_TERMS VALUES(962,0,5,'acetabular part of hip bone','acetabular')
-INSERT INTO CUI_TERMS VALUES(962,0,1,'acetabula','acetabula')
-INSERT INTO CUI_TERMS VALUES(962,0,1,'acetabulum','acetabulum')
-INSERT INTO CUI_TERMS VALUES(962,2,3,'cavities , cotyloid','cotyloid')
-INSERT INTO CUI_TERMS VALUES(962,2,3,'cavity , cotyloid','cotyloid')
-INSERT INTO CUI_TERMS VALUES(962,0,2,'cotyloid cavity','cotyloid')
-INSERT INTO CUI_TERMS VALUES(962,0,1,'acetabulas','acetabulas')
-INSERT INTO CUI_TERMS VALUES(966,0,2,'acetic aldehyde','acetic')
-INSERT INTO CUI_TERMS VALUES(966,0,1,'acetylaldehyde','acetylaldehyde')
-INSERT INTO CUI_TERMS VALUES(966,0,1,'acetaldehyde','acetaldehyde')
-INSERT INTO CUI_TERMS VALUES(966,1,2,'ethyl aldehyde','aldehyde')
-INSERT INTO CUI_TERMS VALUES(966,0,1,'ethanal','ethanal')
-INSERT INTO CUI_TERMS VALUES(967,0,1,'acetal','acetal')
-INSERT INTO CUI_TERMS VALUES(967,0,1,'acetals','acetals')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'acenol','acenol')
-INSERT INTO CUI_TERMS VALUES(970,6,7,'n - acetyl - p - aminophenol','aminophenol')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'acetaminophene','acetaminophene')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'acetaminofen','acetaminofen')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'acetominophen','acetominophen')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'acmp','acmp')
-INSERT INTO CUI_TERMS VALUES(970,7,8,'n - ( 4 - hydroxyphenyl ) acetanilide','acetanilide')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'acetaminophen','acetaminophen')
-INSERT INTO CUI_TERMS VALUES(970,2,3,'p - acetylaminophenol','acetylaminophenol')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'apap','apap')
-INSERT INTO CUI_TERMS VALUES(970,0,9,'acetamide , n - ( 4 - hydroxyphenyl )','acetamide')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'hydroxyacetanilide','hydroxyacetanilide')
-INSERT INTO CUI_TERMS VALUES(970,3,6,'4 - ( acetylamino ) phenol','acetylamino')
-INSERT INTO CUI_TERMS VALUES(970,2,3,'p - acetaminophenol','acetaminophenol')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'paracetamolum','paracetamolum')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'paracetamol','paracetamol')
-INSERT INTO CUI_TERMS VALUES(970,0,1,'acetamidophenol','acetamidophenol')
-INSERT INTO CUI_TERMS VALUES(973,2,3,'n - phenylacetamide','phenylacetamide')
-INSERT INTO CUI_TERMS VALUES(973,0,1,'acetanilid','acetanilid')
-INSERT INTO CUI_TERMS VALUES(973,0,1,'acetanilide','acetanilide')
-INSERT INTO CUI_TERMS VALUES(975,0,1,'ethanoat','ethanoat')
-INSERT INTO CUI_TERMS VALUES(975,0,1,'acetate','acetate')
-INSERT INTO CUI_TERMS VALUES(975,0,1,'ethanoate','ethanoate')
-INSERT INTO CUI_TERMS VALUES(975,0,1,'azetat','azetat')
-INSERT INTO CUI_TERMS VALUES(977,2,3,'kinase , acetate','acetate')
-INSERT INTO CUI_TERMS VALUES(977,0,2,'acetate kinase','acetate')
-INSERT INTO CUI_TERMS VALUES(977,0,1,'acetokinase','acetokinase')
-INSERT INTO CUI_TERMS VALUES(981,0,1,'acetazolamidum','acetazolamidum')
-INSERT INTO CUI_TERMS VALUES(981,0,1,'acetazolamida','acetazolamida')
-INSERT INTO CUI_TERMS VALUES(981,0,1,'acetazolamides','acetazolamides')
-INSERT INTO CUI_TERMS VALUES(981,0,1,'acetazolamid','acetazolamid')
-INSERT INTO CUI_TERMS VALUES(981,0,1,'acetazolamide','acetazolamide')
-INSERT INTO CUI_TERMS VALUES(983,2,3,'acid , acetic','acetic')
-INSERT INTO CUI_TERMS VALUES(983,2,4,'acid , glacial acetic','glacial')
-INSERT INTO CUI_TERMS VALUES(983,2,6,'ch3 - coo ( - )','coo')
-INSERT INTO CUI_TERMS VALUES(983,0,2,'acetic acid','acetic')
-INSERT INTO CUI_TERMS VALUES(983,1,4,'acid glacial , acetic','glacial')
-INSERT INTO CUI_TERMS VALUES(983,0,2,'meco2 anion','meco2')
-INSERT INTO CUI_TERMS VALUES(983,0,2,'ethanoic acid','ethanoic')
-INSERT INTO CUI_TERMS VALUES(986,0,2,'acetic oxide','acetic')
-INSERT INTO CUI_TERMS VALUES(986,0,2,'acetyl oxide','acetyl')
-INSERT INTO CUI_TERMS VALUES(986,1,2,'acetic anhydride','anhydride')
-INSERT INTO CUI_TERMS VALUES(992,0,1,'cyclamide','cyclamide')
-INSERT INTO CUI_TERMS VALUES(992,0,1,'acetohexamide','acetohexamide')
-INSERT INTO CUI_TERMS VALUES(997,0,2,'diacetyl reductase','diacetyl')
-INSERT INTO CUI_TERMS VALUES(997,2,3,'dehydrogenase , acetoin','acetoin')
-INSERT INTO CUI_TERMS VALUES(997,0,2,'acetoin dehydrogenase','acetoin')
-INSERT INTO CUI_TERMS VALUES(997,2,3,'reductase , diacetyl','diacetyl')
-INSERT INTO CUI_TERMS VALUES(999,0,2,'acetolactate synthetase','acetolactate')
-INSERT INTO CUI_TERMS VALUES(999,0,3,'acetohydroxy acid synthase','acetohydroxy')
-INSERT INTO CUI_TERMS VALUES(999,0,3,'acetohydroxy acid synthetase','acetohydroxy')
-INSERT INTO CUI_TERMS VALUES(999,0,2,'acetolactate synthase','acetolactate')
-INSERT INTO CUI_TERMS VALUES(999,3,4,'acid synthase , acetohydroxy','acetohydroxy')
-INSERT INTO CUI_TERMS VALUES(999,5,7,'acetolactate pyruvate - lyase ( carboxylating )','carboxylating')
-INSERT INTO CUI_TERMS VALUES(999,2,3,'synthase , acetolactate','acetolactate')
-INSERT INTO CUI_TERMS VALUES(999,2,3,'synthetase , acetolactate','acetolactate')
-INSERT INTO CUI_TERMS VALUES(999,2,4,'synthase , acetohydroxy acid','acetohydroxy')
-INSERT INTO CUI_TERMS VALUES(999,2,4,'synthetase , acetohydroxy acid','acetohydroxy')
-INSERT INTO CUI_TERMS VALUES(999,3,4,'acid synthetase , acetohydroxy','acetohydroxy')
-INSERT INTO CUI_TERMS VALUES(1002,1,2,'dimethyl formaldehyde','formaldehyde')
-INSERT INTO CUI_TERMS VALUES(1002,1,2,'methyl ketone','ketone')
-INSERT INTO CUI_TERMS VALUES(1002,2,3,'2 - propanone','propanone')
-INSERT INTO CUI_TERMS VALUES(1002,0,1,'acetone','acetone')
-INSERT INTO CUI_TERMS VALUES(1002,0,1,'acetones','acetones')
-INSERT INTO CUI_TERMS VALUES(1019,3,4,'acetyl coa c acetyltransferase','acetyltransferase')
-INSERT INTO CUI_TERMS VALUES(1019,4,5,'acetyl - coenzyme a acetyltransferase','acetyltransferase')
-INSERT INTO CUI_TERMS VALUES(1019,0,1,'thiolase','thiolase')
-INSERT INTO CUI_TERMS VALUES(1019,3,4,'acetyl - coa acetyltransferase','acetyltransferase')
-INSERT INTO CUI_TERMS VALUES(1019,0,5,'acetyltransferase , acetyl - coa','acetyltransferase')
-INSERT INTO CUI_TERMS VALUES(1019,5,6,'acetyl - coa c - acetyltransferase','acetyltransferase')
-INSERT INTO CUI_TERMS VALUES(1019,2,3,'acetyl coa acetyltransferase','acetyltransferase')
-INSERT INTO CUI_TERMS VALUES(1019,3,4,'acetyl coenzyme a acetyltransferase','acetyltransferase')
-INSERT INTO CUI_TERMS VALUES(1021,1,2,'beta ketothiolase','ketothiolase')
-INSERT INTO CUI_TERMS VALUES(1021,2,3,'3 - ketothiolase','ketothiolase')
-INSERT INTO CUI_TERMS VALUES(1021,0,4,'ketoacyl coa thiolase 03','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,4,5,'thiolase , beta - ketoacyl','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,4,6,'thiolase , 2 - methylacetoacetyl coa','methylacetoacetyl')
-INSERT INTO CUI_TERMS VALUES(1021,3,4,'acetyl coa c acyltransferase','acyltransferase')
-INSERT INTO CUI_TERMS VALUES(1021,5,6,'coa thiolase , 3 - ketoacyl','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,1,4,'coa acyltransferase , acetyl','acyltransferase')
-INSERT INTO CUI_TERMS VALUES(1021,3,4,'acetyl - coa acyltransferase','acyltransferase')
-INSERT INTO CUI_TERMS VALUES(1021,4,8,'thiolase , 3 - oxoacyl - coenzyme a','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,2,7,'c - acyltransferase , acetyl - coa','acyltransferase')
-INSERT INTO CUI_TERMS VALUES(1021,5,6,'acetyl - coa c - acyltransferase','acyltransferase')
-INSERT INTO CUI_TERMS VALUES(1021,1,3,'beta ketoacyl thiolase','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,2,5,'3 - oxoacyl coa thiolase','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,5,6,'coa thiolase , 3 - oxoacyl','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,2,5,'3 - ketoacyl coa thiolase','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,3,4,'acetyl coenzyme a acyltransferase','acyltransferase')
-INSERT INTO CUI_TERMS VALUES(1021,2,5,'2 - methylacetoacetyl coa thiolase','methylacetoacetyl')
-INSERT INTO CUI_TERMS VALUES(1021,2,4,'beta - ketoacyl thiolase','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,0,2,'ketothiolase 3','ketothiolase')
-INSERT INTO CUI_TERMS VALUES(1021,5,6,'coa thiolase , 2 - methylacetoacetyl','methylacetoacetyl')
-INSERT INTO CUI_TERMS VALUES(1021,4,6,'thiolase , 3 - oxoacyl coa','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,2,6,'3 - ketoacyl - coa thiolase','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,2,3,'beta - ketothiolase','ketothiolase')
-INSERT INTO CUI_TERMS VALUES(1021,2,7,'3 - oxoacyl - coenzyme a thiolase','oxoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,4,6,'thiolase , 3 - ketoacyl coa','ketoacyl')
-INSERT INTO CUI_TERMS VALUES(1021,2,3,'acetyl coa acyltransferase','acyltransferase')
-INSERT INTO CUI_TERMS VALUES(1021,0,4,'acyltransferase , acetyl coa','acyltransferase')
-INSERT INTO CUI_TERMS VALUES(1021,4,5,'acetyl - coenzyme a acyltransferase','acyltransferase')
-INSERT INTO CUI_TERMS VALUES(1022,0,5,'carboxylase , acetyl - coa','carboxylase')
-INSERT INTO CUI_TERMS VALUES(1022,2,3,'acetyl coa carboxylase','carboxylase')
-INSERT INTO CUI_TERMS VALUES(1022,4,5,'acetyl - coenzyme a carboxylase','carboxylase')
-INSERT INTO CUI_TERMS VALUES(1022,3,4,'acetyl coenzyme a carboxylase','carboxylase')
-INSERT INTO CUI_TERMS VALUES(1022,3,4,'acetyl - coa carboxylase','carboxylase')
-INSERT INTO CUI_TERMS VALUES(1024,0,5,'deacylase , acetyl - coa','deacylase')
-INSERT INTO CUI_TERMS VALUES(1024,0,3,'acetyl coa hydrolase','acetyl')
-INSERT INTO CUI_TERMS VALUES(1024,2,3,'acetyl coa acylase','acylase')
-INSERT INTO CUI_TERMS VALUES(1024,0,4,'acetyl - coa hydrolase','acetyl')
-INSERT INTO CUI_TERMS VALUES(1024,3,4,'acetyl - coa deacylase','deacylase')
-INSERT INTO CUI_TERMS VALUES(1024,0,4,'acetyl coenzyme a hydrolase','acetyl')
-INSERT INTO CUI_TERMS VALUES(1024,2,5,'hydrolase , acetyl - coa','acetyl')
-INSERT INTO CUI_TERMS VALUES(1024,0,5,'acetyl - coenzyme a hydrolase','acetyl')
-INSERT INTO CUI_TERMS VALUES(1024,2,3,'acetyl coa deacylase','deacylase')
-INSERT INTO CUI_TERMS VALUES(1024,0,5,'acylase , acetyl - coa','acylase')
-INSERT INTO CUI_TERMS VALUES(1024,3,4,'acetyl - coa acylase','acylase')
-INSERT INTO CUI_TERMS VALUES(1026,2,3,'coa , acetyl','acetyl')
-INSERT INTO CUI_TERMS VALUES(1026,0,2,'acetylcoenzyme a','acetylcoenzyme')
-INSERT INTO CUI_TERMS VALUES(1026,0,6,'coenzyme a , s - acetate','coenzyme')
-INSERT INTO CUI_TERMS VALUES(1026,0,3,'acetyl - coa','acetyl')
-INSERT INTO CUI_TERMS VALUES(1026,0,2,'acetyl coa','acetyl')
-INSERT INTO CUI_TERMS VALUES(1026,0,2,'acetyl coenzyme','acetyl')
-INSERT INTO CUI_TERMS VALUES(1026,3,4,'coenzyme a , acetyl','acetyl')
-INSERT INTO CUI_TERMS VALUES(1028,1,5,'1 biotinyl - coa synthetase','biotinyl')
-INSERT INTO CUI_TERMS VALUES(1028,3,4,'coa synthetase , acetyl','acetyl')
-INSERT INTO CUI_TERMS VALUES(1028,2,4,'acyl - activating enzyme','activating')
-INSERT INTO CUI_TERMS VALUES(1028,1,2,'acetate thiokinase','thiokinase')
-INSERT INTO CUI_TERMS VALUES(1028,2,3,'acetate coa ligase','ligase')
-INSERT INTO CUI_TERMS VALUES(1028,0,3,'thiokinase , acetate','thiokinase')
-INSERT INTO CUI_TERMS VALUES(1028,3,4,'acetate - coa ligase','ligase')
-INSERT INTO CUI_TERMS VALUES(1028,4,5,'acetate - coenzyme a ligase','ligase')
-INSERT INTO CUI_TERMS VALUES(1028,0,1,'acetothiokinase','acetothiokinase')
-INSERT INTO CUI_TERMS VALUES(1028,0,3,'acetyl coa synthetase','acetyl')
-INSERT INTO CUI_TERMS VALUES(1028,1,3,'acetyl activating enzyme','activating')
-INSERT INTO CUI_TERMS VALUES(1028,0,5,'ligase , acetate - coa','ligase')
-INSERT INTO CUI_TERMS VALUES(1028,0,4,'acetyl - coa synthetase','acetyl')
-INSERT INTO CUI_TERMS VALUES(1028,2,4,'synthetase , acetyl coa','acetyl')
-INSERT INTO CUI_TERMS VALUES(1028,0,4,'acetyl coenzyme a synthetase','acetyl')
-INSERT INTO CUI_TERMS VALUES(1028,3,4,'enzyme , acetyl activating','activating')
-INSERT INTO CUI_TERMS VALUES(1028,0,4,'activating enzyme , acetyl','activating')
-INSERT INTO CUI_TERMS VALUES(1040,2,3,'acetyl l carnitine','carnitine')
-INSERT INTO CUI_TERMS VALUES(1040,4,5,'acetyl - l - carnitine','carnitine')
-INSERT INTO CUI_TERMS VALUES(1040,0,2,'levocarnitine acetyl','levocarnitine')
-INSERT INTO CUI_TERMS VALUES(1040,0,1,'acetylcarnitine','acetylcarnitine')
-INSERT INTO CUI_TERMS VALUES(1040,0,3,'carnitine , acetyl','carnitine')
-INSERT INTO CUI_TERMS VALUES(1040,1,2,'acetyl carnitine','carnitine')
-INSERT INTO CUI_TERMS VALUES(1041,0,1,'acetylcholine','acetylcholine')
-INSERT INTO CUI_TERMS VALUES(1044,0,1,'acetylcholinesterases','acetylcholinesterases')
-INSERT INTO CUI_TERMS VALUES(1044,1,2,'erythrocyte cholinesterase','cholinesterase')
-INSERT INTO CUI_TERMS VALUES(1044,3,4,'red blood cell cholinesterase','cholinesterase')
-INSERT INTO CUI_TERMS VALUES(1044,1,2,'acetylcholine acetylhydrolase','acetylhydrolase')
-INSERT INTO CUI_TERMS VALUES(1044,0,1,'acetylcholinesterase','acetylcholinesterase')
-INSERT INTO CUI_TERMS VALUES(1044,1,2,'true cholinesterase','cholinesterase')
-INSERT INTO CUI_TERMS VALUES(1044,0,3,'choline esterase i','choline')
-INSERT INTO CUI_TERMS VALUES(1044,2,3,'hydrolase , acetylcholine','acetylcholine')
-INSERT INTO CUI_TERMS VALUES(1044,0,2,'acetylcholine esterase','acetylcholine')
-INSERT INTO CUI_TERMS VALUES(1044,0,2,'acetylcholine hydrolase','acetylcholine')
-INSERT INTO CUI_TERMS VALUES(1047,0,1,'acetylcysteine','acetylcysteine')
-INSERT INTO CUI_TERMS VALUES(1047,2,7,'l - cysteine , n - acetyl','cysteine')
-INSERT INTO CUI_TERMS VALUES(1047,1,4,'l cysteine n acetyl','cysteine')
-INSERT INTO CUI_TERMS VALUES(1047,2,3,'acid , mercapturic','mercapturic')
-INSERT INTO CUI_TERMS VALUES(1047,0,1,'acetilcisteina','acetilcisteina')
-INSERT INTO CUI_TERMS VALUES(1047,3,4,'n acetyl l cysteine','cysteine')
-INSERT INTO CUI_TERMS VALUES(1047,0,1,'nac','nac')
-INSERT INTO CUI_TERMS VALUES(1047,6,7,'n - acetyl - l - cysteine','cysteine')
-INSERT INTO CUI_TERMS VALUES(1047,0,1,'acetylcysteinum','acetylcysteinum')
-INSERT INTO CUI_TERMS VALUES(1047,0,2,'mercapturic acid','mercapturic')
-INSERT INTO CUI_TERMS VALUES(1047,8,10,'l - alpha - acetamido - beta - mercaptopropionic acid','mercaptopropionic')
-INSERT INTO CUI_TERMS VALUES(1047,6,7,'n - acetyl - 3 - mercaptoalanine','mercaptoalanine')
-INSERT INTO CUI_TERMS VALUES(1047,1,2,'acetyl cysteine','cysteine')
-INSERT INTO CUI_TERMS VALUES(1050,0,1,'acetyldigoxin','acetyldigoxin')
-INSERT INTO CUI_TERMS VALUES(1050,0,2,'desglucolanatosides c','desglucolanatosides')
-INSERT INTO CUI_TERMS VALUES(1050,0,1,'acetyldigoxins','acetyldigoxins')
-INSERT INTO CUI_TERMS VALUES(1052,0,1,'acetylene','acetylene')
-INSERT INTO CUI_TERMS VALUES(1052,0,1,'ethyne','ethyne')
-INSERT INTO CUI_TERMS VALUES(1053,0,3,'esterase , acetate','esterase')
-INSERT INTO CUI_TERMS VALUES(1053,0,3,'esterase , acid','esterase')
-INSERT INTO CUI_TERMS VALUES(1053,0,2,'esterase 17','esterase')
-INSERT INTO CUI_TERMS VALUES(1053,0,1,'acetylase','acetylase')
-INSERT INTO CUI_TERMS VALUES(1053,3,4,'acetic - ester acetylhydrolase','acetylhydrolase')
-INSERT INTO CUI_TERMS VALUES(1053,0,3,'esterase - 17','esterase')
-INSERT INTO CUI_TERMS VALUES(1053,1,2,'acid esterase','esterase')
-INSERT INTO CUI_TERMS VALUES(1053,1,2,'acetate esterase','esterase')
-INSERT INTO CUI_TERMS VALUES(1053,0,1,'acetylesterase','acetylesterase')
-INSERT INTO CUI_TERMS VALUES(1056,3,4,'n acetyl d glucosamine','glucosamine')
-INSERT INTO CUI_TERMS VALUES(1056,2,3,'n - acetylchitosamine','acetylchitosamine')
-INSERT INTO CUI_TERMS VALUES(1056,1,4,'2 acetamido 2 deoxyglucose','acetamido')
-INSERT INTO CUI_TERMS VALUES(1056,2,7,'2 - acetamido - 2 - deoxyglucose','acetamido')
-INSERT INTO CUI_TERMS VALUES(1056,0,1,'acetylglucosamine','acetylglucosamine')
-INSERT INTO CUI_TERMS VALUES(1056,6,7,'n - acetyl - d - glucosamine','glucosamine')
-INSERT INTO CUI_TERMS VALUES(1056,1,6,'2 acetamido 2 deoxy d glucose','acetamido')
-INSERT INTO CUI_TERMS VALUES(1056,2,3,'d - glcnac','glcnac')
-INSERT INTO CUI_TERMS VALUES(1056,3,4,'n - acetyl glucosamine','glucosamine')
-INSERT INTO CUI_TERMS VALUES(1057,2,3,'acetyl beta glucosaminidase','glucosaminidase')
-INSERT INTO CUI_TERMS VALUES(1057,0,1,'acetylglucosaminidase','acetylglucosaminidase')
-INSERT INTO CUI_TERMS VALUES(1057,0,1,'nagase','nagase')
-INSERT INTO CUI_TERMS VALUES(1057,3,4,'n , n diacetylchitobiase','diacetylchitobiase')
-INSERT INTO CUI_TERMS VALUES(1057,4,5,'beta d acetamido 2 deoxyglucosidase','deoxyglucosidase')
-INSERT INTO CUI_TERMS VALUES(1057,0,1,'chitobiase','chitobiase')
-INSERT INTO CUI_TERMS VALUES(1057,8,9,'n - acetyl - beta - d - glucosaminidase','glucosaminidase')
-INSERT INTO CUI_TERMS VALUES(1057,4,5,'n , n - diacetylchitobiase','diacetylchitobiase')
-INSERT INTO CUI_TERMS VALUES(1057,4,5,'n acetyl beta d glucosaminidase','glucosaminidase')
-INSERT INTO CUI_TERMS VALUES(1057,6,7,'n - ac - beta - glucosaminidase','glucosaminidase')
-INSERT INTO CUI_TERMS VALUES(1057,8,9,'beta - d - acetamido - 2 - deoxyglucosidase','deoxyglucosidase')
-INSERT INTO CUI_TERMS VALUES(1057,3,4,'n ac beta glucosaminidase','glucosaminidase')
-INSERT INTO CUI_TERMS VALUES(1057,6,7,'n - acetyl - beta - glucosaminidase','glucosaminidase')
-INSERT INTO CUI_TERMS VALUES(1061,0,1,'acetylprocainamide','acetylprocainamide')
-INSERT INTO CUI_TERMS VALUES(1061,0,1,'acecainide','acecainide')
-INSERT INTO CUI_TERMS VALUES(1064,0,3,'acetylserotonin n methyltransferase','acetylserotonin')
-INSERT INTO CUI_TERMS VALUES(1064,4,5,'o - methyltransferase , hydroxyindole','hydroxyindole')
-INSERT INTO CUI_TERMS VALUES(1064,0,4,'hydroxyindole o - methyltransferase','hydroxyindole')
-INSERT INTO CUI_TERMS VALUES(1064,2,3,'methyltransferase , acetylserotonin','acetylserotonin')
-INSERT INTO CUI_TERMS VALUES(1064,0,3,'hydroxyindole o methyltransferase','hydroxyindole')
-INSERT INTO CUI_TERMS VALUES(1064,0,3,'hydroxyindole methyltransferase o','hydroxyindole')
-INSERT INTO CUI_TERMS VALUES(1064,0,5,'oxyindol - o - methyltransferase','oxyindol')
-INSERT INTO CUI_TERMS VALUES(1064,0,4,'acetylserotonin n - methyltransferase','acetylserotonin')
-INSERT INTO CUI_TERMS VALUES(1064,0,3,'acetylserotonin o methyltransferase','acetylserotonin')
-INSERT INTO CUI_TERMS VALUES(1064,0,4,'acetylserotonin o - methyltransferase','acetylserotonin')
-INSERT INTO CUI_TERMS VALUES(1064,0,3,'oxyindol o methyltransferase','oxyindol')
-INSERT INTO CUI_TERMS VALUES(1064,0,1,'hiomt','hiomt')
-INSERT INTO CUI_TERMS VALUES(1064,0,2,'acetylserotonin methyltransferase','acetylserotonin')
-INSERT INTO CUI_TERMS VALUES(1068,0,1,'acetyltransferases','acetyltransferases')
-INSERT INTO CUI_TERMS VALUES(1068,0,1,'acetyltransferase','acetyltransferase')
-INSERT INTO CUI_TERMS VALUES(1068,0,1,'transacetylase','transacetylase')
-INSERT INTO CUI_TERMS VALUES(1074,0,2,'tendo calcaneus','tendo')
-INSERT INTO CUI_TERMS VALUES(1074,0,2,'calcanean tendon','calcanean')
-INSERT INTO CUI_TERMS VALUES(1074,0,2,'calcaneal tendon','calcaneal')
-INSERT INTO CUI_TERMS VALUES(1074,0,2,'calcaneal tendons','calcaneal')
-INSERT INTO CUI_TERMS VALUES(1074,0,1,'achilles','achilles')
-INSERT INTO CUI_TERMS VALUES(1074,2,3,'tendons , calcaneal','calcaneal')
-INSERT INTO CUI_TERMS VALUES(1074,2,3,'tendon , calcaneal','calcaneal')
-INSERT INTO CUI_TERMS VALUES(1075,2,3,'absent gastric acidity','acidity')
-INSERT INTO CUI_TERMS VALUES(1075,1,2,'gastric anacidity','anacidity')
-INSERT INTO CUI_TERMS VALUES(1075,0,1,'achlorhydria','achlorhydria')
-INSERT INTO CUI_TERMS VALUES(1075,0,1,'achylia','achylia')
-INSERT INTO CUI_TERMS VALUES(1079,0,1,'achondrogenesis','achondrogenesis')
-INSERT INTO CUI_TERMS VALUES(1080,2,3,'dwarfism , achondroplastic','achondroplastic')
-INSERT INTO CUI_TERMS VALUES(1080,0,1,'chondrodystrophia','chondrodystrophia')
-INSERT INTO CUI_TERMS VALUES(1080,1,2,'congenital osteosclerosis','osteosclerosis')
-INSERT INTO CUI_TERMS VALUES(1080,0,2,'achondroplastic dwarf','achondroplastic')
-INSERT INTO CUI_TERMS VALUES(1080,0,1,'ach','ach')
-INSERT INTO CUI_TERMS VALUES(1080,0,2,'osteosclerosis congenita','osteosclerosis')
-INSERT INTO CUI_TERMS VALUES(1080,0,1,'achondroplasia','achondroplasia')
-INSERT INTO CUI_TERMS VALUES(1080,0,2,'achondroplastic dwarfism','achondroplastic')
-INSERT INTO CUI_TERMS VALUES(1080,0,1,'achondroplasias','achondroplasias')
-INSERT INTO CUI_TERMS VALUES(1086,0,1,'topicycline','topicycline')
-INSERT INTO CUI_TERMS VALUES(1102,0,3,'lipase , acid','lipase')
-INSERT INTO CUI_TERMS VALUES(1102,1,2,'acid lipase','lipase')
-INSERT INTO CUI_TERMS VALUES(1109,1,4,'acid nucleoside diphosphate phosphatase','nucleoside')
-INSERT INTO CUI_TERMS VALUES(1109,1,2,'acid monophosphatase','monophosphatase')
-INSERT INTO CUI_TERMS VALUES(1109,1,3,'acid phosphomonoester hydrolase','phosphomonoester')
-INSERT INTO CUI_TERMS VALUES(1109,1,2,'acid phosphohydrolase','phosphohydrolase')
-INSERT INTO CUI_TERMS VALUES(1109,0,7,'ec 3 . 1 . 3 .2','ec')
-INSERT INTO CUI_TERMS VALUES(1109,6,8,'phosphate - monoester phosphohydrolase ( acid optimum )','optimum')
-INSERT INTO CUI_TERMS VALUES(1109,0,8,'orthophosphoric - monoester phosphohydrolase ( acid optimum )','orthophosphoric')
-INSERT INTO CUI_TERMS VALUES(1109,1,2,'acid phosphatase','phosphatase')
-INSERT INTO CUI_TERMS VALUES(1122,0,1,'acidoses','acidoses')
-INSERT INTO CUI_TERMS VALUES(1122,0,1,'acidosis','acidosis')
-INSERT INTO CUI_TERMS VALUES(1125,0,2,'lactic acidosis','lactic')
-INSERT INTO CUI_TERMS VALUES(1125,2,3,'acidosis , lactic','lactic')
-INSERT INTO CUI_TERMS VALUES(1125,0,1,'lacticacidosis','lacticacidosis')
-INSERT INTO CUI_TERMS VALUES(1125,0,1,'lactacidosis','lactacidosis')
-INSERT INTO CUI_TERMS VALUES(1125,1,2,'acidosis lactic','lactic')
-INSERT INTO CUI_TERMS VALUES(1126,0,4,'acidosis , renal tubular','acidosis')
-INSERT INTO CUI_TERMS VALUES(1126,2,3,'renal tubular acidosis','acidosis')
-INSERT INTO CUI_TERMS VALUES(1126,2,3,'acidosis renal tubules','tubules')
-INSERT INTO CUI_TERMS VALUES(1126,3,4,'acidosis , renal hyperchloremic','hyperchloremic')
-INSERT INTO CUI_TERMS VALUES(1126,1,3,'renal acidosis tubular','acidosis')
-INSERT INTO CUI_TERMS VALUES(1126,0,5,'acidosis , renal , tubular','acidosis')
-INSERT INTO CUI_TERMS VALUES(1126,2,3,'tubular renal acidosis','acidosis')
-INSERT INTO CUI_TERMS VALUES(1126,0,3,'acidosis renal tubular','acidosis')
-INSERT INTO CUI_TERMS VALUES(1126,0,1,'rta','rta')
-INSERT INTO CUI_TERMS VALUES(1126,0,3,'acidosis tubular renal','acidosis')
-INSERT INTO CUI_TERMS VALUES(1126,1,3,'renal tubule acidosis','tubule')
-INSERT INTO CUI_TERMS VALUES(1127,1,2,'respiratory acidoses','acidoses')
-INSERT INTO CUI_TERMS VALUES(1127,0,2,'acidosis respiratory','acidosis')
-INSERT INTO CUI_TERMS VALUES(1127,0,3,'acidosis , respiratory','acidosis')
-INSERT INTO CUI_TERMS VALUES(1127,1,2,'respiratory acidosis','acidosis')
-INSERT INTO CUI_TERMS VALUES(1127,0,3,'acidoses , respiratory','acidoses')
-INSERT INTO CUI_TERMS VALUES(1127,0,2,'hypercapnic acidosis','hypercapnic')
-INSERT INTO CUI_TERMS VALUES(1134,3,11,'phosphoric acid , mixt . with sodium fluoride ( naf )','mixt')
-INSERT INTO CUI_TERMS VALUES(1134,2,3,'acid phosphate fluoride','fluoride')
-INSERT INTO CUI_TERMS VALUES(1134,0,3,'acidulated phosphate fluoride','acidulated')
-INSERT INTO CUI_TERMS VALUES(1134,3,4,'phosphate fluoride , acidulated','acidulated')
-INSERT INTO CUI_TERMS VALUES(1134,2,4,'fluoride , acidulated phosphate','acidulated')
-INSERT INTO CUI_TERMS VALUES(1134,0,4,'fluoride , acid phosphate','fluoride')
-INSERT INTO CUI_TERMS VALUES(1142,2,4,'dermatomycosis by acladium castellani','acladium')
-INSERT INTO CUI_TERMS VALUES(1142,0,1,'acladiosis','acladiosis')
-INSERT INTO CUI_TERMS VALUES(1143,0,2,'aclacinomycin a','aclacinomycin')
-INSERT INTO CUI_TERMS VALUES(1143,0,1,'acm','acm')
-INSERT INTO CUI_TERMS VALUES(1143,0,3,'aclacinomycin - a','aclacinomycin')
-INSERT INTO CUI_TERMS VALUES(1143,0,1,'aclarubicin','aclarubicin')
-INSERT INTO CUI_TERMS VALUES(1145,3,4,'acne , nuchal keloid','keloid')
-INSERT INTO CUI_TERMS VALUES(1145,2,3,'dermatitis papillaris capillitii','capillitii')
-INSERT INTO CUI_TERMS VALUES(1145,2,3,'nuchal keloid acnes','acnes')
-INSERT INTO CUI_TERMS VALUES(1145,2,3,'dermatitis papillaris capillitius','capillitius')
-INSERT INTO CUI_TERMS VALUES(1145,1,4,'keloid acnes , nuchal','acnes')
-INSERT INTO CUI_TERMS VALUES(1145,1,2,'acne cheloidalis','cheloidalis')
-INSERT INTO CUI_TERMS VALUES(1145,0,2,'keloidal folliculitis','keloidal')
-INSERT INTO CUI_TERMS VALUES(1145,0,4,'capillitius , dermatitis papillaris','capillitius')
-INSERT INTO CUI_TERMS VALUES(1145,0,2,'keloidal acnes','keloidal')
-INSERT INTO CUI_TERMS VALUES(1145,0,2,'keloid acne','keloid')
-INSERT INTO CUI_TERMS VALUES(1145,3,4,'nuchae , lichen keloidalis','keloidalis')
-INSERT INTO CUI_TERMS VALUES(1145,0,2,'keloidal acne','keloidal')
-INSERT INTO CUI_TERMS VALUES(1145,1,2,'acne keloids','keloids')
-INSERT INTO CUI_TERMS VALUES(1145,1,4,'papillaris capillitii , dermatitis','capillitii')
-INSERT INTO CUI_TERMS VALUES(1145,0,4,'acnes , nuchal keloid','acnes')
-INSERT INTO CUI_TERMS VALUES(1145,0,3,'keloids , acne','keloids')
-INSERT INTO CUI_TERMS VALUES(1145,0,4,'keloidalis nuchae , lichen','keloidalis')
-INSERT INTO CUI_TERMS VALUES(1145,2,3,'acne , keloidal','keloidal')
-INSERT INTO CUI_TERMS VALUES(1145,1,3,'lichen keloidalis nuchae','keloidalis')
-INSERT INTO CUI_TERMS VALUES(1145,1,4,'papillaris capillitius , dermatitis','capillitius')
-INSERT INTO CUI_TERMS VALUES(1145,0,4,'keloidalis nuchae , folliculitis','keloidalis')
-INSERT INTO CUI_TERMS VALUES(1145,1,2,'folliculitis cheloidalis','cheloidalis')
-INSERT INTO CUI_TERMS VALUES(1145,1,2,'acne keloid','keloid')
-INSERT INTO CUI_TERMS VALUES(1145,0,4,'capillitii , dermatitis papillaris','capillitii')
-INSERT INTO CUI_TERMS VALUES(1145,0,3,'keloid , acne','keloid')
-INSERT INTO CUI_TERMS VALUES(1145,1,2,'acne keloidalis','keloidalis')
-INSERT INTO CUI_TERMS VALUES(1145,1,2,'sycosis nuchae','nuchae')
-INSERT INTO CUI_TERMS VALUES(1145,1,2,'folliculitis keloidalis','keloidalis')
-INSERT INTO CUI_TERMS VALUES(1145,2,3,'dermatitis papillaris capilliti','capilliti')
-INSERT INTO CUI_TERMS VALUES(1156,0,5,'hydro - lyase , citrate','hydro')
-INSERT INTO CUI_TERMS VALUES(1156,2,7,'citrate ( isocitrate ) hydro - lyase','isocitrate')
-INSERT INTO CUI_TERMS VALUES(1156,4,5,'hydro - lyase , isocitrate','isocitrate')
-INSERT INTO CUI_TERMS VALUES(1156,0,4,'isocitrate hydro - lyase','isocitrate')
-INSERT INTO CUI_TERMS VALUES(1156,0,3,'isocitrate hydro lyase','isocitrate')
-INSERT INTO CUI_TERMS VALUES(1156,1,3,'citrate hydro lyase','hydro')
-INSERT INTO CUI_TERMS VALUES(1156,0,3,'hydrolyase , citrate','hydrolyase')
-INSERT INTO CUI_TERMS VALUES(1156,0,1,'aconitase','aconitase')
-INSERT INTO CUI_TERMS VALUES(1156,2,3,'hydratase , aconitate','aconitate')
-INSERT INTO CUI_TERMS VALUES(1156,0,2,'aconitate hydratase','aconitate')
-INSERT INTO CUI_TERMS VALUES(1156,1,2,'citrate hydrolyase','hydrolyase')
-INSERT INTO CUI_TERMS VALUES(1156,1,4,'citrate hydro - lyase','hydro')
-INSERT INTO CUI_TERMS VALUES(1157,2,4,'venus '' chariot root','chariot')
-INSERT INTO CUI_TERMS VALUES(1157,1,3,'aconitum napellus root','napellus')
-INSERT INTO CUI_TERMS VALUES(1157,0,1,'aconite','aconite')
-INSERT INTO CUI_TERMS VALUES(1157,0,2,'aconiti radix','aconiti')
-INSERT INTO CUI_TERMS VALUES(1157,0,2,'wolfsbane root','wolfsbane')
-INSERT INTO CUI_TERMS VALUES(1157,0,4,'friar ''s cap root','friar')
-INSERT INTO CUI_TERMS VALUES(1157,1,2,'radix aconiti','aconiti')
-INSERT INTO CUI_TERMS VALUES(1157,0,3,'aconitus , radix','aconitus')
-INSERT INTO CUI_TERMS VALUES(1157,0,3,'aconiti , radix','aconiti')
-INSERT INTO CUI_TERMS VALUES(1157,0,2,'monkshood root','monkshood')
-INSERT INTO CUI_TERMS VALUES(1157,1,2,'radix aconitum','aconitum')
-INSERT INTO CUI_TERMS VALUES(1157,0,3,'aconitum , radix','aconitum')
-INSERT INTO CUI_TERMS VALUES(1157,1,2,'radix aconitus','aconitus')
-INSERT INTO CUI_TERMS VALUES(1157,0,1,'aconites','aconites')
-INSERT INTO CUI_TERMS VALUES(1158,0,2,'pyrocitric acid','pyrocitric')
-INSERT INTO CUI_TERMS VALUES(1158,2,3,'acid , equisetic','equisetic')
-INSERT INTO CUI_TERMS VALUES(1158,0,2,'acontic acid','acontic')
-INSERT INTO CUI_TERMS VALUES(1158,0,2,'equisetic acid','equisetic')
-INSERT INTO CUI_TERMS VALUES(1158,2,3,'acid , adonic','adonic')
-INSERT INTO CUI_TERMS VALUES(1158,2,3,'acid , citridic','citridic')
-INSERT INTO CUI_TERMS VALUES(1158,2,3,'acid , acontic','acontic')
-INSERT INTO CUI_TERMS VALUES(1158,0,2,'achilleic acid','achilleic')
-INSERT INTO CUI_TERMS VALUES(1158,0,2,'aconitic acid','aconitic')
-INSERT INTO CUI_TERMS VALUES(1158,2,3,'acid , aconitic','aconitic')
-INSERT INTO CUI_TERMS VALUES(1158,0,2,'carboxyglutaconic acid','carboxyglutaconic')
-INSERT INTO CUI_TERMS VALUES(1158,0,2,'adonic acid','adonic')
-INSERT INTO CUI_TERMS VALUES(1158,2,3,'acid , pyrocitric','pyrocitric')
-INSERT INTO CUI_TERMS VALUES(1158,0,2,'citridinic acid','citridinic')
-INSERT INTO CUI_TERMS VALUES(1158,0,2,'citridic acid','citridic')
-INSERT INTO CUI_TERMS VALUES(1158,2,3,'acid , achilleic','achilleic')
-INSERT INTO CUI_TERMS VALUES(1158,2,3,'acid , citridinic','citridinic')
-INSERT INTO CUI_TERMS VALUES(1158,2,3,'acid , carboxyglutaconic','carboxyglutaconic')
-INSERT INTO CUI_TERMS VALUES(1159,0,2,'acetylbenzoyl aconine','acetylbenzoyl')
-INSERT INTO CUI_TERMS VALUES(1159,0,3,'acetylbenzoyl - aconine','acetylbenzoyl')
-INSERT INTO CUI_TERMS VALUES(1159,0,1,'aconitinum','aconitinum')
-INSERT INTO CUI_TERMS VALUES(1159,0,1,'acetylbenzoylaconine','acetylbenzoylaconine')
-INSERT INTO CUI_TERMS VALUES(1159,0,1,'aconitine','aconitine')
-INSERT INTO CUI_TERMS VALUES(1161,3,4,'tests , acoustic impedance','impedance')
-INSERT INTO CUI_TERMS VALUES(1161,3,4,'test , acoustic impedance','impedance')
-INSERT INTO CUI_TERMS VALUES(1161,1,3,'acoustic impedance test','impedance')
-INSERT INTO CUI_TERMS VALUES(1161,2,4,'oto - admittance tests','admittance')
-INSERT INTO CUI_TERMS VALUES(1161,0,2,'impedance testing','impedance')
-INSERT INTO CUI_TERMS VALUES(1161,2,4,'middle ear function test','function')
-INSERT INTO CUI_TERMS VALUES(1161,0,4,'impedance test , acoustic','impedance')
-INSERT INTO CUI_TERMS VALUES(1161,0,4,'impedance tests , acoustic','impedance')
-INSERT INTO CUI_TERMS VALUES(1161,0,4,'oto - impedance tests','oto')
-INSERT INTO CUI_TERMS VALUES(1161,1,3,'acoustic impedance tests','impedance')
-INSERT INTO CUI_TERMS VALUES(1161,0,2,'impedance audiometry','impedance')
-INSERT INTO CUI_TERMS VALUES(1162,3,4,'cranial nerves , eighth','eighth')
-INSERT INTO CUI_TERMS VALUES(1162,0,3,'eighth cranial nerve','eighth')
-INSERT INTO CUI_TERMS VALUES(1162,0,3,'viiith cranial nerve','viiith')
-INSERT INTO CUI_TERMS VALUES(1162,1,2,'nervus statoacusticus','statoacusticus')
-INSERT INTO CUI_TERMS VALUES(1162,0,2,'vestibulocochlear nerve','vestibulocochlear')
-INSERT INTO CUI_TERMS VALUES(1162,2,3,'cranial nerve viiis','viiis')
-INSERT INTO CUI_TERMS VALUES(1162,0,3,'cranial nerve eight','cranial')
-INSERT INTO CUI_TERMS VALUES(1162,0,2,'statoacoustic nerves','statoacoustic')
-INSERT INTO CUI_TERMS VALUES(1162,0,2,'acoustic nerve','acoustic')
-INSERT INTO CUI_TERMS VALUES(1162,2,3,'nerves , cochleovestibular','cochleovestibular')
-INSERT INTO CUI_TERMS VALUES(1162,2,3,'nerve , statoacoustic','statoacoustic')
-INSERT INTO CUI_TERMS VALUES(1162,2,3,'cranial nerve viii','viii')
-INSERT INTO CUI_TERMS VALUES(1162,1,4,'nerve viiis , cranial','viiis')
-INSERT INTO CUI_TERMS VALUES(1162,1,2,'nervus octavus','octavus')
-INSERT INTO CUI_TERMS VALUES(1162,2,3,'nerves , statoacoustic','statoacoustic')
-INSERT INTO CUI_TERMS VALUES(1162,0,4,'viiis , cranial nerve','viiis')
-INSERT INTO CUI_TERMS VALUES(1162,0,4,'acoustic and vestibular nerves','acoustic')
-INSERT INTO CUI_TERMS VALUES(1162,0,2,'cochleovestibular nerves','cochleovestibular')
-INSERT INTO CUI_TERMS VALUES(1162,2,4,'nerves , eighth cranial','eighth')
-INSERT INTO CUI_TERMS VALUES(1162,1,2,'nervus vestibulocochlearis','vestibulocochlearis')
-INSERT INTO CUI_TERMS VALUES(1162,2,3,'nerve , vestibulocochlear','vestibulocochlear')
-INSERT INTO CUI_TERMS VALUES(1162,0,3,'eighth cranial nerves','eighth')
-INSERT INTO CUI_TERMS VALUES(1162,0,4,'cochlear - vestibular nerve','cochlear')
-INSERT INTO CUI_TERMS VALUES(1162,2,3,'nerves , vestibulocochlear','vestibulocochlear')
-INSERT INTO CUI_TERMS VALUES(1162,2,4,'nerve , eighth cranial','eighth')
-INSERT INTO CUI_TERMS VALUES(1162,0,2,'statoacoustic nerve','statoacoustic')
-INSERT INTO CUI_TERMS VALUES(1162,2,3,'nerve , cochleovestibular','cochleovestibular')
-INSERT INTO CUI_TERMS VALUES(1162,3,4,'cranial nerve , eighth','eighth')
-INSERT INTO CUI_TERMS VALUES(1162,0,2,'cochleovestibular nerve','cochleovestibular')
-INSERT INTO CUI_TERMS VALUES(1162,0,2,'vestibulocochlear nerves','vestibulocochlear')
-INSERT INTO CUI_TERMS VALUES(1163,3,5,'disorder of the vestibulocochlear nerve','vestibulocochlear')
-INSERT INTO CUI_TERMS VALUES(1163,2,4,'disorder of acoustovestibular nerve','acoustovestibular')
-INSERT INTO CUI_TERMS VALUES(1163,0,3,'acoustic nerve disorders','acoustic')
-INSERT INTO CUI_TERMS VALUES(1163,4,6,'disorder of acoustic or eighth nerve','eighth')
-INSERT INTO CUI_TERMS VALUES(1163,0,3,'acoustic nerve disorder','acoustic')
-INSERT INTO CUI_TERMS VALUES(1163,0,3,'vestibulocochlear nerve diseases','vestibulocochlear')
-INSERT INTO CUI_TERMS VALUES(1163,2,4,'disorder of acoustic nerve','acoustic')
-INSERT INTO CUI_TERMS VALUES(1163,2,4,'disorders of acoustic nerve','acoustic')
-INSERT INTO CUI_TERMS VALUES(1163,0,4,'eighth cranial nerve diseases','eighth')
-INSERT INTO CUI_TERMS VALUES(1163,2,4,'cranial nerve viii diseases','viii')
-INSERT INTO CUI_TERMS VALUES(1163,2,4,'cranial nerve viii dis','viii')
-INSERT INTO CUI_TERMS VALUES(1163,2,4,'cranial nerve viii disorders','viii')
-INSERT INTO CUI_TERMS VALUES(1163,0,3,'vestibulocochlear nerve dis','vestibulocochlear')
-INSERT INTO CUI_TERMS VALUES(1163,0,4,'eighth cranial nerve dis','eighth')
-INSERT INTO CUI_TERMS VALUES(1163,0,3,'vestibulocochlear nerve disorder','vestibulocochlear')
-INSERT INTO CUI_TERMS VALUES(1163,0,3,'vestibulocochlear nerve disease','vestibulocochlear')
-INSERT INTO CUI_TERMS VALUES(1163,2,4,'disorder of eighth nerve','eighth')
-INSERT INTO CUI_TERMS VALUES(1168,1,2,'acquired atresia','atresia')
-INSERT INTO CUI_TERMS VALUES(1168,0,2,'complete obstruction','complete')
-INSERT INTO CUI_TERMS VALUES(1168,0,1,'obturation','obturation')
-INSERT INTO CUI_TERMS VALUES(1169,1,4,'acquired clotting factor deficiency','clotting')
-INSERT INTO CUI_TERMS VALUES(1169,1,4,'acq coagul factor defic','coagul')
-INSERT INTO CUI_TERMS VALUES(1169,1,4,'acquired coagulation factor deficiency','coagulation')
-INSERT INTO CUI_TERMS VALUES(1171,0,3,'acq chest deformity','acq')
-INSERT INTO CUI_TERMS VALUES(1171,1,6,'acquired deformity of chest and rib','deformity')
-INSERT INTO CUI_TERMS VALUES(1171,4,5,'acquired chest and rib deformity','deformity')
-INSERT INTO CUI_TERMS VALUES(1173,3,4,'acquired obstruction of pylorus','pylorus')
-INSERT INTO CUI_TERMS VALUES(1173,0,3,'pyloric stenosis adult','pyloric')
-INSERT INTO CUI_TERMS VALUES(1173,1,3,'adult pyloric stenosis','pyloric')
-INSERT INTO CUI_TERMS VALUES(1173,1,3,'acquired pyloric obstruction','pyloric')
-INSERT INTO CUI_TERMS VALUES(1175,0,3,'autoimmune deficiency syndrome','autoimmune')
-INSERT INTO CUI_TERMS VALUES(1175,0,3,'immunodefic syndrome acquired','immunodefic')
-INSERT INTO CUI_TERMS VALUES(1175,1,3,'acquired immunodefic syndrome','immunodefic')
-INSERT INTO CUI_TERMS VALUES(1175,0,4,'immunodeficiency syndrome , acquired','immunodeficiency')
-INSERT INTO CUI_TERMS VALUES(1175,0,1,'aids','aids')
-INSERT INTO CUI_TERMS VALUES(1175,1,4,'acquired immuno deficiency syndrome','immuno')
-INSERT INTO CUI_TERMS VALUES(1175,1,5,'acquired immuno - deficiency syndrome','immuno')
-INSERT INTO CUI_TERMS VALUES(1175,1,3,'acquired immunodeficiency disease','immunodeficiency')
-INSERT INTO CUI_TERMS VALUES(1175,3,6,'syndrome , acquired immuno - deficiency','immuno')
-INSERT INTO CUI_TERMS VALUES(1175,3,6,'syndromes , acquired immuno - deficiency','immuno')
-INSERT INTO CUI_TERMS VALUES(1175,0,4,'syndromes , acquired immunodeficiency','syndromes')
-INSERT INTO CUI_TERMS VALUES(1175,2,4,'acquired immune defic syndrome','defic')
-INSERT INTO CUI_TERMS VALUES(1175,0,6,'immuno - deficiency syndromes , acquired','immuno')
-INSERT INTO CUI_TERMS VALUES(1175,1,5,'acquired immuno - deficiency syndromes','immuno')
-INSERT INTO CUI_TERMS VALUES(1175,0,5,'immunologic deficiency syndrome , acquired','immunologic')
-INSERT INTO CUI_TERMS VALUES(1175,1,4,'immunodeficiency syndromes , acquired','syndromes')
-INSERT INTO CUI_TERMS VALUES(1175,3,4,'syndrome , acquired immunodeficiency','immunodeficiency')
-INSERT INTO CUI_TERMS VALUES(1175,1,3,'acquired immunodeficiency syndrome','immunodeficiency')
-INSERT INTO CUI_TERMS VALUES(1175,0,6,'immuno - deficiency syndrome , acquired','immuno')
-INSERT INTO CUI_TERMS VALUES(1175,1,4,'acquired immuno defic syndrome','immuno')
-INSERT INTO CUI_TERMS VALUES(1175,1,3,'acquired immune deficiency','immune')
-INSERT INTO CUI_TERMS VALUES(1175,2,3,'acquired immunodeficiency syndromes','syndromes')
-INSERT INTO CUI_TERMS VALUES(1175,0,7,'immunodeficiency due to human immunodeficiency virus infection','immunodeficiency')
-INSERT INTO CUI_TERMS VALUES(1175,0,4,'immunol defic syndrome acquired','immunol')
-INSERT INTO CUI_TERMS VALUES(1185,1,2,'orange acridine','acridine')
-INSERT INTO CUI_TERMS VALUES(1185,0,3,'tetramethyl acridine diamine','tetramethyl')
-INSERT INTO CUI_TERMS VALUES(1185,2,3,'orange , acridine','acridine')
-INSERT INTO CUI_TERMS VALUES(1185,3,4,'orange base , acridine','acridine')
-INSERT INTO CUI_TERMS VALUES(1185,0,1,'euchrysine','euchrysine')
-INSERT INTO CUI_TERMS VALUES(1185,2,4,'diamine , tetramethyl acridine','tetramethyl')
-INSERT INTO CUI_TERMS VALUES(1185,0,2,'acridine orange','acridine')
-INSERT INTO CUI_TERMS VALUES(1185,0,2,'rhoduline orange','rhoduline')
-INSERT INTO CUI_TERMS VALUES(1185,6,9,'3 , 6 - bis ( dimethylamino ) acridine','dimethylamino')
-INSERT INTO CUI_TERMS VALUES(1185,2,3,'orange , rhoduline','rhoduline')
-INSERT INTO CUI_TERMS VALUES(1185,0,3,'basic orange 14','basic')
-INSERT INTO CUI_TERMS VALUES(1185,3,4,'acridine diamine , tetramethyl','tetramethyl')
-INSERT INTO CUI_TERMS VALUES(1186,0,1,'acridines','acridines')
-INSERT INTO CUI_TERMS VALUES(1186,0,1,'acridine','acridine')
-INSERT INTO CUI_TERMS VALUES(1187,0,1,'vetaflavin','vetaflavin')
-INSERT INTO CUI_TERMS VALUES(1187,0,1,'zoriflavin','zoriflavin')
-INSERT INTO CUI_TERMS VALUES(1187,0,1,'panflavin','panflavin')
-INSERT INTO CUI_TERMS VALUES(1187,0,2,'flavacridinum hydrochloricum','flavacridinum')
-INSERT INTO CUI_TERMS VALUES(1187,0,1,'acriflavine','acriflavine')
-INSERT INTO CUI_TERMS VALUES(1187,0,1,'diacrid','diacrid')
-INSERT INTO CUI_TERMS VALUES(1187,0,1,'choliflavin','choliflavin')
-INSERT INTO CUI_TERMS VALUES(1187,0,1,'euflavine','euflavine')
-INSERT INTO CUI_TERMS VALUES(1187,0,2,'trypaflavine fs','trypaflavine')
-INSERT INTO CUI_TERMS VALUES(1187,0,1,'xanthacridinum','xanthacridinum')
-INSERT INTO CUI_TERMS VALUES(1193,1,2,'syndactylic oxycephalies','oxycephalies')
-INSERT INTO CUI_TERMS VALUES(1193,0,4,'acrocephalosyndactylies , type i','acrocephalosyndactylies')
-INSERT INTO CUI_TERMS VALUES(1193,0,3,'apert ''s syndrome','apert')
-INSERT INTO CUI_TERMS VALUES(1193,2,3,'syndrome , apert','apert')
-INSERT INTO CUI_TERMS VALUES(1193,0,2,'syndactylic oxycephaly','syndactylic')
-INSERT INTO CUI_TERMS VALUES(1193,0,1,'acs1','acs1')
-INSERT INTO CUI_TERMS VALUES(1193,2,3,'type i acrocephalosyndactylies','acrocephalosyndactylies')
-INSERT INTO CUI_TERMS VALUES(1193,0,4,'acrocephalosyndactylies , type 1','acrocephalosyndactylies')
-INSERT INTO CUI_TERMS VALUES(1193,0,2,'apert syndrome','apert')
-INSERT INTO CUI_TERMS VALUES(1193,0,2,'acs i','acs')
-INSERT INTO CUI_TERMS VALUES(1197,0,1,'acrodermatitis','acrodermatitis')
-INSERT INTO CUI_TERMS VALUES(1197,0,1,'acrodermatitides','acrodermatitides')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'acrodynic erythema','acrodynic')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'swifts disease','swifts')
-INSERT INTO CUI_TERMS VALUES(1198,0,3,'swift ''s disease','swift')
-INSERT INTO CUI_TERMS VALUES(1198,2,3,'chronic childhood mercurialism','mercurialism')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'swifts dis','swifts')
-INSERT INTO CUI_TERMS VALUES(1198,0,4,'mercurialism , chronic childhood','mercurialism')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'swift dis','swift')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'feers disease','feers')
-INSERT INTO CUI_TERMS VALUES(1198,1,2,'disease pink','pink')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'pink disease','pink')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'feer dis','feer')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'swift disease','swift')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'feers dis','feers')
-INSERT INTO CUI_TERMS VALUES(1198,1,4,'childhood mercurialism , chronic','mercurialism')
-INSERT INTO CUI_TERMS VALUES(1198,1,2,'polyneuropathy erythredema','erythredema')
-INSERT INTO CUI_TERMS VALUES(1198,2,3,'erythema , acrodynic','acrodynic')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'feer disease','feer')
-INSERT INTO CUI_TERMS VALUES(1198,2,3,'chronic childhood mercurialisms','mercurialisms')
-INSERT INTO CUI_TERMS VALUES(1198,1,4,'childhood mercurialisms , chronic','mercurialisms')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'erythroedema polyneuropathy','erythroedema')
-INSERT INTO CUI_TERMS VALUES(1198,0,3,'feer ''s disease','feer')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'erythredema polyneuropathy','erythredema')
-INSERT INTO CUI_TERMS VALUES(1198,1,2,'disease pinks','pinks')
-INSERT INTO CUI_TERMS VALUES(1198,0,2,'pink dis','pink')
-INSERT INTO CUI_TERMS VALUES(1198,0,1,'acrodynia','acrodynia')
-INSERT INTO CUI_TERMS VALUES(1202,0,1,'acrokeratosis','acrokeratosis')
-INSERT INTO CUI_TERMS VALUES(1204,0,2,'allyl aldehyde','allyl')
-INSERT INTO CUI_TERMS VALUES(1204,0,1,'acraldehyde','acraldehyde')
-INSERT INTO CUI_TERMS VALUES(1204,0,1,'acryaldehyde','acryaldehyde')
-INSERT INTO CUI_TERMS VALUES(1204,2,3,'aldehyde , acrylic','acrylic')
-INSERT INTO CUI_TERMS VALUES(1204,2,3,'aldehyde , allyl','allyl')
-INSERT INTO CUI_TERMS VALUES(1204,2,3,'2 - propenal','propenal')
-INSERT INTO CUI_TERMS VALUES(1204,1,2,'2 propenal','propenal')
-INSERT INTO CUI_TERMS VALUES(1204,2,3,'aldehyde , ethylene','ethylene')
-INSERT INTO CUI_TERMS VALUES(1204,0,2,'ethylene aldehyde','ethylene')
-INSERT INTO CUI_TERMS VALUES(1204,0,1,'acrylaldehyde','acrylaldehyde')
-INSERT INTO CUI_TERMS VALUES(1204,0,2,'acrylic aldehyde','acrylic')
-INSERT INTO CUI_TERMS VALUES(1204,0,1,'acrolein','acrolein')
-INSERT INTO CUI_TERMS VALUES(1206,2,4,'growth hormone hypersecretion syndrome','hypersecretion')
-INSERT INTO CUI_TERMS VALUES(1206,0,2,'marie disease','marie')
-INSERT INTO CUI_TERMS VALUES(1206,0,3,'sth hypersecretion syndrome','sth')
-INSERT INTO CUI_TERMS VALUES(1206,2,4,'anterior pituitary adenoma syndrome','adenoma')
-INSERT INTO CUI_TERMS VALUES(1206,0,1,'acromegalia','acromegalia')
-INSERT INTO CUI_TERMS VALUES(1206,0,1,'acromegaly','acromegaly')
-INSERT INTO CUI_TERMS VALUES(1207,0,2,'acromegalic gigantism','acromegalic')
-INSERT INTO CUI_TERMS VALUES(1207,0,2,'launois syndrome','launois')
-INSERT INTO CUI_TERMS VALUES(1207,0,2,'hypersomatotropic gigantism','hypersomatotropic')
-INSERT INTO CUI_TERMS VALUES(1208,0,2,'acromioclavicular joints','acromioclavicular')
-INSERT INTO CUI_TERMS VALUES(1208,2,3,'joint , acromioclavicular','acromioclavicular')
-INSERT INTO CUI_TERMS VALUES(1208,0,2,'acromioclavicular joint','acromioclavicular')
-INSERT INTO CUI_TERMS VALUES(1208,2,3,'joints , acromioclavicular','acromioclavicular')
-INSERT INTO CUI_TERMS VALUES(1208,1,2,'articulatio acromioclavicularis','acromioclavicularis')
-INSERT INTO CUI_TERMS VALUES(1208,1,2,'joint acromioclavicular','acromioclavicular')
-INSERT INTO CUI_TERMS VALUES(1209,0,1,'acromion','acromion')
-INSERT INTO CUI_TERMS VALUES(1209,0,1,'acromions','acromions')
-INSERT INTO CUI_TERMS VALUES(1214,0,1,'akrosin','akrosin')
-INSERT INTO CUI_TERMS VALUES(1214,0,2,'acrosomal proteinase','acrosomal')
-INSERT INTO CUI_TERMS VALUES(1214,2,3,'proteinase , acrosomal','acrosomal')
-INSERT INTO CUI_TERMS VALUES(1214,0,1,'acrosin','acrosin')
-INSERT INTO CUI_TERMS VALUES(1216,0,2,'acrosomal cap','acrosomal')
-INSERT INTO CUI_TERMS VALUES(1216,0,2,'acrosomal vesicle','acrosomal')
-INSERT INTO CUI_TERMS VALUES(1216,0,1,'acrosomes','acrosomes')
-INSERT INTO CUI_TERMS VALUES(1216,0,2,'acrosomal granule','acrosomal')
-INSERT INTO CUI_TERMS VALUES(1216,0,1,'acrosome','acrosome')
-INSERT INTO CUI_TERMS VALUES(1216,0,5,'lysosome of male germ cell','lysosome')
-INSERT INTO CUI_TERMS VALUES(1223,2,3,'cyanide , vinyl','vinyl')
-INSERT INTO CUI_TERMS VALUES(1223,0,1,'vinylcyanide','vinylcyanide')
-INSERT INTO CUI_TERMS VALUES(1223,2,3,'2 - propenenitrile','propenenitrile')
-INSERT INTO CUI_TERMS VALUES(1223,0,2,'vinyl cyanide','vinyl')
-INSERT INTO CUI_TERMS VALUES(1223,0,1,'cyanoethylene','cyanoethylene')
-INSERT INTO CUI_TERMS VALUES(1223,0,1,'acrylonitrile','acrylonitrile')
-INSERT INTO CUI_TERMS VALUES(1231,3,4,'syndrome , ectopic acth','acth')
-INSERT INTO CUI_TERMS VALUES(1231,1,3,'ectopic acth syndromes','acth')
-INSERT INTO CUI_TERMS VALUES(1231,1,3,'ectopic acth syndrome','acth')
-INSERT INTO CUI_TERMS VALUES(1231,1,4,'ectopic adrenocorticotropic hormone secretion','adrenocorticotropic')
-INSERT INTO CUI_TERMS VALUES(1231,0,4,'acth syndromes , ectopic','acth')
-INSERT INTO CUI_TERMS VALUES(1231,1,3,'ectopic acth secretion','acth')
-INSERT INTO CUI_TERMS VALUES(1231,3,5,'hypercortisolism due to nonpituitary tumor','nonpituitary')
-INSERT INTO CUI_TERMS VALUES(1231,3,4,'syndromes , ectopic acth','acth')
-INSERT INTO CUI_TERMS VALUES(1231,3,5,'hypercortisolism due to nonpituitary tumour','nonpituitary')
-INSERT INTO CUI_TERMS VALUES(1231,0,4,'acth syndrome , ectopic','acth')
-INSERT INTO CUI_TERMS VALUES(1239,0,4,'actin - binding proteins','actin')
-INSERT INTO CUI_TERMS VALUES(1239,0,3,'actin binding proteins','actin')
-INSERT INTO CUI_TERMS VALUES(1239,0,3,'actin binding protein','actin')
-INSERT INTO CUI_TERMS VALUES(1239,0,1,'abp','abp')
-INSERT INTO CUI_TERMS VALUES(1239,2,5,'proteins , actin - binding','actin')
-INSERT INTO CUI_TERMS VALUES(1239,0,4,'actin - binding protein','actin')
-INSERT INTO CUI_TERMS VALUES(1246,0,1,'actinium','actinium')
-INSERT INTO CUI_TERMS VALUES(1246,1,2,'ac element','element')
-INSERT INTO CUI_TERMS VALUES(1247,0,1,'actinobacilloses','actinobacilloses')
-INSERT INTO CUI_TERMS VALUES(1247,0,1,'actinobacillosis','actinobacillosis')
-INSERT INTO CUI_TERMS VALUES(1249,2,3,'infection , actinobacillus','actinobacillus')
-INSERT INTO CUI_TERMS VALUES(1249,0,2,'actinobacillus infection','actinobacillus')
-INSERT INTO CUI_TERMS VALUES(1249,0,2,'actinobacillus infections','actinobacillus')
-INSERT INTO CUI_TERMS VALUES(1249,1,2,'infect actinobacillus','actinobacillus')
-INSERT INTO CUI_TERMS VALUES(1249,0,2,'actinobacillus infect','actinobacillus')
-INSERT INTO CUI_TERMS VALUES(1249,2,3,'infections , actinobacillus','actinobacillus')
-INSERT INTO CUI_TERMS VALUES(1259,0,1,'actinomycin','actinomycin')
-INSERT INTO CUI_TERMS VALUES(1259,0,1,'actinomycins','actinomycins')
-INSERT INTO CUI_TERMS VALUES(1259,0,1,'actinomycines','actinomycines')
-INSERT INTO CUI_TERMS VALUES(1261,2,3,'infections , actinomyces','actinomyces')
-INSERT INTO CUI_TERMS VALUES(1261,0,2,'actinomyces infections','actinomyces')
-INSERT INTO CUI_TERMS VALUES(1261,0,2,'actinomycotic infections','actinomycotic')
-INSERT INTO CUI_TERMS VALUES(1261,1,2,'infect actinomyces','actinomyces')
-INSERT INTO CUI_TERMS VALUES(1261,2,3,'infection , actinomyces','actinomyces')
-INSERT INTO CUI_TERMS VALUES(1261,0,1,'actinomycosis','actinomycosis')
-INSERT INTO CUI_TERMS VALUES(1261,0,1,'actinomycoses','actinomycoses')
-INSERT INTO CUI_TERMS VALUES(1261,0,2,'actinomyces infect','actinomyces')
-INSERT INTO CUI_TERMS VALUES(1261,0,2,'actinomycotic infection','actinomycotic')
-INSERT INTO CUI_TERMS VALUES(1261,0,2,'actinomyces infection','actinomyces')
-INSERT INTO CUI_TERMS VALUES(1263,0,2,'actinomycosis abdominal','actinomycosis')
-INSERT INTO CUI_TERMS VALUES(1263,1,2,'abdominal actinomycosis','actinomycosis')
-INSERT INTO CUI_TERMS VALUES(1263,1,3,'abdominal actinomycotic infection','actinomycotic')
-INSERT INTO CUI_TERMS VALUES(1263,1,6,'ray fungus disease of the intestines','fungus')
-INSERT INTO CUI_TERMS VALUES(1264,1,2,'cervicofacial actinomycoses','actinomycoses')
-INSERT INTO CUI_TERMS VALUES(1264,0,2,'cervicofac actinomycosis','cervicofac')
-INSERT INTO CUI_TERMS VALUES(1264,0,2,'cervicofacial actinomycosis','cervicofacial')
-INSERT INTO CUI_TERMS VALUES(1264,0,3,'actinomycoses , cervicofacial','actinomycoses')
-INSERT INTO CUI_TERMS VALUES(1264,0,2,'lumpy jaw','lumpy')
-INSERT INTO CUI_TERMS VALUES(1264,0,3,'cervicofacial actinomycotic infection','cervicofacial')
-INSERT INTO CUI_TERMS VALUES(1264,1,2,'jaw lumpy','lumpy')
-INSERT INTO CUI_TERMS VALUES(1264,2,3,'actinomycosis , cervicofacial','cervicofacial')
-INSERT INTO CUI_TERMS VALUES(1268,0,1,'spectinomicina','spectinomicina')
-INSERT INTO CUI_TERMS VALUES(1268,0,1,'spectinomycin','spectinomycin')
-INSERT INTO CUI_TERMS VALUES(1268,0,1,'actinospectacina','actinospectacina')
-INSERT INTO CUI_TERMS VALUES(1268,0,1,'spectinomycine','spectinomycine')
-INSERT INTO CUI_TERMS VALUES(1268,0,1,'espectinomicina','espectinomicina')
-INSERT INTO CUI_TERMS VALUES(1268,0,1,'scm','scm')
-INSERT INTO CUI_TERMS VALUES(1268,0,1,'spectinomycinum','spectinomycinum')
-INSERT INTO CUI_TERMS VALUES(1268,0,1,'actinospectacin','actinospectacin')
-INSERT INTO CUI_TERMS VALUES(1271,0,1,'actin','actin')
-INSERT INTO CUI_TERMS VALUES(1271,0,1,'actins','actins')
-INSERT INTO CUI_TERMS VALUES(1275,0,2,'decolorizing carbon','decolorizing')
-INSERT INTO CUI_TERMS VALUES(1275,1,2,'activated charcoal','charcoal')
-INSERT INTO CUI_TERMS VALUES(1275,0,2,'decolourising carbon','decolourising')
-INSERT INTO CUI_TERMS VALUES(1275,0,2,'activate carbon','activate')
-INSERT INTO CUI_TERMS VALUES(1275,0,2,'activate charcoal','activate')
-INSERT INTO CUI_TERMS VALUES(1275,1,2,'medicinal charcoal','charcoal')
-INSERT INTO CUI_TERMS VALUES(1275,0,2,'adsorbent charcoal','adsorbent')
-INSERT INTO CUI_TERMS VALUES(1275,2,3,'charcoal medicinal vegetable','vegetable')
-INSERT INTO CUI_TERMS VALUES(1275,2,3,'carbon , activated','activated')
-INSERT INTO CUI_TERMS VALUES(1275,1,2,'active carbon','carbon')
-INSERT INTO CUI_TERMS VALUES(1275,0,2,'activated carbon','activated')
-INSERT INTO CUI_TERMS VALUES(1275,0,2,'medicinal carbon','medicinal')
-INSERT INTO CUI_TERMS VALUES(1275,0,2,'charcoal activated','charcoal')
-INSERT INTO CUI_TERMS VALUES(1275,0,3,'charcoal , activated','charcoal')
-INSERT INTO CUI_TERMS VALUES(1280,1,2,'activated macrophage','macrophage')
-INSERT INTO CUI_TERMS VALUES(1280,0,2,'armed macrophage','armed')
-INSERT INTO CUI_TERMS VALUES(1280,1,2,'activated macrophages','macrophages')
-INSERT INTO CUI_TERMS VALUES(1280,0,2,'activating macrophage','activating')
-INSERT INTO CUI_TERMS VALUES(1288,3,4,'living activities , daily','daily')
-INSERT INTO CUI_TERMS VALUES(1288,0,3,'daily living activity','daily')
-INSERT INTO CUI_TERMS VALUES(1288,0,2,'daily activity','daily')
-INSERT INTO CUI_TERMS VALUES(1288,0,1,'adls','adls')
-INSERT INTO CUI_TERMS VALUES(1288,2,4,'activity , daily living','daily')
-INSERT INTO CUI_TERMS VALUES(1288,0,1,'adl','adl')
-INSERT INTO CUI_TERMS VALUES(1288,2,4,'activity of daily living','daily')
-INSERT INTO CUI_TERMS VALUES(1288,2,4,'activities of everyday life','everyday')
-INSERT INTO CUI_TERMS VALUES(1288,0,2,'functional ability','functional')
-INSERT INTO CUI_TERMS VALUES(1288,3,4,'living activity , daily','daily')
-INSERT INTO CUI_TERMS VALUES(1288,2,4,'activities of daily living','daily')
-INSERT INTO CUI_TERMS VALUES(1288,0,2,'household activity','household')
-INSERT INTO CUI_TERMS VALUES(1288,0,3,'daily living activities','daily')
-INSERT INTO CUI_TERMS VALUES(1288,2,4,'activities , daily living','daily')
-INSERT INTO CUI_TERMS VALUES(1291,0,1,'actomyosin','actomyosin')
-INSERT INTO CUI_TERMS VALUES(1291,0,1,'actomyosins','actomyosins')
-INSERT INTO CUI_TERMS VALUES(1300,1,2,'acupuncture analgesia','analgesia')
-INSERT INTO CUI_TERMS VALUES(1300,2,3,'acupuncture for analgesia','analgesia')
-INSERT INTO CUI_TERMS VALUES(1300,0,3,'analgesia , acupuncture','analgesia')
-INSERT INTO CUI_TERMS VALUES(1301,0,3,'acupuncture for anaesthesia','acupuncture')
-INSERT INTO CUI_TERMS VALUES(1301,0,2,'acupuncture anaesthesia','acupuncture')
-INSERT INTO CUI_TERMS VALUES(1301,1,2,'anaesthesia acupuncture','acupuncture')
-INSERT INTO CUI_TERMS VALUES(1301,1,2,'anesthesia acupuncture','acupuncture')
-INSERT INTO CUI_TERMS VALUES(1301,0,2,'acupuncture anesthesia','acupuncture')
-INSERT INTO CUI_TERMS VALUES(1301,0,3,'acupuncture for anesthesia','acupuncture')
-INSERT INTO CUI_TERMS VALUES(1301,2,3,'anesthesia , acupuncture','acupuncture')
-INSERT INTO CUI_TERMS VALUES(1302,1,2,'acupuncture points','points')
-INSERT INTO CUI_TERMS VALUES(1302,0,1,'acupoints','acupoints')
-INSERT INTO CUI_TERMS VALUES(1302,0,2,'acupuncture point','acupuncture')
-INSERT INTO CUI_TERMS VALUES(1302,0,2,'points acupuncture','points')
-INSERT INTO CUI_TERMS VALUES(1302,2,3,'point , acupuncture','acupuncture')
-INSERT INTO CUI_TERMS VALUES(1302,0,1,'acupoint','acupoint')
-INSERT INTO CUI_TERMS VALUES(1302,0,3,'points , acupuncture','points')
-INSERT INTO CUI_TERMS VALUES(1304,1,2,'acute abscess','abscess')
-INSERT INTO CUI_TERMS VALUES(1305,1,4,'acute adenoviral follicular conjunctivitis','adenoviral')
-INSERT INTO CUI_TERMS VALUES(1306,1,4,'acute alcoholic liver disease','alcoholic')
-INSERT INTO CUI_TERMS VALUES(1306,0,3,'ac alcoholic hepatitis','ac')
-INSERT INTO CUI_TERMS VALUES(1306,1,3,'acute alcoholic hepatitis','alcoholic')
-INSERT INTO CUI_TERMS VALUES(1308,2,6,'acute and subacute necrosis of liver','subacute')
-INSERT INTO CUI_TERMS VALUES(1308,2,5,'acute and subacute liver necrosis','subacute')
-INSERT INTO CUI_TERMS VALUES(1309,2,3,'acute allergic conjunctivitis','conjunctivitis')
-INSERT INTO CUI_TERMS VALUES(1309,1,3,'acute atopic conjunctivitis','atopic')
-INSERT INTO CUI_TERMS VALUES(1309,0,4,'critical allergic conjunctivitis syndrome','critical')
-INSERT INTO CUI_TERMS VALUES(1309,2,3,'conjunctivitis , anaphylactic','anaphylactic')
-INSERT INTO CUI_TERMS VALUES(1309,1,3,'ac atopic conjunctivitis','atopic')
-INSERT INTO CUI_TERMS VALUES(1309,0,3,'angelucci ''s syndrome','angelucci')
-INSERT INTO CUI_TERMS VALUES(1311,0,2,'capillary pneumonia','capillary')
-INSERT INTO CUI_TERMS VALUES(1311,1,2,'acute bronchiolitis','bronchiolitis')
-INSERT INTO CUI_TERMS VALUES(1311,0,2,'bronchiolitis acute','bronchiolitis')
-INSERT INTO CUI_TERMS VALUES(1311,2,3,'acute capillary bronchiolitis','bronchiolitis')
-INSERT INTO CUI_TERMS VALUES(1314,2,3,'disease , acute','acute')
-INSERT INTO CUI_TERMS VALUES(1314,1,2,'acute disorders','disorders')
-INSERT INTO CUI_TERMS VALUES(1314,0,2,'acute disease','acute')
-INSERT INTO CUI_TERMS VALUES(1314,0,2,'acute disorder','acute')
-INSERT INTO CUI_TERMS VALUES(1314,1,2,'disease acute','acute')
-INSERT INTO CUI_TERMS VALUES(1314,1,2,'acute dis','dis')
-INSERT INTO CUI_TERMS VALUES(1314,0,3,'diseases , acute','diseases')
-INSERT INTO CUI_TERMS VALUES(1314,1,2,'acute diseases','diseases')
-INSERT INTO CUI_TERMS VALUES(1338,0,4,'herpetic acute necrotizing encephalitis','herpetic')
-INSERT INTO CUI_TERMS VALUES(1338,3,4,'acute necrotizing enceph herpetic','herpetic')
-INSERT INTO CUI_TERMS VALUES(1338,0,4,'herpetic acute necrotizing enceph','herpetic')
-INSERT INTO CUI_TERMS VALUES(1338,4,5,'acute necrotizing encephalitis , herpetic','herpetic')
-INSERT INTO CUI_TERMS VALUES(1338,0,4,'herpetic acute necrotising encephalitis','herpetic')
-INSERT INTO CUI_TERMS VALUES(1339,0,2,'pancreatitis acute','pancreatitis')
-INSERT INTO CUI_TERMS VALUES(1339,2,3,'acute pancreatic inflammation','inflammation')
-INSERT INTO CUI_TERMS VALUES(1339,0,3,'pancreatitis , acute','pancreatitis')
-INSERT INTO CUI_TERMS VALUES(1339,1,2,'acute pancreatitis','pancreatitis')
-INSERT INTO CUI_TERMS VALUES(1342,1,2,'acute periodontitis','periodontitis')
-INSERT INTO CUI_TERMS VALUES(1342,1,2,'acute pericementitis','pericementitis')
-INSERT INTO CUI_TERMS VALUES(1344,0,3,'pharyngitis nos acute','pharyngitis')
-INSERT INTO CUI_TERMS VALUES(1344,0,2,'pharyngitis acute','pharyngitis')
-INSERT INTO CUI_TERMS VALUES(1344,1,2,'acute pharyngitis','pharyngitis')
-INSERT INTO CUI_TERMS VALUES(1347,1,3,'acute phase proteins','phase')
-INSERT INTO CUI_TERMS VALUES(1347,2,4,'acute - phase proteins','phase')
-INSERT INTO CUI_TERMS VALUES(1347,2,4,'acute - phase protein','phase')
-INSERT INTO CUI_TERMS VALUES(1347,0,5,'reactants , acute - phase','reactants')
-INSERT INTO CUI_TERMS VALUES(1347,4,5,'proteins , acute - phase','phase')
-INSERT INTO CUI_TERMS VALUES(1347,0,4,'reactants , acute phase','reactants')
-INSERT INTO CUI_TERMS VALUES(1347,3,4,'proteins , acute phase','phase')
-INSERT INTO CUI_TERMS VALUES(1347,3,4,'acute - phase reactants','reactants')
-INSERT INTO CUI_TERMS VALUES(1347,2,3,'acute phase reactant','reactant')
-INSERT INTO CUI_TERMS VALUES(1347,4,5,'protein , acute - phase','phase')
-INSERT INTO CUI_TERMS VALUES(1347,2,3,'acute phase reactants','reactants')
-INSERT INTO CUI_TERMS VALUES(1347,1,3,'acute phase protein','phase')
-INSERT INTO CUI_TERMS VALUES(1360,1,2,'acute thyroiditis','thyroiditis')
-INSERT INTO CUI_TERMS VALUES(1360,0,2,'thyroiditis acute','thyroiditis')
-INSERT INTO CUI_TERMS VALUES(1361,0,3,'tonsillitis , infective','tonsillitis')
-INSERT INTO CUI_TERMS VALUES(1361,1,2,'acute tonsillitis','tonsillitis')
-INSERT INTO CUI_TERMS VALUES(1361,0,2,'tonsillitis acute','tonsillitis')
-INSERT INTO CUI_TERMS VALUES(1361,0,3,'tonsillitis , acute','tonsillitis')
-INSERT INTO CUI_TERMS VALUES(1361,1,2,'infective tonsillitis','tonsillitis')
-INSERT INTO CUI_TERMS VALUES(1363,3,4,'acute intestinal vascular insufficiency','insufficiency')
-INSERT INTO CUI_TERMS VALUES(1363,2,3,'acute mesenteric ischaemia','ischaemia')
-INSERT INTO CUI_TERMS VALUES(1363,1,3,'acute ischemia mesenteric','ischemia')
-INSERT INTO CUI_TERMS VALUES(1363,2,4,'acute intestinal ischemic syndrome','ischemic')
-INSERT INTO CUI_TERMS VALUES(1363,2,3,'acute intestinal ischemia','ischemia')
-INSERT INTO CUI_TERMS VALUES(1363,2,3,'acute mesenteric ischemia','ischemia')
-INSERT INTO CUI_TERMS VALUES(1363,2,5,'mesenteric vascular insufficiency , acute','insufficiency')
-INSERT INTO CUI_TERMS VALUES(1363,2,4,'acute intestinal ischaemic syndrome','ischaemic')
-INSERT INTO CUI_TERMS VALUES(1363,2,3,'acute intestinal ischaemia','ischaemia')
-INSERT INTO CUI_TERMS VALUES(1363,2,4,'ac vasc insuff intestine','insuff')
-INSERT INTO CUI_TERMS VALUES(1363,2,5,'acute vascular insufficiency of intestine','insufficiency')
-INSERT INTO CUI_TERMS VALUES(1364,1,4,'acute necrosis of liver','necrosis')
-INSERT INTO CUI_TERMS VALUES(1364,0,3,'massive hepatic necrosis','massive')
-INSERT INTO CUI_TERMS VALUES(1364,2,4,'atrophy acute yellow liver','yellow')
-INSERT INTO CUI_TERMS VALUES(1364,0,4,'massive necrosis of liver','massive')
-INSERT INTO CUI_TERMS VALUES(1364,2,4,'liver , massive necrosis','massive')
-INSERT INTO CUI_TERMS VALUES(1364,3,4,'hepatic necrosis , massive','massive')
-INSERT INTO CUI_TERMS VALUES(1364,0,4,'yellow atrophy , acute','yellow')
-INSERT INTO CUI_TERMS VALUES(1364,2,3,'acute yellow atrophies','atrophies')
-INSERT INTO CUI_TERMS VALUES(1364,2,3,'acute hepatic necrosis','necrosis')
-INSERT INTO CUI_TERMS VALUES(1364,2,3,'acute atrophy yellow','yellow')
-INSERT INTO CUI_TERMS VALUES(1364,1,3,'acute yellow atrophy','yellow')
-INSERT INTO CUI_TERMS VALUES(1365,5,9,'acute , but ill - defined , cerebrovascular disease','defined')
-INSERT INTO CUI_TERMS VALUES(1365,3,6,'acute ill - defined cerebrovascular disease','defined')
-INSERT INTO CUI_TERMS VALUES(1367,0,1,'acycloguanosine','acycloguanosine')
-INSERT INTO CUI_TERMS VALUES(1367,0,1,'acyclovir','acyclovir')
-INSERT INTO CUI_TERMS VALUES(1367,0,1,'acv','acv')
-INSERT INTO CUI_TERMS VALUES(1367,0,1,'aciclovir','aciclovir')
-INSERT INTO CUI_TERMS VALUES(1367,0,1,'aciclovirum','aciclovirum')
-INSERT INTO CUI_TERMS VALUES(1374,3,4,'coenzyme a , acyl','acyl')
-INSERT INTO CUI_TERMS VALUES(1374,0,2,'acyl coenzyme','acyl')
-INSERT INTO CUI_TERMS VALUES(1374,2,3,'coa , acyl','acyl')
-INSERT INTO CUI_TERMS VALUES(1374,5,6,'coa , long - chain acyl','acyl')
-INSERT INTO CUI_TERMS VALUES(1374,3,4,'coa , fatty acyl','acyl')
-INSERT INTO CUI_TERMS VALUES(1374,0,2,'acyl coa','acyl')
-INSERT INTO CUI_TERMS VALUES(1388,3,4,'synthase , cmp sialate','sialate')
-INSERT INTO CUI_TERMS VALUES(1388,3,4,'pyrophosphorylase , cmp sialate','sialate')
-INSERT INTO CUI_TERMS VALUES(1388,0,2,'acylneuraminate cytidylyltransferase','acylneuraminate')
-INSERT INTO CUI_TERMS VALUES(1388,4,7,'cmp - n - acetylneuraminic acid synthetase','acetylneuraminic')
-INSERT INTO CUI_TERMS VALUES(1388,0,2,'cmpsialate pyrophosphorylase','cmpsialate')
-INSERT INTO CUI_TERMS VALUES(1388,1,4,'cmp sialic acid synthetase','sialic')
-INSERT INTO CUI_TERMS VALUES(1388,6,8,'synthetase , cmp - n - acetylneuraminic acid','acetylneuraminic')
-INSERT INTO CUI_TERMS VALUES(1388,4,6,'synthetase , cmp - sialic acid','sialic')
-INSERT INTO CUI_TERMS VALUES(1388,5,6,'synthase , cytidine 5 - monophosphosialate','monophosphosialate')
-INSERT INTO CUI_TERMS VALUES(1388,1,3,'cmp sialate synthase','sialate')
-INSERT INTO CUI_TERMS VALUES(1388,0,4,'sialate synthase , cmp','sialate')
-INSERT INTO CUI_TERMS VALUES(1388,3,6,'cytidine 5 '' monophosphosialic acid synthetase','monophosphosialic')
-INSERT INTO CUI_TERMS VALUES(1388,3,5,'cytidine 5 - monophosphosialate synthase','monophosphosialate')
-INSERT INTO CUI_TERMS VALUES(1388,1,3,'cmp sialate pyrophosphorylase','sialate')
-INSERT INTO CUI_TERMS VALUES(1388,4,5,'cytidylyltransferase , n - acylneuraminate','acylneuraminate')
-INSERT INTO CUI_TERMS VALUES(1388,4,7,'cytidine 5 '' - monophosphosialic acid synthetase','monophosphosialic')
-INSERT INTO CUI_TERMS VALUES(1388,2,5,'cmp n acetylneuraminic acid synthetase','acetylneuraminic')
-INSERT INTO CUI_TERMS VALUES(1388,2,5,'cmp - sialic acid synthetase','sialic')
-INSERT INTO CUI_TERMS VALUES(1388,0,2,'cmpsialate synthase','cmpsialate')
-INSERT INTO CUI_TERMS VALUES(1388,2,4,'cytidine 5 monophosphosialate synthase','monophosphosialate')
-INSERT INTO CUI_TERMS VALUES(1388,0,4,'sialate pyrophosphorylase , cmp','sialate')
-INSERT INTO CUI_TERMS VALUES(1388,0,2,'acylneuraminate z','acylneuraminate')
-INSERT INTO CUI_TERMS VALUES(1388,2,3,'cytidylyltransferase , acylneuraminate','acylneuraminate')
-INSERT INTO CUI_TERMS VALUES(1388,1,5,'cmp acetylneuraminic acid synthetase n','acetylneuraminic')
-INSERT INTO CUI_TERMS VALUES(1396,2,5,'syndrome , adams - stokes','adams')
-INSERT INTO CUI_TERMS VALUES(1396,1,3,'stokes adams attacks','adams')
-INSERT INTO CUI_TERMS VALUES(1396,0,3,'morgagni ''s disease','morgagni')
-INSERT INTO CUI_TERMS VALUES(1396,0,3,'adams stokes syndrome','adams')
-INSERT INTO CUI_TERMS VALUES(1396,4,5,'attacks , stokes - adams','adams')
-INSERT INTO CUI_TERMS VALUES(1396,2,4,'stokes - adams attacks','adams')
-INSERT INTO CUI_TERMS VALUES(1396,0,3,'adam attack stokes','adam')
-INSERT INTO CUI_TERMS VALUES(1396,2,4,'stokes - adams syndrome','adams')
-INSERT INTO CUI_TERMS VALUES(1396,2,4,'stokes - adams attack','adams')
-INSERT INTO CUI_TERMS VALUES(1396,2,6,'stokes - adams - morgagni syndrome','adams')
-INSERT INTO CUI_TERMS VALUES(1396,0,4,'adam - stokes syndrome','adam')
-INSERT INTO CUI_TERMS VALUES(1396,0,3,'adam stokes attacks','adam')
-INSERT INTO CUI_TERMS VALUES(1396,0,3,'adams stokes attack','adams')
-INSERT INTO CUI_TERMS VALUES(1396,4,5,'syndrome , stokes - adams','adams')
-INSERT INTO CUI_TERMS VALUES(1396,1,3,'stokes adams syndrome','adams')
-INSERT INTO CUI_TERMS VALUES(1396,1,4,'syndrome adams - stokes','adams')
-INSERT INTO CUI_TERMS VALUES(1396,2,5,'attacks , adam - stokes','adam')
-INSERT INTO CUI_TERMS VALUES(1396,1,3,'stokes adams attack','adams')
-INSERT INTO CUI_TERMS VALUES(1396,0,4,'adams - stokes syndrome','adams')
-INSERT INTO CUI_TERMS VALUES(1396,0,4,'adam - stokes attacks','adam')
-INSERT INTO CUI_TERMS VALUES(1396,3,4,'syndrome stokes - adams','adams')
-INSERT INTO CUI_TERMS VALUES(1396,2,3,'adams attack stoke','stoke')
-INSERT INTO CUI_TERMS VALUES(1396,1,3,'adams stoke syndrome','stoke')
-INSERT INTO CUI_TERMS VALUES(1396,0,3,'stoke adams syndrome','stoke')
-INSERT INTO CUI_TERMS VALUES(1403,2,3,'primary adrenocortical insufficiencies','insufficiencies')
-INSERT INTO CUI_TERMS VALUES(1403,2,3,'disease , addison','addison')
-INSERT INTO CUI_TERMS VALUES(1403,0,2,'addisons disease','addisons')
-INSERT INTO CUI_TERMS VALUES(1403,1,2,'primary hypoadrenalism','hypoadrenalism')
-INSERT INTO CUI_TERMS VALUES(1403,0,1,'hypocortisolism','hypocortisolism')
-INSERT INTO CUI_TERMS VALUES(1403,1,4,'adrenal insufficiency , primary','insufficiency')
-INSERT INTO CUI_TERMS VALUES(1403,1,4,'adrenocortical insufficiencies , primary','insufficiencies')
-INSERT INTO CUI_TERMS VALUES(1403,0,2,'addisons dis','addisons')
-INSERT INTO CUI_TERMS VALUES(1403,0,3,'hypoadrenalisms , primary','hypoadrenalisms')
-INSERT INTO CUI_TERMS VALUES(1403,0,4,'insufficiencies , primary adrenocortical','insufficiencies')
-INSERT INTO CUI_TERMS VALUES(1403,1,3,'primary adrenocortical failure','adrenocortical')
-INSERT INTO CUI_TERMS VALUES(1403,3,4,'insufficiency , primary adrenocortical','adrenocortical')
-INSERT INTO CUI_TERMS VALUES(1403,0,2,'addison disease','addison')
-INSERT INTO CUI_TERMS VALUES(1403,0,3,'addison ''s disease','addison')
-INSERT INTO CUI_TERMS VALUES(1403,1,3,'disease addison ''s','addison')
-INSERT INTO CUI_TERMS VALUES(1403,0,4,'adrenocortical insufficiency , primary','adrenocortical')
-INSERT INTO CUI_TERMS VALUES(1403,0,2,'addison dis','addison')
-INSERT INTO CUI_TERMS VALUES(1403,0,3,'hypoadrenalism , primary','hypoadrenalism')
-INSERT INTO CUI_TERMS VALUES(1403,1,3,'primary adrenocortical insufficiency','adrenocortical')
-INSERT INTO CUI_TERMS VALUES(1403,2,3,'primary adrenal insufficiency','insufficiency')
-INSERT INTO CUI_TERMS VALUES(1407,3,4,'b 4 , vitamin','vitamin')
-INSERT INTO CUI_TERMS VALUES(1407,2,3,'6 - aminopurine','aminopurine')
-INSERT INTO CUI_TERMS VALUES(1407,0,1,'ade','ade')
-INSERT INTO CUI_TERMS VALUES(1407,0,4,'vitamin b a 04','vitamin')
-INSERT INTO CUI_TERMS VALUES(1407,0,1,'adenin','adenin')
-INSERT INTO CUI_TERMS VALUES(1407,0,1,'adenine','adenine')
-INSERT INTO CUI_TERMS VALUES(1407,0,3,'vitamin b 4','vitamin')
-INSERT INTO CUI_TERMS VALUES(1407,3,10,'vitamin b < sub > 4 < / sub >','sub')
-INSERT INTO CUI_TERMS VALUES(1407,1,2,'vitamin b4','b4')
-INSERT INTO CUI_TERMS VALUES(1407,2,4,'4 , vitamin b','vitamin')
-INSERT INTO CUI_TERMS VALUES(1407,0,5,'vitamin b > 4 <','vitamin')
-INSERT INTO CUI_TERMS VALUES(1407,2,7,'1h - purin - 6 - amine','purin')
-INSERT INTO CUI_TERMS VALUES(1414,2,3,'pyrophosphorylase , amp','amp')
-INSERT INTO CUI_TERMS VALUES(1414,1,2,'adenine phosphoribosyltransferase','phosphoribosyltransferase')
-INSERT INTO CUI_TERMS VALUES(1414,0,1,'aprtase','aprtase')
-INSERT INTO CUI_TERMS VALUES(1414,0,3,'phosphoribosyltransferase , adenine','phosphoribosyltransferase')
-INSERT INTO CUI_TERMS VALUES(1414,0,2,'amp pyrophosphorylase','amp')
-INSERT INTO CUI_TERMS VALUES(1414,0,7,'ec 2 . 4 . 2 .7','ec')
-INSERT INTO CUI_TERMS VALUES(1414,0,1,'transphosphoribosidase','transphosphoribosidase')
-INSERT INTO CUI_TERMS VALUES(1414,0,1,'aprt','aprt')
-INSERT INTO CUI_TERMS VALUES(1414,1,2,'amp pyrophorylase','pyrophorylase')
-INSERT INTO CUI_TERMS VALUES(1418,1,3,'malignant adenomatous neoplasm','adenomatous')
-INSERT INTO CUI_TERMS VALUES(1418,1,2,'malignant adenoma','adenoma')
-INSERT INTO CUI_TERMS VALUES(1418,0,3,'adenomas , malignant','adenomas')
-INSERT INTO CUI_TERMS VALUES(1418,0,1,'adenocarcinoma','adenocarcinoma')
-INSERT INTO CUI_TERMS VALUES(1418,0,3,'adenoma , malignant','adenoma')
-INSERT INTO CUI_TERMS VALUES(1418,1,2,'malignant adenomas','adenomas')
-INSERT INTO CUI_TERMS VALUES(1418,0,1,'adenocarcinomas','adenocarcinomas')
-INSERT INTO CUI_TERMS VALUES(1420,0,2,'papillary adenocarcinoma','papillary')
-INSERT INTO CUI_TERMS VALUES(1420,1,2,'papillary adenocarcinomas','adenocarcinomas')
-INSERT INTO CUI_TERMS VALUES(1420,0,3,'adenocarcinomas , papillary','adenocarcinomas')
-INSERT INTO CUI_TERMS VALUES(1420,1,2,'adenocarcinoma papillary','papillary')
-INSERT INTO CUI_TERMS VALUES(1420,2,3,'adenocarcinoma , papillary','papillary')
-INSERT INTO CUI_TERMS VALUES(1422,0,1,'adenofibroma','adenofibroma')
-INSERT INTO CUI_TERMS VALUES(1422,2,4,'benign mixed muellerian tumor','muellerian')
-INSERT INTO CUI_TERMS VALUES(1422,0,1,'adenofibromas','adenofibromas')
-INSERT INTO CUI_TERMS VALUES(1425,3,4,'excision of pharyngeal tonsil','tonsil')
-INSERT INTO CUI_TERMS VALUES(1425,0,1,'adenoidectomies','adenoidectomies')
-INSERT INTO CUI_TERMS VALUES(1425,0,2,'adenoid excision','adenoid')
-INSERT INTO CUI_TERMS VALUES(1425,2,3,'excision of adenoid','adenoid')
-INSERT INTO CUI_TERMS VALUES(1425,0,1,'adenoidectomy','adenoidectomy')
-INSERT INTO CUI_TERMS VALUES(1427,0,1,'adenoiditis','adenoiditis')
-INSERT INTO CUI_TERMS VALUES(1428,0,3,'tonsil , pharyngeal','tonsil')
-INSERT INTO CUI_TERMS VALUES(1428,0,2,'adenoidal structure','adenoidal')
-INSERT INTO CUI_TERMS VALUES(1428,0,3,'tonsils , pharyngeal','tonsils')
-INSERT INTO CUI_TERMS VALUES(1428,0,2,'nasopharyngeal tonsil','nasopharyngeal')
-INSERT INTO CUI_TERMS VALUES(1428,0,1,'adenoids','adenoids')
-INSERT INTO CUI_TERMS VALUES(1428,2,3,'tonsil of luschka','luschka')
-INSERT INTO CUI_TERMS VALUES(1428,1,2,'pharyngeal tonsils','tonsils')
-INSERT INTO CUI_TERMS VALUES(1428,0,1,'adenoid','adenoid')
-INSERT INTO CUI_TERMS VALUES(1428,1,2,'tonsilla pharyngealis','pharyngealis')
-INSERT INTO CUI_TERMS VALUES(1428,1,2,'pharyngeal tonsil','tonsil')
-INSERT INTO CUI_TERMS VALUES(1428,0,2,'tonsila pharyngealis','tonsila')
-INSERT INTO CUI_TERMS VALUES(1429,1,4,'cystadenoma lymphomatosum , papillary','lymphomatosum')
-INSERT INTO CUI_TERMS VALUES(1429,1,3,'tumor warthin ''s','warthin')
-INSERT INTO CUI_TERMS VALUES(1429,0,2,'warthin tumor','warthin')
-INSERT INTO CUI_TERMS VALUES(1429,0,3,'warthin ''s tumor','warthin')
-INSERT INTO CUI_TERMS VALUES(1429,1,3,'tumors warthin ''s','warthin')
-INSERT INTO CUI_TERMS VALUES(1429,0,1,'adenolymphoma','adenolymphoma')
-INSERT INTO CUI_TERMS VALUES(1429,1,2,'tumor warthins','warthins')
-INSERT INTO CUI_TERMS VALUES(1429,2,3,'tumor , warthin','warthin')
-INSERT INTO CUI_TERMS VALUES(1429,2,3,'papillary cystadenoma lymphomatosum','lymphomatosum')
-INSERT INTO CUI_TERMS VALUES(1429,0,3,'warthin ''s tumour','warthin')
-INSERT INTO CUI_TERMS VALUES(1429,0,1,'adenolymphomas','adenolymphomas')
-INSERT INTO CUI_TERMS VALUES(1430,0,1,'adenomas','adenomas')
-INSERT INTO CUI_TERMS VALUES(1430,1,3,'benign adenomatous neoplasm','adenomatous')
-INSERT INTO CUI_TERMS VALUES(1430,0,1,'adenoma','adenoma')
-INSERT INTO CUI_TERMS VALUES(1430,3,4,'tumor of the gland','gland')
-INSERT INTO CUI_TERMS VALUES(1431,0,3,'mucoid cell adenoma','mucoid')
-INSERT INTO CUI_TERMS VALUES(1431,2,3,'adenomas , basophilic','basophilic')
-INSERT INTO CUI_TERMS VALUES(1431,0,2,'basophilic adenomas','basophilic')
-INSERT INTO CUI_TERMS VALUES(1431,0,2,'basophil adenoma','basophil')
-INSERT INTO CUI_TERMS VALUES(1431,2,3,'adenoma , basophil','basophil')
-INSERT INTO CUI_TERMS VALUES(1431,0,2,'basophilic adenoma','basophilic')
-INSERT INTO CUI_TERMS VALUES(1431,2,3,'adenoma , basophilic','basophilic')
-INSERT INTO CUI_TERMS VALUES(1431,2,3,'adenomas , basophil','basophil')
-INSERT INTO CUI_TERMS VALUES(1431,0,2,'basophil adenomas','basophil')
-INSERT INTO CUI_TERMS VALUES(1432,0,2,'chromophobe adenomas','chromophobe')
-INSERT INTO CUI_TERMS VALUES(1432,1,2,'adenoma chromophobe','chromophobe')
-INSERT INTO CUI_TERMS VALUES(1432,2,3,'adenoma , chromophobe','chromophobe')
-INSERT INTO CUI_TERMS VALUES(1432,2,3,'adenomas , chromophobe','chromophobe')
-INSERT INTO CUI_TERMS VALUES(1432,0,2,'chromophobe adenoma','chromophobe')
-INSERT INTO CUI_TERMS VALUES(1433,0,2,'eosinophil adenomas','eosinophil')
-INSERT INTO CUI_TERMS VALUES(1433,0,2,'acidophilic adenoma','acidophilic')
-INSERT INTO CUI_TERMS VALUES(1433,1,2,'eosinophilic adenomas','adenomas')
-INSERT INTO CUI_TERMS VALUES(1433,2,3,'adenomas , acidophil','acidophil')
-INSERT INTO CUI_TERMS VALUES(1433,2,3,'adenomas , acidophilic','acidophilic')
-INSERT INTO CUI_TERMS VALUES(1433,2,3,'adenomas , eosinophil','eosinophil')
-INSERT INTO CUI_TERMS VALUES(1433,0,3,'adenomas , eosinophilic','adenomas')
-INSERT INTO CUI_TERMS VALUES(1433,2,3,'adenoma , acidophilic','acidophilic')
-INSERT INTO CUI_TERMS VALUES(1433,0,2,'acidophil adenomas','acidophil')
-INSERT INTO CUI_TERMS VALUES(1433,0,2,'eosinophil adenoma','eosinophil')
-INSERT INTO CUI_TERMS VALUES(1433,0,2,'eosinophilic adenoma','eosinophilic')
-INSERT INTO CUI_TERMS VALUES(1433,2,3,'adenoma , eosinophil','eosinophil')
-INSERT INTO CUI_TERMS VALUES(1433,0,2,'acidophilic adenomas','acidophilic')
-INSERT INTO CUI_TERMS VALUES(1433,0,2,'acidophil adenoma','acidophil')
-INSERT INTO CUI_TERMS VALUES(1433,2,3,'adenoma , eosinophilic','eosinophilic')
-INSERT INTO CUI_TERMS VALUES(1433,2,3,'adenoma , acidophil','acidophil')
-INSERT INTO CUI_TERMS VALUES(1442,0,1,'adenosarcomas','adenosarcomas')
-INSERT INTO CUI_TERMS VALUES(1442,0,1,'adenosarcoma','adenosarcoma')
-INSERT INTO CUI_TERMS VALUES(1443,0,1,'adenosine','adenosine')
-INSERT INTO CUI_TERMS VALUES(1443,0,1,'adenyldeoxyriboside','adenyldeoxyriboside')
-INSERT INTO CUI_TERMS VALUES(1443,0,3,'ade - rib','ade')
-INSERT INTO CUI_TERMS VALUES(1443,0,1,'adenosin','adenosin')
-INSERT INTO CUI_TERMS VALUES(1443,1,2,'adenine deoxyribonucleoside','deoxyribonucleoside')
-INSERT INTO CUI_TERMS VALUES(1443,0,1,'adenosina','adenosina')
-INSERT INTO CUI_TERMS VALUES(1443,0,2,'adenin riboside','adenin')
-INSERT INTO CUI_TERMS VALUES(1443,0,1,'ado','ado')
-INSERT INTO CUI_TERMS VALUES(1443,6,7,'9 - beta - d - ribofuranosidoadenine','ribofuranosidoadenine')
-INSERT INTO CUI_TERMS VALUES(1443,0,1,'adenosinum','adenosinum')
-INSERT INTO CUI_TERMS VALUES(1455,9,10,'adenosine cyclic - 3 '' , 5 '' - monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,0,3,'amp , cyclic','amp')
-INSERT INTO CUI_TERMS VALUES(1455,8,9,'3 '' 5 '' - cyclic ester of amp','amp')
-INSERT INTO CUI_TERMS VALUES(1455,2,3,'adenosine cyclic monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,8,9,'adenosine cyclic 3 '' , 5 '' - monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,0,1,'camp','camp')
-INSERT INTO CUI_TERMS VALUES(1455,1,4,'cyclic monophosphate , adenosine','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,7,10,'cyclic 3 '' , 5 '' - monophosphate , adenosine','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,1,3,'adenosine cyclic phosphate','cyclic')
-INSERT INTO CUI_TERMS VALUES(1455,2,3,'cyclic adenosine monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,1,9,'adenosine cyclic 3 '' , 5 '' - phosphate','cyclic')
-INSERT INTO CUI_TERMS VALUES(1455,5,6,'adenosine cyclic 3 , 5 monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,0,4,'monophosphate , adenosine cyclic','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,1,2,'cyclic amp','amp')
-INSERT INTO CUI_TERMS VALUES(1455,0,2,'cycl amp','cycl')
-INSERT INTO CUI_TERMS VALUES(1455,7,8,'adenosine cyclic 3 '' , 5 '' monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,5,6,'adenosine 3 '' 5 '' monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1455,1,4,'adenosine monophosphate . cyclic','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1457,0,7,'ec 3 . 5 . 4 .4','ec')
-INSERT INTO CUI_TERMS VALUES(1457,1,2,'adenosine deaminase','deaminase')
-INSERT INTO CUI_TERMS VALUES(1457,0,3,'deaminase , adenosine','deaminase')
-INSERT INTO CUI_TERMS VALUES(1457,0,3,'aminohydrolase , adenosine','aminohydrolase')
-INSERT INTO CUI_TERMS VALUES(1457,1,2,'adenosine aminohydrolase','aminohydrolase')
-INSERT INTO CUI_TERMS VALUES(1457,0,1,'ada','ada')
-INSERT INTO CUI_TERMS VALUES(1459,2,3,'diphosphate , adenosine','adenosine')
-INSERT INTO CUI_TERMS VALUES(1459,0,2,'adenosine diphosphate','adenosine')
-INSERT INTO CUI_TERMS VALUES(1459,3,4,'adenosine 5 '' pyrophosphate','pyrophosphate')
-INSERT INTO CUI_TERMS VALUES(1459,0,3,'pyrophosphate , adenosine','pyrophosphate')
-INSERT INTO CUI_TERMS VALUES(1459,4,5,'adenosine 5 '' - pyrophosphate','pyrophosphate')
-INSERT INTO CUI_TERMS VALUES(1459,0,1,'adp','adp')
-INSERT INTO CUI_TERMS VALUES(1459,5,8,'adenosine 5 '' - ( trihydrogen diphosphate )','trihydrogen')
-INSERT INTO CUI_TERMS VALUES(1459,1,2,'adenosine pyrophosphate','pyrophosphate')
-INSERT INTO CUI_TERMS VALUES(1464,0,2,'adenosine kinase','adenosine')
-INSERT INTO CUI_TERMS VALUES(1464,2,3,'kinase , adenosine','adenosine')
-INSERT INTO CUI_TERMS VALUES(1465,5,6,'5 '' - o - phosphonoadenosine','phosphonoadenosine')
-INSERT INTO CUI_TERMS VALUES(1465,0,3,'ado5 '' p','ado5')
-INSERT INTO CUI_TERMS VALUES(1465,0,1,'amp','amp')
-INSERT INTO CUI_TERMS VALUES(1465,0,1,'pado','pado')
-INSERT INTO CUI_TERMS VALUES(1465,0,5,'adenosine - 5 '' p','adenosine')
-INSERT INTO CUI_TERMS VALUES(1465,4,5,'adenosine 5 '' - monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1465,4,5,'adenosine - 5 - monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1465,5,7,'adenosine - 5 '' - monophosphoric acid','monophosphoric')
-INSERT INTO CUI_TERMS VALUES(1465,1,2,'adenosine monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1465,0,3,'fosfato de adenosina','fosfato')
-INSERT INTO CUI_TERMS VALUES(1465,5,6,'adenosine - 5 '' - monophosphate','monophosphate')
-INSERT INTO CUI_TERMS VALUES(1465,5,8,'adenosine 5 '' - ( dihydrogen phosphate )','dihydrogen')
-INSERT INTO CUI_TERMS VALUES(1465,3,4,'phosphate d '' adenosine','adenosine')
-INSERT INTO CUI_TERMS VALUES(1465,0,2,'adenosine phosphate','adenosine')
-INSERT INTO CUI_TERMS VALUES(1465,0,2,'adenosini phosphas','adenosini')
-INSERT INTO CUI_TERMS VALUES(1465,0,1,'a5mp','a5mp')
-INSERT INTO CUI_TERMS VALUES(1465,0,2,'adenylic acid','adenylic')
-INSERT INTO CUI_TERMS VALUES(1473,1,2,'adenosine triphosphatase','triphosphatase')
-INSERT INTO CUI_TERMS VALUES(1473,1,2,'atp monophosphatase','monophosphatase')
-INSERT INTO CUI_TERMS VALUES(1473,1,2,'atp phosphohydrolase','phosphohydrolase')
-INSERT INTO CUI_TERMS VALUES(1473,0,2,'atp hydrolase','atp')
-INSERT INTO CUI_TERMS VALUES(1473,0,1,'adenylpyrophosphatase','adenylpyrophosphatase')
-INSERT INTO CUI_TERMS VALUES(1473,0,1,'adenosinetriphosphatase','adenosinetriphosphatase')
-INSERT INTO CUI_TERMS VALUES(1473,0,1,'atpase','atpase')
-INSERT INTO CUI_TERMS VALUES(1473,0,1,'atpases','atpases')
-INSERT INTO CUI_TERMS VALUES(1473,1,2,'adenosine triphosphatases','triphosphatases')
-INSERT INTO CUI_TERMS VALUES(1476,0,6,'ca2 + - transporting adenosine triphosphatase','ca2')
-INSERT INTO CUI_TERMS VALUES(1476,0,3,'ca2 + atpase','ca2')
-INSERT INTO CUI_TERMS VALUES(1476,1,2,'calcium adenosinetriphosphatase','adenosinetriphosphatase')
-INSERT INTO CUI_TERMS VALUES(1476,0,4,'triphosphatase , calcium adenosine','triphosphatase')
-INSERT INTO CUI_TERMS VALUES(1476,0,3,'atpase , calcium','atpase')
-INSERT INTO CUI_TERMS VALUES(1476,6,8,'ca ^ 2 + ^ - transporting atpase','transporting')
-INSERT INTO CUI_TERMS VALUES(1476,2,4,'ca 02 transporting atpase','transporting')
-INSERT INTO CUI_TERMS VALUES(1476,3,4,'calcium - transporting atpases','atpases')
-INSERT INTO CUI_TERMS VALUES(1476,1,2,'calcium pump','pump')
-INSERT INTO CUI_TERMS VALUES(1476,6,9,'ca ^ 2 + ^ - transporting adenosine triphosphatase','transporting')
-INSERT INTO CUI_TERMS VALUES(1476,2,3,'calcium - atpase','atpase')
-INSERT INTO CUI_TERMS VALUES(1476,0,4,'ca2 + transporting atpase','ca2')
-INSERT INTO CUI_TERMS VALUES(1476,0,2,'atpase ca','atpase')
-INSERT INTO CUI_TERMS VALUES(1476,0,5,'atpases , calcium - transporting','atpases')
-INSERT INTO CUI_TERMS VALUES(1476,2,3,'calcium transporting atpases','atpases')
-INSERT INTO CUI_TERMS VALUES(1476,0,3,'adenosinetriphosphatase , calcium','adenosinetriphosphatase')
-INSERT INTO CUI_TERMS VALUES(1476,1,2,'calcium atpase','atpase')
-INSERT INTO CUI_TERMS VALUES(1476,2,3,'calcium adenosine triphosphatase','triphosphatase')
-INSERT INTO CUI_TERMS VALUES(1476,1,4,'adenosine triphosphatase , calcium','triphosphatase')
-INSERT INTO CUI_TERMS VALUES(1476,1,3,'calcium transporting atpase','transporting')
-INSERT INTO CUI_TERMS VALUES(1476,1,2,'ca atpase','atpase')
-INSERT INTO CUI_TERMS VALUES(1476,0,5,'ca2 + - transporting atpase','ca2')
-INSERT INTO CUI_TERMS VALUES(1476,6,8,'ca ( 2 + ) - transporting atpase','transporting')
-INSERT INTO CUI_TERMS VALUES(1476,2,4,'atpase , ca2 +','ca2')
-INSERT INTO CUI_TERMS VALUES(1479,1,3,'atpase na k','na')
-INSERT INTO CUI_TERMS VALUES(1479,4,5,'sodium - potassium adenosine triphosphatase','triphosphatase')
-INSERT INTO CUI_TERMS VALUES(1479,0,3,'pump , potassium','pump')
-INSERT INTO CUI_TERMS VALUES(1479,6,7,'atpase , sodium - potassium - exchanging','exchanging')
-INSERT INTO CUI_TERMS VALUES(1479,2,4,'na k transporting atpase','transporting')
-INSERT INTO CUI_TERMS VALUES(1479,0,4,'adenosinetriphosphatase sodium , potassium','adenosinetriphosphatase')
-INSERT INTO CUI_TERMS VALUES(1479,6,9,'na + / k + - transporting adenosine triphosphatase','transporting')
-INSERT INTO CUI_TERMS VALUES(1479,0,5,'na + k + atpase','na')
-INSERT INTO CUI_TERMS VALUES(1479,0,2,'na pump','na')
-INSERT INTO CUI_TERMS VALUES(1479,3,4,'sodium / potassium atpase','atpase')
-INSERT INTO CUI_TERMS VALUES(1479,0,5,'atpase , sodium , potassium','atpase')
-INSERT INTO CUI_TERMS VALUES(1479,2,4,'na k exchanging atpase','exchanging')
-INSERT INTO CUI_TERMS VALUES(1479,2,3,'sodium potassium atpase','atpase')
-INSERT INTO CUI_TERMS VALUES(1479,6,8,'na + / k + - transporting atpase','transporting')
-INSERT INTO CUI_TERMS VALUES(1479,0,2,'pump sodium','pump')
-INSERT INTO CUI_TERMS VALUES(1479,0,5,'adenosinetriphosphatase , sodium , potassium','adenosinetriphosphatase')
-INSERT INTO CUI_TERMS VALUES(1479,7,9,'atp phosphohydrolase ( na + k + transporting )','transporting')
-INSERT INTO CUI_TERMS VALUES(1479,4,5,'sodium , potassium adenosine triphosphatase','triphosphatase')
-INSERT INTO CUI_TERMS VALUES(1479,3,4,'sodium , potassium atpase','atpase')
-INSERT INTO CUI_TERMS VALUES(1479,4,6,'na + k + transporting atpase','transporting')
-INSERT INTO CUI_TERMS VALUES(1479,1,6,'adenosine triphosphatase , sodium , potassium','triphosphatase')
-INSERT INTO CUI_TERMS VALUES(1479,0,3,'na k atpase','na')
-INSERT INTO CUI_TERMS VALUES(1479,4,6,'sodium - potassium - exchanging atpase','exchanging')
-INSERT INTO CUI_TERMS VALUES(1479,0,4,'atpase sodium , potassium','atpase')
-INSERT INTO CUI_TERMS VALUES(1479,1,2,'k pump','pump')
-INSERT INTO CUI_TERMS VALUES(1479,0,3,'pump , sodium','pump')
-INSERT INTO CUI_TERMS VALUES(1479,1,2,'sodium pump','pump')
-INSERT INTO CUI_TERMS VALUES(1479,2,4,'sodium potassium exchanging atpase','exchanging')
-INSERT INTO CUI_TERMS VALUES(1479,1,2,'potassium pump','pump')
-INSERT INTO CUI_TERMS VALUES(1479,3,4,'sodium - potassium atpase','atpase')
-INSERT INTO CUI_TERMS VALUES(1479,3,4,'sodium , potassium adenosinetriphosphatase','adenosinetriphosphatase')
-INSERT INTO CUI_TERMS VALUES(1480,4,5,'adenosine 5 '' - triphosphate','triphosphate')
-INSERT INTO CUI_TERMS VALUES(1480,5,8,'adenosine 5 '' - ( tetrahydrogen triphosphate )','tetrahydrogen')
-INSERT INTO CUI_TERMS VALUES(1480,1,2,'adenosine triphosphate','triphosphate')
-INSERT INTO CUI_TERMS VALUES(1480,0,1,'atp','atp')
-INSERT INTO CUI_TERMS VALUES(1480,5,6,'adenosine - 5 '' - triphosphate','triphosphate')
-INSERT INTO CUI_TERMS VALUES(1480,0,1,'adenylpyrophosphate','adenylpyrophosphate')
-INSERT INTO CUI_TERMS VALUES(1486,0,2,'adenoviridae infection','adenoviridae')
-INSERT INTO CUI_TERMS VALUES(1486,0,2,'adenoviridae infections','adenoviridae')
-INSERT INTO CUI_TERMS VALUES(1486,2,3,'infections , adenoviridae','adenoviridae')
-INSERT INTO CUI_TERMS VALUES(1486,0,2,'adenoviridae infect','adenoviridae')
-INSERT INTO CUI_TERMS VALUES(1486,1,2,'infect adenoviridae','adenoviridae')
-INSERT INTO CUI_TERMS VALUES(1486,0,1,'adenovirus','adenovirus')
-INSERT INTO CUI_TERMS VALUES(1486,2,3,'infection , adenoviridae','adenoviridae')
-INSERT INTO CUI_TERMS VALUES(1492,7,9,'3 '' , 5 '' - cyclic amp synthetase','amp')
-INSERT INTO CUI_TERMS VALUES(1492,1,2,'adenylyl cyclases','cyclases')
-INSERT INTO CUI_TERMS VALUES(1492,9,10,'synthetase , 3 '' , 5 '' - cyclic amp','amp')
-INSERT INTO CUI_TERMS VALUES(1492,0,1,'adenylylcyclase','adenylylcyclase')
-INSERT INTO CUI_TERMS VALUES(1492,0,2,'adenyl cyclase','adenyl')
-INSERT INTO CUI_TERMS VALUES(1492,0,1,'adenylcyclase','adenylcyclase')
-INSERT INTO CUI_TERMS VALUES(1492,5,7,'atp pyrophosphate - lyase ( cyclizing )','cyclizing')
-INSERT INTO CUI_TERMS VALUES(1492,2,3,'cyclase , adenyl','adenyl')
-INSERT INTO CUI_TERMS VALUES(1492,2,3,'cyclase , adenylate','adenylate')
-INSERT INTO CUI_TERMS VALUES(1492,0,10,'amp synthetase , 3 '' , 5 '' - cyclic','amp')
-INSERT INTO CUI_TERMS VALUES(1492,4,6,'3 , 5 cyclic amp synthetase','amp')
-INSERT INTO CUI_TERMS VALUES(1492,0,2,'adenylate cyclase','adenylate')
-INSERT INTO CUI_TERMS VALUES(1492,0,2,'adenylyl cyclase','adenylyl')
-INSERT INTO CUI_TERMS VALUES(1492,2,3,'cyclase , adenylyl','adenylyl')
-INSERT INTO CUI_TERMS VALUES(1492,0,3,'cyclases , adenylyl','cyclases')
-INSERT INTO CUI_TERMS VALUES(1492,6,8,'3 '' , 5 '' cyclic amp synthetase','amp')
-INSERT INTO CUI_TERMS VALUES(1497,0,1,'myokinase','myokinase')
-INSERT INTO CUI_TERMS VALUES(1497,2,4,'atp - amp phosphotransferase','amp')
-INSERT INTO CUI_TERMS VALUES(1497,0,2,'adenylate kinase','adenylate')
-INSERT INTO CUI_TERMS VALUES(1497,3,4,'atp - amp transphosphorylase','transphosphorylase')
-INSERT INTO CUI_TERMS VALUES(1497,4,5,'phosphotransferase , atp - amp','amp')
-INSERT INTO CUI_TERMS VALUES(1497,2,3,'kinase , adenylate','adenylate')
-INSERT INTO CUI_TERMS VALUES(1497,2,3,'atp amp transphosphorylase','transphosphorylase')
-INSERT INTO CUI_TERMS VALUES(1497,1,3,'atp amp phosphotransferase','amp')
-INSERT INTO CUI_TERMS VALUES(1497,0,1,'adenylokinase','adenylokinase')
-INSERT INTO CUI_TERMS VALUES(1497,0,2,'amp kinase','amp')
-INSERT INTO CUI_TERMS VALUES(1497,0,5,'transphosphorylase , atp - amp','transphosphorylase')
-INSERT INTO CUI_TERMS VALUES(1497,2,3,'kinase , amp','amp')
-INSERT INTO CUI_TERMS VALUES(1502,2,3,'lyase , adenylosuccinate','adenylosuccinate')
-INSERT INTO CUI_TERMS VALUES(1502,0,2,'adenylosuccinate lyase','adenylosuccinate')
-INSERT INTO CUI_TERMS VALUES(1502,0,1,'adenylosuccinase','adenylosuccinase')
-INSERT INTO CUI_TERMS VALUES(1503,0,3,'imp aspartate ligase','imp')
-INSERT INTO CUI_TERMS VALUES(1503,0,3,'succino amp synthetase','succino')
-INSERT INTO CUI_TERMS VALUES(1503,0,2,'adenylosuccinate synthase','adenylosuccinate')
-INSERT INTO CUI_TERMS VALUES(1503,0,4,'succino - amp synthetase','succino')
-INSERT INTO CUI_TERMS VALUES(1503,0,2,'adenylosuccinate synthetase','adenylosuccinate')
-INSERT INTO CUI_TERMS VALUES(1503,2,3,'synthase , adenylosuccinate','adenylosuccinate')
-INSERT INTO CUI_TERMS VALUES(1503,2,3,'synthetase , adenylosuccinate','adenylosuccinate')
-INSERT INTO CUI_TERMS VALUES(1503,0,4,'imp - aspartate ligase','imp')
-INSERT INTO CUI_TERMS VALUES(1503,2,5,'synthetase , succino - amp','succino')
-INSERT INTO CUI_TERMS VALUES(1510,1,2,'postoperative adhesion','adhesion')
-INSERT INTO CUI_TERMS VALUES(1511,6,7,'abnormal attachment of organs or body parts','parts')
-INSERT INTO CUI_TERMS VALUES(1511,0,1,'adhesions','adhesions')
-INSERT INTO CUI_TERMS VALUES(1511,0,1,'adhesion','adhesion')
-INSERT INTO CUI_TERMS VALUES(1519,0,4,'adie ''s pupil syndrome','adie')
-INSERT INTO CUI_TERMS VALUES(1519,1,3,'adie holmes syndrome','holmes')
-INSERT INTO CUI_TERMS VALUES(1519,0,5,'adie ''s pupil or syndrome','adie')
-INSERT INTO CUI_TERMS VALUES(1519,0,3,'adie ''s syndrome','adie')
-INSERT INTO CUI_TERMS VALUES(1519,3,4,'pupil , poorly reacting','reacting')
-INSERT INTO CUI_TERMS VALUES(1519,1,3,'poorly reacting pupil','reacting')
-INSERT INTO CUI_TERMS VALUES(1519,2,3,'syndrome , adie','adie')
-INSERT INTO CUI_TERMS VALUES(1519,0,2,'adie syndrome','adie')
-INSERT INTO CUI_TERMS VALUES(1519,3,4,'pupils , poorly reacting','reacting')
-INSERT INTO CUI_TERMS VALUES(1519,1,3,'poorly reacting pupils','reacting')
-INSERT INTO CUI_TERMS VALUES(1519,2,5,'syndrome , holmes - adie','holmes')
-INSERT INTO CUI_TERMS VALUES(1520,0,1,'adipexp','adipexp')
-INSERT INTO CUI_TERMS VALUES(1520,0,2,'adipex p','adipex')
-INSERT INTO CUI_TERMS VALUES(1520,0,3,'adipex - p','adipex')
-INSERT INTO CUI_TERMS VALUES(1521,0,1,'adiphenine','adiphenine')
-INSERT INTO CUI_TERMS VALUES(1527,1,2,'fat tissues','tissues')
-INSERT INTO CUI_TERMS VALUES(1527,1,2,'fat yellow','yellow')
-INSERT INTO CUI_TERMS VALUES(1527,0,2,'adipose tissue','adipose')
-INSERT INTO CUI_TERMS VALUES(1527,0,2,'yellow fat','yellow')
-INSERT INTO CUI_TERMS VALUES(1527,0,3,'adipose fat body','adipose')
-INSERT INTO CUI_TERMS VALUES(1527,0,2,'tiss fat','tiss')
-INSERT INTO CUI_TERMS VALUES(1527,0,2,'adipose tissues','adipose')
-INSERT INTO CUI_TERMS VALUES(1527,1,2,'fatty tissues','tissues')
-INSERT INTO CUI_TERMS VALUES(1527,0,2,'fatty tissue','fatty')
-INSERT INTO CUI_TERMS VALUES(1527,2,3,'tissue , fatty','fatty')
-INSERT INTO CUI_TERMS VALUES(1527,2,3,'tissue , adipose','adipose')
-INSERT INTO CUI_TERMS VALUES(1527,0,2,'fat tissue','fat')
-INSERT INTO CUI_TERMS VALUES(1527,1,2,'adipocytus unigutturalis','unigutturalis')
-INSERT INTO CUI_TERMS VALUES(1527,1,3,'textus adiposus albus','adiposus')
-INSERT INTO CUI_TERMS VALUES(1527,1,2,'body fat','fat')
-INSERT INTO CUI_TERMS VALUES(1529,0,1,'adiposalgias','adiposalgias')
-INSERT INTO CUI_TERMS VALUES(1529,0,1,'adiposalgia','adiposalgia')
-INSERT INTO CUI_TERMS VALUES(1529,0,3,'dolorosas , lipomatosis','dolorosas')
-INSERT INTO CUI_TERMS VALUES(1529,2,3,'syndrome , anders','anders')
-INSERT INTO CUI_TERMS VALUES(1529,0,3,'dercum s disease','dercum')
-INSERT INTO CUI_TERMS VALUES(1529,1,4,'tissue rheumatisms , adipose','rheumatisms')
-INSERT INTO CUI_TERMS VALUES(1529,0,2,'dercum dis','dercum')
-INSERT INTO CUI_TERMS VALUES(1529,0,4,'decum - vitaut syndrome','decum')
-INSERT INTO CUI_TERMS VALUES(1529,0,4,'rheumatisms , adipose tissue','rheumatisms')
-INSERT INTO CUI_TERMS VALUES(1529,2,3,'syndromes , anders','anders')
-INSERT INTO CUI_TERMS VALUES(1529,0,2,'ander syndrome','ander')
-INSERT INTO CUI_TERMS VALUES(1529,0,4,'rheumatism , adipose tissue','rheumatism')
-INSERT INTO CUI_TERMS VALUES(1529,2,3,'adipose tissue rheumatism','rheumatism')
-INSERT INTO CUI_TERMS VALUES(1529,0,2,'dercums disease','dercums')
-INSERT INTO CUI_TERMS VALUES(1529,1,2,'morbus dercum','dercum')
-INSERT INTO CUI_TERMS VALUES(1529,0,2,'adiposis dolorosa','adiposis')
-INSERT INTO CUI_TERMS VALUES(1529,0,3,'ander ''s syndrome','ander')
-INSERT INTO CUI_TERMS VALUES(1529,0,3,'dercum , morbus','dercum')
-INSERT INTO CUI_TERMS VALUES(1529,0,3,'dercums , morbus','dercums')
-INSERT INTO CUI_TERMS VALUES(1529,1,4,'tissue rheumatism , adipose','rheumatism')
-INSERT INTO CUI_TERMS VALUES(1529,1,2,'morbus dercums','dercums')
-INSERT INTO CUI_TERMS VALUES(1529,2,3,'adipose tissue rheumatisms','rheumatisms')
-INSERT INTO CUI_TERMS VALUES(1529,1,2,'lipomatosis dolorosas','dolorosas')
-INSERT INTO CUI_TERMS VALUES(1529,2,3,'disease , dercum','dercum')
-INSERT INTO CUI_TERMS VALUES(1529,2,4,'syndrome , ander ''s','ander')
-INSERT INTO CUI_TERMS VALUES(1529,2,5,'syndrome , decum - vitaut','decum')
-INSERT INTO CUI_TERMS VALUES(1529,0,2,'dercums dis','dercums')
-INSERT INTO CUI_TERMS VALUES(1529,0,3,'decum vitaut syndrome','decum')
-INSERT INTO CUI_TERMS VALUES(1529,0,2,'anders syndromes','anders')
-INSERT INTO CUI_TERMS VALUES(1529,0,3,'dercum ''s disease','dercum')
-INSERT INTO CUI_TERMS VALUES(1529,0,3,'dolorosa , lipomatosis','dolorosa')
-INSERT INTO CUI_TERMS VALUES(1529,1,2,'lipomatosis dolorosa','dolorosa')
-INSERT INTO CUI_TERMS VALUES(1529,0,1,'neurolipomatosis','neurolipomatosis')
-INSERT INTO CUI_TERMS VALUES(1529,0,2,'dercum disease','dercum')
-INSERT INTO CUI_TERMS VALUES(1529,0,2,'anders syndrome','anders')
-INSERT INTO CUI_TERMS VALUES(1539,0,4,'adjustmnt dis w depressn','adjustmnt')
-INSERT INTO CUI_TERMS VALUES(1539,3,5,'adjustment disorder with depressed mood','depressed')
-INSERT INTO CUI_TERMS VALUES(1540,3,7,'adjustment reaction with predominant disturbance of conduct','predominant')
-INSERT INTO CUI_TERMS VALUES(1540,1,5,'adjust disor / dis conduct','disor')
-INSERT INTO CUI_TERMS VALUES(1540,0,5,'conduct disturbance as adjustment reaction','conduct')
-INSERT INTO CUI_TERMS VALUES(1540,5,6,'adjustment disorder with disturbance of conduct','conduct')
-INSERT INTO CUI_TERMS VALUES(1541,6,9,'adjustment disorder with mixed disturbance of emotions and conduct','emotions')
-INSERT INTO CUI_TERMS VALUES(1541,6,9,'adjustment reaction with mixed disturbance of emotion and conduct','emotion')
-INSERT INTO CUI_TERMS VALUES(1541,0,6,'adj dis - emotion / conduct','adj')
-INSERT INTO CUI_TERMS VALUES(1542,6,7,'adjustment reaction with mixed disturbance of emotion','emotion')
-INSERT INTO CUI_TERMS VALUES(1542,4,6,'adjustment disorder with mixed emotional features','emotional')
-INSERT INTO CUI_TERMS VALUES(1543,4,5,'adjustment disorder with physical complaints','complaints')
-INSERT INTO CUI_TERMS VALUES(1544,3,4,'adjustment disorder with withdrawal','withdrawal')
-INSERT INTO CUI_TERMS VALUES(1546,0,2,'adjustment dis','adjustment')
-INSERT INTO CUI_TERMS VALUES(1546,2,3,'disorders , reactive','reactive')
-INSERT INTO CUI_TERMS VALUES(1546,0,2,'adjustment disorders','adjustment')
-INSERT INTO CUI_TERMS VALUES(1546,0,2,'reactive dis','reactive')
-INSERT INTO CUI_TERMS VALUES(1546,2,4,'brief situational non-psychotic disorder','non-psychotic')
-INSERT INTO CUI_TERMS VALUES(1546,2,3,'disorder , adjustment','adjustment')
-INSERT INTO CUI_TERMS VALUES(1546,2,3,'disorders , adjustment','adjustment')
-INSERT INTO CUI_TERMS VALUES(1546,2,3,'disorder , reactive','reactive')
-INSERT INTO CUI_TERMS VALUES(1546,0,2,'reactive disorders','reactive')
-INSERT INTO CUI_TERMS VALUES(1546,0,2,'adjustment disorder','adjustment')
-INSERT INTO CUI_TERMS VALUES(1546,0,2,'reactive disorder','reactive')
-INSERT INTO CUI_TERMS VALUES(1548,0,4,'brief depressive adjustment reaction','brief')
-INSERT INTO CUI_TERMS VALUES(1548,3,6,'adjustment reaction with brief depressive reaction','brief')
-INSERT INTO CUI_TERMS VALUES(1551,1,2,'immune adjuvant','adjuvant')
-INSERT INTO CUI_TERMS VALUES(1551,0,1,'immunostimulant','immunostimulant')
-INSERT INTO CUI_TERMS VALUES(1551,1,2,'immunol adjuvant','adjuvant')
-INSERT INTO CUI_TERMS VALUES(1551,0,1,'immunopotentiator','immunopotentiator')
-INSERT INTO CUI_TERMS VALUES(1551,0,1,'immunopotentiators','immunopotentiators')
-INSERT INTO CUI_TERMS VALUES(1551,0,2,'adjuvant immunol','adjuvant')
-INSERT INTO CUI_TERMS VALUES(1551,1,2,'immunol adjuvants','adjuvants')
-INSERT INTO CUI_TERMS VALUES(1551,0,2,'adjuvants immunol','adjuvants')
-INSERT INTO CUI_TERMS VALUES(1551,0,3,'adjuvants , immunologic','adjuvants')
-INSERT INTO CUI_TERMS VALUES(1551,0,1,'immunostimulants','immunostimulants')
-INSERT INTO CUI_TERMS VALUES(1551,1,2,'immunologic adjuvant','adjuvant')
-INSERT INTO CUI_TERMS VALUES(1551,0,3,'adjuvant , immunologic','adjuvant')
-INSERT INTO CUI_TERMS VALUES(1551,0,3,'adjuvants , immunological','adjuvants')
-INSERT INTO CUI_TERMS VALUES(1551,1,2,'immunological adjuvant','adjuvant')
-INSERT INTO CUI_TERMS VALUES(1551,0,1,'immunoactivators','immunoactivators')
-INSERT INTO CUI_TERMS VALUES(1551,1,2,'immunologic adjuvants','adjuvants')
-INSERT INTO CUI_TERMS VALUES(1551,0,1,'immunoadjuvants','immunoadjuvants')
-INSERT INTO CUI_TERMS VALUES(1551,1,3,'immune enhancement agent','enhancement')
-INSERT INTO CUI_TERMS VALUES(1551,0,3,'adjuvant , immunological','adjuvant')
-INSERT INTO CUI_TERMS VALUES(1551,0,1,'immunoadjuvant','immunoadjuvant')
-INSERT INTO CUI_TERMS VALUES(1551,1,2,'immunological adjuvants','adjuvants')
-INSERT INTO CUI_TERMS VALUES(1554,0,1,'admin','admin')
-INSERT INTO CUI_TERMS VALUES(1554,0,1,'administration','administration')
-INSERT INTO CUI_TERMS VALUES(1559,2,3,'administration , inhalation','inhalation')
-INSERT INTO CUI_TERMS VALUES(1559,2,3,'inhalation drug admin','admin')
-INSERT INTO CUI_TERMS VALUES(1559,1,2,'inhalation admin','admin')
-INSERT INTO CUI_TERMS VALUES(1559,0,2,'admin inhalation','admin')
-INSERT INTO CUI_TERMS VALUES(1559,2,3,'respiratory drug admin','admin')
-INSERT INTO CUI_TERMS VALUES(1559,2,3,'respiratory drug administration','administration')
-INSERT INTO CUI_TERMS VALUES(1559,0,3,'inhaled drug administration','inhaled')
-INSERT INTO CUI_TERMS VALUES(1559,0,4,'administration , respiratory drug','administration')
-INSERT INTO CUI_TERMS VALUES(1559,1,3,'drug admin respiratory','admin')
-INSERT INTO CUI_TERMS VALUES(1559,1,4,'drug administration , respiratory','administration')
-INSERT INTO CUI_TERMS VALUES(1559,0,3,'inhalation drug administration','inhalation')
-INSERT INTO CUI_TERMS VALUES(1559,0,2,'inhalation administration','inhalation')
-INSERT INTO CUI_TERMS VALUES(1560,2,3,'intranasal drug admin','admin')
-INSERT INTO CUI_TERMS VALUES(1560,0,3,'administrations , intranasal','administrations')
-INSERT INTO CUI_TERMS VALUES(1560,0,2,'administration nasal','administration')
-INSERT INTO CUI_TERMS VALUES(1560,0,3,'intranasal drug administration','intranasal')
-INSERT INTO CUI_TERMS VALUES(1560,1,2,'intranasal admin','admin')
-INSERT INTO CUI_TERMS VALUES(1560,0,2,'admin intranasal','admin')
-INSERT INTO CUI_TERMS VALUES(1560,0,2,'intranasal administration','intranasal')
-INSERT INTO CUI_TERMS VALUES(1560,1,2,'intranasal administrations','administrations')
-INSERT INTO CUI_TERMS VALUES(1560,0,3,'administrations , nasal','administrations')
-INSERT INTO CUI_TERMS VALUES(1560,1,2,'nasal administrations','administrations')
-INSERT INTO CUI_TERMS VALUES(1560,2,3,'intranasal drug administrations','administrations')
-INSERT INTO CUI_TERMS VALUES(1560,4,8,'administration of drug or medicament via nasal route','medicament')
-INSERT INTO CUI_TERMS VALUES(1560,1,2,'nasal administration','administration')
-INSERT INTO CUI_TERMS VALUES(1560,0,3,'administration , nasal','administration')
-INSERT INTO CUI_TERMS VALUES(1560,2,3,'administration , intranasal','intranasal')
-INSERT INTO CUI_TERMS VALUES(1561,1,2,'admin intravaginal','intravaginal')
-INSERT INTO CUI_TERMS VALUES(1561,0,2,'admin vaginal','admin')
-INSERT INTO CUI_TERMS VALUES(1561,0,2,'intravaginal administrations','intravaginal')
-INSERT INTO CUI_TERMS VALUES(1561,0,2,'intravaginal admin','intravaginal')
-INSERT INTO CUI_TERMS VALUES(1561,4,8,'administration of drug or medicament via vaginal route','medicament')
-INSERT INTO CUI_TERMS VALUES(1561,0,2,'intravaginal administration','intravaginal')
-INSERT INTO CUI_TERMS VALUES(1561,1,2,'vaginal administration','administration')
-INSERT INTO CUI_TERMS VALUES(1561,1,2,'vaginal admin','admin')
-INSERT INTO CUI_TERMS VALUES(1561,0,3,'administrations , vaginal','administrations')
-INSERT INTO CUI_TERMS VALUES(1561,1,2,'vaginal administrations','administrations')
-INSERT INTO CUI_TERMS VALUES(1561,0,3,'administration , vaginal','administration')
-INSERT INTO CUI_TERMS VALUES(1561,2,3,'administration , intravaginal','intravaginal')
-INSERT INTO CUI_TERMS VALUES(1561,2,3,'administrations , intravaginal','intravaginal')
-INSERT INTO CUI_TERMS VALUES(1563,2,3,'oral drug administrations','administrations')
-INSERT INTO CUI_TERMS VALUES(1563,2,3,'oral drug administration','administration')
-INSERT INTO CUI_TERMS VALUES(1563,0,3,'per os administration','per')
-INSERT INTO CUI_TERMS VALUES(1563,0,2,'administration oral','administration')
-INSERT INTO CUI_TERMS VALUES(1563,0,2,'po administration','po')
-INSERT INTO CUI_TERMS VALUES(1563,2,3,'oral drug admin','admin')
-INSERT INTO CUI_TERMS VALUES(1563,1,2,'oral administrations','administrations')
-INSERT INTO CUI_TERMS VALUES(1563,1,3,'oral enteral administration','enteral')
-INSERT INTO CUI_TERMS VALUES(1563,4,8,'administration of drug or medicament via oral route','medicament')
-INSERT INTO CUI_TERMS VALUES(1563,1,2,'oral administration','administration')
-INSERT INTO CUI_TERMS VALUES(1563,2,3,'oral medication administration','administration')
-INSERT INTO CUI_TERMS VALUES(1563,0,2,'admin oral','admin')
-INSERT INTO CUI_TERMS VALUES(1563,1,2,'oral admin','admin')
-INSERT INTO CUI_TERMS VALUES(1563,0,3,'administrations , oral','administrations')
-INSERT INTO CUI_TERMS VALUES(1563,0,3,'administration , oral','administration')
-INSERT INTO CUI_TERMS VALUES(1566,2,3,'topical drug administrations','administrations')
-INSERT INTO CUI_TERMS VALUES(1566,0,3,'administration , topical','administration')
-INSERT INTO CUI_TERMS VALUES(1566,0,2,'admin topical','admin')
-INSERT INTO CUI_TERMS VALUES(1566,1,2,'topical administrations','administrations')
-INSERT INTO CUI_TERMS VALUES(1566,0,3,'administrations , topical','administrations')
-INSERT INTO CUI_TERMS VALUES(1566,2,3,'topical drug application','application')
-INSERT INTO CUI_TERMS VALUES(1566,2,3,'topical drug admin','admin')
-INSERT INTO CUI_TERMS VALUES(1566,2,3,'topical drug administration','administration')
-INSERT INTO CUI_TERMS VALUES(1566,1,2,'topical administration','administration')
-INSERT INTO CUI_TERMS VALUES(1566,1,2,'topical admin','admin')
-INSERT INTO CUI_TERMS VALUES(1575,0,4,'appendage of the uterus','appendage')
-INSERT INTO CUI_TERMS VALUES(1575,1,2,'uterine appendages','appendages')
-INSERT INTO CUI_TERMS VALUES(1575,1,2,'uterine appendage','appendage')
-INSERT INTO CUI_TERMS VALUES(1575,0,1,'adnexa','adnexa')
-INSERT INTO CUI_TERMS VALUES(1575,1,3,'uterine adnexae structure','adnexae')
-INSERT INTO CUI_TERMS VALUES(1575,0,3,'appendages , uterine','appendages')
-INSERT INTO CUI_TERMS VALUES(1575,0,3,'appendage , uterine','appendage')
-INSERT INTO CUI_TERMS VALUES(1613,0,2,'suprarenal cortex','suprarenal')
-INSERT INTO CUI_TERMS VALUES(1613,0,3,'cortex , adrenal','cortex')
-INSERT INTO CUI_TERMS VALUES(1613,0,1,'cortical','cortical')
-INSERT INTO CUI_TERMS VALUES(1613,2,3,'cortex glandulae suprarenalis','suprarenalis')
-INSERT INTO CUI_TERMS VALUES(1613,1,2,'adrenal cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1613,2,4,'cortex of suprarenal gland','suprarenal')
-INSERT INTO CUI_TERMS VALUES(1613,0,4,'cortex of adrenal gland','cortex')
-INSERT INTO CUI_TERMS VALUES(1614,0,1,'cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1614,1,3,'adrenal cortical disorder','cortical')
-INSERT INTO CUI_TERMS VALUES(1617,1,2,'adrenal corticosteriods','corticosteriods')
-INSERT INTO CUI_TERMS VALUES(1617,0,1,'adrenocorticosteroids','adrenocorticosteroids')
-INSERT INTO CUI_TERMS VALUES(1617,1,3,'adrenal cortical hormone','cortical')
-INSERT INTO CUI_TERMS VALUES(1617,0,1,'corticoid','corticoid')
-INSERT INTO CUI_TERMS VALUES(1617,1,3,'adrenal cortex hormone','cortex')
-INSERT INTO CUI_TERMS VALUES(1617,2,3,'adrenal cortex hormones','hormones')
-INSERT INTO CUI_TERMS VALUES(1617,0,1,'corticoids','corticoids')
-INSERT INTO CUI_TERMS VALUES(1617,0,1,'corticosteroids','corticosteroids')
-INSERT INTO CUI_TERMS VALUES(1617,0,1,'corticosteroid','corticosteroid')
-INSERT INTO CUI_TERMS VALUES(1617,0,4,'hormones , adrenal cortex','hormones')
-INSERT INTO CUI_TERMS VALUES(1618,0,2,'adrenocortical tumor','adrenocortical')
-INSERT INTO CUI_TERMS VALUES(1618,3,4,'neoplasms , adrenal cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,1,3,'adrenal cortex tumors','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,4,5,'neoplasm of the adrenal cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,1,3,'adrenal cortex tumor','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,0,2,'adrenocortical neoplasm','adrenocortical')
-INSERT INTO CUI_TERMS VALUES(1618,0,3,'cortical adrenal neoplasia','cortical')
-INSERT INTO CUI_TERMS VALUES(1618,1,5,'adrenal cortex - - tumors','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,1,3,'adrenal cortical tumour','cortical')
-INSERT INTO CUI_TERMS VALUES(1618,3,4,'tumor of adrenal cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,2,3,'neopl adrenal cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,3,4,'tumors of adrenal cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,1,3,'adrenal cortical tumor','cortical')
-INSERT INTO CUI_TERMS VALUES(1618,1,3,'adrenal cortex neoplasm','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,3,4,'neoplasm , adrenal cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,3,4,'tumour of adrenal cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,1,3,'adrenal cortex neopl','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,3,4,'neoplasm of adrenal cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(1618,1,3,'adrenal cortex neoplasms','cortex')
-INSERT INTO CUI_TERMS VALUES(1621,2,4,'disease of adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,0,3,'adrenal gland disorder','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,1,2,'adrenal disordered','disordered')
-INSERT INTO CUI_TERMS VALUES(1621,3,4,'disorders of adrenal glands','glands')
-INSERT INTO CUI_TERMS VALUES(1621,0,3,'adrenal gland disorders','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,2,4,'disorder of adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,0,2,'adrenal disorder','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,0,3,'adrenal gland disease','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,3,4,'gland disease , adrenal','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,0,2,'adrenal diseases','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,0,2,'adrenal disorders','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,2,4,'disease , adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,1,5,'adrenal glands - - diseases','glands')
-INSERT INTO CUI_TERMS VALUES(1621,3,4,'gland diseases , adrenal','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,2,4,'diseases , adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,2,3,'diseases adrenal glands','glands')
-INSERT INTO CUI_TERMS VALUES(1621,0,2,'adrenal disease','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,0,3,'adrenal gland diseases','adrenal')
-INSERT INTO CUI_TERMS VALUES(1621,1,3,'adrenal glands disorders','glands')
-INSERT INTO CUI_TERMS VALUES(1621,4,5,'unspecified disorder of adrenal glands','glands')
-INSERT INTO CUI_TERMS VALUES(1621,0,3,'adrenal gland dis','adrenal')
-INSERT INTO CUI_TERMS VALUES(1622,0,3,'overproduction of cortisol','overproduction')
-INSERT INTO CUI_TERMS VALUES(1622,0,3,'overproduction of acth','overproduction')
-INSERT INTO CUI_TERMS VALUES(1622,1,2,'adrenocortical hyperfunction','hyperfunction')
-INSERT INTO CUI_TERMS VALUES(1622,1,2,'cortisol overproduction','overproduction')
-INSERT INTO CUI_TERMS VALUES(1622,0,4,'hyperfunction , adrenal gland','hyperfunction')
-INSERT INTO CUI_TERMS VALUES(1622,0,1,'hyperadrenalism','hyperadrenalism')
-INSERT INTO CUI_TERMS VALUES(1622,0,1,'hypercortisolism','hypercortisolism')
-INSERT INTO CUI_TERMS VALUES(1622,2,3,'adrenal cortical hyperfunction','hyperfunction')
-INSERT INTO CUI_TERMS VALUES(1622,0,1,'hypercortisolemia','hypercortisolemia')
-INSERT INTO CUI_TERMS VALUES(1622,0,1,'hypercortisonism','hypercortisonism')
-INSERT INTO CUI_TERMS VALUES(1622,2,3,'adrenal gland hyperfunction','hyperfunction')
-INSERT INTO CUI_TERMS VALUES(1622,0,1,'hyperadrenocorticism','hyperadrenocorticism')
-INSERT INTO CUI_TERMS VALUES(1622,0,1,'hypercorticism','hypercorticism')
-INSERT INTO CUI_TERMS VALUES(1622,0,3,'hyperfunction , adrenocortical','hyperfunction')
-INSERT INTO CUI_TERMS VALUES(1622,2,3,'adrenal cortex hyperfunction','hyperfunction')
-INSERT INTO CUI_TERMS VALUES(1622,2,4,'disorder of corticoadrenal overactivity','corticoadrenal')
-INSERT INTO CUI_TERMS VALUES(1622,1,3,'increased cortisol production','cortisol')
-INSERT INTO CUI_TERMS VALUES(1623,2,3,'adrenal gland insufficiency','insufficiency')
-INSERT INTO CUI_TERMS VALUES(1623,1,2,'adrenal hypofunctions','hypofunctions')
-INSERT INTO CUI_TERMS VALUES(1623,0,4,'hypofunction , adrenal gland','hypofunction')
-INSERT INTO CUI_TERMS VALUES(1623,1,2,'adrenal insufficiency','insufficiency')
-INSERT INTO CUI_TERMS VALUES(1623,0,2,'adrenal failure','adrenal')
-INSERT INTO CUI_TERMS VALUES(1623,0,2,'hypofunction adrenal','hypofunction')
-INSERT INTO CUI_TERMS VALUES(1623,0,1,'hypoadrenalism','hypoadrenalism')
-INSERT INTO CUI_TERMS VALUES(1623,2,3,'adrenal gland hypofunction','hypofunction')
-INSERT INTO CUI_TERMS VALUES(1623,0,2,'insufficiency adrenal','insufficiency')
-INSERT INTO CUI_TERMS VALUES(1623,1,2,'adrenal hypofunction','hypofunction')
-INSERT INTO CUI_TERMS VALUES(1623,1,2,'adrenal insufficiencies','insufficiencies')
-INSERT INTO CUI_TERMS VALUES(1624,3,5,'neoplasm of the adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,2,4,'tumour of adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,1,2,'adrenal tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(1624,1,3,'adrenal glands tumor','glands')
-INSERT INTO CUI_TERMS VALUES(1624,2,3,'adrenal gland neoplasms','neoplasms')
-INSERT INTO CUI_TERMS VALUES(1624,2,3,'adrenal gland tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(1624,1,3,'tumor adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,2,3,'neoplasm , adrenal','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,1,2,'adrenal tumours','tumours')
-INSERT INTO CUI_TERMS VALUES(1624,0,3,'adrenal gland neoplasm','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,0,2,'adrenal tumour','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,0,3,'neoplasms , adrenal','neoplasms')
-INSERT INTO CUI_TERMS VALUES(1624,0,3,'neopl adrenal gland','neopl')
-INSERT INTO CUI_TERMS VALUES(1624,2,3,'adrenal gland tumours','tumours')
-INSERT INTO CUI_TERMS VALUES(1624,0,3,'adrenal gland tumor','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,1,3,'adrenal glands tumors','glands')
-INSERT INTO CUI_TERMS VALUES(1624,1,2,'adrenal neoplasia','neoplasia')
-INSERT INTO CUI_TERMS VALUES(1624,2,3,'adrenal gland neopl','neopl')
-INSERT INTO CUI_TERMS VALUES(1624,0,3,'adrenal gland tumour','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,1,2,'adrenal neoplasms','neoplasms')
-INSERT INTO CUI_TERMS VALUES(1624,3,5,'tumor of the adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,2,4,'tumor of adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,1,5,'adrenal glands - - tumors','glands')
-INSERT INTO CUI_TERMS VALUES(1624,0,2,'adrenal neoplasm','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,2,4,'neoplasm of adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,0,2,'adrenal tumor','adrenal')
-INSERT INTO CUI_TERMS VALUES(1624,1,2,'neoplasm adrenal','adrenal')
-INSERT INTO CUI_TERMS VALUES(1625,1,2,'glandula suprarenalis','suprarenalis')
-INSERT INTO CUI_TERMS VALUES(1625,0,1,'adrenal','adrenal')
-INSERT INTO CUI_TERMS VALUES(1625,0,1,'adrenals','adrenals')
-INSERT INTO CUI_TERMS VALUES(1625,0,2,'suprarenal gland','suprarenal')
-INSERT INTO CUI_TERMS VALUES(1627,1,3,'hyperplasia congen adrenal','congen')
-INSERT INTO CUI_TERMS VALUES(1627,0,4,'hyperplasia , congenital adrenal','hyperplasia')
-INSERT INTO CUI_TERMS VALUES(1627,2,3,'adrenal congenital hyperplasia','hyperplasia')
-INSERT INTO CUI_TERMS VALUES(1627,0,4,'hyperplasias , congenital adrenal','hyperplasias')
-INSERT INTO CUI_TERMS VALUES(1627,0,3,'hyperplasia congenital adrenal','hyperplasia')
-INSERT INTO CUI_TERMS VALUES(1627,3,4,'congenital adrenal gland hyperplasia','hyperplasia')
-INSERT INTO CUI_TERMS VALUES(1627,2,3,'congenital adrenal hyperplasias','hyperplasias')
-INSERT INTO CUI_TERMS VALUES(1627,1,4,'adrenal hyperplasias , congenital','hyperplasias')
-INSERT INTO CUI_TERMS VALUES(1627,0,3,'hyperplasia adrenal congenital','hyperplasia')
-INSERT INTO CUI_TERMS VALUES(1629,2,3,'medulla glandulae suprarenalis','suprarenalis')
-INSERT INTO CUI_TERMS VALUES(1629,2,4,'medulla of suprarenal gland','suprarenal')
-INSERT INTO CUI_TERMS VALUES(1629,1,2,'adrenal medulla','medulla')
-INSERT INTO CUI_TERMS VALUES(1629,0,3,'medulla , adrenal','medulla')
-INSERT INTO CUI_TERMS VALUES(1629,0,4,'medulla of adrenal gland','medulla')
-INSERT INTO CUI_TERMS VALUES(1629,0,1,'medullary','medullary')
-INSERT INTO CUI_TERMS VALUES(1629,1,2,'adrenal medullas','medullas')
-INSERT INTO CUI_TERMS VALUES(1629,0,2,'suprarenal medulla','suprarenal')
-INSERT INTO CUI_TERMS VALUES(1629,0,3,'medullas , adrenal','medullas')
-INSERT INTO CUI_TERMS VALUES(1630,1,3,'adrenal rest tumour','rest')
-INSERT INTO CUI_TERMS VALUES(1630,3,4,'tumor , adrenal rest','rest')
-INSERT INTO CUI_TERMS VALUES(1630,1,3,'adrenal rest neoplasm','rest')
-INSERT INTO CUI_TERMS VALUES(1630,0,4,'rest tumor , adrenal','rest')
-INSERT INTO CUI_TERMS VALUES(1630,0,4,'rest tumors , adrenal','rest')
-INSERT INTO CUI_TERMS VALUES(1630,1,3,'adrenal rest tumor','rest')
-INSERT INTO CUI_TERMS VALUES(1630,3,4,'tumors , adrenal rest','rest')
-INSERT INTO CUI_TERMS VALUES(1630,2,4,'adrenal cortical rest tumor','rest')
-INSERT INTO CUI_TERMS VALUES(1630,1,3,'adrenal rest tumors','rest')
-INSERT INTO CUI_TERMS VALUES(1632,0,1,'adrenalectomy','adrenalectomy')
-INSERT INTO CUI_TERMS VALUES(1632,2,4,'excision of adrenal gland','adrenal')
-INSERT INTO CUI_TERMS VALUES(1632,0,1,'adrenalectomies','adrenalectomies')
-INSERT INTO CUI_TERMS VALUES(1632,0,3,'adrenal gland excision','adrenal')
-INSERT INTO CUI_TERMS VALUES(1636,1,2,'hcl epinephrine','epinephrine')
-INSERT INTO CUI_TERMS VALUES(1636,0,2,'epinephrine hcl','epinephrine')
-INSERT INTO CUI_TERMS VALUES(1636,0,2,'epinephrine hydrochloride','epinephrine')
-INSERT INTO CUI_TERMS VALUES(1636,0,2,'adrenaline hydrochloride','adrenaline')
-INSERT INTO CUI_TERMS VALUES(1637,0,2,'adrenergic agents','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1637,0,1,'adrenergics','adrenergics')
-INSERT INTO CUI_TERMS VALUES(1637,0,2,'adrenergic drug','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1637,0,2,'adrenergic agent','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1637,0,2,'adren agents','adren')
-INSERT INTO CUI_TERMS VALUES(1637,2,3,'drugs , adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1637,2,3,'agents , adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1637,0,2,'adren drugs','adren')
-INSERT INTO CUI_TERMS VALUES(1637,0,2,'adrenergic drugs','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1640,2,3,'alpha adren agon','agon')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'adrenergic alpha - agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'alpha adrenergic receptor agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,1,5,'receptor agonists , alpha adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,4,5,'adrenergic alpha - receptor agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,3,6,'alpha - receptor agonist , adrenergic','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,1,4,'recept agon adren alpha','agon')
-INSERT INTO CUI_TERMS VALUES(1640,1,5,'receptor agonists , adrenergic alpha','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,0,5,'agonist , alpha - adrenergic','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'alpha - adrenergic agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,0,3,'adren alpha ag','adren')
-INSERT INTO CUI_TERMS VALUES(1640,2,3,'alpha adrenergic agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'alpha adren recept agon','agon')
-INSERT INTO CUI_TERMS VALUES(1640,2,4,'adrenergic receptor agonists alpha','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,1,3,'adrenergic agonists alpha','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,1,4,'alpha adren recept ag','adren')
-INSERT INTO CUI_TERMS VALUES(1640,2,3,'adren alpha agon','agon')
-INSERT INTO CUI_TERMS VALUES(1640,0,5,'agonists , alpha - adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'adrenergic alpha - agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,4,5,'adrenergic alpha - receptor agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'adren alpha recept agon','agon')
-INSERT INTO CUI_TERMS VALUES(1640,2,5,'alpha - agonists , adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,0,6,'agonists , adrenergic alpha - receptor','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,3,6,'alpha - receptor agonists , adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'alpha adrenergic receptor agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,2,5,'alpha - agonist , adrenergic','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,2,3,'adrenergic alpha agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,2,3,'adrenergic alpha agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'adrenergic alpha receptor agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'adrenergic alpha receptor agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,1,3,'alpha adren ag','adren')
-INSERT INTO CUI_TERMS VALUES(1640,0,4,'adren alpha recept ag','adren')
-INSERT INTO CUI_TERMS VALUES(1640,0,6,'agonist , adrenergic alpha - receptor','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,4,5,'alpha - adrenergic receptor agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,2,3,'alpha adrenergic agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,4,5,'alpha - adrenergic receptor agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1640,1,4,'recept agon alpha adren','agon')
-INSERT INTO CUI_TERMS VALUES(1640,3,4,'alpha - adrenergic agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1640,2,4,'alpha - adrenoceptor agonist','adrenoceptor')
-INSERT INTO CUI_TERMS VALUES(1641,2,5,'alpha - antagonists , adrenergic','antagonists')
-INSERT INTO CUI_TERMS VALUES(1641,0,5,'blockers , alpha - adrenergic','blockers')
-INSERT INTO CUI_TERMS VALUES(1641,1,6,'receptor blockaders , alpha - adrenergic','blockaders')
-INSERT INTO CUI_TERMS VALUES(1641,0,6,'blockaders , adrenergic alpha - receptor','blockaders')
-INSERT INTO CUI_TERMS VALUES(1641,3,4,'adrenergic agent alpha blocking','blocking')
-INSERT INTO CUI_TERMS VALUES(1641,3,4,'adrenergic alpha receptor blockaders','blockaders')
-INSERT INTO CUI_TERMS VALUES(1641,1,3,'adrenergic antagonists alpha','antagonists')
-INSERT INTO CUI_TERMS VALUES(1641,1,2,'alpha blockers','blockers')
-INSERT INTO CUI_TERMS VALUES(1641,1,3,'alpha antiadrenergic agent','antiadrenergic')
-INSERT INTO CUI_TERMS VALUES(1641,3,4,'alpha - adrenergic blockers','blockers')
-INSERT INTO CUI_TERMS VALUES(1641,2,5,'alpha - adrenoceptor blocking drug','adrenoceptor')
-INSERT INTO CUI_TERMS VALUES(1641,2,3,'alpha adrenergic blockers','blockers')
-INSERT INTO CUI_TERMS VALUES(1641,3,5,'alpha - adrenergic blocking agent','blocking')
-INSERT INTO CUI_TERMS VALUES(1641,0,4,'adren alpha recept block','adren')
-INSERT INTO CUI_TERMS VALUES(1641,2,4,'adrenergic receptor blockaders alpha','blockaders')
-INSERT INTO CUI_TERMS VALUES(1641,2,4,'agent alpha adrenoceptor blocking','adrenoceptor')
-INSERT INTO CUI_TERMS VALUES(1641,3,4,'alpha adrenergic receptor blockaders','blockaders')
-INSERT INTO CUI_TERMS VALUES(1641,4,5,'adrenergic alpha - receptor blockaders','blockaders')
-INSERT INTO CUI_TERMS VALUES(1641,1,3,'alpha adren block','adren')
-INSERT INTO CUI_TERMS VALUES(1641,2,5,'alpha - blockers , adrenergic','blockers')
-INSERT INTO CUI_TERMS VALUES(1641,2,3,'alpha - blocker','blocker')
-INSERT INTO CUI_TERMS VALUES(1641,2,3,'alpha adrenergic antagonists','antagonists')
-INSERT INTO CUI_TERMS VALUES(1641,0,6,'blocking agents , alpha - adrenergic','blocking')
-INSERT INTO CUI_TERMS VALUES(1641,0,6,'blockaders , alpha - adrenergic receptor','blockaders')
-INSERT INTO CUI_TERMS VALUES(1641,1,4,'alpha adren recept block','adren')
-INSERT INTO CUI_TERMS VALUES(1641,5,6,'agents , alpha - adrenergic blocking','blocking')
-INSERT INTO CUI_TERMS VALUES(1641,4,5,'alpha - adrenergic receptor blockaders','blockaders')
-INSERT INTO CUI_TERMS VALUES(1641,3,6,'alpha - receptor blockaders , adrenergic','blockaders')
-INSERT INTO CUI_TERMS VALUES(1641,3,5,'alpha - adrenergic blocking agents','blocking')
-INSERT INTO CUI_TERMS VALUES(1641,2,3,'adrenergic alpha antagonists','antagonists')
-INSERT INTO CUI_TERMS VALUES(1641,2,3,'alpha adrenergic blocker','blocker')
-INSERT INTO CUI_TERMS VALUES(1641,2,4,'alpha adrenergic blocking agents','blocking')
-INSERT INTO CUI_TERMS VALUES(1641,3,4,'alpha - adrenergic antagonist','antagonist')
-INSERT INTO CUI_TERMS VALUES(1641,2,5,'alpha - adrenoceptor blocking agent','adrenoceptor')
-INSERT INTO CUI_TERMS VALUES(1641,3,4,'adrenergic alpha - blockers','blockers')
-INSERT INTO CUI_TERMS VALUES(1641,2,3,'adren alpha antag','antag')
-INSERT INTO CUI_TERMS VALUES(1641,3,4,'adrenergic alpha - antagonists','antagonists')
-INSERT INTO CUI_TERMS VALUES(1641,2,3,'alpha block adren','adren')
-INSERT INTO CUI_TERMS VALUES(1641,1,2,'alpha blocker','blocker')
-INSERT INTO CUI_TERMS VALUES(1642,2,4,'beta 1 adrenergic receptor','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,0,4,'adrenergic beta 1 receptors','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,3,5,'beta - 1 adrenergic receptors','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,2,7,'receptor , adrenergic , beta - 1','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,2,7,'receptors , adrenergic , beta - 1','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,2,6,'receptors , adrenergic beta - 1','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,0,6,'adrenergic receptors , beta - 1','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,2,4,'beta 1 adren recept','adren')
-INSERT INTO CUI_TERMS VALUES(1642,0,5,'adrenergic beta - 1 receptors','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,2,3,'beta 1 receptor','receptor')
-INSERT INTO CUI_TERMS VALUES(1642,3,4,'beta - 1 adrenoceptor','adrenoceptor')
-INSERT INTO CUI_TERMS VALUES(1642,5,6,'beta - 1 receptors , adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,5,6,'receptors , beta - 1 adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,4,6,'beta - 1 - adrenergic receptor','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,3,4,'beta - 1 adrenoreceptor','adrenoreceptor')
-INSERT INTO CUI_TERMS VALUES(1642,0,5,'adrenergic receptor , beta 1','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,1,4,'recept adren beta 1','adren')
-INSERT INTO CUI_TERMS VALUES(1642,4,5,'receptors , beta 1 adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,0,6,'adrenergic receptor , beta - 1','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,5,6,'receptor , beta - 1 adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,0,4,'adrenergic receptors beta 01','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,1,4,'beta adrenergic receptors 01','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,3,4,'recept beta 1 adren','adren')
-INSERT INTO CUI_TERMS VALUES(1642,0,4,'adren beta 1 recept','adren')
-INSERT INTO CUI_TERMS VALUES(1642,0,1,'adrb1','adrb1')
-INSERT INTO CUI_TERMS VALUES(1642,3,5,'beta - 1 adrenergic receptor','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,2,4,'beta 1 adrenergic receptors','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1642,3,4,'receptors beta 001 adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,3,5,'beta - 2 adrenergic receptor','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,2,4,'beta 2 adrenergic receptors','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,1,4,'receptors adrenergic beta 2','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,4,5,'receptors , beta 2 adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,0,5,'adrenergic beta - 2 receptors','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,2,7,'receptor , adrenergic , beta - 2','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,5,6,'receptors , beta - 2 adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,2,6,'receptors , adrenergic beta - 2','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,2,7,'receptors , adrenergic , beta - 2','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,0,6,'adrenergic receptors , beta - 2','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,3,4,'beta - 2 adrenoceptor','adrenoceptor')
-INSERT INTO CUI_TERMS VALUES(1643,3,4,'recept beta 2 adren','adren')
-INSERT INTO CUI_TERMS VALUES(1643,0,5,'adrenergic receptor , beta 2','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,5,6,'receptor , beta - 2 adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,1,4,'recept adren beta 2','adren')
-INSERT INTO CUI_TERMS VALUES(1643,0,6,'adrenergic receptor , beta - 2','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,3,5,'beta - 2 adrenergic receptors','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,0,4,'adrenergic beta 2 receptors','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,0,4,'adren beta 2 recept','adren')
-INSERT INTO CUI_TERMS VALUES(1643,4,6,'beta - 2 - adrenergic receptor','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,0,1,'b2ar','b2ar')
-INSERT INTO CUI_TERMS VALUES(1643,3,4,'receptors beta 002 adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,0,1,'adrb2r','adrb2r')
-INSERT INTO CUI_TERMS VALUES(1643,0,4,'adrenergic receptors beta 02','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,1,4,'beta adrenergic receptors 02','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,2,4,'beta 2 adren recept','adren')
-INSERT INTO CUI_TERMS VALUES(1643,0,10,'adrenergic , beta - 2 - , receptor , surface','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,5,6,'beta - 2 receptors , adrenergic','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,1,4,'2 adrenergic beta receptors','adrenergic')
-INSERT INTO CUI_TERMS VALUES(1643,0,1,'adrbr','adrbr')
-INSERT INTO CUI_TERMS VALUES(1643,0,1,'adrb2','adrb2')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'beta adren recept agon','agon')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'adrenergic beta receptor agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,3,6,'beta - receptor agonist , adrenergic','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,1,5,'receptors agonists , adrenergic beta','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'beta - adrenergic agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,1,4,'recept agon beta adren','agon')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'beta - adrenergic agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,1,4,'recept agon adren beta','agon')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'adrenergic beta receptor agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,0,1,'betamimetics','betamimetics')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'beta adrenergic receptor agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,3,6,'beta - receptor agonists , adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,1,4,'beta adren recept ag','adren')
-INSERT INTO CUI_TERMS VALUES(1644,0,4,'adren beta recept ag','adren')
-INSERT INTO CUI_TERMS VALUES(1644,1,3,'beta adren ag','adren')
-INSERT INTO CUI_TERMS VALUES(1644,2,4,'adrenergic receptor agonists beta','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'adrenergic beta - agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,2,3,'adren beta agon','agon')
-INSERT INTO CUI_TERMS VALUES(1644,2,5,'beta - agonist , adrenergic','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'adren beta recept agon','agon')
-INSERT INTO CUI_TERMS VALUES(1644,2,3,'adrenergic beta agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,0,5,'agonists , beta - adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,4,5,'adrenergic beta - receptor agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,4,5,'beta - adrenergic receptor agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,2,3,'beta adren agon','agon')
-INSERT INTO CUI_TERMS VALUES(1644,2,3,'beta adrenergic agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,2,3,'beta adrenergic agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,0,5,'agonist , beta - adrenergic','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,2,3,'adrenergic beta agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'adrenergic beta - agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,1,5,'receptor agonists , beta adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,2,5,'beta - agonists , adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,3,4,'beta adrenergic receptor agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,0,6,'agonist , adrenergic beta - receptor','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,0,4,'agonists beta adrenergic receptor','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,4,5,'adrenergic beta - receptor agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1644,1,3,'adrenergic agonists beta','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,0,3,'adren beta ag','adren')
-INSERT INTO CUI_TERMS VALUES(1644,4,5,'beta - adrenergic receptor agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,0,6,'agonists , adrenergic beta - receptor','agonists')
-INSERT INTO CUI_TERMS VALUES(1644,2,4,'beta - adrenoceptor agonist','adrenoceptor')
-INSERT INTO CUI_TERMS VALUES(1645,2,3,'beta adrenergic blocker','blocker')
-INSERT INTO CUI_TERMS VALUES(1645,2,3,'adrenergic beta antagonists','antagonists')
-INSERT INTO CUI_TERMS VALUES(1645,2,4,'beta - blocking agent','blocking')
-INSERT INTO CUI_TERMS VALUES(1645,0,6,'blockaders , adrenergic beta - receptor','blockaders')
-INSERT INTO CUI_TERMS VALUES(1645,3,4,'adrenergic beta receptor blockaders','blockaders')
-INSERT INTO CUI_TERMS VALUES(1645,2,3,'beta - blocker','blocker')
-INSERT INTO CUI_TERMS VALUES(1645,1,2,'beta blocker','blocker')
-INSERT INTO CUI_TERMS VALUES(1645,2,3,'adren beta antag','antag')
-INSERT INTO CUI_TERMS VALUES(1645,0,6,'blocking agents , beta - adrenergic','blocking')
-INSERT INTO CUI_TERMS VALUES(1645,2,5,'beta - adrenoceptor blocking agent','adrenoceptor')
-INSERT INTO CUI_TERMS VALUES(1645,3,4,'beta - adrenergic blockers','blockers')
-INSERT INTO CUI_TERMS VALUES(1645,1,2,'beta blockers','blockers')
-INSERT INTO CUI_TERMS VALUES(1645,3,5,'beta - adrenergic blocking agent','blocking')
-INSERT INTO CUI_TERMS VALUES(1645,4,5,'adrenergic beta - receptor blockaders','blockaders')
-INSERT INTO CUI_TERMS VALUES(1645,0,4,'adren beta recept block','adren')
-INSERT INTO CUI_TERMS VALUES(1645,3,4,'beta adrenergic receptor blockaders','blockaders')
-INSERT INTO CUI_TERMS VALUES(1645,2,3,'beta adrenergic antagonist','antagonist')
-INSERT INTO CUI_TERMS VALUES(1645,1,6,'receptor blockaders , beta - adrenergic','blockaders')
-INSERT INTO CUI_TERMS VALUES(1645,1,3,'beta adren block','adren')
-INSERT INTO CUI_TERMS VALUES(1645,2,5,'beta - adrenoceptor blocking drug','adrenoceptor')
-INSERT INTO CUI_TERMS VALUES(1645,3,6,'beta - receptor blockaders , adrenergic','blockaders')
-INSERT INTO CUI_TERMS VALUES(1645,0,6,'blockaders , beta - adrenergic receptor','blockaders')
-INSERT INTO CUI_TERMS VALUES(1645,2,3,'beta - blockers','blockers')
-INSERT INTO CUI_TERMS VALUES(1645,2,3,'beta adrenergic blockers','blockers')
-INSERT INTO CUI_TERMS VALUES(1645,2,4,'beta adrenergic blocking agents','blocking')
-INSERT INTO CUI_TERMS VALUES(1645,3,5,'beta - adrenergic blocking agents','blocking')
-INSERT INTO CUI_TERMS VALUES(1645,3,4,'beta - adrenergic antagonist','antagonist')
-INSERT INTO CUI_TERMS VALUES(1645,1,3,'adrenergic antagonists beta','antagonists')
-INSERT INTO CUI_TERMS VALUES(1645,5,6,'agents , beta - adrenergic blocking','blocking')
-INSERT INTO CUI_TERMS VALUES(1645,4,5,'beta - adrenergic receptor blockaders','blockaders')
-INSERT INTO CUI_TERMS VALUES(1645,2,5,'beta - antagonists , adrenergic','antagonists')
-INSERT INTO CUI_TERMS VALUES(1645,1,3,'beta blocking agents','blocking')
-INSERT INTO CUI_TERMS VALUES(1645,1,4,'beta adren recept block','adren')
-INSERT INTO CUI_TERMS VALUES(1645,3,4,'adrenergic beta - antagonists','antagonists')
-INSERT INTO CUI_TERMS VALUES(1645,2,4,'adrenergic receptor blockaders beta','blockaders')
-INSERT INTO CUI_TERMS VALUES(1645,0,5,'blockers , beta - adrenergic','blockers')
-INSERT INTO CUI_TERMS VALUES(1646,1,2,'sympathetic fibers','fibers')
-INSERT INTO CUI_TERMS VALUES(1646,1,2,'adrenergic fiber','fiber')
-INSERT INTO CUI_TERMS VALUES(1646,1,2,'sympathetic fiber','fiber')
-INSERT INTO CUI_TERMS VALUES(1646,0,3,'fiber , sympathetic','fiber')
-INSERT INTO CUI_TERMS VALUES(1646,0,3,'fibers , sympathetic','fibers')
-INSERT INTO CUI_TERMS VALUES(1646,1,2,'sympathetic fibre','fibre')
-INSERT INTO CUI_TERMS VALUES(1646,1,2,'adrenergic fibers','fibers')
-INSERT INTO CUI_TERMS VALUES(1646,0,3,'fibers , adrenergic','fibers')
-INSERT INTO CUI_TERMS VALUES(1646,0,3,'fiber , adrenergic','fiber')
-INSERT INTO CUI_TERMS VALUES(1648,0,3,'agonists , adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1648,1,2,'adrenergic agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1648,1,3,'recept agon adren','agon')
-INSERT INTO CUI_TERMS VALUES(1648,0,2,'adren ag','adren')
-INSERT INTO CUI_TERMS VALUES(1648,2,3,'adrenergic receptor agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1648,0,1,'adrenomimetic','adrenomimetic')
-INSERT INTO CUI_TERMS VALUES(1648,0,1,'adrenomimetics','adrenomimetics')
-INSERT INTO CUI_TERMS VALUES(1648,2,3,'adren recept agon','agon')
-INSERT INTO CUI_TERMS VALUES(1648,0,3,'agonist , adrenergic','agonist')
-INSERT INTO CUI_TERMS VALUES(1648,1,2,'adrenergic agonist','agonist')
-INSERT INTO CUI_TERMS VALUES(1648,0,2,'agonists adrenergic','agonists')
-INSERT INTO CUI_TERMS VALUES(1648,0,2,'adrenoreceptor stimulant','adrenoreceptor')
-INSERT INTO CUI_TERMS VALUES(1648,1,2,'adren agon','agon')
-INSERT INTO CUI_TERMS VALUES(1648,2,3,'adrenergic receptor agonists','agonists')
-INSERT INTO CUI_TERMS VALUES(1648,0,3,'adren recept ag','adren')
-INSERT INTO CUI_TERMS VALUES(1652,0,1,'adrenochrome','adrenochrome')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'adrenotropin','adrenotropin')
-INSERT INTO CUI_TERMS VALUES(1655,1,3,'purified cortrophin gel','cortrophin')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'adrenotrophin','adrenotrophin')
-INSERT INTO CUI_TERMS VALUES(1655,0,2,'adrenocorticotropic hormone','adrenocorticotropic')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'adrenocorticotropin','adrenocorticotropin')
-INSERT INTO CUI_TERMS VALUES(1655,0,2,'adrenotropic hormone','adrenotropic')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'corticotrophins','corticotrophins')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'corticotropin','corticotropin')
-INSERT INTO CUI_TERMS VALUES(1655,0,2,'corticotrophic hormone','corticotrophic')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'corticotropins','corticotropins')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'cctrop','cctrop')
-INSERT INTO CUI_TERMS VALUES(1655,0,2,'adrenocorticotrophic hormone','adrenocorticotrophic')
-INSERT INTO CUI_TERMS VALUES(1655,2,3,'hormone , adrenocorticotrophic','adrenocorticotrophic')
-INSERT INTO CUI_TERMS VALUES(1655,2,3,'hormone , adrenocorticotropic','adrenocorticotropic')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'corticotrophin','corticotrophin')
-INSERT INTO CUI_TERMS VALUES(1655,0,2,'adrenocorticotropic peptide','adrenocorticotropic')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'acth','acth')
-INSERT INTO CUI_TERMS VALUES(1655,0,1,'adrenocorticotrophin','adrenocorticotrophin')
-INSERT INTO CUI_TERMS VALUES(1655,0,2,'corticotropic hormone','corticotropic')
-INSERT INTO CUI_TERMS VALUES(1676,1,3,'adult antisocial behaviour','antisocial')
-INSERT INTO CUI_TERMS VALUES(1676,1,3,'adult antisocial behavior','antisocial')
-INSERT INTO CUI_TERMS VALUES(1697,0,1,'aeroallergen','aeroallergen')
-INSERT INTO CUI_TERMS VALUES(1697,0,1,'aeroallergens','aeroallergens')
-INSERT INTO CUI_TERMS VALUES(1701,0,2,'aerobic exercise','aerobic')
-INSERT INTO CUI_TERMS VALUES(1701,2,3,'exercises , aerobic','aerobic')
-INSERT INTO CUI_TERMS VALUES(1701,0,1,'aerobics','aerobics')
-INSERT INTO CUI_TERMS VALUES(1701,0,2,'aerobic exercises','aerobic')
-INSERT INTO CUI_TERMS VALUES(1701,0,2,'aerobic activity','aerobic')
-INSERT INTO CUI_TERMS VALUES(1701,2,3,'exercise , aerobic','aerobic')
-INSERT INTO CUI_TERMS VALUES(1707,1,4,'excessive swallowing of air','swallowing')
-INSERT INTO CUI_TERMS VALUES(1707,0,2,'swallowing air','swallowing')
-INSERT INTO CUI_TERMS VALUES(1707,1,2,'air swallow','swallow')
-INSERT INTO CUI_TERMS VALUES(1707,0,1,'aerophagia','aerophagia')
-INSERT INTO CUI_TERMS VALUES(1707,0,1,'aerophagy','aerophagy')
-INSERT INTO CUI_TERMS VALUES(1707,0,2,'swallow air','swallow')
-INSERT INTO CUI_TERMS VALUES(1707,1,2,'air swallowing','swallowing')
-INSERT INTO CUI_TERMS VALUES(1707,0,3,'swallowing , air','swallowing')
-INSERT INTO CUI_TERMS VALUES(1714,0,2,'polimixina b','polimixina')
-INSERT INTO CUI_TERMS VALUES(1714,4,5,'polymyxin - b - sulfat','sulfat')
-INSERT INTO CUI_TERMS VALUES(1714,0,2,'polymyxinum b','polymyxinum')
-INSERT INTO CUI_TERMS VALUES(1714,0,3,'polymyxini b sulfas','polymyxini')
-INSERT INTO CUI_TERMS VALUES(1714,0,2,'polymyxine b','polymyxine')
-INSERT INTO CUI_TERMS VALUES(1714,2,3,'b polymyxin sulfates','sulfates')
-INSERT INTO CUI_TERMS VALUES(1721,0,1,'affects','affects')
-INSERT INTO CUI_TERMS VALUES(1721,0,1,'affect','affect')
-INSERT INTO CUI_TERMS VALUES(1723,1,2,'affective psychoses','psychoses')
-INSERT INTO CUI_TERMS VALUES(1723,1,3,'psychotic affective dis','affective')
-INSERT INTO CUI_TERMS VALUES(1723,3,4,'disorder , psychotic affective','affective')
-INSERT INTO CUI_TERMS VALUES(1723,1,3,'psychotic affective disorders','affective')
-INSERT INTO CUI_TERMS VALUES(1723,0,3,'affective disorder psychotic','affective')
-INSERT INTO CUI_TERMS VALUES(1723,0,3,'affective dis psychotic','affective')
-INSERT INTO CUI_TERMS VALUES(1723,3,4,'disorders , psychotic affective','affective')
-INSERT INTO CUI_TERMS VALUES(1723,0,3,'psychoses , affective','psychoses')
-INSERT INTO CUI_TERMS VALUES(1723,0,4,'affective disorders , psychotic','affective')
-INSERT INTO CUI_TERMS VALUES(1723,1,3,'psychotic affective disorder','affective')
-INSERT INTO CUI_TERMS VALUES(1723,0,2,'affective psychosis','affective')
-INSERT INTO CUI_TERMS VALUES(1723,0,4,'affective disorder , psychotic','affective')
-INSERT INTO CUI_TERMS VALUES(1727,0,3,'afferent loop syndrome','afferent')
-INSERT INTO CUI_TERMS VALUES(1727,2,4,'syndrome , afferent loop','afferent')
-INSERT INTO CUI_TERMS VALUES(1727,3,4,'loop syndrome , afferent','afferent')
-INSERT INTO CUI_TERMS VALUES(1727,2,4,'syndromes , afferent loop','afferent')
-INSERT INTO CUI_TERMS VALUES(1727,0,4,'gastrojejunal loop obstruction syndrome','gastrojejunal')
-INSERT INTO CUI_TERMS VALUES(1727,3,4,'loop syndromes , afferent','afferent')
-INSERT INTO CUI_TERMS VALUES(1727,0,3,'afferent loop syndromes','afferent')
-INSERT INTO CUI_TERMS VALUES(1733,0,1,'afibrinogenemia','afibrinogenemia')
-INSERT INTO CUI_TERMS VALUES(1733,0,2,'fibrinogen deficiencies','fibrinogen')
-INSERT INTO CUI_TERMS VALUES(1733,0,1,'afibrinogenemias','afibrinogenemias')
-INSERT INTO CUI_TERMS VALUES(1733,1,2,'defic fibrinogen','fibrinogen')
-INSERT INTO CUI_TERMS VALUES(1733,0,2,'fibrinogen deficiency','fibrinogen')
-INSERT INTO CUI_TERMS VALUES(1733,2,4,'deficiency , factor i','factor')
-INSERT INTO CUI_TERMS VALUES(1733,0,2,'fibrinogen defic','fibrinogen')
-INSERT INTO CUI_TERMS VALUES(1733,1,3,'deficiency factor i','factor')
-INSERT INTO CUI_TERMS VALUES(1733,0,1,'afibrinogenaemia','afibrinogenaemia')
-INSERT INTO CUI_TERMS VALUES(1733,0,3,'factor i deficiency','factor')
-INSERT INTO CUI_TERMS VALUES(1733,2,3,'deficiency , fibrinogen','fibrinogen')
-INSERT INTO CUI_TERMS VALUES(1734,0,1,'aflatoxins','aflatoxins')
-INSERT INTO CUI_TERMS VALUES(1734,0,1,'aflatoxin','aflatoxin')
-INSERT INTO CUI_TERMS VALUES(1762,1,2,'after image','image')
-INSERT INTO CUI_TERMS VALUES(1762,0,1,'afterimages','afterimages')
-INSERT INTO CUI_TERMS VALUES(1762,1,2,'after images','images')
-INSERT INTO CUI_TERMS VALUES(1762,0,2,'images after','images')
-INSERT INTO CUI_TERMS VALUES(1762,0,2,'image after','image')
-INSERT INTO CUI_TERMS VALUES(1762,0,1,'afterimage','afterimage')
-INSERT INTO CUI_TERMS VALUES(1768,0,1,'agammaglobulinaemia','agammaglobulinaemia')
-INSERT INTO CUI_TERMS VALUES(1768,0,1,'agammaglobulinemias','agammaglobulinemias')
-INSERT INTO CUI_TERMS VALUES(1768,0,1,'agammaglobulinemia','agammaglobulinemia')
-INSERT INTO CUI_TERMS VALUES(1771,0,1,'agar','agar')
-INSERT INTO CUI_TERMS VALUES(1771,0,1,'agars','agars')
-INSERT INTO CUI_TERMS VALUES(1787,0,5,'age - related bone loss','age')
-INSERT INTO CUI_TERMS VALUES(1787,2,3,'age related osteoporosis','osteoporosis')
-INSERT INTO CUI_TERMS VALUES(1787,4,5,'age - related bone losses','losses')
-INSERT INTO CUI_TERMS VALUES(1787,0,5,'osteoporosis , age - related','osteoporosis')
-INSERT INTO CUI_TERMS VALUES(1787,0,5,'osteoporoses , age - related','osteoporoses')
-INSERT INTO CUI_TERMS VALUES(1787,2,3,'osteoporosis age relat','relat')
-INSERT INTO CUI_TERMS VALUES(1787,1,3,'age relat osteoporosis','relat')
-INSERT INTO CUI_TERMS VALUES(1787,3,4,'age - related osteoporosis','osteoporosis')
-INSERT INTO CUI_TERMS VALUES(1787,0,4,'age related bone loss','age')
-INSERT INTO CUI_TERMS VALUES(1787,3,4,'age - related osteoporoses','osteoporoses')
-INSERT INTO CUI_TERMS VALUES(1787,0,4,'osteoporosis , age related','osteoporosis')
-INSERT INTO CUI_TERMS VALUES(1787,1,6,'bone losses , age - related','losses')
-INSERT INTO CUI_TERMS VALUES(1787,3,5,'bone loss , age related','age')
-INSERT INTO CUI_TERMS VALUES(1787,3,6,'bone loss , age - related','age')
-INSERT INTO CUI_TERMS VALUES(1787,3,4,'bone loss age relat','relat')
-INSERT INTO CUI_TERMS VALUES(1801,0,1,'agglutinations','agglutinations')
-INSERT INTO CUI_TERMS VALUES(1801,0,1,'agglutination','agglutination')
-INSERT INTO CUI_TERMS VALUES(1802,0,2,'agglutination procedure','agglutination')
-INSERT INTO CUI_TERMS VALUES(1802,2,3,'tests , agglutination','agglutination')
-INSERT INTO CUI_TERMS VALUES(1802,0,2,'agglutination reactions','agglutination')
-INSERT INTO CUI_TERMS VALUES(1802,0,2,'agglutination reaction','agglutination')
-INSERT INTO CUI_TERMS VALUES(1802,0,2,'agglutination testing','agglutination')
-INSERT INTO CUI_TERMS VALUES(1802,0,2,'agglutination assay','agglutination')
-INSERT INTO CUI_TERMS VALUES(1802,2,3,'test , agglutination','agglutination')
-INSERT INTO CUI_TERMS VALUES(1802,0,2,'agglutination test','agglutination')
-INSERT INTO CUI_TERMS VALUES(1802,0,2,'agglutination tests','agglutination')
-INSERT INTO CUI_TERMS VALUES(1804,0,1,'agglutinin','agglutinin')
-INSERT INTO CUI_TERMS VALUES(1804,0,1,'agglutinins','agglutinins')
-INSERT INTO CUI_TERMS VALUES(1811,0,1,'ageing','ageing')
-INSERT INTO CUI_TERMS VALUES(1811,0,1,'aging','aging')
-INSERT INTO CUI_TERMS VALUES(1815,0,1,'amm','amm')
-INSERT INTO CUI_TERMS VALUES(1815,1,2,'myelosis non-leukemic','non-leukemic')
-INSERT INTO CUI_TERMS VALUES(1815,0,3,'myelosis , aleukemic','myelosis')
-INSERT INTO CUI_TERMS VALUES(1815,0,3,'myeloses , nonleukemic','myeloses')
-INSERT INTO CUI_TERMS VALUES(1815,0,4,'fibroses , bone marrow','fibroses')
-INSERT INTO CUI_TERMS VALUES(1815,2,3,'bone marrow fibroses','fibroses')
-INSERT INTO CUI_TERMS VALUES(1815,1,2,'myelosis nonleukemic','nonleukemic')
-INSERT INTO CUI_TERMS VALUES(1815,2,3,'bone marrow fibrosis','fibrosis')
-INSERT INTO CUI_TERMS VALUES(1815,1,2,'aleukemic myelosis','myelosis')
-INSERT INTO CUI_TERMS VALUES(1815,0,1,'mos','mos')
-INSERT INTO CUI_TERMS VALUES(1815,0,1,'cimf','cimf')
-INSERT INTO CUI_TERMS VALUES(1815,0,1,'myeloscleroses','myeloscleroses')
-INSERT INTO CUI_TERMS VALUES(1815,0,4,'fibrosis , bone marrow','fibrosis')
-INSERT INTO CUI_TERMS VALUES(1815,0,1,'myelosclerosis','myelosclerosis')
-INSERT INTO CUI_TERMS VALUES(1815,2,4,'metaplasias , agnogenic myeloid','agnogenic')
-INSERT INTO CUI_TERMS VALUES(1815,2,3,'myelosis , nonleukemic','nonleukemic')
-INSERT INTO CUI_TERMS VALUES(1815,0,1,'myelofibroses','myelofibroses')
-INSERT INTO CUI_TERMS VALUES(1815,0,4,'myelofi w myelo metaplas','myelofi')
-INSERT INTO CUI_TERMS VALUES(1815,0,2,'nonleukemic myelosis','nonleukemic')
-INSERT INTO CUI_TERMS VALUES(1815,0,3,'metaplasia , myeloid','metaplasia')
-INSERT INTO CUI_TERMS VALUES(1815,0,3,'metaplasias , myeloid','metaplasias')
-INSERT INTO CUI_TERMS VALUES(1815,1,2,'nonleukemic myeloses','myeloses')
-INSERT INTO CUI_TERMS VALUES(1815,1,2,'myeloid metaplasias','metaplasias')
-INSERT INTO CUI_TERMS VALUES(1815,2,4,'metaplasia , agnogenic myeloid','agnogenic')
-INSERT INTO CUI_TERMS VALUES(1816,5,6,'loss of perception of sensory stimuli','stimuli')
-INSERT INTO CUI_TERMS VALUES(1816,0,1,'agnosias','agnosias')
-INSERT INTO CUI_TERMS VALUES(1816,0,1,'agnosia','agnosia')
-INSERT INTO CUI_TERMS VALUES(1818,0,1,'agoraphobias','agoraphobias')
-INSERT INTO CUI_TERMS VALUES(1818,3,4,'fear of open places','places')
-INSERT INTO CUI_TERMS VALUES(1818,0,1,'agoraphobia','agoraphobia')
-INSERT INTO CUI_TERMS VALUES(1818,2,3,'fear open spaces','spaces')
-INSERT INTO CUI_TERMS VALUES(1818,3,4,'fear of open spaces','spaces')
-INSERT INTO CUI_TERMS VALUES(1818,2,4,'phobia of going out','going')
-INSERT INTO CUI_TERMS VALUES(1819,0,6,'agoraphobia without mention of panic attacks','agoraphobia')
-INSERT INTO CUI_TERMS VALUES(1819,0,5,'agoraphobia w / o panic','agoraphobia')
-INSERT INTO CUI_TERMS VALUES(1819,0,7,'agoraphobia without a history of panic disorder','agoraphobia')
-INSERT INTO CUI_TERMS VALUES(1819,0,6,'agoraphobia without history of panic disorder','agoraphobia')
-INSERT INTO CUI_TERMS VALUES(1824,0,1,'agranulocytoses','agranulocytoses')
-INSERT INTO CUI_TERMS VALUES(1824,0,2,'granulocytopenic disorder','granulocytopenic')
-INSERT INTO CUI_TERMS VALUES(1824,0,1,'granulopenia','granulopenia')
-INSERT INTO CUI_TERMS VALUES(1824,0,1,'granulocytopenia','granulocytopenia')
-INSERT INTO CUI_TERMS VALUES(1824,0,1,'granulocytopenias','granulocytopenias')
-INSERT INTO CUI_TERMS VALUES(1824,0,1,'agranulocytosis','agranulocytosis')
-INSERT INTO CUI_TERMS VALUES(1824,0,2,'schultz disease','schultz')
-INSERT INTO CUI_TERMS VALUES(1825,0,1,'agraphias','agraphias')
-INSERT INTO CUI_TERMS VALUES(1825,0,1,'agraphia','agraphia')
-INSERT INTO CUI_TERMS VALUES(1849,0,7,'dementia complex , acquired immune deficiency syndrome','dementia')
-INSERT INTO CUI_TERMS VALUES(1849,3,4,'dementia complex , aids','aids')
-INSERT INTO CUI_TERMS VALUES(1849,3,6,'hiv - associated cognitive motor complex','cognitive')
-INSERT INTO CUI_TERMS VALUES(1849,6,7,'acquired immune deficiency syndrome - related dementia','dementia')
-INSERT INTO CUI_TERMS VALUES(1849,1,4,'aids relat dementia complex','relat')
-INSERT INTO CUI_TERMS VALUES(1849,0,3,'dementia , hiv','dementia')
-INSERT INTO CUI_TERMS VALUES(1849,1,2,'hiv dementia','dementia')
-INSERT INTO CUI_TERMS VALUES(1849,2,6,'acquired immune defic syndrome dementia complex','defic')
-INSERT INTO CUI_TERMS VALUES(1849,5,7,'acquired - immune deficiency syndrome dementia complex','dementia')
-INSERT INTO CUI_TERMS VALUES(1849,0,6,'dementia associated with acquired immunodeficiency syndrome','dementia')
-INSERT INTO CUI_TERMS VALUES(1849,0,3,'dementias , hiv','dementias')
-INSERT INTO CUI_TERMS VALUES(1849,1,5,'hiv assoc cognitive motor complex','assoc')
-INSERT INTO CUI_TERMS VALUES(1849,0,4,'aids related dementia complex','aids')
-INSERT INTO CUI_TERMS VALUES(1849,3,4,'dementia complex aids relat','relat')
-INSERT INTO CUI_TERMS VALUES(1849,0,2,'dementia hiv','dementia')
-INSERT INTO CUI_TERMS VALUES(1849,3,4,'dementia associated with aids','aids')
-INSERT INTO CUI_TERMS VALUES(1849,2,5,'hiv associated cognitive motor complex','cognitive')
-INSERT INTO CUI_TERMS VALUES(1849,4,6,'acquired immune deficiency syndrome dementia complex','dementia')
-INSERT INTO CUI_TERMS VALUES(1849,0,4,'aids - related dementia','aids')
-INSERT INTO CUI_TERMS VALUES(1849,0,2,'aids dementia','aids')
-INSERT INTO CUI_TERMS VALUES(1849,1,2,'dementia aids','aids')
-INSERT INTO CUI_TERMS VALUES(1849,4,6,'dementia complex acquired immune defic syndrome','defic')
-INSERT INTO CUI_TERMS VALUES(1849,1,2,'hiv dementias','dementias')
-INSERT INTO CUI_TERMS VALUES(1849,2,6,'hiv associated cognitive and motor complex','cognitive')
-INSERT INTO CUI_TERMS VALUES(1860,0,1,'dactylolysis','dactylolysis')
-INSERT INTO CUI_TERMS VALUES(1860,0,1,'ainhum','ainhum')
-INSERT INTO CUI_TERMS VALUES(1860,1,2,'spontaneous dactylolyses','dactylolyses')
-INSERT INTO CUI_TERMS VALUES(1860,0,3,'dactylolyses , spontaneous','dactylolyses')
-INSERT INTO CUI_TERMS VALUES(1882,1,2,'air sickness','sickness')
-INSERT INTO CUI_TERMS VALUES(1882,0,3,'sickness , air','sickness')
-INSERT INTO CUI_TERMS VALUES(1882,0,1,'airsickness','airsickness')
-INSERT INTO CUI_TERMS VALUES(1883,0,3,'obstructions , airway','obstructions')
-INSERT INTO CUI_TERMS VALUES(1883,0,2,'airway obstruction','airway')
-INSERT INTO CUI_TERMS VALUES(1883,2,3,'obstruction , airway','airway')
-INSERT INTO CUI_TERMS VALUES(1883,1,2,'respiratory obstruction','obstruction')
-INSERT INTO CUI_TERMS VALUES(1883,1,2,'airway obstructions','obstructions')
-INSERT INTO CUI_TERMS VALUES(1883,1,2,'obstruction airway','airway')
-INSERT INTO CUI_TERMS VALUES(1883,0,2,'airways obstruction','airways')
-INSERT INTO CUI_TERMS VALUES(1883,0,2,'embarrassed airway','embarrassed')
-INSERT INTO CUI_TERMS VALUES(1888,0,1,'ajmaline','ajmaline')
-INSERT INTO CUI_TERMS VALUES(1888,0,1,'ajmalin','ajmalin')
-INSERT INTO CUI_TERMS VALUES(1889,1,2,'akinetic mutisms','mutisms')
-INSERT INTO CUI_TERMS VALUES(1889,0,2,'akinetic mutism','akinetic')
-INSERT INTO CUI_TERMS VALUES(1889,0,3,'vigils , coma','vigils')
-INSERT INTO CUI_TERMS VALUES(1889,1,2,'coma vigilans','vigilans')
-INSERT INTO CUI_TERMS VALUES(1889,0,3,'vigil , coma','vigil')
-INSERT INTO CUI_TERMS VALUES(1889,0,2,'vigil coma','vigil')
-INSERT INTO CUI_TERMS VALUES(1889,2,3,'mutism , akinetic','akinetic')
-INSERT INTO CUI_TERMS VALUES(1889,1,2,'mutism akinetic','akinetic')
-INSERT INTO CUI_TERMS VALUES(1889,0,3,'autism , akinetic','autism')
-INSERT INTO CUI_TERMS VALUES(1889,1,2,'coma vigil','vigil')
-INSERT INTO CUI_TERMS VALUES(1889,1,2,'akinetic autism','autism')
-INSERT INTO CUI_TERMS VALUES(1898,2,4,'alpha - aminopropionic acid','aminopropionic')
-INSERT INTO CUI_TERMS VALUES(1898,2,4,'2 - aminopropionic acid','aminopropionic')
-INSERT INTO CUI_TERMS VALUES(1898,6,8,'( s ) - 2 - aminopropanoic acid','aminopropanoic')
-INSERT INTO CUI_TERMS VALUES(1898,6,8,'( 2s ) - 2 - aminopropanoic acid','aminopropanoic')
-INSERT INTO CUI_TERMS VALUES(1898,0,1,'ala','ala')
-INSERT INTO CUI_TERMS VALUES(1898,0,1,'alanine','alanine')
-INSERT INTO CUI_TERMS VALUES(1899,3,4,'transaminase glutamic - pyruvic','pyruvic')
-INSERT INTO CUI_TERMS VALUES(1899,2,4,'glutamic - pyruvic transaminase','pyruvic')
-INSERT INTO CUI_TERMS VALUES(1899,0,1,'alts','alts')
-INSERT INTO CUI_TERMS VALUES(1899,0,1,'alt','alt')
-INSERT INTO CUI_TERMS VALUES(1899,0,2,'alanine aminotransferase','alanine')
-INSERT INTO CUI_TERMS VALUES(1899,0,1,'gpt','gpt')
-INSERT INTO CUI_TERMS VALUES(1899,4,6,'alanine - 2 - oxoglutarate aminotransferase','oxoglutarate')
-INSERT INTO CUI_TERMS VALUES(1899,0,3,'transaminase , alanine','transaminase')
-INSERT INTO CUI_TERMS VALUES(1899,2,3,'aminotransferase , alanine','alanine')
-INSERT INTO CUI_TERMS VALUES(1899,1,3,'glutamic pyruvic transaminase','pyruvic')
-INSERT INTO CUI_TERMS VALUES(1899,2,4,'alanine 2 oxoglutarate aminotransferase','oxoglutarate')
-INSERT INTO CUI_TERMS VALUES(1899,4,5,'transaminase , glutamic - pyruvic','pyruvic')
-INSERT INTO CUI_TERMS VALUES(1899,2,3,'s - alat','alat')
-INSERT INTO CUI_TERMS VALUES(1899,1,2,'alanine transaminase','transaminase')
-INSERT INTO CUI_TERMS VALUES(1899,0,1,'gpts','gpts')
-INSERT INTO CUI_TERMS VALUES(1899,2,5,'transaminase , glutamic - alanine','glutamic')
-INSERT INTO CUI_TERMS VALUES(1899,2,3,'glutamate pyruvate transaminase','transaminase')
-INSERT INTO CUI_TERMS VALUES(1900,1,2,'alanine racemase','racemase')
-INSERT INTO CUI_TERMS VALUES(1900,0,3,'racemase , alanine','racemase')
-INSERT INTO CUI_TERMS VALUES(1904,0,3,'alanine trna ligase','alanine')
-INSERT INTO CUI_TERMS VALUES(1904,0,4,'ala - trna ligase','ala')
-INSERT INTO CUI_TERMS VALUES(1904,0,6,'alanine - transfer ribonucleic acid ligase','alanine')
-INSERT INTO CUI_TERMS VALUES(1904,2,5,'ligase , alanine - trna','alanine')
-INSERT INTO CUI_TERMS VALUES(1904,0,3,'ala trna ligase','ala')
-INSERT INTO CUI_TERMS VALUES(1904,0,4,'alanyl - trna synthetase','alanyl')
-INSERT INTO CUI_TERMS VALUES(1904,0,4,'alanyl t rna synthetase','alanyl')
-INSERT INTO CUI_TERMS VALUES(1904,0,3,'alanyl trna synthetase','alanyl')
-INSERT INTO CUI_TERMS VALUES(1904,2,5,'ligase , ala - trna','ala')
-INSERT INTO CUI_TERMS VALUES(1904,0,4,'alanine - trna ligase','alanine')
-INSERT INTO CUI_TERMS VALUES(1904,2,5,'synthetase , alanyl - trna','alanyl')
-INSERT INTO CUI_TERMS VALUES(1906,2,3,'minor , variola','variola')
-INSERT INTO CUI_TERMS VALUES(1906,0,2,'variola minor','variola')
-INSERT INTO CUI_TERMS VALUES(1906,1,2,'variola minors','minors')
-INSERT INTO CUI_TERMS VALUES(1906,0,1,'alastrim','alastrim')
-INSERT INTO CUI_TERMS VALUES(1906,0,1,'amaas','amaas')
-INSERT INTO CUI_TERMS VALUES(1906,0,3,'minors , variola','minors')
-INSERT INTO CUI_TERMS VALUES(1906,0,2,'kaffir pox','kaffir')
-INSERT INTO CUI_TERMS VALUES(1911,0,1,'albendazol','albendazol')
-INSERT INTO CUI_TERMS VALUES(1911,0,1,'albendazole','albendazole')
-INSERT INTO CUI_TERMS VALUES(1911,3,9,'5 - ( propylthio ) - 2 - carbomethoxyaminobenzimidazole','propylthio')
-INSERT INTO CUI_TERMS VALUES(1911,0,1,'albendazolum','albendazolum')
-INSERT INTO CUI_TERMS VALUES(1916,0,1,'albino','albino')
-INSERT INTO CUI_TERMS VALUES(1916,0,1,'albinism','albinism')
-INSERT INTO CUI_TERMS VALUES(1916,0,1,'albinismus','albinismus')
-INSERT INTO CUI_TERMS VALUES(1922,1,4,'abnormal presence of albumin','presence')
-INSERT INTO CUI_TERMS VALUES(1924,0,1,'albumins','albumins')
-INSERT INTO CUI_TERMS VALUES(1924,0,1,'albumin','albumin')
-INSERT INTO CUI_TERMS VALUES(1925,0,1,'albuminurias','albuminurias')
-INSERT INTO CUI_TERMS VALUES(1925,0,1,'albuminuria','albuminuria')
-INSERT INTO CUI_TERMS VALUES(1927,0,1,'salbutamol','salbutamol')
-INSERT INTO CUI_TERMS VALUES(1927,0,1,'albuterol','albuterol')
-INSERT INTO CUI_TERMS VALUES(1933,2,3,'blue , alcian','alcian')
-INSERT INTO CUI_TERMS VALUES(1933,1,4,'blue 8gs , alcian','8gs')
-INSERT INTO CUI_TERMS VALUES(1933,0,2,'alcian blue','alcian')
-INSERT INTO CUI_TERMS VALUES(1933,1,4,'blue 8gx , alcian','8gx')
-INSERT INTO CUI_TERMS VALUES(1940,5,6,'psychosis , alcohol - induced amnestic','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,0,4,'amnestic disorders , alcohol','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,3,4,'syndromes , alcoholic korsakoff','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,1,6,'amnestic psychoses , alcohol - induced','psychoses')
-INSERT INTO CUI_TERMS VALUES(1940,5,6,'syndromes , alcohol - induced dysmnesic','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,1,3,'alcohol amnestic disorders','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,5,6,'syndromes , alcohol - induced amnestic','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,0,5,'amnesic syndrome due to alcohol','amnesic')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol ind dysmnesic syndrome','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,3,5,'alcohol - induced amnestic syndrome','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,0,3,'korsakov alcoholic psychosis','korsakov')
-INSERT INTO CUI_TERMS VALUES(1940,3,5,'alcohol - induced korsakoff syndrome','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol ind dysmnesic psychosis','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,0,5,'amnestic psychosis , alcohol induced','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,0,4,'amnestic psychosis alcohol ind','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,1,3,'alcoholic korsakoff syndrome','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,3,5,'alcohol - induced dysmnesic syndromes','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,0,4,'korsakoff syndromes , alcoholic','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol induced dysmnesic syndrome','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol ind amnestic psychosis','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,0,4,'amnestic syndromes , alcohol','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol ind korsakoff syndrome','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,0,6,'korsakoff syndromes , alcohol - induced','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,3,6,'alcohol - induced persisting amnestic disorder','persisting')
-INSERT INTO CUI_TERMS VALUES(1940,0,6,'psychoses , alcohol - induced amnestic','psychoses')
-INSERT INTO CUI_TERMS VALUES(1940,0,4,'amnestic syndrome , alcohol','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,1,3,'alcohol amnestic syndromes','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,0,4,'amnestic disorder , alcohol','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,2,5,'alcohol ind persisting amnestic dis','persisting')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol ind amnestic syndrome','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,1,3,'alcohol amnestic syndrome','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol induced dysmnesic psychosis','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,3,5,'alcohol - induced korsakoff syndromes','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol induced amnestic syndrome','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,5,6,'psychosis , alcohol - induced dysmnesic','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol induced amnestic psychosis','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,0,6,'dysmnesic syndrome , alcohol - induced','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,1,4,'alcoholic korsakoff ''s syndrome','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,3,4,'syndromes , alcohol amnestic','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,5,6,'syndrome , alcohol - induced amnestic','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,3,4,'syndrome , alcoholic korsakoff','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,0,6,'korsakoff syndrome , alcohol - induced','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,5,6,'syndrome , alcohol - induced dysmnesic','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,0,4,'korsakoff syndrome , alcoholic','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,0,6,'dysmnesic psychoses , alcohol - induced','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,3,5,'alcohol - induced amnestic psychosis','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,1,3,'alcoholic amnestic syndrome','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,4,5,'alcohol - induced amnestic psychoses','psychoses')
-INSERT INTO CUI_TERMS VALUES(1940,1,3,'alcohol amnestic dis','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,3,5,'alcohol - induced amnestic syndromes','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,5,6,'syndrome , alcohol - induced korsakoff','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,1,3,'alcoholic korsakoff syndromes','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,0,6,'dysmnesic syndromes , alcohol - induced','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,3,5,'alcohol - induced dysmnesic psychosis','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,3,5,'alcohol - induced dysmnesic syndrome','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,1,4,'alcoholic korsakoff ''s psychosis','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,0,4,'korsakov syndrome - alcoholic','korsakov')
-INSERT INTO CUI_TERMS VALUES(1940,2,5,'alcohol induced persisting amnestic disorder','persisting')
-INSERT INTO CUI_TERMS VALUES(1940,3,5,'alcohol - induced dysmnesic psychoses','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,1,3,'alcohol amnestic disorder','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,0,6,'dysmnesic psychosis , alcohol - induced','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,0,6,'amnestic psychosis , alcohol - induced','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,3,4,'syndrome , alcohol amnestic','amnestic')
-INSERT INTO CUI_TERMS VALUES(1940,5,6,'psychoses , alcohol - induced dysmnesic','dysmnesic')
-INSERT INTO CUI_TERMS VALUES(1940,5,6,'syndromes , alcohol - induced korsakoff','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,1,4,'alcoholic korsakov ''s psychosis','korsakov')
-INSERT INTO CUI_TERMS VALUES(1940,2,4,'alcohol induced korsakoff syndrome','korsakoff')
-INSERT INTO CUI_TERMS VALUES(1940,2,3,'alcohol amnestic disordr','disordr')
-INSERT INTO CUI_TERMS VALUES(1942,0,7,'ec 1 . 1 . 1 .1','ec')
-INSERT INTO CUI_TERMS VALUES(1942,1,2,'alcohol dehydrogenases','dehydrogenases')
-INSERT INTO CUI_TERMS VALUES(1942,3,4,'alcohol nad + oxidoreductase','oxidoreductase')
-INSERT INTO CUI_TERMS VALUES(1942,0,2,'alcohol dehydrogenase','alcohol')
-INSERT INTO CUI_TERMS VALUES(1942,0,6,'oxidoreductase , alcohol - nad +','oxidoreductase')
-INSERT INTO CUI_TERMS VALUES(1942,2,3,'dehydrogenase , alcohol','alcohol')
-INSERT INTO CUI_TERMS VALUES(1942,4,5,'alcohol - nad + oxidoreductase','oxidoreductase')
-INSERT INTO CUI_TERMS VALUES(1947,1,3,'alcohol sensitizing agents','sensitizing')
-INSERT INTO CUI_TERMS VALUES(1947,0,3,'deterrents , alcohol','deterrents')
-INSERT INTO CUI_TERMS VALUES(1947,0,2,'anti-dipsotropic agents','anti-dipsotropic')
-INSERT INTO CUI_TERMS VALUES(1947,0,2,'antidipsotropic agents','antidipsotropic')
-INSERT INTO CUI_TERMS VALUES(1947,2,3,'alcohol metabolism modifier','modifier')
-INSERT INTO CUI_TERMS VALUES(1947,1,2,'alcohol deterrents','deterrents')
-INSERT INTO CUI_TERMS VALUES(1947,0,4,'anti-alcohol - craving agents','anti-alcohol')
-INSERT INTO CUI_TERMS VALUES(1947,3,4,'alcohol intake reduction agents','agents')
-INSERT INTO CUI_TERMS VALUES(1947,0,2,'alcoholism antagonist','alcoholism')
-INSERT INTO CUI_TERMS VALUES(1947,1,3,'alcohol aversive agents','aversive')
-INSERT INTO CUI_TERMS VALUES(1950,0,3,'pathologic alcohol intoxication','pathologic')
-INSERT INTO CUI_TERMS VALUES(1950,2,3,'pathologic alcohol intox','intox')
-INSERT INTO CUI_TERMS VALUES(1950,0,2,'idiosyncratic intoxication','idiosyncratic')
-INSERT INTO CUI_TERMS VALUES(1950,0,5,'extreme sensitivity to alcohol syndrome','extreme')
-INSERT INTO CUI_TERMS VALUES(1950,0,3,'idiosyncratic alcohol intoxication','idiosyncratic')
-INSERT INTO CUI_TERMS VALUES(1950,0,3,'drunkenness - pathological','drunkenness')
-INSERT INTO CUI_TERMS VALUES(1950,2,3,'pathological alcohol intoxication','intoxication')
-INSERT INTO CUI_TERMS VALUES(1950,1,2,'pathological intoxication','intoxication')
-INSERT INTO CUI_TERMS VALUES(1950,1,2,'pathologic drunkenness','drunkenness')
-INSERT INTO CUI_TERMS VALUES(1957,0,3,'delirium , alcoholic','delirium')
-INSERT INTO CUI_TERMS VALUES(1957,0,1,'dts','dts')
-INSERT INTO CUI_TERMS VALUES(1957,0,2,'delerium tremens','delerium')
-INSERT INTO CUI_TERMS VALUES(1957,0,4,'delirium , alcohol withdrawal','delirium')
-INSERT INTO CUI_TERMS VALUES(1957,2,3,'alcohol withdrawal delirium','delirium')
-INSERT INTO CUI_TERMS VALUES(1957,1,2,'alcoholic delirium','delirium')
-INSERT INTO CUI_TERMS VALUES(1957,1,2,'delirium tremens','tremens')
-INSERT INTO CUI_TERMS VALUES(1957,3,4,'alcohol withdrawal with delirium','delirium')
-INSERT INTO CUI_TERMS VALUES(1957,1,2,'deliriums tremens','tremens')
-INSERT INTO CUI_TERMS VALUES(1962,0,1,'alcohol','alcohol')
-INSERT INTO CUI_TERMS VALUES(1962,0,1,'methylcarbinol','methylcarbinol')
-INSERT INTO CUI_TERMS VALUES(1962,0,1,'hydroxyethane','hydroxyethane')
-INSERT INTO CUI_TERMS VALUES(1962,0,1,'etoh','etoh')
-INSERT INTO CUI_TERMS VALUES(1962,0,1,'alkohol','alkohol')
-INSERT INTO CUI_TERMS VALUES(1962,0,1,'ethanol','ethanol')
-INSERT INTO CUI_TERMS VALUES(1962,0,1,'etanol','etanol')
-INSERT INTO CUI_TERMS VALUES(1962,0,1,'ethanols','ethanols')
-INSERT INTO CUI_TERMS VALUES(1962,0,2,'spiritus vini','spiritus')
-INSERT INTO CUI_TERMS VALUES(1963,2,3,'alcohol , wood','wood')
-INSERT INTO CUI_TERMS VALUES(1963,0,1,'methanol','methanol')
-INSERT INTO CUI_TERMS VALUES(1963,1,2,'wood naphtha','naphtha')
-INSERT INTO CUI_TERMS VALUES(1963,0,2,'methyl alcohol','methyl')
-INSERT INTO CUI_TERMS VALUES(1963,2,3,'alcohol , methyl','methyl')
-INSERT INTO CUI_TERMS VALUES(1963,1,2,'alcohol wood','wood')
-INSERT INTO CUI_TERMS VALUES(1963,0,2,'wood alcohol','wood')
-INSERT INTO CUI_TERMS VALUES(1963,0,1,'carbinol','carbinol')
-INSERT INTO CUI_TERMS VALUES(1964,2,3,'alcohol , propyl','propyl')
-INSERT INTO CUI_TERMS VALUES(1964,0,5,'propan - 1 - ol','propan')
-INSERT INTO CUI_TERMS VALUES(1964,0,1,'propanol','propanol')
-INSERT INTO CUI_TERMS VALUES(1964,0,2,'propyl alcohol','propyl')
-INSERT INTO CUI_TERMS VALUES(1969,0,2,'intox alcoholic','intox')
-INSERT INTO CUI_TERMS VALUES(1969,1,2,'alcoholic intox','intox')
-INSERT INTO CUI_TERMS VALUES(1969,0,1,'drunkennesses','drunkennesses')
-INSERT INTO CUI_TERMS VALUES(1969,0,3,'intoxication , alcoholic','intoxication')
-INSERT INTO CUI_TERMS VALUES(1969,0,1,'inebriety','inebriety')
-INSERT INTO CUI_TERMS VALUES(1969,1,2,'alcoholic intoxication','intoxication')
-INSERT INTO CUI_TERMS VALUES(1969,0,1,'drunkenness','drunkenness')
-INSERT INTO CUI_TERMS VALUES(1969,0,1,'drunks','drunks')
-INSERT INTO CUI_TERMS VALUES(1969,1,2,'heavy drinker','drinker')
-INSERT INTO CUI_TERMS VALUES(1969,0,1,'drunk','drunk')
-INSERT INTO CUI_TERMS VALUES(1969,0,1,'inebriation','inebriation')
-INSERT INTO CUI_TERMS VALUES(1969,0,2,'intoxication alcohol','intoxication')
-INSERT INTO CUI_TERMS VALUES(1969,1,2,'alcohol intoxication','intoxication')
-INSERT INTO CUI_TERMS VALUES(1973,1,2,'alcohol dependency','dependency')
-INSERT INTO CUI_TERMS VALUES(1973,1,2,'alcohol addiction','addiction')
-INSERT INTO CUI_TERMS VALUES(1973,2,3,'chronic alcohol abuse','abuse')
-INSERT INTO CUI_TERMS VALUES(1973,2,3,'alcohol problem drinking','drinking')
-INSERT INTO CUI_TERMS VALUES(1973,0,1,'alcoholisms','alcoholisms')
-INSERT INTO CUI_TERMS VALUES(1973,1,4,'alcoholic intoxication , chronic','intoxication')
-INSERT INTO CUI_TERMS VALUES(1973,0,1,'alcoholism','alcoholism')
-INSERT INTO CUI_TERMS VALUES(1973,1,2,'alcohol dependence','dependence')
-INSERT INTO CUI_TERMS VALUES(1973,0,3,'persistent alcohol abuse','persistent')
-INSERT INTO CUI_TERMS VALUES(1973,0,3,'dependence , alcohol','dependence')
-INSERT INTO CUI_TERMS VALUES(1973,0,1,'dipsomania','dipsomania')
-INSERT INTO CUI_TERMS VALUES(1973,0,3,'addiction , alcohol','addiction')
-INSERT INTO CUI_TERMS VALUES(1973,0,2,'addiction alcohol','addiction')
-INSERT INTO CUI_TERMS VALUES(1973,0,4,'intoxication , chronic alcoholic','intoxication')
-INSERT INTO CUI_TERMS VALUES(1973,2,3,'chronic alcoholic intoxication','intoxication')
-INSERT INTO CUI_TERMS VALUES(1973,1,3,'alcoholic intox chronic','intox')
-INSERT INTO CUI_TERMS VALUES(1973,1,2,'alcohol dependences','dependences')
-INSERT INTO CUI_TERMS VALUES(1975,0,1,'alcohols','alcohols')
-INSERT INTO CUI_TERMS VALUES(1977,0,2,'butyl alcohol','butyl')
-INSERT INTO CUI_TERMS VALUES(1977,0,1,'butanol','butanol')
-INSERT INTO CUI_TERMS VALUES(1977,0,1,'butanols','butanols')
-INSERT INTO CUI_TERMS VALUES(1977,0,3,'alcohols , butyl','alcohols')
-INSERT INTO CUI_TERMS VALUES(1977,0,1,'hydroxybutanes','hydroxybutanes')
-INSERT INTO CUI_TERMS VALUES(1977,0,1,'butylhydroxides','butylhydroxides')
-INSERT INTO CUI_TERMS VALUES(1977,1,2,'butyl alcohols','alcohols')
-INSERT INTO CUI_TERMS VALUES(1978,0,1,'hexanols','hexanols')
-INSERT INTO CUI_TERMS VALUES(1978,0,2,'hexyl alcohol','hexyl')
-INSERT INTO CUI_TERMS VALUES(1978,0,3,'alcohols , hexyl','alcohols')
-INSERT INTO CUI_TERMS VALUES(1978,0,1,'hydroxyhexanes','hydroxyhexanes')
-INSERT INTO CUI_TERMS VALUES(1978,1,2,'hexyl alcohols','alcohols')
-INSERT INTO CUI_TERMS VALUES(1978,0,1,'hexanol','hexanol')
-INSERT INTO CUI_TERMS VALUES(1979,0,1,'heptylcarbinols','heptylcarbinols')
-INSERT INTO CUI_TERMS VALUES(1979,0,1,'octanols','octanols')
-INSERT INTO CUI_TERMS VALUES(1979,0,2,'octylic alcohols','octylic')
-INSERT INTO CUI_TERMS VALUES(1979,0,3,'alcohols , octyl','alcohols')
-INSERT INTO CUI_TERMS VALUES(1979,1,2,'octyl alcohols','alcohols')
-INSERT INTO CUI_TERMS VALUES(1979,2,3,'alcohols , octylic','octylic')
-INSERT INTO CUI_TERMS VALUES(1979,0,1,'hydroxyoctanes','hydroxyoctanes')
-INSERT INTO CUI_TERMS VALUES(1979,0,1,'octanol','octanol')
-INSERT INTO CUI_TERMS VALUES(1981,0,1,'diallylnortoxiferine','diallylnortoxiferine')
-INSERT INTO CUI_TERMS VALUES(1981,0,1,'alcuronium','alcuronium')
-INSERT INTO CUI_TERMS VALUES(1981,0,1,'allnortoxiferine','allnortoxiferine')
-INSERT INTO CUI_TERMS VALUES(1985,0,3,'aldehyde nad oxidoreductase','aldehyde')
-INSERT INTO CUI_TERMS VALUES(1985,0,2,'aldehyde dehydrogenase','aldehyde')
-INSERT INTO CUI_TERMS VALUES(1985,2,4,'d - glucuronolactone dehydrogenase','glucuronolactone')
-INSERT INTO CUI_TERMS VALUES(1985,2,3,'dehydrogenase , aldehyde','aldehyde')
-INSERT INTO CUI_TERMS VALUES(1985,1,3,'d glucuronolactone dehydrogenase','glucuronolactone')
-INSERT INTO CUI_TERMS VALUES(1985,0,4,'aldehyde - nad oxidoreductase','aldehyde')
-INSERT INTO CUI_TERMS VALUES(1985,4,5,'dehydrogenase , d - glucuronolactone','glucuronolactone')
-INSERT INTO CUI_TERMS VALUES(1985,0,3,'glucuronolactone dehydrogenase d','glucuronolactone')
-INSERT INTO CUI_TERMS VALUES(1985,0,7,'ec 1 . 2 . 1 .3','ec')
-INSERT INTO CUI_TERMS VALUES(1990,0,3,'aldehyde - lyase','aldehyde')
-INSERT INTO CUI_TERMS VALUES(1990,2,3,'aldehyde - lyases','lyases')
-INSERT INTO CUI_TERMS VALUES(1990,0,2,'aldehyde lyase','aldehyde')
-INSERT INTO CUI_TERMS VALUES(1990,0,1,'aldolases','aldolases')
-INSERT INTO CUI_TERMS VALUES(1990,1,2,'aldehyde lyases','lyases')
-INSERT INTO CUI_TERMS VALUES(1992,0,1,'aldehyde','aldehyde')
-INSERT INTO CUI_TERMS VALUES(1992,0,1,'aldehydes','aldehydes')
-INSERT INTO CUI_TERMS VALUES(1994,0,1,'aldicarb','aldicarb')
-INSERT INTO CUI_TERMS VALUES(2003,0,2,'aldose reductase','aldose')
-INSERT INTO CUI_TERMS VALUES(2003,2,3,'reductase , aldehyde','aldehyde')
-INSERT INTO CUI_TERMS VALUES(2003,0,8,'polyol dehydrogenase ( nadp ^ + ^ )','polyol')
-INSERT INTO CUI_TERMS VALUES(2003,2,3,'reductase , aldose','aldose')
-INSERT INTO CUI_TERMS VALUES(2003,0,2,'aldehyde reductase','aldehyde')
-INSERT INTO CUI_TERMS VALUES(2003,0,6,'polyol dehydrogenase ( nadp + )','polyol')
-INSERT INTO CUI_TERMS VALUES(2003,0,1,'alr2','alr2')
-INSERT INTO CUI_TERMS VALUES(2006,0,1,'aldosterone','aldosterone')
-INSERT INTO CUI_TERMS VALUES(2007,1,2,'antagonist aldosterone','aldosterone')
-INSERT INTO CUI_TERMS VALUES(2007,0,2,'aldosterone antagonist','aldosterone')
-INSERT INTO CUI_TERMS VALUES(2007,2,3,'antagonists , aldosterone','aldosterone')
-INSERT INTO CUI_TERMS VALUES(2007,0,2,'aldosterone antagonists','aldosterone')
-INSERT INTO CUI_TERMS VALUES(2007,0,2,'aldosterone inhibitors','aldosterone')
-INSERT INTO CUI_TERMS VALUES(2007,0,2,'aldosterone inhibitor','aldosterone')
-INSERT INTO CUI_TERMS VALUES(2007,1,2,'aldosterone antag','antag')
-INSERT INTO CUI_TERMS VALUES(2011,0,1,'aldrin','aldrin')
-INSERT INTO CUI_TERMS VALUES(2016,0,3,'aleutian mink disease','aleutian')
-INSERT INTO CUI_TERMS VALUES(2016,0,3,'aleutian dis mink','aleutian')
-INSERT INTO CUI_TERMS VALUES(2016,0,3,'aleutian mink dis','aleutian')
-INSERT INTO CUI_TERMS VALUES(2016,3,4,'mink disease , aleutian','aleutian')
-INSERT INTO CUI_TERMS VALUES(2016,0,2,'aleutian disease','aleutian')
-INSERT INTO CUI_TERMS VALUES(2016,2,4,'disease , aleutian mink','aleutian')
-INSERT INTO CUI_TERMS VALUES(2018,0,1,'alexia','alexia')
-INSERT INTO CUI_TERMS VALUES(2018,0,1,'alexias','alexias')
-INSERT INTO CUI_TERMS VALUES(2018,0,2,'text blindness','text')
-INSERT INTO CUI_TERMS VALUES(2018,1,2,'visual amnesia','amnesia')
-INSERT INTO CUI_TERMS VALUES(2018,0,1,'aphemesthaesia','aphemesthaesia')
-INSERT INTO CUI_TERMS VALUES(2018,0,1,'aphemesthesia','aphemesthesia')
-INSERT INTO CUI_TERMS VALUES(2020,0,1,'alexithymias','alexithymias')
-INSERT INTO CUI_TERMS VALUES(2020,0,1,'alexithymia','alexithymia')
-INSERT INTO CUI_TERMS VALUES(2025,0,1,'limifen','limifen')
-INSERT INTO CUI_TERMS VALUES(2025,0,1,'alfenta','alfenta')
-INSERT INTO CUI_TERMS VALUES(2025,0,1,'rapifen','rapifen')
-INSERT INTO CUI_TERMS VALUES(2026,0,1,'alfentanyl','alfentanyl')
-INSERT INTO CUI_TERMS VALUES(2026,0,1,'alfentanil','alfentanil')
-INSERT INTO CUI_TERMS VALUES(2026,0,1,'alfentanilum','alfentanilum')
-INSERT INTO CUI_TERMS VALUES(2044,0,2,'algor mortis','algor')
-INSERT INTO CUI_TERMS VALUES(2055,0,1,'alkalising','alkalising')
-INSERT INTO CUI_TERMS VALUES(2055,0,1,'alkalis','alkalis')
-INSERT INTO CUI_TERMS VALUES(2055,0,1,'alkali','alkali')
-INSERT INTO CUI_TERMS VALUES(2055,0,1,'base','base')
-INSERT INTO CUI_TERMS VALUES(2055,0,1,'alkalies','alkalies')
-INSERT INTO CUI_TERMS VALUES(2059,0,8,'orthophosphoric - monoester phosphohydrolase ( alkaline optimum )','orthophosphoric')
-INSERT INTO CUI_TERMS VALUES(2059,0,1,'glycerophosphatase','glycerophosphatase')
-INSERT INTO CUI_TERMS VALUES(2059,0,1,'phosphomonoesterase','phosphomonoesterase')
-INSERT INTO CUI_TERMS VALUES(2059,1,2,'alkaline phosphatases','phosphatases')
-INSERT INTO CUI_TERMS VALUES(2059,0,2,'alkaline phosphatase','alkaline')
-INSERT INTO CUI_TERMS VALUES(2059,0,1,'ap','ap')
-INSERT INTO CUI_TERMS VALUES(2062,0,1,'alkaloid','alkaloid')
-INSERT INTO CUI_TERMS VALUES(2062,0,1,'alkaloids','alkaloids')
-INSERT INTO CUI_TERMS VALUES(2063,0,1,'alkaloses','alkaloses')
-INSERT INTO CUI_TERMS VALUES(2063,0,1,'alkalosis','alkalosis')
-INSERT INTO CUI_TERMS VALUES(2064,0,3,'alkalosis , respiratory','alkalosis')
-INSERT INTO CUI_TERMS VALUES(2064,1,2,'respiratory alkaloses','alkaloses')
-INSERT INTO CUI_TERMS VALUES(2064,0,2,'alkalosis respiratory','alkalosis')
-INSERT INTO CUI_TERMS VALUES(2064,0,3,'alkaloses , respiratory','alkaloses')
-INSERT INTO CUI_TERMS VALUES(2064,1,2,'respiratory alkalosis','alkalosis')
-INSERT INTO CUI_TERMS VALUES(2065,0,1,'alkane','alkane')
-INSERT INTO CUI_TERMS VALUES(2065,0,1,'alkanes','alkanes')
-INSERT INTO CUI_TERMS VALUES(2066,2,3,'deficiency of homogentisicase','homogentisicase')
-INSERT INTO CUI_TERMS VALUES(2066,1,2,'homogentisic acidura','acidura')
-INSERT INTO CUI_TERMS VALUES(2066,0,7,'homogentisate 1 , 2 - dioxygenase deficiency','homogentisate')
-INSERT INTO CUI_TERMS VALUES(2066,0,1,'homogentisicaciduria','homogentisicaciduria')
-INSERT INTO CUI_TERMS VALUES(2066,0,1,'alcaptonuria','alcaptonuria')
-INSERT INTO CUI_TERMS VALUES(2066,0,1,'alcaptonurias','alcaptonurias')
-INSERT INTO CUI_TERMS VALUES(2066,0,4,'homogentisic acid oxidase deficiency','homogentisic')
-INSERT INTO CUI_TERMS VALUES(2066,0,1,'alkaptonuria','alkaptonuria')
-INSERT INTO CUI_TERMS VALUES(2066,0,1,'aku','aku')
-INSERT INTO CUI_TERMS VALUES(2066,2,8,'deficiency of homogentisate 1 , 2 - dioxygenase','homogentisate')
-INSERT INTO CUI_TERMS VALUES(2066,2,4,'deficiency of homogentisate oxygenase','homogentisate')
-INSERT INTO CUI_TERMS VALUES(2068,0,1,'olefin','olefin')
-INSERT INTO CUI_TERMS VALUES(2068,0,1,'alkenes','alkenes')
-INSERT INTO CUI_TERMS VALUES(2068,0,1,'olefins','olefins')
-INSERT INTO CUI_TERMS VALUES(2068,0,1,'alkene','alkene')
-INSERT INTO CUI_TERMS VALUES(2073,0,2,'alkylating drugs','alkylating')
-INSERT INTO CUI_TERMS VALUES(2073,0,1,'alkylators','alkylators')
-INSERT INTO CUI_TERMS VALUES(2073,0,2,'alkylating agents','alkylating')
-INSERT INTO CUI_TERMS VALUES(2073,1,2,'agents alkylating','alkylating')
-INSERT INTO CUI_TERMS VALUES(2073,0,1,'alkylator','alkylator')
-INSERT INTO CUI_TERMS VALUES(2073,2,3,'agents , alkylating','alkylating')
-INSERT INTO CUI_TERMS VALUES(2073,0,2,'alkylating drug','alkylating')
-INSERT INTO CUI_TERMS VALUES(2073,0,2,'alkylating agent','alkylating')
-INSERT INTO CUI_TERMS VALUES(2078,0,1,'alkyne','alkyne')
-INSERT INTO CUI_TERMS VALUES(2078,0,1,'acetylenes','acetylenes')
-INSERT INTO CUI_TERMS VALUES(2078,0,2,'acetylenic compounds','acetylenic')
-INSERT INTO CUI_TERMS VALUES(2078,0,1,'alkynes','alkynes')
-INSERT INTO CUI_TERMS VALUES(2083,0,1,'glyoxyldiureide','glyoxyldiureide')
-INSERT INTO CUI_TERMS VALUES(2083,2,3,'5 - ureidohydantoin','ureidohydantoin')
-INSERT INTO CUI_TERMS VALUES(2083,0,1,'allantoin','allantoin')
-INSERT INTO CUI_TERMS VALUES(2083,0,1,'cordianine','cordianine')
-INSERT INTO CUI_TERMS VALUES(2092,0,1,'allergen','allergen')
-INSERT INTO CUI_TERMS VALUES(2092,0,1,'allergens','allergens')
-INSERT INTO CUI_TERMS VALUES(2098,1,2,'allergic granuloma','granuloma')
-INSERT INTO CUI_TERMS VALUES(2098,0,2,'hypersensitivity granuloma','hypersensitivity')
-INSERT INTO CUI_TERMS VALUES(2113,1,3,'diagnostic agent allergy','agent')
-INSERT INTO CUI_TERMS VALUES(2113,3,4,'allergy to diagnostic agent','agent')
-INSERT INTO CUI_TERMS VALUES(2119,0,1,'allethrins','allethrins')
-INSERT INTO CUI_TERMS VALUES(2119,0,1,'allethrin','allethrin')
-INSERT INTO CUI_TERMS VALUES(2119,1,2,'allyl cinerin','cinerin')
-INSERT INTO CUI_TERMS VALUES(2132,0,1,'allobarbitone','allobarbitone')
-INSERT INTO CUI_TERMS VALUES(2132,0,3,'diallyl barbituric acid','diallyl')
-INSERT INTO CUI_TERMS VALUES(2132,0,1,'diallylmal','diallylmal')
-INSERT INTO CUI_TERMS VALUES(2132,0,1,'allobarbital','allobarbital')
-INSERT INTO CUI_TERMS VALUES(2132,0,2,'diallylbarbituric acid','diallylbarbituric')
-INSERT INTO CUI_TERMS VALUES(2132,0,1,'diallylbarbital','diallylbarbital')
-INSERT INTO CUI_TERMS VALUES(2139,2,3,'isoleucine , threo','threo')
-INSERT INTO CUI_TERMS VALUES(2139,0,5,'allo - l - isoleucine','allo')
-INSERT INTO CUI_TERMS VALUES(2139,0,1,'alloisoleucine','alloisoleucine')
-INSERT INTO CUI_TERMS VALUES(2139,6,8,'threo 2 - amino 3 - methylpentanoic acid','methylpentanoic')
-INSERT INTO CUI_TERMS VALUES(2139,2,3,'isoleucine , allo','allo')
-INSERT INTO CUI_TERMS VALUES(2139,0,1,'alloi','alloi')
-INSERT INTO CUI_TERMS VALUES(2139,0,8,'norvaline , 3 - methyl - , threo','norvaline')
-INSERT INTO CUI_TERMS VALUES(2139,9,10,'l - isoleucine , 3 - methyl - , threo','threo')
-INSERT INTO CUI_TERMS VALUES(2139,0,3,'allo - ile','allo')
-INSERT INTO CUI_TERMS VALUES(2139,6,8,'threo 2 - amino 3 - methylvaleric acid','methylvaleric')
-INSERT INTO CUI_TERMS VALUES(2142,5,6,'urea - 1 - carboxylate amidohydrolase','amidohydrolase')
-INSERT INTO CUI_TERMS VALUES(2142,0,2,'allophanate hydrolase','allophanate')
-INSERT INTO CUI_TERMS VALUES(2142,2,3,'hydrolase , allophanate','allophanate')
-INSERT INTO CUI_TERMS VALUES(2144,2,3,'4 - hpp','hpp')
-INSERT INTO CUI_TERMS VALUES(2144,0,1,'allo','allo')
-INSERT INTO CUI_TERMS VALUES(2144,0,1,'allopurinolum','allopurinolum')
-INSERT INTO CUI_TERMS VALUES(2144,3,4,'4 '' - hpp','hpp')
-INSERT INTO CUI_TERMS VALUES(2144,0,1,'alopurinol','alopurinol')
-INSERT INTO CUI_TERMS VALUES(2144,2,3,'4 - hydroxypyrazolopyrimidine','hydroxypyrazolopyrimidine')
-INSERT INTO CUI_TERMS VALUES(2144,8,9,'4 - hydroxy - 3 , 4 - pyrazolopyrimidine','pyrazolopyrimidine')
-INSERT INTO CUI_TERMS VALUES(2144,0,1,'allopurinol','allopurinol')
-INSERT INTO CUI_TERMS VALUES(2144,0,3,'al - 100','al')
-INSERT INTO CUI_TERMS VALUES(2145,1,2,'reg allosteric','allosteric')
-INSERT INTO CUI_TERMS VALUES(2145,0,2,'allosteric reg','allosteric')
-INSERT INTO CUI_TERMS VALUES(2145,2,3,'regulation , allosteric','allosteric')
-INSERT INTO CUI_TERMS VALUES(2145,2,3,'regulations , allosteric','allosteric')
-INSERT INTO CUI_TERMS VALUES(2145,0,2,'allosteric regulation','allosteric')
-INSERT INTO CUI_TERMS VALUES(2145,0,2,'allosteric regulations','allosteric')
-INSERT INTO CUI_TERMS VALUES(2151,0,1,'mesoxalylurea','mesoxalylurea')
-INSERT INTO CUI_TERMS VALUES(2151,0,1,'alloxan','alloxan')
-INSERT INTO CUI_TERMS VALUES(2151,0,1,'alloxanum','alloxanum')
-INSERT INTO CUI_TERMS VALUES(2151,0,1,'mesoxalylcarbamide','mesoxalylcarbamide')
-INSERT INTO CUI_TERMS VALUES(2154,0,1,'alloy','alloy')
-INSERT INTO CUI_TERMS VALUES(2154,0,1,'alloys','alloys')
-INSERT INTO CUI_TERMS VALUES(2158,0,1,'allyloestrenol','allyloestrenol')
-INSERT INTO CUI_TERMS VALUES(2158,1,2,'allyl estrenol','estrenol')
-INSERT INTO CUI_TERMS VALUES(2158,0,1,'allylestrenol','allylestrenol')
-INSERT INTO CUI_TERMS VALUES(2164,0,1,'almitrinum','almitrinum')
-INSERT INTO CUI_TERMS VALUES(2164,0,1,'almitrina','almitrina')
-INSERT INTO CUI_TERMS VALUES(2164,0,1,'almitrine','almitrine')
-INSERT INTO CUI_TERMS VALUES(2164,0,1,'almitrin','almitrin')
-INSERT INTO CUI_TERMS VALUES(2165,1,2,'almitrine dimethanesulfonate','dimethanesulfonate')
-INSERT INTO CUI_TERMS VALUES(2165,2,3,'s 2620 bismethanesulfonate','bismethanesulfonate')
-INSERT INTO CUI_TERMS VALUES(2165,1,2,'almitrine bismesylate','bismesylate')
-INSERT INTO CUI_TERMS VALUES(2165,0,5,'almitrine bis ( methanesulfonate )','almitrine')
-INSERT INTO CUI_TERMS VALUES(2165,1,3,'almitrine bismethane sulfonate','bismethane')
-INSERT INTO CUI_TERMS VALUES(2165,1,2,'almitrine dimesylate','dimesylate')
-INSERT INTO CUI_TERMS VALUES(2170,0,1,'baldness','baldness')
-INSERT INTO CUI_TERMS VALUES(2170,0,2,'falls hair','falls')
-INSERT INTO CUI_TERMS VALUES(2170,1,2,'falling hairs','hairs')
-INSERT INTO CUI_TERMS VALUES(2170,0,2,'hair loss','hair')
-INSERT INTO CUI_TERMS VALUES(2170,0,1,'alopecias','alopecias')
-INSERT INTO CUI_TERMS VALUES(2170,0,2,'falling hair','falling')
-INSERT INTO CUI_TERMS VALUES(2170,1,2,'hair thinning','thinning')
-INSERT INTO CUI_TERMS VALUES(2170,0,1,'alopecia','alopecia')
-INSERT INTO CUI_TERMS VALUES(2170,1,2,'hair losses','losses')
-INSERT INTO CUI_TERMS VALUES(2170,0,2,'thinning hair','thinning')
-INSERT INTO CUI_TERMS VALUES(2170,0,1,'bald','bald')
-INSERT INTO CUI_TERMS VALUES(2170,2,3,'loss , hair','hair')
-INSERT INTO CUI_TERMS VALUES(2170,0,3,'losses , hair','losses')
-INSERT INTO CUI_TERMS VALUES(2170,2,3,'loss of hair','hair')
-INSERT INTO CUI_TERMS VALUES(2170,1,2,'hair falling','falling')
-INSERT INTO CUI_TERMS VALUES(2171,0,4,'patchy loss of hair','patchy')
-INSERT INTO CUI_TERMS VALUES(2171,2,3,'alopecia , areata','areata')
-INSERT INTO CUI_TERMS VALUES(2171,1,2,'alopecia circumscripta','circumscripta')
-INSERT INTO CUI_TERMS VALUES(2171,2,3,'alopecia , celsi','celsi')
-INSERT INTO CUI_TERMS VALUES(2171,0,2,'areata alopecia','areata')
-INSERT INTO CUI_TERMS VALUES(2171,0,2,'circumscribed alopecia','circumscribed')
-INSERT INTO CUI_TERMS VALUES(2171,1,2,'alopecia areata','areata')
-INSERT INTO CUI_TERMS VALUES(2171,0,3,'patchy hair loss','patchy')
-INSERT INTO CUI_TERMS VALUES(2173,0,3,'mucinoses , follicular','mucinoses')
-INSERT INTO CUI_TERMS VALUES(2173,1,2,'follicular mucinoses','mucinoses')
-INSERT INTO CUI_TERMS VALUES(2173,1,2,'alopecia mucinosis','mucinosis')
-INSERT INTO CUI_TERMS VALUES(2173,1,2,'alopecia mucinosa','mucinosa')
-INSERT INTO CUI_TERMS VALUES(2173,0,3,'mucinosis , follicular','mucinosis')
-INSERT INTO CUI_TERMS VALUES(2173,1,2,'follicular mucinosis','mucinosis')
-INSERT INTO CUI_TERMS VALUES(2176,1,2,'endocrine alopecia','alopecia')
-INSERT INTO CUI_TERMS VALUES(2178,1,2,'nutritional alopecia','alopecia')
-INSERT INTO CUI_TERMS VALUES(2179,0,2,'postfebrile alopecia','postfebrile')
-INSERT INTO CUI_TERMS VALUES(2179,0,2,'postinfectional hypotrichosis','postinfectional')
-INSERT INTO CUI_TERMS VALUES(2180,2,3,'post-partum telogen effluvium','effluvium')
-INSERT INTO CUI_TERMS VALUES(2180,1,2,'postpartum alopecia','alopecia')
-INSERT INTO CUI_TERMS VALUES(2181,0,2,'syphilitic alopecia','syphilitic')
-INSERT INTO CUI_TERMS VALUES(2182,1,2,'traction alopecia','alopecia')
-INSERT INTO CUI_TERMS VALUES(2182,0,2,'alopecia traction','alopecia')
-INSERT INTO CUI_TERMS VALUES(2182,0,2,'alopecia traumatic','alopecia')
-INSERT INTO CUI_TERMS VALUES(2182,1,2,'traumatic alopecia','alopecia')
-INSERT INTO CUI_TERMS VALUES(2190,4,5,'alpha - 1 - antichymotrypsin','antichymotrypsin')
-INSERT INTO CUI_TERMS VALUES(2190,5,6,'alpha ( 1 ) - antichymotrypsin','antichymotrypsin')
-INSERT INTO CUI_TERMS VALUES(2190,1,3,'alpha antichymotrypsin 01','antichymotrypsin')
-INSERT INTO CUI_TERMS VALUES(2190,2,3,'alpha 1 antichymotrypsin','antichymotrypsin')
-INSERT INTO CUI_TERMS VALUES(2190,3,4,'alpha 1 - antichymotrypsin','antichymotrypsin')
-INSERT INTO CUI_TERMS VALUES(2190,0,2,'serpin a3','serpin')
-INSERT INTO CUI_TERMS VALUES(2191,2,3,'alpha 1 anti-trypsin','anti-trypsin')
-INSERT INTO CUI_TERMS VALUES(2191,4,6,'alpha - 1 - protease inhibitor','protease')
-INSERT INTO CUI_TERMS VALUES(2191,0,1,'a1pi','a1pi')
-INSERT INTO CUI_TERMS VALUES(2191,1,2,'alpha1 anti-trypsin','anti-trypsin')
-INSERT INTO CUI_TERMS VALUES(2191,4,5,'alpha > 1 < anti-trypsin','anti-trypsin')
-INSERT INTO CUI_TERMS VALUES(2191,0,2,'serpin a1','serpin')
-INSERT INTO CUI_TERMS VALUES(2191,2,3,'alpha 1 antiprotease','antiprotease')
-INSERT INTO CUI_TERMS VALUES(2191,3,5,'alpha - 1 protease inhibitor','protease')
-INSERT INTO CUI_TERMS VALUES(2191,1,4,'alpha protease inhibitor 01','protease')
-INSERT INTO CUI_TERMS VALUES(2191,3,4,'alpha 1 proteinase inhib','inhib')
-INSERT INTO CUI_TERMS VALUES(2191,5,6,'inhibitor , alpha 1 - proteinase','proteinase')
-INSERT INTO CUI_TERMS VALUES(2191,3,4,'alpha 1 protease inhib','inhib')
-INSERT INTO CUI_TERMS VALUES(2191,2,3,'alpha 1 antiproteinase','antiproteinase')
-INSERT INTO CUI_TERMS VALUES(2191,4,6,'alpha - 1 - proteinase inhibitor','proteinase')
-INSERT INTO CUI_TERMS VALUES(2191,0,1,'api','api')
-INSERT INTO CUI_TERMS VALUES(2191,3,5,'alpha 1 - protease inhibitor','protease')
-INSERT INTO CUI_TERMS VALUES(2191,3,5,'trypsin inhibitor alpha antitrypsin 01','antitrypsin')
-INSERT INTO CUI_TERMS VALUES(2191,1,4,'alpha antitrypsin a 01','antitrypsin')
-INSERT INTO CUI_TERMS VALUES(2191,0,2,'alfa1 antitrypsin','alfa1')
-INSERT INTO CUI_TERMS VALUES(2191,4,6,'alpha > 1 < protease inhibitor','protease')
-INSERT INTO CUI_TERMS VALUES(2191,3,4,'alpha 1 - antiproteinase','antiproteinase')
-INSERT INTO CUI_TERMS VALUES(2191,2,4,'alpha 1 proteinase inhibitor','proteinase')
-INSERT INTO CUI_TERMS VALUES(2191,0,4,'alpha1 - proteinase inhibitor','alpha1')
-INSERT INTO CUI_TERMS VALUES(2191,3,5,'alpha 1 - proteinase inhibitor','proteinase')
-INSERT INTO CUI_TERMS VALUES(2191,1,4,'alpha proteinase inhibitor 01','proteinase')
-INSERT INTO CUI_TERMS VALUES(2191,2,4,'alpha 1 protease inhibitor','protease')
-INSERT INTO CUI_TERMS VALUES(2191,2,5,'1 - antiproteinase , alpha','antiproteinase')
-INSERT INTO CUI_TERMS VALUES(2191,4,5,'alpha - 1 - antitrypsin','antitrypsin')
-INSERT INTO CUI_TERMS VALUES(2191,2,3,'1 alpha antitrypsin','antitrypsin')
-INSERT INTO CUI_TERMS VALUES(2191,2,3,'alpha 1 antitrypsin','antitrypsin')
-INSERT INTO CUI_TERMS VALUES(2191,0,4,'antiprotease , alpha 1','antiprotease')
-INSERT INTO CUI_TERMS VALUES(2191,5,6,'inhibitor , alpha 1 - protease','protease')
-INSERT INTO CUI_TERMS VALUES(2191,8,13,'serine ( or cysteine ) proteinase inhibitor , clade a , member 1','clade')
-INSERT INTO CUI_TERMS VALUES(2191,0,3,'alpha1 protease inhibitor','alpha1')
-INSERT INTO CUI_TERMS VALUES(2191,3,4,'alpha 1 - antitrypsin','antitrypsin')
-INSERT INTO CUI_TERMS VALUES(2191,9,11,'alpha < sub > 1 < / sub > protease inhibitor','protease')
-INSERT INTO CUI_TERMS VALUES(2191,9,10,'alpha < sub > 1 < / sub > anti-trypsin','anti-trypsin')
-INSERT INTO CUI_TERMS VALUES(2191,0,1,'alpha1at','alpha1at')
-INSERT INTO CUI_TERMS VALUES(2191,4,5,'alpha - 1 - antiprotease','antiprotease')
-INSERT INTO CUI_TERMS VALUES(2198,4,5,'alpha - 2 - macroglobulin','macroglobulin')
-INSERT INTO CUI_TERMS VALUES(2198,2,3,'alpha 2 macroglobulin','macroglobulin')
-INSERT INTO CUI_TERMS VALUES(2198,2,3,'alpha 2 glucoproteins','glucoproteins')
-INSERT INTO CUI_TERMS VALUES(2198,3,4,'alpha 2 - macroglobulin','macroglobulin')
-INSERT INTO CUI_TERMS VALUES(2198,2,3,'alpha 2 glucoprotein','glucoprotein')
-INSERT INTO CUI_TERMS VALUES(2198,1,2,'alpha2 macroglobulin','macroglobulin')
-INSERT INTO CUI_TERMS VALUES(2198,3,4,'alpha 2 - glucoprotein','glucoprotein')
-INSERT INTO CUI_TERMS VALUES(2198,3,4,'alpha 2 - glucoproteins','glucoproteins')
-INSERT INTO CUI_TERMS VALUES(2198,1,3,'alpha glucoproteins 02','glucoproteins')
-INSERT INTO CUI_TERMS VALUES(2198,2,3,'alpha2 - macroglobulin','macroglobulin')
-INSERT INTO CUI_TERMS VALUES(2199,0,1,'ifna','ifna')
-INSERT INTO CUI_TERMS VALUES(2199,1,2,'alpha interferon','interferon')
-INSERT INTO CUI_TERMS VALUES(2199,0,2,'lymphoblast interferon','lymphoblast')
-INSERT INTO CUI_TERMS VALUES(2199,0,3,'interferon - alpha','interferon')
-INSERT INTO CUI_TERMS VALUES(2199,0,3,'ifn - a','ifn')
-INSERT INTO CUI_TERMS VALUES(2199,0,2,'interferon a','interferon')
-INSERT INTO CUI_TERMS VALUES(2199,0,3,'interferon , leukocyte','interferon')
-INSERT INTO CUI_TERMS VALUES(2199,0,3,'interferon . alpha','interferon')
-INSERT INTO CUI_TERMS VALUES(2199,2,3,'interferon , lymphoblastoid','lymphoblastoid')
-INSERT INTO CUI_TERMS VALUES(2199,1,2,'interferon alfa','alfa')
-INSERT INTO CUI_TERMS VALUES(2199,2,3,'interferon , lymphoblast','lymphoblast')
-INSERT INTO CUI_TERMS VALUES(2199,1,2,'leukocyte interferon','interferon')
-INSERT INTO CUI_TERMS VALUES(2199,2,3,'alpha - interferon','interferon')
-INSERT INTO CUI_TERMS VALUES(2199,0,2,'lymphoblastoid interferon','lymphoblastoid')
-INSERT INTO CUI_TERMS VALUES(2199,0,2,'interferon alpha','interferon')
-INSERT INTO CUI_TERMS VALUES(2199,1,2,'alpha interferons','interferons')
-INSERT INTO CUI_TERMS VALUES(2199,0,3,'interferon , alpha','interferon')
-INSERT INTO CUI_TERMS VALUES(2210,0,1,'fetuins','fetuins')
-INSERT INTO CUI_TERMS VALUES(2210,0,1,'fetuin','fetuin')
-INSERT INTO CUI_TERMS VALUES(2210,1,3,'alpha fetal protein','fetal')
-INSERT INTO CUI_TERMS VALUES(2210,1,2,'alpha fetoproteins','fetoproteins')
-INSERT INTO CUI_TERMS VALUES(2210,4,5,'alpha - 1 - fetoprotein','fetoprotein')
-INSERT INTO CUI_TERMS VALUES(2210,0,1,'afp','afp')
-INSERT INTO CUI_TERMS VALUES(2210,2,3,'alpha - fetoproteins','fetoproteins')
-INSERT INTO CUI_TERMS VALUES(2210,1,2,'alpha fetoprotein','fetoprotein')
-INSERT INTO CUI_TERMS VALUES(2210,1,2,'alpha foetoprotein','foetoprotein')
-INSERT INTO CUI_TERMS VALUES(2210,2,3,'alpha - fetoprotein','fetoprotein')
-INSERT INTO CUI_TERMS VALUES(2210,2,3,'alpha - fetoglobulin','fetoglobulin')
-INSERT INTO CUI_TERMS VALUES(2211,2,3,'alpha - globulin','globulin')
-INSERT INTO CUI_TERMS VALUES(2211,1,2,'alpha globulin','globulin')
-INSERT INTO CUI_TERMS VALUES(2211,1,2,'alpha globulins','globulins')
-INSERT INTO CUI_TERMS VALUES(2211,2,3,'alpha - globulins','globulins')
-INSERT INTO CUI_TERMS VALUES(2260,4,5,'ornithine , alpha - difluoromethyl','difluoromethyl')
-INSERT INTO CUI_TERMS VALUES(2260,0,1,'eflornithine','eflornithine')
-INSERT INTO CUI_TERMS VALUES(2260,1,3,'alpha difluoromethyl ornithine','difluoromethyl')
-INSERT INTO CUI_TERMS VALUES(2260,2,3,'alpha - difluoromethylornithine','difluoromethylornithine')
-INSERT INTO CUI_TERMS VALUES(2260,0,1,'difluromethylornithine','difluromethylornithine')
-INSERT INTO CUI_TERMS VALUES(2260,0,1,'dfmo','dfmo')
-INSERT INTO CUI_TERMS VALUES(2260,2,4,'alpha - difluoromethyl ornithine','difluoromethyl')
-INSERT INTO CUI_TERMS VALUES(2260,1,2,'alpha difluoromethylornithine','difluoromethylornithine')
-INSERT INTO CUI_TERMS VALUES(2260,5,7,'ornithine , 2 - ( difluoromethyl )','difluoromethyl')
-INSERT INTO CUI_TERMS VALUES(2268,2,3,'alpha - galactosidase','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2268,1,2,'alpha galactosidase','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2268,1,2,'alpha galactosidases','galactosidases')
-INSERT INTO CUI_TERMS VALUES(2268,0,1,'melibiase','melibiase')
-INSERT INTO CUI_TERMS VALUES(2268,2,3,'alpha - galactisidase','galactisidase')
-INSERT INTO CUI_TERMS VALUES(2268,4,6,'alpha - d - galactosidase a','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2268,5,6,'alpha - d - galactoside galactohydrolase','galactohydrolase')
-INSERT INTO CUI_TERMS VALUES(2268,2,3,'alpha - galactosidases','galactosidases')
-INSERT INTO CUI_TERMS VALUES(2272,0,1,'glucosidosucrase','glucosidosucrase')
-INSERT INTO CUI_TERMS VALUES(2272,6,7,'alpha - 1 , 4 - glucosidase','glucosidase')
-INSERT INTO CUI_TERMS VALUES(2272,0,1,'maltase','maltase')
-INSERT INTO CUI_TERMS VALUES(2272,1,2,'alpha glucosidases','glucosidases')
-INSERT INTO CUI_TERMS VALUES(2272,0,1,'maltases','maltases')
-INSERT INTO CUI_TERMS VALUES(2272,1,2,'alpha glucosidase','glucosidase')
-INSERT INTO CUI_TERMS VALUES(2272,0,1,'glucoinvertase','glucoinvertase')
-INSERT INTO CUI_TERMS VALUES(2272,2,3,'alpha - glucosidase','glucosidase')
-INSERT INTO CUI_TERMS VALUES(2272,5,6,'alpha - d - glucoside glucohydrolases','glucohydrolases')
-INSERT INTO CUI_TERMS VALUES(2272,2,3,'alpha - glucosidases','glucosidases')
-INSERT INTO CUI_TERMS VALUES(2287,2,3,'alpha - lactalbumin','lactalbumin')
-INSERT INTO CUI_TERMS VALUES(2287,0,2,'lactalbumin alpha','lactalbumin')
-INSERT INTO CUI_TERMS VALUES(2287,1,2,'minor lactalbumin','lactalbumin')
-INSERT INTO CUI_TERMS VALUES(2287,0,5,'lysozyme - like protein 7','lysozyme')
-INSERT INTO CUI_TERMS VALUES(2287,4,5,'. alpha . - lactalbumin','lactalbumin')
-INSERT INTO CUI_TERMS VALUES(2287,0,4,'lactose synthase b protein','lactose')
-INSERT INTO CUI_TERMS VALUES(2287,1,2,'alpha lactalbumin','lactalbumin')
-INSERT INTO CUI_TERMS VALUES(2302,2,5,'alpha - melanocyte stimulating hormone','melanocyte')
-INSERT INTO CUI_TERMS VALUES(2302,2,6,'alpha - melanocyte - stimulating hormone','melanocyte')
-INSERT INTO CUI_TERMS VALUES(2302,7,8,'acetylated acth ( 1 - 13 ) nh2','nh2')
-INSERT INTO CUI_TERMS VALUES(2302,1,4,'alpha melanocyte stimulating hormone','melanocyte')
-INSERT INTO CUI_TERMS VALUES(2302,1,2,'alpha msh','msh')
-INSERT INTO CUI_TERMS VALUES(2302,2,3,'alpha - melanotropin','melanotropin')
-INSERT INTO CUI_TERMS VALUES(2302,1,5,'alpha melanocyte - stimulating hormone','melanocyte')
-INSERT INTO CUI_TERMS VALUES(2302,4,7,'hormone , alpha - melanocyte - stimulating','melanocyte')
-INSERT INTO CUI_TERMS VALUES(2302,0,3,'msh , alpha','msh')
-INSERT INTO CUI_TERMS VALUES(2302,1,2,'alpha melanotropin','melanotropin')
-INSERT INTO CUI_TERMS VALUES(2302,2,3,'alpha - msh','msh')
-INSERT INTO CUI_TERMS VALUES(2312,2,3,'alpha - thalassaemia','thalassaemia')
-INSERT INTO CUI_TERMS VALUES(2312,2,3,'alpha - thalassemia','thalassemia')
-INSERT INTO CUI_TERMS VALUES(2312,1,2,'alpha thalassaemia','thalassaemia')
-INSERT INTO CUI_TERMS VALUES(2312,0,3,'thalassemia - alpha','thalassemia')
-INSERT INTO CUI_TERMS VALUES(2312,0,3,'hemoglobin h dis','hemoglobin')
-INSERT INTO CUI_TERMS VALUES(2312,0,3,'thalassemia , alpha','thalassemia')
-INSERT INTO CUI_TERMS VALUES(2312,0,3,'hemoglobin h disease','hemoglobin')
-INSERT INTO CUI_TERMS VALUES(2312,1,2,'alpha thalassemias','thalassemias')
-INSERT INTO CUI_TERMS VALUES(2312,2,3,'alpha - thalassemias','thalassemias')
-INSERT INTO CUI_TERMS VALUES(2312,0,1,'a-thalassemia','a-thalassemia')
-INSERT INTO CUI_TERMS VALUES(2312,0,2,'thalassemia alpha','thalassemia')
-INSERT INTO CUI_TERMS VALUES(2312,2,4,'disease , hemoglobin h','hemoglobin')
-INSERT INTO CUI_TERMS VALUES(2312,1,2,'alpha thalassemia','thalassemia')
-INSERT INTO CUI_TERMS VALUES(2321,6,7,'alpha > 2 < - h foetoprotein','foetoprotein')
-INSERT INTO CUI_TERMS VALUES(2321,3,4,'alpha2 - h foetoprotein','foetoprotein')
-INSERT INTO CUI_TERMS VALUES(2321,6,7,'alpha > 2 < - h fetoprotein','fetoprotein')
-INSERT INTO CUI_TERMS VALUES(2321,0,4,'alpha2 - h fetoprotein','alpha2')
-INSERT INTO CUI_TERMS VALUES(2327,0,1,'alphaprodine','alphaprodine')
-INSERT INTO CUI_TERMS VALUES(2328,0,1,'alphasone','alphasone')
-INSERT INTO CUI_TERMS VALUES(2328,0,1,'dihydroxyprogesterone','dihydroxyprogesterone')
-INSERT INTO CUI_TERMS VALUES(2328,0,1,'algestone','algestone')
-INSERT INTO CUI_TERMS VALUES(2333,0,1,'alprazolam','alprazolam')
-INSERT INTO CUI_TERMS VALUES(2333,0,1,'alprazolan','alprazolan')
-INSERT INTO CUI_TERMS VALUES(2334,0,1,'alprenolol','alprenolol')
-INSERT INTO CUI_TERMS VALUES(2334,0,1,'aprenololo','aprenololo')
-INSERT INTO CUI_TERMS VALUES(2334,0,1,'alprenololum','alprenololum')
-INSERT INTO CUI_TERMS VALUES(2335,0,10,'prostaglandin e < sub > 1 < / sub >','prostaglandin')
-INSERT INTO CUI_TERMS VALUES(2335,1,10,'prostaglandin pge < sub > 1 < / sub >','pge')
-INSERT INTO CUI_TERMS VALUES(2335,1,2,'prostaglandin e1alpha','e1alpha')
-INSERT INTO CUI_TERMS VALUES(2335,0,2,'pge 01','pge')
-INSERT INTO CUI_TERMS VALUES(2335,0,1,'alprostadil','alprostadil')
-INSERT INTO CUI_TERMS VALUES(2335,1,2,'prostaglandin e1','e1')
-INSERT INTO CUI_TERMS VALUES(2335,0,5,'prostaglandin e > 1 <','prostaglandin')
-INSERT INTO CUI_TERMS VALUES(2335,0,2,'e1 prostaglandin','e1')
-INSERT INTO CUI_TERMS VALUES(2335,0,3,'pge - 1','pge')
-INSERT INTO CUI_TERMS VALUES(2335,0,1,'pge1','pge1')
-INSERT INTO CUI_TERMS VALUES(2335,0,1,'alprostadilum','alprostadilum')
-INSERT INTO CUI_TERMS VALUES(2335,1,5,'prostaglandin pge > 1 <','pge')
-INSERT INTO CUI_TERMS VALUES(2335,0,1,'pge1alpha','pge1alpha')
-INSERT INTO CUI_TERMS VALUES(2335,0,3,'prostaglandin e 01','prostaglandin')
-INSERT INTO CUI_TERMS VALUES(2340,0,1,'alseroxylon','alseroxylon')
-INSERT INTO CUI_TERMS VALUES(2344,0,3,'fowler ''s test','fowler')
-INSERT INTO CUI_TERMS VALUES(2344,1,3,'loudness recruitment test','recruitment')
-INSERT INTO CUI_TERMS VALUES(2344,1,5,'alternate binaural loudness balance test','binaural')
-INSERT INTO CUI_TERMS VALUES(2351,2,3,'sickness , altitude','altitude')
-INSERT INTO CUI_TERMS VALUES(2351,3,4,'effects of high altitude','altitude')
-INSERT INTO CUI_TERMS VALUES(2351,1,3,'high altitute sickness','altitute')
-INSERT INTO CUI_TERMS VALUES(2351,4,5,'anoxia due to high altitude','altitude')
-INSERT INTO CUI_TERMS VALUES(2351,0,2,'altitude sickness','altitude')
-INSERT INTO CUI_TERMS VALUES(2351,0,1,'hypobaropathy','hypobaropathy')
-INSERT INTO CUI_TERMS VALUES(2351,0,2,'andes disease','andes')
-INSERT INTO CUI_TERMS VALUES(2351,1,3,'high altitude effects','altitude')
-INSERT INTO CUI_TERMS VALUES(2351,0,3,'altitude effects high','altitude')
-INSERT INTO CUI_TERMS VALUES(2351,0,2,'hypobaric sickness','hypobaric')
-INSERT INTO CUI_TERMS VALUES(2351,2,3,'anoxia , altitude','altitude')
-INSERT INTO CUI_TERMS VALUES(2351,0,2,'mountain sickness','mountain')
-INSERT INTO CUI_TERMS VALUES(2351,0,2,'alpine sickness','alpine')
-INSERT INTO CUI_TERMS VALUES(2351,4,5,'anoxia caused by high altitude','altitude')
-INSERT INTO CUI_TERMS VALUES(2367,0,1,'aluminio','aluminio')
-INSERT INTO CUI_TERMS VALUES(2367,0,1,'aluminium','aluminium')
-INSERT INTO CUI_TERMS VALUES(2367,0,1,'13al','13al')
-INSERT INTO CUI_TERMS VALUES(2367,0,1,'al','al')
-INSERT INTO CUI_TERMS VALUES(2367,0,1,'aluminum','aluminum')
-INSERT INTO CUI_TERMS VALUES(2368,2,4,'aluminum sulfate ammonium salt','ammonium')
-INSERT INTO CUI_TERMS VALUES(2368,1,2,'ammonium alum','alum')
-INSERT INTO CUI_TERMS VALUES(2368,0,3,'alum , ammonium','alum')
-INSERT INTO CUI_TERMS VALUES(2368,0,3,'aluminium ammonium sulphate','aluminium')
-INSERT INTO CUI_TERMS VALUES(2368,1,3,'aluminum ammonium sulfate','ammonium')
-INSERT INTO CUI_TERMS VALUES(2370,1,2,'aspirin aluminum','aluminum')
-INSERT INTO CUI_TERMS VALUES(2370,0,2,'aluminium aspirin','aluminium')
-INSERT INTO CUI_TERMS VALUES(2370,0,2,'aluminum aspirin','aluminum')
-INSERT INTO CUI_TERMS VALUES(2370,1,2,'aluminum acetylsalicylate','acetylsalicylate')
-INSERT INTO CUI_TERMS VALUES(2371,1,2,'hydrated alumina','alumina')
-INSERT INTO CUI_TERMS VALUES(2371,3,5,'aluminum ( as hydroxide )','hydroxide')
-INSERT INTO CUI_TERMS VALUES(2371,0,2,'alum adjuvant','alum')
-INSERT INTO CUI_TERMS VALUES(2371,0,2,'alumina hydrate','alumina')
-INSERT INTO CUI_TERMS VALUES(2371,0,3,'alumina , hydrated','alumina')
-INSERT INTO CUI_TERMS VALUES(2371,1,2,'aluminum hydroxide','hydroxide')
-INSERT INTO CUI_TERMS VALUES(2371,0,5,'al ( oh ) 3','al')
-INSERT INTO CUI_TERMS VALUES(2371,0,2,'aluminium hydroxide','aluminium')
-INSERT INTO CUI_TERMS VALUES(2371,0,3,'hydroxide , aluminum','hydroxide')
-INSERT INTO CUI_TERMS VALUES(2372,2,3,'aluminum hydroxide hydrate','hydrate')
-INSERT INTO CUI_TERMS VALUES(2372,1,3,'aluminum hydroxide gel','hydroxide')
-INSERT INTO CUI_TERMS VALUES(2372,0,1,'algeldrate','algeldrate')
-INSERT INTO CUI_TERMS VALUES(2374,0,1,'alumina','alumina')
-INSERT INTO CUI_TERMS VALUES(2374,2,3,'oxide , aluminum','aluminum')
-INSERT INTO CUI_TERMS VALUES(2374,0,2,'aliminum oxide','aliminum')
-INSERT INTO CUI_TERMS VALUES(2374,0,2,'aluminum oxide','aluminum')
-INSERT INTO CUI_TERMS VALUES(2374,1,2,'aluminum lake','lake')
-INSERT INTO CUI_TERMS VALUES(2374,0,2,'aluminium oxide','aluminium')
-INSERT INTO CUI_TERMS VALUES(2382,3,4,'bone loss , alveolar','alveolar')
-INSERT INTO CUI_TERMS VALUES(2382,0,3,'resorption , periodontal','resorption')
-INSERT INTO CUI_TERMS VALUES(2382,1,4,'bone atrophies , alveolar','atrophies')
-INSERT INTO CUI_TERMS VALUES(2382,2,3,'alveolar process atrophies','atrophies')
-INSERT INTO CUI_TERMS VALUES(2382,0,3,'periodontal bone loss','periodontal')
-INSERT INTO CUI_TERMS VALUES(2382,0,3,'resorption , alveolar','resorption')
-INSERT INTO CUI_TERMS VALUES(2382,1,2,'alveolar resorption','resorption')
-INSERT INTO CUI_TERMS VALUES(2382,2,3,'alveolar bone losses','losses')
-INSERT INTO CUI_TERMS VALUES(2382,1,2,'periodontal resorptions','resorptions')
-INSERT INTO CUI_TERMS VALUES(2382,1,2,'alveolar resorptions','resorptions')
-INSERT INTO CUI_TERMS VALUES(2382,2,3,'periodontal bone losses','losses')
-INSERT INTO CUI_TERMS VALUES(2382,0,3,'alveolar bone loss','alveolar')
-INSERT INTO CUI_TERMS VALUES(2382,3,4,'bone loss , periodontal','periodontal')
-INSERT INTO CUI_TERMS VALUES(2382,1,4,'bone losses , periodontal','losses')
-INSERT INTO CUI_TERMS VALUES(2382,0,3,'alveolar process atrophy','alveolar')
-INSERT INTO CUI_TERMS VALUES(2382,1,2,'periodontal resorption','resorption')
-INSERT INTO CUI_TERMS VALUES(2382,0,3,'resorptions , alveolar','resorptions')
-INSERT INTO CUI_TERMS VALUES(2382,3,4,'bone atrophy , alveolar','alveolar')
-INSERT INTO CUI_TERMS VALUES(2382,2,3,'alveolar bone atrophies','atrophies')
-INSERT INTO CUI_TERMS VALUES(2382,0,3,'alveolar bone atrophy','alveolar')
-INSERT INTO CUI_TERMS VALUES(2386,0,2,'alveolar process','alveolar')
-INSERT INTO CUI_TERMS VALUES(2386,2,3,'process , alveolar','alveolar')
-INSERT INTO CUI_TERMS VALUES(2386,0,3,'processes , alveolar','processes')
-INSERT INTO CUI_TERMS VALUES(2386,1,2,'alveolar processes','processes')
-INSERT INTO CUI_TERMS VALUES(2387,1,4,'ridge augmentation , alveolar','augmentation')
-INSERT INTO CUI_TERMS VALUES(2387,0,4,'augmentation of alveolar ridge','augmentation')
-INSERT INTO CUI_TERMS VALUES(2387,1,4,'ridge augmentations , alveolar','augmentations')
-INSERT INTO CUI_TERMS VALUES(2387,2,3,'alveolar ridge augmentations','augmentations')
-INSERT INTO CUI_TERMS VALUES(2387,2,3,'alveolar ridge augmentation','augmentation')
-INSERT INTO CUI_TERMS VALUES(2387,0,4,'augmentation , alveolar ridge','augmentation')
-INSERT INTO CUI_TERMS VALUES(2387,0,4,'augmentations , alveolar ridge','augmentations')
-INSERT INTO CUI_TERMS VALUES(2390,0,3,'pneumonitis , hypersensitivity','pneumonitis')
-INSERT INTO CUI_TERMS VALUES(2390,2,3,'allergic interstitial pneumonitis','pneumonitis')
-INSERT INTO CUI_TERMS VALUES(2390,1,2,'hypersensitivity pneumonitis','pneumonitis')
-INSERT INTO CUI_TERMS VALUES(2390,0,2,'alveolitis allergic','alveolitis')
-INSERT INTO CUI_TERMS VALUES(2390,1,2,'allergic pneumonitis','pneumonitis')
-INSERT INTO CUI_TERMS VALUES(2390,0,3,'alveolitis , allergic','alveolitis')
-INSERT INTO CUI_TERMS VALUES(2390,0,3,'pneumonitides , hypersensitivity','pneumonitides')
-INSERT INTO CUI_TERMS VALUES(2390,0,4,'alveolitis , extrinsic allergic','alveolitis')
-INSERT INTO CUI_TERMS VALUES(2390,1,2,'allergic alveolitis','alveolitis')
-INSERT INTO CUI_TERMS VALUES(2390,0,2,'hypersensitivity pneumonia','hypersensitivity')
-INSERT INTO CUI_TERMS VALUES(2390,2,3,'extrinsic allergic alveolitides','alveolitides')
-INSERT INTO CUI_TERMS VALUES(2390,0,4,'alveolitides , extrinsic allergic','alveolitides')
-INSERT INTO CUI_TERMS VALUES(2390,1,2,'hypersensitivity pneumonitides','pneumonitides')
-INSERT INTO CUI_TERMS VALUES(2390,0,4,'pneumonitis , allergic interstitial','pneumonitis')
-INSERT INTO CUI_TERMS VALUES(2390,2,5,'extrinsic allergic bronchiolo - alveolitis','bronchiolo')
-INSERT INTO CUI_TERMS VALUES(2390,1,4,'allergic alveolitides , extrinsic','alveolitides')
-INSERT INTO CUI_TERMS VALUES(2395,4,5,'dementia , primary senile degenerative','degenerative')
-INSERT INTO CUI_TERMS VALUES(2395,0,3,'alzheimer ''s disease','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,2,4,'dementia , alzheimer type','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,2,3,'dementia , senile','senile')
-INSERT INTO CUI_TERMS VALUES(2395,0,3,'alzheimer type dementia','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,2,'alzheimers dis','alzheimers')
-INSERT INTO CUI_TERMS VALUES(2395,2,4,'primary senile degenerative dementia','degenerative')
-INSERT INTO CUI_TERMS VALUES(2395,0,3,'alzheimer ''s diseases','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,1,'dats','dats')
-INSERT INTO CUI_TERMS VALUES(2395,2,3,'sclerosis , alzheimer','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,1,'dat','dat')
-INSERT INTO CUI_TERMS VALUES(2395,0,2,'alzheimer dis','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,2,3,'syndrome , alzheimer','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,6,8,'dementia , alzheimer - type ( atd )','atd')
-INSERT INTO CUI_TERMS VALUES(2395,3,6,'dementia of the alzheimer ''s type','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,2,'alzheimers disease','alzheimers')
-INSERT INTO CUI_TERMS VALUES(2395,1,2,'dementia alzheimers','alzheimers')
-INSERT INTO CUI_TERMS VALUES(2395,2,3,'disease , alzheimer','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,2,'alzheimer disease','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,1,'ad','ad')
-INSERT INTO CUI_TERMS VALUES(2395,5,7,'alzheimer - type dementia ( atd )','atd')
-INSERT INTO CUI_TERMS VALUES(2395,0,2,'alzheimer diseases','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,2,'alzheimers dementia','alzheimers')
-INSERT INTO CUI_TERMS VALUES(2395,0,2,'alzheimer syndrome','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,1,'sdat','sdat')
-INSERT INTO CUI_TERMS VALUES(2395,0,2,'alzheimer sclerosis','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,2,'alzheimer dementia','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,0,3,'alzheimer ''s dementia','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2395,3,5,'dementia of the alzheimer type','alzheimer')
-INSERT INTO CUI_TERMS VALUES(2402,0,1,'amanitotoxin','amanitotoxin')
-INSERT INTO CUI_TERMS VALUES(2402,0,1,'amanitine','amanitine')
-INSERT INTO CUI_TERMS VALUES(2402,0,1,'amanitin','amanitin')
-INSERT INTO CUI_TERMS VALUES(2402,0,1,'amanitins','amanitins')
-INSERT INTO CUI_TERMS VALUES(2403,0,1,'amantadina','amantadina')
-INSERT INTO CUI_TERMS VALUES(2403,2,3,'1 - adamantanamine','adamantanamine')
-INSERT INTO CUI_TERMS VALUES(2403,0,1,'amantidine','amantidine')
-INSERT INTO CUI_TERMS VALUES(2403,0,1,'adamantylamine','adamantylamine')
-INSERT INTO CUI_TERMS VALUES(2403,0,1,'amantadinum','amantadinum')
-INSERT INTO CUI_TERMS VALUES(2403,0,1,'amatadine','amatadine')
-INSERT INTO CUI_TERMS VALUES(2403,0,1,'amantadine','amantadine')
-INSERT INTO CUI_TERMS VALUES(2403,0,1,'aminoadamantane','aminoadamantane')
-INSERT INTO CUI_TERMS VALUES(2404,0,2,'amantadine sulphate','amantadine')
-INSERT INTO CUI_TERMS VALUES(2404,2,3,'sulfate , amantadine','amantadine')
-INSERT INTO CUI_TERMS VALUES(2404,0,2,'amantadine sulfate','amantadine')
-INSERT INTO CUI_TERMS VALUES(2406,0,4,'red no . 2','red')
-INSERT INTO CUI_TERMS VALUES(2406,4,7,'c . i . food red 9','food')
-INSERT INTO CUI_TERMS VALUES(2406,0,2,'azorubin s','azorubin')
-INSERT INTO CUI_TERMS VALUES(2406,0,1,'amaranths','amaranths')
-INSERT INTO CUI_TERMS VALUES(2406,0,2,'naphthylamine red','naphthylamine')
-INSERT INTO CUI_TERMS VALUES(2406,0,3,'naphthol red s','naphthol')
-INSERT INTO CUI_TERMS VALUES(2406,0,1,'amaranth','amaranth')
-INSERT INTO CUI_TERMS VALUES(2412,0,1,'ambenonum','ambenonum')
-INSERT INTO CUI_TERMS VALUES(2412,0,1,'ambenonium','ambenonium')
-INSERT INTO CUI_TERMS VALUES(2413,0,2,'win 8077','win')
-INSERT INTO CUI_TERMS VALUES(2413,0,2,'ambenonium chloride','ambenonium')
-INSERT INTO CUI_TERMS VALUES(2413,0,2,'ambestigmine chloride','ambestigmine')
-INSERT INTO CUI_TERMS VALUES(2413,2,3,'chloride , ambenonium','ambenonium')
-INSERT INTO CUI_TERMS VALUES(2413,0,1,'misuran','misuran')
-INSERT INTO CUI_TERMS VALUES(2413,0,1,'oxazyl','oxazyl')
-INSERT INTO CUI_TERMS VALUES(2416,0,1,'ambidextrous','ambidextrous')
-INSERT INTO CUI_TERMS VALUES(2416,0,1,'ambidexterity','ambidexterity')
-INSERT INTO CUI_TERMS VALUES(2418,0,1,'amblyopias','amblyopias')
-INSERT INTO CUI_TERMS VALUES(2418,0,1,'amblyopia','amblyopia')
-INSERT INTO CUI_TERMS VALUES(2418,0,2,'wandering eye','wandering')
-INSERT INTO CUI_TERMS VALUES(2418,0,2,'wandering eyes','wandering')
-INSERT INTO CUI_TERMS VALUES(2418,0,1,'amblyopic','amblyopic')
-INSERT INTO CUI_TERMS VALUES(2419,1,2,'tobacco amblyopia','amblyopia')
-INSERT INTO CUI_TERMS VALUES(2421,3,4,'metabolite viii , bromhexine','bromhexine')
-INSERT INTO CUI_TERMS VALUES(2421,0,4,'bromhexine - metabolite viii','bromhexine')
-INSERT INTO CUI_TERMS VALUES(2421,0,1,'ambroxolum','ambroxolum')
-INSERT INTO CUI_TERMS VALUES(2421,0,1,'amboxol','amboxol')
-INSERT INTO CUI_TERMS VALUES(2421,0,3,'bromhexine metabolite 08','bromhexine')
-INSERT INTO CUI_TERMS VALUES(2421,0,3,'bromhexine metabolite viii','bromhexine')
-INSERT INTO CUI_TERMS VALUES(2421,0,1,'ambroxol','ambroxol')
-INSERT INTO CUI_TERMS VALUES(2421,0,3,'bisolvon metabolite viii','bisolvon')
-INSERT INTO CUI_TERMS VALUES(2428,0,2,'outpatient surgeries','outpatient')
-INSERT INTO CUI_TERMS VALUES(2428,0,2,'ambulatory surgeries','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,0,3,'ambulatory procedures surgical','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,2,3,'surgery , outpatient','outpatient')
-INSERT INTO CUI_TERMS VALUES(2428,2,3,'surgery , ambulatory','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,0,3,'ambulatory surgical procedures','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,3,4,'surgical procedure , ambulatory','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,1,2,'surgery ambulatory','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,0,3,'ambulatory surgical procedure','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,1,2,'surg ambulatory','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,2,4,'procedures , ambulatory surgical','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,2,3,'surgeries , outpatient','outpatient')
-INSERT INTO CUI_TERMS VALUES(2428,2,3,'surgeries , ambulatory','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,0,2,'ambulatory surg','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,0,2,'ambulatory surgery','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,2,4,'procedure , ambulatory surgical','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,2,3,'surg procedure ambulatory','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,0,2,'outpatient surg','outpatient')
-INSERT INTO CUI_TERMS VALUES(2428,1,2,'surg outpatient','outpatient')
-INSERT INTO CUI_TERMS VALUES(2428,0,2,'outpatient surgery','outpatient')
-INSERT INTO CUI_TERMS VALUES(2428,2,3,'surg procedures ambulatory','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2428,3,4,'surgical procedures , ambulatory','ambulatory')
-INSERT INTO CUI_TERMS VALUES(2435,0,1,'mecillinam','mecillinam')
-INSERT INTO CUI_TERMS VALUES(2435,0,1,'amdinocillin','amdinocillin')
-INSERT INTO CUI_TERMS VALUES(2435,1,2,'penicillin hx','hx')
-INSERT INTO CUI_TERMS VALUES(2436,0,1,'pivamdinocillin','pivamdinocillin')
-INSERT INTO CUI_TERMS VALUES(2436,0,1,'pmpc','pmpc')
-INSERT INTO CUI_TERMS VALUES(2436,0,3,'pivoxil , amdinocillin','pivoxil')
-INSERT INTO CUI_TERMS VALUES(2436,0,1,'pivmecilinamo','pivmecilinamo')
-INSERT INTO CUI_TERMS VALUES(2436,0,4,'pivaloyl ester , mecillinam','pivaloyl')
-INSERT INTO CUI_TERMS VALUES(2436,0,2,'amdinocillin pivoxil','amdinocillin')
-INSERT INTO CUI_TERMS VALUES(2436,0,1,'pivmecillinam','pivmecillinam')
-INSERT INTO CUI_TERMS VALUES(2436,1,3,'mecillinam pivaloyl ester','pivaloyl')
-INSERT INTO CUI_TERMS VALUES(2436,0,1,'pivmecillinamum','pivmecillinamum')
-INSERT INTO CUI_TERMS VALUES(2438,4,5,'infection due to entamoeba histolytica','histolytica')
-INSERT INTO CUI_TERMS VALUES(2438,0,2,'amebic infection','amebic')
-INSERT INTO CUI_TERMS VALUES(2438,0,1,'amebiases','amebiases')
-INSERT INTO CUI_TERMS VALUES(2438,0,1,'amoebiases','amoebiases')
-INSERT INTO CUI_TERMS VALUES(2438,3,4,'disease due to endamoebidae','endamoebidae')
-INSERT INTO CUI_TERMS VALUES(2438,0,1,'amoebiasis','amoebiasis')
-INSERT INTO CUI_TERMS VALUES(2438,3,4,'disease caused by endamoebidae','endamoebidae')
-INSERT INTO CUI_TERMS VALUES(2438,4,5,'infection caused by entamoeba histolytica','histolytica')
-INSERT INTO CUI_TERMS VALUES(2438,0,2,'amoebic infection','amoebic')
-INSERT INTO CUI_TERMS VALUES(2438,0,1,'amebiasis','amebiasis')
-INSERT INTO CUI_TERMS VALUES(2440,2,3,'chronic intestinal amoebiasis','amoebiasis')
-INSERT INTO CUI_TERMS VALUES(2440,2,3,'chronic intestinal amebiasis','amebiasis')
-INSERT INTO CUI_TERMS VALUES(2441,0,3,'amebiasis affecting skin','amebiasis')
-INSERT INTO CUI_TERMS VALUES(2441,0,2,'amebiasis cutaneous','amebiasis')
-INSERT INTO CUI_TERMS VALUES(2441,0,3,'amebiasis of skin','amebiasis')
-INSERT INTO CUI_TERMS VALUES(2441,0,3,'amoebiasis of skin','amoebiasis')
-INSERT INTO CUI_TERMS VALUES(2441,0,3,'amoebiasis affecting skin','amoebiasis')
-INSERT INTO CUI_TERMS VALUES(2441,1,2,'cutaneous amebiasis','amebiasis')
-INSERT INTO CUI_TERMS VALUES(2444,0,1,'amoebicide','amoebicide')
-INSERT INTO CUI_TERMS VALUES(2444,0,1,'amoebicides','amoebicides')
-INSERT INTO CUI_TERMS VALUES(2444,0,1,'amebicide','amebicide')
-INSERT INTO CUI_TERMS VALUES(2444,0,1,'amebicides','amebicides')
-INSERT INTO CUI_TERMS VALUES(2445,0,1,'ameboma','ameboma')
-INSERT INTO CUI_TERMS VALUES(2445,0,2,'amoebic granuloma','amoebic')
-INSERT INTO CUI_TERMS VALUES(2445,0,1,'amebomas','amebomas')
-INSERT INTO CUI_TERMS VALUES(2445,0,1,'amoeboma','amoeboma')
-INSERT INTO CUI_TERMS VALUES(2445,0,2,'amebic granuloma','amebic')
-INSERT INTO CUI_TERMS VALUES(2447,0,1,'amelia','amelia')
-INSERT INTO CUI_TERMS VALUES(2447,1,4,'congenital absence of limb','absence')
-INSERT INTO CUI_TERMS VALUES(2448,1,2,'epithelioma adamantinum','adamantinum')
-INSERT INTO CUI_TERMS VALUES(2448,0,1,'ameloblastomas','ameloblastomas')
-INSERT INTO CUI_TERMS VALUES(2448,0,1,'adamantinoma','adamantinoma')
-INSERT INTO CUI_TERMS VALUES(2448,0,1,'ameloblastoma','ameloblastoma')
-INSERT INTO CUI_TERMS VALUES(2452,1,3,'congenital enamel hypoplasia','enamel')
-INSERT INTO CUI_TERMS VALUES(2452,0,2,'amelogenesis imperfecta','amelogenesis')
-INSERT INTO CUI_TERMS VALUES(2453,0,2,'menstruation absence','menstruation')
-INSERT INTO CUI_TERMS VALUES(2453,2,3,'cessation of menses','menses')
-INSERT INTO CUI_TERMS VALUES(2453,0,1,'amenia','amenia')
-INSERT INTO CUI_TERMS VALUES(2453,0,1,'amenorrhea','amenorrhea')
-INSERT INTO CUI_TERMS VALUES(2453,0,1,'amenorrhoea','amenorrhoea')
-INSERT INTO CUI_TERMS VALUES(2453,2,3,'lack of menses','menses')
-INSERT INTO CUI_TERMS VALUES(2453,2,3,'absence of menstruation','menstruation')
-INSERT INTO CUI_TERMS VALUES(2453,0,3,'menses lack of','menses')
-INSERT INTO CUI_TERMS VALUES(2467,0,1,'americium','americium')
-INSERT INTO CUI_TERMS VALUES(2467,1,2,'am element','element')
-INSERT INTO CUI_TERMS VALUES(2475,0,2,'mitomycine c','mitomycine')
-INSERT INTO CUI_TERMS VALUES(2475,0,1,'mmc','mmc')
-INSERT INTO CUI_TERMS VALUES(2475,0,1,'mitamycin','mitamycin')
-INSERT INTO CUI_TERMS VALUES(2475,0,1,'mito','mito')
-INSERT INTO CUI_TERMS VALUES(2475,0,1,'mitomycin','mitomycin')
-INSERT INTO CUI_TERMS VALUES(2475,0,1,'mitc','mitc')
-INSERT INTO CUI_TERMS VALUES(2475,0,1,'mtc','mtc')
-INSERT INTO CUI_TERMS VALUES(2475,6,7,'7 - amino - 9alpha - methoxymitosane','methoxymitosane')
-INSERT INTO CUI_TERMS VALUES(2482,0,1,'amide','amide')
-INSERT INTO CUI_TERMS VALUES(2482,0,1,'amides','amides')
-INSERT INTO CUI_TERMS VALUES(2483,0,1,'amidine','amidine')
-INSERT INTO CUI_TERMS VALUES(2483,0,1,'amidines','amidines')
-INSERT INTO CUI_TERMS VALUES(2484,0,1,'transamidinase','transamidinase')
-INSERT INTO CUI_TERMS VALUES(2484,0,1,'transamidinases','transamidinases')
-INSERT INTO CUI_TERMS VALUES(2484,0,1,'amidinotransferases','amidinotransferases')
-INSERT INTO CUI_TERMS VALUES(2484,0,1,'amidinotransferase','amidinotransferase')
-INSERT INTO CUI_TERMS VALUES(2492,0,1,'amidophosphoribosyltransferase','amidophosphoribosyltransferase')
-INSERT INTO CUI_TERMS VALUES(2492,1,3,'glutamine phosphoribosylpyrophosphate amidotransferase','phosphoribosylpyrophosphate')
-INSERT INTO CUI_TERMS VALUES(2492,2,3,'phosphoribosyl pyrophosphate amidotransferase','amidotransferase')
-INSERT INTO CUI_TERMS VALUES(2492,0,1,'ppat','ppat')
-INSERT INTO CUI_TERMS VALUES(2492,0,4,'phosphoribosyldiphosphate 5 - amidotransferase','phosphoribosyldiphosphate')
-INSERT INTO CUI_TERMS VALUES(2492,0,1,'gpat','gpat')
-INSERT INTO CUI_TERMS VALUES(2492,0,1,'atase','atase')
-INSERT INTO CUI_TERMS VALUES(2492,0,3,'phosphoribosyldiphosphate 5 amidotransferase','phosphoribosyldiphosphate')
-INSERT INTO CUI_TERMS VALUES(2492,1,4,'pyrophosphate amidotransferase , phosphoribosyl','amidotransferase')
-INSERT INTO CUI_TERMS VALUES(2492,1,3,'glutamine prpp amidotransferase','prpp')
-INSERT INTO CUI_TERMS VALUES(2492,1,3,'glutamine phosphoribosylpyrophosphatate amidotransferase','phosphoribosylpyrophosphatate')
-INSERT INTO CUI_TERMS VALUES(2492,4,5,'5 - amidotransferase , phosphoribosyldiphosphate','phosphoribosyldiphosphate')
-INSERT INTO CUI_TERMS VALUES(2492,0,4,'amidotransferase , phosphoribosyl pyrophosphate','amidotransferase')
-INSERT INTO CUI_TERMS VALUES(2496,0,2,'amidotrizoic acid','amidotrizoic')
-INSERT INTO CUI_TERMS VALUES(2499,0,1,'amikacine','amikacine')
-INSERT INTO CUI_TERMS VALUES(2499,0,1,'amika','amika')
-INSERT INTO CUI_TERMS VALUES(2499,0,1,'amikacinum','amikacinum')
-INSERT INTO CUI_TERMS VALUES(2499,0,1,'amikacin','amikacin')
-INSERT INTO CUI_TERMS VALUES(2499,0,1,'amicacin','amicacin')
-INSERT INTO CUI_TERMS VALUES(2499,0,1,'amikacina','amikacina')
-INSERT INTO CUI_TERMS VALUES(2500,0,2,'amikacin assay','amikacin')
-INSERT INTO CUI_TERMS VALUES(2500,0,2,'amikacin level','amikacin')
-INSERT INTO CUI_TERMS VALUES(2500,0,2,'amikacin measurement','amikacin')
-INSERT INTO CUI_TERMS VALUES(2501,0,2,'amikacin sulphate','amikacin')
-INSERT INTO CUI_TERMS VALUES(2501,0,2,'amikacin sulfate','amikacin')
-INSERT INTO CUI_TERMS VALUES(2501,2,3,'sulfate , amikacin','amikacin')
-INSERT INTO CUI_TERMS VALUES(2502,0,1,'amiloridum','amiloridum')
-INSERT INTO CUI_TERMS VALUES(2502,0,1,'amilorid','amilorid')
-INSERT INTO CUI_TERMS VALUES(2502,0,1,'amiloride','amiloride')
-INSERT INTO CUI_TERMS VALUES(2502,0,1,'amipramidine','amipramidine')
-INSERT INTO CUI_TERMS VALUES(2502,0,1,'amipramidin','amipramidin')
-INSERT INTO CUI_TERMS VALUES(2502,0,1,'amyloride','amyloride')
-INSERT INTO CUI_TERMS VALUES(2502,0,1,'amilorida','amilorida')
-INSERT INTO CUI_TERMS VALUES(2502,0,1,'amipramizide','amipramizide')
-INSERT INTO CUI_TERMS VALUES(2503,0,1,'aminoacridines','aminoacridines')
-INSERT INTO CUI_TERMS VALUES(2503,0,1,'aminoacridine','aminoacridine')
-INSERT INTO CUI_TERMS VALUES(2503,0,1,'acridinamine','acridinamine')
-INSERT INTO CUI_TERMS VALUES(2503,0,1,'aminoacrine','aminoacrine')
-INSERT INTO CUI_TERMS VALUES(2503,0,1,'aminacrine','aminacrine')
-INSERT INTO CUI_TERMS VALUES(2508,0,1,'amines','amines')
-INSERT INTO CUI_TERMS VALUES(2508,0,1,'amine','amine')
-INSERT INTO CUI_TERMS VALUES(2514,0,1,'hyperaminoaciduria','hyperaminoaciduria')
-INSERT INTO CUI_TERMS VALUES(2514,2,4,'amino acid metabolism disorders','metabolism')
-INSERT INTO CUI_TERMS VALUES(2514,0,1,'aminoacidopathy','aminoacidopathy')
-INSERT INTO CUI_TERMS VALUES(2514,1,4,'inborn err aa metab','err')
-INSERT INTO CUI_TERMS VALUES(2514,0,3,'acids amino disorder','acids')
-INSERT INTO CUI_TERMS VALUES(2514,4,5,'disorders of amino acid metabolism','metabolism')
-INSERT INTO CUI_TERMS VALUES(2514,0,4,'aa metab dis inborn','aa')
-INSERT INTO CUI_TERMS VALUES(2514,6,7,'unspecified disorder of amino - acid metabolism','metabolism')
-INSERT INTO CUI_TERMS VALUES(2514,1,6,'inborn errors , amino acid metabolism','errors')
-INSERT INTO CUI_TERMS VALUES(2514,2,4,'amino acid metabolism disorder','metabolism')
-INSERT INTO CUI_TERMS VALUES(2514,5,6,'amino acid metabolism , inborn errors','errors')
-INSERT INTO CUI_TERMS VALUES(2514,4,5,'disorder of amino acid metabolism','metabolism')
-INSERT INTO CUI_TERMS VALUES(2514,3,4,'aa metab inborn err','err')
-INSERT INTO CUI_TERMS VALUES(2514,0,3,'amino acid disorder','amino')
-INSERT INTO CUI_TERMS VALUES(2514,1,6,'inborn error of amino acid metabolism','error')
-INSERT INTO CUI_TERMS VALUES(2514,5,6,'amino acid metabolism , inborn error','error')
-INSERT INTO CUI_TERMS VALUES(2514,0,1,'aminoacidopathies','aminoacidopathies')
-INSERT INTO CUI_TERMS VALUES(2514,4,7,'disorders of amino acid transport and metabolism','transport')
-INSERT INTO CUI_TERMS VALUES(2514,5,8,'disorders of amino - acid transport and metabolism','transport')
-INSERT INTO CUI_TERMS VALUES(2514,0,1,'hyperaminoacidurias','hyperaminoacidurias')
-INSERT INTO CUI_TERMS VALUES(2514,1,2,'amino acidopathy','acidopathy')
-INSERT INTO CUI_TERMS VALUES(2514,1,3,'acid amino disorders','amino')
-INSERT INTO CUI_TERMS VALUES(2514,1,2,'amino acidopathies','acidopathies')
-INSERT INTO CUI_TERMS VALUES(2514,1,4,'inborn aminoacid metabolism disorder','aminoacid')
-INSERT INTO CUI_TERMS VALUES(2514,1,8,'amino acids - - metabolism - - disorders','acids')
-INSERT INTO CUI_TERMS VALUES(2514,1,3,'acid amino disorder','amino')
-INSERT INTO CUI_TERMS VALUES(2517,0,4,'racemases , amino acid','racemases')
-INSERT INTO CUI_TERMS VALUES(2517,3,4,'amino - acid racemase','racemase')
-INSERT INTO CUI_TERMS VALUES(2517,2,3,'amino acid racemases','racemases')
-INSERT INTO CUI_TERMS VALUES(2517,1,4,'acid racemases , amino','racemases')
-INSERT INTO CUI_TERMS VALUES(2520,0,1,'aminoacid','aminoacid')
-INSERT INTO CUI_TERMS VALUES(2520,0,1,'aa','aa')
-INSERT INTO CUI_TERMS VALUES(2520,0,3,'acids , amino','acids')
-INSERT INTO CUI_TERMS VALUES(2520,0,2,'amino acid','amino')
-INSERT INTO CUI_TERMS VALUES(2520,0,1,'aminoacids','aminoacids')
-INSERT INTO CUI_TERMS VALUES(2520,1,2,'amino acids','acids')
-INSERT INTO CUI_TERMS VALUES(2521,0,5,'branched - chain amino acid','branched')
-INSERT INTO CUI_TERMS VALUES(2521,0,4,'acids amino branch chain','acids')
-INSERT INTO CUI_TERMS VALUES(2521,3,4,'acids amino branch chained','chained')
-INSERT INTO CUI_TERMS VALUES(2521,2,6,'acids , branched - chain amino','branched')
-INSERT INTO CUI_TERMS VALUES(2521,0,4,'branched chain amino acid','branched')
-INSERT INTO CUI_TERMS VALUES(2521,0,3,'aminoacids branched chain','aminoacids')
-INSERT INTO CUI_TERMS VALUES(2521,2,3,'branched chain aminoacid','aminoacid')
-INSERT INTO CUI_TERMS VALUES(2521,2,4,'branch chain amino acid','amino')
-INSERT INTO CUI_TERMS VALUES(2521,0,4,'branched chain amino acids','branched')
-INSERT INTO CUI_TERMS VALUES(2521,0,5,'branched - chain amino acids','branched')
-INSERT INTO CUI_TERMS VALUES(2521,3,6,'amino acids , branched - chain','branched')
-INSERT INTO CUI_TERMS VALUES(2521,3,5,'amino acids , branched chain','branched')
-INSERT INTO CUI_TERMS VALUES(2521,0,1,'bcaa','bcaa')
-INSERT INTO CUI_TERMS VALUES(2524,2,4,'acids , dicarboxylic amino','dicarboxylic')
-INSERT INTO CUI_TERMS VALUES(2524,0,3,'dicarboxylic amino acid','dicarboxylic')
-INSERT INTO CUI_TERMS VALUES(2524,0,3,'dicarboxylic amino acids','dicarboxylic')
-INSERT INTO CUI_TERMS VALUES(2524,3,4,'amino acids , dicarboxylic','dicarboxylic')
-INSERT INTO CUI_TERMS VALUES(2525,0,2,'aminoacids essential','aminoacids')
-INSERT INTO CUI_TERMS VALUES(2525,2,3,'acids amino essential','essential')
-INSERT INTO CUI_TERMS VALUES(2525,0,3,'essential amino acids','essential')
-INSERT INTO CUI_TERMS VALUES(2525,2,3,'amino acids essential','essential')
-INSERT INTO CUI_TERMS VALUES(2525,0,3,'indispensable amino acid','indispensable')
-INSERT INTO CUI_TERMS VALUES(2525,0,3,'essential amino acid','essential')
-INSERT INTO CUI_TERMS VALUES(2525,2,4,'acids , essential amino','essential')
-INSERT INTO CUI_TERMS VALUES(2525,3,4,'amino acids , essential','essential')
-INSERT INTO CUI_TERMS VALUES(2525,1,2,'essential aminoacid','aminoacid')
-INSERT INTO CUI_TERMS VALUES(2527,1,2,'sulfur aminoacid','aminoacid')
-INSERT INTO CUI_TERMS VALUES(2527,2,5,'sulfur - bearing amino acid','bearing')
-INSERT INTO CUI_TERMS VALUES(2527,0,3,'sulfur amino acids','sulfur')
-INSERT INTO CUI_TERMS VALUES(2527,0,5,'sulphur - bearing amino acid','sulphur')
-INSERT INTO CUI_TERMS VALUES(2527,2,4,'acids , sulfur amino','sulfur')
-INSERT INTO CUI_TERMS VALUES(2527,3,4,'amino acids , sulfur','sulfur')
-INSERT INTO CUI_TERMS VALUES(2530,0,1,'aminoalcohol','aminoalcohol')
-INSERT INTO CUI_TERMS VALUES(2530,0,2,'amino alcohol','amino')
-INSERT INTO CUI_TERMS VALUES(2530,1,2,'amino alcohols','alcohols')
-INSERT INTO CUI_TERMS VALUES(2530,0,3,'alcohols , amino','alcohols')
-INSERT INTO CUI_TERMS VALUES(2531,1,2,'amino sugars','sugars')
-INSERT INTO CUI_TERMS VALUES(2531,1,2,'sugar amine','amine')
-INSERT INTO CUI_TERMS VALUES(2531,0,3,'sugars , amino','sugars')
-INSERT INTO CUI_TERMS VALUES(2531,0,1,'aminosugar','aminosugar')
-INSERT INTO CUI_TERMS VALUES(2531,1,2,'amino sugar','sugar')
-INSERT INTO CUI_TERMS VALUES(2543,2,3,'transaminase , gaba','gaba')
-INSERT INTO CUI_TERMS VALUES(2543,2,4,'gaba alpha ketoglutarate aminotransferase','ketoglutarate')
-INSERT INTO CUI_TERMS VALUES(2543,2,3,'aminotransferase , gaba','gaba')
-INSERT INTO CUI_TERMS VALUES(2543,0,2,'gaba aminotransferase','gaba')
-INSERT INTO CUI_TERMS VALUES(2543,4,5,'transaminase , 4 - aminobutyrate','aminobutyrate')
-INSERT INTO CUI_TERMS VALUES(2543,0,3,'aminobutyrate transaminase 04','aminobutyrate')
-INSERT INTO CUI_TERMS VALUES(2543,4,6,'gaba - alpha - ketoglutarate aminotransferase','ketoglutarate')
-INSERT INTO CUI_TERMS VALUES(2543,4,6,'beta - alanine - oxoglutarate aminotransferase','oxoglutarate')
-INSERT INTO CUI_TERMS VALUES(2543,3,5,'beta - alanine ketoglutarate aminotransferase','ketoglutarate')
-INSERT INTO CUI_TERMS VALUES(2543,1,3,'4 aminobutyrate transaminase','aminobutyrate')
-INSERT INTO CUI_TERMS VALUES(2543,2,3,'aminotransferase , aminobutyrate','aminobutyrate')
-INSERT INTO CUI_TERMS VALUES(2543,0,2,'gaba transaminase','gaba')
-INSERT INTO CUI_TERMS VALUES(2543,2,4,'beta alanine ketoglutarate aminotransferase','ketoglutarate')
-INSERT INTO CUI_TERMS VALUES(2543,5,6,'aminotransferase , beta - alanine ketoglutarate','ketoglutarate')
-INSERT INTO CUI_TERMS VALUES(2543,0,2,'aminobutyrate aminotransferase','aminobutyrate')
-INSERT INTO CUI_TERMS VALUES(2543,2,4,'4 - aminobutyrate transaminase','aminobutyrate')
-INSERT INTO CUI_TERMS VALUES(2543,0,6,'ketoglutarate aminotransferase , beta - alanine','ketoglutarate')
-INSERT INTO CUI_TERMS VALUES(2555,10,11,'alpha - ( p - aminophenyl ) - alpha - ethylglutarimide','ethylglutarimide')
-INSERT INTO CUI_TERMS VALUES(2555,0,1,'ag','ag')
-INSERT INTO CUI_TERMS VALUES(2555,0,1,'aminoglutetimide','aminoglutetimide')
-INSERT INTO CUI_TERMS VALUES(2555,0,1,'aminoglutethimide','aminoglutethimide')
-INSERT INTO CUI_TERMS VALUES(2555,0,1,'aminoglutethimidum','aminoglutethimidum')
-INSERT INTO CUI_TERMS VALUES(2555,0,1,'aminoglutethimid','aminoglutethimid')
-INSERT INTO CUI_TERMS VALUES(2555,0,1,'aminoglutetimida','aminoglutetimida')
-INSERT INTO CUI_TERMS VALUES(2555,0,1,'agt','agt')
-INSERT INTO CUI_TERMS VALUES(2556,0,1,'aminoglycoside','aminoglycoside')
-INSERT INTO CUI_TERMS VALUES(2556,0,1,'aminoglycosides','aminoglycosides')
-INSERT INTO CUI_TERMS VALUES(2563,0,2,'aminolaevulinic acid','aminolaevulinic')
-INSERT INTO CUI_TERMS VALUES(2563,2,4,'amino - levulinic acid','levulinic')
-INSERT INTO CUI_TERMS VALUES(2563,1,3,'amino levulinic acid','levulinic')
-INSERT INTO CUI_TERMS VALUES(2563,0,10,'pentanoic acid , 5 - amino - 4 - oxo','pentanoic')
-INSERT INTO CUI_TERMS VALUES(2563,4,5,'acid , delta - aminolevulinic','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2563,0,1,'ala','ala')
-INSERT INTO CUI_TERMS VALUES(2563,0,2,'aminolevulinic acid','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2563,0,1,'dala','dala')
-INSERT INTO CUI_TERMS VALUES(2563,2,3,'acid , aminolevulinic','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2563,6,8,'5 - amino - 4 - oxovaleric acid','oxovaleric')
-INSERT INTO CUI_TERMS VALUES(2563,6,8,'5 - amino - 4 - oxopentanoic acid','oxopentanoic')
-INSERT INTO CUI_TERMS VALUES(2564,0,2,'aminolevulinate dehydratase','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2564,2,4,'dehydratase , aminolevulinic acid','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2564,3,4,'acid dehydratase , aminolevulinic','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2564,4,5,'dehydratase , delta - aminolevulinate','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2564,5,6,'acid dehydratase , delta - aminolevulinic','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2564,2,3,'ala - dehydrase','dehydrase')
-INSERT INTO CUI_TERMS VALUES(2564,0,3,'aminolevulinic acid dehydratase','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2564,1,2,'ala dehydrase','dehydrase')
-INSERT INTO CUI_TERMS VALUES(2564,0,3,'aminolevulinate hydro lyase','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2564,0,2,'porphobilinogen synthase','porphobilinogen')
-INSERT INTO CUI_TERMS VALUES(2564,4,6,'dehydratase , delta - aminolevulinic acid','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2564,0,4,'aminolevulinate hydro - lyase','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2564,2,3,'synthase , porphobilinogen','porphobilinogen')
-INSERT INTO CUI_TERMS VALUES(2564,0,2,'aminolaevulinate dehydratase','aminolaevulinate')
-INSERT INTO CUI_TERMS VALUES(2564,4,5,'hydro - lyase , aminolevulinate','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2565,0,3,'aminolevulinate synthetase 05','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2565,2,4,'5 - aminolevulinate synthetase','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2565,0,2,'aminolaevulinate synthase','aminolaevulinate')
-INSERT INTO CUI_TERMS VALUES(2565,1,3,'5 aminolevulinate synthetase','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2565,3,4,'acid synthetase , aminolevulinic','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2565,0,2,'aminolevulinate synthase','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2565,5,6,'acid synthetase , delta - aminolevulinic','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2565,2,4,'synthetase , aminolevulinic acid','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2565,4,6,'synthetase , delta - aminolevulinic acid','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2565,4,5,'synthetase , 5 - aminolevulinate','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2565,4,5,'synthase , 5 - aminolevulinate','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2565,4,5,'synthase , delta - aminolevulinate','aminolevulinate')
-INSERT INTO CUI_TERMS VALUES(2565,0,3,'aminolevulinic acid synthetase','aminolevulinic')
-INSERT INTO CUI_TERMS VALUES(2570,0,2,'peptidase a','peptidase')
-INSERT INTO CUI_TERMS VALUES(2570,0,1,'aminopeptidases','aminopeptidases')
-INSERT INTO CUI_TERMS VALUES(2570,0,1,'aminopeptidase','aminopeptidase')
-INSERT INTO CUI_TERMS VALUES(2575,0,1,'ammophyllin','ammophyllin')
-INSERT INTO CUI_TERMS VALUES(2575,0,2,'theophyline ethylenediamine','theophyline')
-INSERT INTO CUI_TERMS VALUES(2575,0,1,'theophyllamine','theophyllamine')
-INSERT INTO CUI_TERMS VALUES(2575,1,2,'theophylline ethylenediamine','ethylenediamine')
-INSERT INTO CUI_TERMS VALUES(2575,0,1,'aminophylline','aminophylline')
-INSERT INTO CUI_TERMS VALUES(2575,0,3,'ethylenediamine , theophylline','ethylenediamine')
-INSERT INTO CUI_TERMS VALUES(2578,2,3,'3 - aminopropanenitrile','aminopropanenitrile')
-INSERT INTO CUI_TERMS VALUES(2578,0,5,'propanenitrile , 3 - amino','propanenitrile')
-INSERT INTO CUI_TERMS VALUES(2578,0,1,'aminopropionitrile','aminopropionitrile')
-INSERT INTO CUI_TERMS VALUES(2578,0,1,'bapn','bapn')
-INSERT INTO CUI_TERMS VALUES(2583,0,1,'aminopterin','aminopterin')
-INSERT INTO CUI_TERMS VALUES(2583,0,1,'apga','apga')
-INSERT INTO CUI_TERMS VALUES(2583,0,2,'aminopteroylglutamic acid','aminopteroylglutamic')
-INSERT INTO CUI_TERMS VALUES(2583,2,4,'4 - aminofolic acid','aminofolic')
-INSERT INTO CUI_TERMS VALUES(2583,4,5,'4 - amino - pga','pga')
-INSERT INTO CUI_TERMS VALUES(2584,0,1,'aminopyridine','aminopyridine')
-INSERT INTO CUI_TERMS VALUES(2586,3,6,'4 - ( dimethylamino ) antipyrine','dimethylamino')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'amidazophen','amidazophen')
-INSERT INTO CUI_TERMS VALUES(2586,3,4,'( dimethylamino ) phenazone','phenazone')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'aminophenazon','aminophenazon')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'aminopyrine','aminopyrine')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'dimethylaminoantipyrine','dimethylaminoantipyrine')
-INSERT INTO CUI_TERMS VALUES(2586,4,5,'dimethyl - n - aminoantipyrine','aminoantipyrine')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'amidophenazon','amidophenazon')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'dimethylaminoazophene','dimethylaminoazophene')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'dimethylaminophenyldimethylpyrazolone','dimethylaminophenyldimethylpyrazolone')
-INSERT INTO CUI_TERMS VALUES(2586,2,3,'dimethyl n aminoantipyrine','aminoantipyrine')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'amidophen','amidophen')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'dimethylaminophenazone','dimethylaminophenazone')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'aminofenazona','aminofenazona')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'amidopyrine','amidopyrine')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'aminophenazone','aminophenazone')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'aminophenazonum','aminophenazonum')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'dipyrine','dipyrine')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'dimethylaminophenazon','dimethylaminophenazon')
-INSERT INTO CUI_TERMS VALUES(2586,0,1,'aminofenazone','aminofenazone')
-INSERT INTO CUI_TERMS VALUES(2593,0,1,'toluidine','toluidine')
-INSERT INTO CUI_TERMS VALUES(2593,0,1,'aminotoluene','aminotoluene')
-INSERT INTO CUI_TERMS VALUES(2594,0,1,'transaminases','transaminases')
-INSERT INTO CUI_TERMS VALUES(2594,0,1,'aminotransferase','aminotransferase')
-INSERT INTO CUI_TERMS VALUES(2594,0,5,'ec 2 . 6 .1','ec')
-INSERT INTO CUI_TERMS VALUES(2594,0,1,'transaminase','transaminase')
-INSERT INTO CUI_TERMS VALUES(2594,0,1,'aminotransferases','aminotransferases')
-INSERT INTO CUI_TERMS VALUES(2598,0,1,'amiodarona','amiodarona')
-INSERT INTO CUI_TERMS VALUES(2598,0,1,'amiodarone','amiodarone')
-INSERT INTO CUI_TERMS VALUES(2598,0,1,'amiodaronum','amiodaronum')
-INSERT INTO CUI_TERMS VALUES(2600,0,1,'amitriptylinum','amitriptylinum')
-INSERT INTO CUI_TERMS VALUES(2600,0,1,'amitriptylin','amitriptylin')
-INSERT INTO CUI_TERMS VALUES(2600,0,1,'amitriptyline','amitriptyline')
-INSERT INTO CUI_TERMS VALUES(2600,0,1,'amitriptilina','amitriptilina')
-INSERT INTO CUI_TERMS VALUES(2602,0,1,'aminotriazole','aminotriazole')
-INSERT INTO CUI_TERMS VALUES(2602,0,1,'ata','ata')
-INSERT INTO CUI_TERMS VALUES(2602,0,1,'amitrole','amitrole')
-INSERT INTO CUI_TERMS VALUES(2607,0,1,'ammonia','ammonia')
-INSERT INTO CUI_TERMS VALUES(2610,0,2,'ammonia lyase','ammonia')
-INSERT INTO CUI_TERMS VALUES(2610,1,2,'ammonia lyases','lyases')
-INSERT INTO CUI_TERMS VALUES(2610,2,3,'ammonia - lyases','lyases')
-INSERT INTO CUI_TERMS VALUES(2610,0,3,'ammonia - lyase','ammonia')
-INSERT INTO CUI_TERMS VALUES(2611,0,1,'ammonium','ammonium')
-INSERT INTO CUI_TERMS VALUES(2615,0,1,'salammonite','salammonite')
-INSERT INTO CUI_TERMS VALUES(2615,0,2,'ammonium chloride','ammonium')
-INSERT INTO CUI_TERMS VALUES(2615,1,2,'ammonium muriate','muriate')
-INSERT INTO CUI_TERMS VALUES(2615,0,3,'ammoniac , sal','ammoniac')
-INSERT INTO CUI_TERMS VALUES(2615,1,2,'sal ammoniac','ammoniac')
-INSERT INTO CUI_TERMS VALUES(2615,2,3,'chloride , ammonium','ammonium')
-INSERT INTO CUI_TERMS VALUES(2615,0,1,'salmiac','salmiac')
-INSERT INTO CUI_TERMS VALUES(2615,0,1,'amchlor','amchlor')
-INSERT INTO CUI_TERMS VALUES(2620,2,4,'sulfuric acid diammonium salt','diammonium')
-INSERT INTO CUI_TERMS VALUES(2620,0,2,'ammonium sulfate','ammonium')
-INSERT INTO CUI_TERMS VALUES(2620,2,3,'sulfate , ammonium','ammonium')
-INSERT INTO CUI_TERMS VALUES(2620,0,2,'ammonium sulphate','ammonium')
-INSERT INTO CUI_TERMS VALUES(2622,0,1,'dysmnesia','dysmnesia')
-INSERT INTO CUI_TERMS VALUES(2622,0,1,'amnesia','amnesia')
-INSERT INTO CUI_TERMS VALUES(2622,0,2,'memory loss','memory')
-INSERT INTO CUI_TERMS VALUES(2622,0,1,'amnesias','amnesias')
-INSERT INTO CUI_TERMS VALUES(2622,2,3,'loss of memory','memory')
-INSERT INTO CUI_TERMS VALUES(2622,1,2,'memory gone','gone')
-INSERT INTO CUI_TERMS VALUES(2623,0,2,'posttraumatic amnesia','posttraumatic')
-INSERT INTO CUI_TERMS VALUES(2623,1,2,'post-traumatic amnesia','amnesia')
-INSERT INTO CUI_TERMS VALUES(2623,2,3,'post traumatic amnesia','amnesia')
-INSERT INTO CUI_TERMS VALUES(2624,0,3,'amnesia , retrograde','amnesia')
-INSERT INTO CUI_TERMS VALUES(2624,1,2,'retrograde amnesias','amnesias')
-INSERT INTO CUI_TERMS VALUES(2624,0,3,'amnesias , retrograde','amnesias')
-INSERT INTO CUI_TERMS VALUES(2624,1,2,'retrograde amnesia','amnesia')
-INSERT INTO CUI_TERMS VALUES(2625,0,2,'amnestic syndrome','amnestic')
-INSERT INTO CUI_TERMS VALUES(2625,0,2,'amnestic disorder','amnestic')
-INSERT INTO CUI_TERMS VALUES(2625,0,2,'amnesic syndrome','amnesic')
-INSERT INTO CUI_TERMS VALUES(2625,0,2,'amnestic disorders','amnestic')
-INSERT INTO CUI_TERMS VALUES(2625,1,4,'amnestic disord oth dis','disord')
-INSERT INTO CUI_TERMS VALUES(2625,0,5,'korsakoff ''s psychosis or syndrome','korsakoff')
-INSERT INTO CUI_TERMS VALUES(2627,0,1,'amniocentesis','amniocentesis')
-INSERT INTO CUI_TERMS VALUES(2627,4,6,'amniotic fluid test ( aft )','aft')
-INSERT INTO CUI_TERMS VALUES(2627,4,5,'incision and drainage of amnion','amnion')
-INSERT INTO CUI_TERMS VALUES(2627,0,1,'amniocenteses','amniocenteses')
-INSERT INTO CUI_TERMS VALUES(2631,0,3,'amniotic cavity infection','amniotic')
-INSERT INTO CUI_TERMS VALUES(2631,0,1,'amnionitides','amnionitides')
-INSERT INTO CUI_TERMS VALUES(2631,0,1,'amnionitis','amnionitis')
-INSERT INTO CUI_TERMS VALUES(2631,2,4,'infection of amniotic cavity','amniotic')
-INSERT INTO CUI_TERMS VALUES(2631,3,4,'amniotic infection - unsp','unsp')
-INSERT INTO CUI_TERMS VALUES(2632,0,1,'laparoamnioscopy','laparoamnioscopy')
-INSERT INTO CUI_TERMS VALUES(2632,0,1,'amnioscopies','amnioscopies')
-INSERT INTO CUI_TERMS VALUES(2632,0,1,'amnioscopy','amnioscopy')
-INSERT INTO CUI_TERMS VALUES(2632,0,2,'obstetrics endoscopy','obstetrics')
-INSERT INTO CUI_TERMS VALUES(2640,0,1,'amylobarbitone','amylobarbitone')
-INSERT INTO CUI_TERMS VALUES(2640,0,1,'amobarbital','amobarbital')
-INSERT INTO CUI_TERMS VALUES(2641,0,1,'amodiachin','amodiachin')
-INSERT INTO CUI_TERMS VALUES(2641,0,1,'amodiaquine','amodiaquine')
-INSERT INTO CUI_TERMS VALUES(2641,0,1,'amodiaquinum','amodiaquinum')
-INSERT INTO CUI_TERMS VALUES(2641,0,1,'amodiaquin','amodiaquin')
-INSERT INTO CUI_TERMS VALUES(2641,0,1,'amodiaquina','amodiaquina')
-INSERT INTO CUI_TERMS VALUES(2644,0,1,'amoxapina','amoxapina')
-INSERT INTO CUI_TERMS VALUES(2644,0,1,'amoxapin','amoxapin')
-INSERT INTO CUI_TERMS VALUES(2644,0,1,'amoxepine','amoxepine')
-INSERT INTO CUI_TERMS VALUES(2644,0,1,'desmethylloxapine','desmethylloxapine')
-INSERT INTO CUI_TERMS VALUES(2644,0,1,'amoxapinum','amoxapinum')
-INSERT INTO CUI_TERMS VALUES(2644,0,1,'amoxapine','amoxapine')
-INSERT INTO CUI_TERMS VALUES(2644,0,1,'desmethylloxapin','desmethylloxapin')
-INSERT INTO CUI_TERMS VALUES(2645,0,1,'amoxicillin','amoxicillin')
-INSERT INTO CUI_TERMS VALUES(2645,0,1,'ampc','ampc')
-INSERT INTO CUI_TERMS VALUES(2645,0,1,'amoxicilina','amoxicilina')
-INSERT INTO CUI_TERMS VALUES(2645,0,1,'amoxicillinum','amoxicillinum')
-INSERT INTO CUI_TERMS VALUES(2645,0,1,'ax','ax')
-INSERT INTO CUI_TERMS VALUES(2645,0,1,'amoxicilline','amoxicilline')
-INSERT INTO CUI_TERMS VALUES(2645,0,1,'amox','amox')
-INSERT INTO CUI_TERMS VALUES(2645,0,1,'amoxycillin','amoxycillin')
-INSERT INTO CUI_TERMS VALUES(2645,6,7,'alpha - amino - p - hydroxybenzylpenicillin','hydroxybenzylpenicillin')
-INSERT INTO CUI_TERMS VALUES(2645,0,1,'hydroxyampicillin','hydroxyampicillin')
-INSERT INTO CUI_TERMS VALUES(2651,0,3,'adenylic acid deaminase','adenylic')
-INSERT INTO CUI_TERMS VALUES(2651,0,2,'amp deaminase','amp')
-INSERT INTO CUI_TERMS VALUES(2651,2,3,'deaminase , amp','amp')
-INSERT INTO CUI_TERMS VALUES(2651,0,2,'adenylate deaminase','adenylate')
-INSERT INTO CUI_TERMS VALUES(2651,2,3,'deaminase , adenylate','adenylate')
-INSERT INTO CUI_TERMS VALUES(2651,0,3,'aminohydrolase , amp','aminohydrolase')
-INSERT INTO CUI_TERMS VALUES(2651,1,2,'amp aminohydrolase','aminohydrolase')
-INSERT INTO CUI_TERMS VALUES(2651,0,2,'myoadenylate deaminase','myoadenylate')
-INSERT INTO CUI_TERMS VALUES(2651,0,3,'aminase , amp','aminase')
-INSERT INTO CUI_TERMS VALUES(2651,5,6,'deaminase , 5 '' - amp','amp')
-INSERT INTO CUI_TERMS VALUES(2651,2,3,'adenosine monophosphate deaminase','deaminase')
-INSERT INTO CUI_TERMS VALUES(2651,1,2,'amp aminase','aminase')
-INSERT INTO CUI_TERMS VALUES(2651,2,3,'deaminase , myoadenylate','myoadenylate')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'amfetaminum','amfetaminum')
-INSERT INTO CUI_TERMS VALUES(2658,6,7,'1 - phenyl - 2 - aminopropane','aminopropane')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'phenopromin','phenopromin')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'amphetamin','amphetamin')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'amphetamine','amphetamine')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'desoxynorephedrine','desoxynorephedrine')
-INSERT INTO CUI_TERMS VALUES(2658,2,3,'alpha - methylbenzeneethaneamine','methylbenzeneethaneamine')
-INSERT INTO CUI_TERMS VALUES(2658,6,7,'d , 1 - alpha - methylphenethylamine','methylphenethylamine')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'amfetamine','amfetamine')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'phenamine','phenamine')
-INSERT INTO CUI_TERMS VALUES(2658,2,3,'beta - aminopropylbenzene','aminopropylbenzene')
-INSERT INTO CUI_TERMS VALUES(2658,2,7,'1 - phenylpropan - 2 - amin','phenylpropan')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'speed','speed')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'desoxynorephedrin','desoxynorephedrin')
-INSERT INTO CUI_TERMS VALUES(2658,2,7,'1 - phenylpropan - 2 - amine','phenylpropan')
-INSERT INTO CUI_TERMS VALUES(2658,2,3,'alpha - methylphenylethylamine','methylphenylethylamine')
-INSERT INTO CUI_TERMS VALUES(2658,4,5,'dl - alpha - methylphenethylamine','methylphenethylamine')
-INSERT INTO CUI_TERMS VALUES(2658,0,1,'phenylaminopropane','phenylaminopropane')
-INSERT INTO CUI_TERMS VALUES(2667,0,1,'amfetamines','amfetamines')
-INSERT INTO CUI_TERMS VALUES(2667,0,2,'amfetamine group','amfetamine')
-INSERT INTO CUI_TERMS VALUES(2667,0,1,'amphetamines','amphetamines')
-INSERT INTO CUI_TERMS VALUES(2670,2,3,'venoms , amphibian','amphibian')
-INSERT INTO CUI_TERMS VALUES(2670,2,3,'venom , amphibian','amphibian')
-INSERT INTO CUI_TERMS VALUES(2670,0,2,'amphibian venom','amphibian')
-INSERT INTO CUI_TERMS VALUES(2670,0,2,'amphibian venoms','amphibian')
-INSERT INTO CUI_TERMS VALUES(2679,0,2,'amfotericina b','amfotericina')
-INSERT INTO CUI_TERMS VALUES(2679,0,3,'amph - b','amph')
-INSERT INTO CUI_TERMS VALUES(2679,0,1,'amb','amb')
-INSERT INTO CUI_TERMS VALUES(2679,0,2,'amphotericinum b','amphotericinum')
-INSERT INTO CUI_TERMS VALUES(2680,0,1,'ampicillins','ampicillins')
-INSERT INTO CUI_TERMS VALUES(2680,0,1,'aminobenzylpenicillin','aminobenzylpenicillin')
-INSERT INTO CUI_TERMS VALUES(2680,0,1,'ampicillin','ampicillin')
-INSERT INTO CUI_TERMS VALUES(2680,0,1,'ampicilline','ampicilline')
-INSERT INTO CUI_TERMS VALUES(2680,0,1,'ampicilina','ampicilina')
-INSERT INTO CUI_TERMS VALUES(2680,2,3,'penicillin , aminobenzyl','aminobenzyl')
-INSERT INTO CUI_TERMS VALUES(2680,0,1,'abpc','abpc')
-INSERT INTO CUI_TERMS VALUES(2680,0,2,'aminobenzyl penicillin','aminobenzyl')
-INSERT INTO CUI_TERMS VALUES(2680,0,1,'ampicillinum','ampicillinum')
-INSERT INTO CUI_TERMS VALUES(2680,0,1,'ap','ap')
-INSERT INTO CUI_TERMS VALUES(2686,0,1,'amprolium','amprolium')
-INSERT INTO CUI_TERMS VALUES(2688,0,1,'amputation','amputation')
-INSERT INTO CUI_TERMS VALUES(2688,0,1,'amputations','amputations')
-INSERT INTO CUI_TERMS VALUES(2689,1,2,'amputation limbs','limbs')
-INSERT INTO CUI_TERMS VALUES(2689,0,2,'amputations limb','amputations')
-INSERT INTO CUI_TERMS VALUES(2689,1,2,'limb amputation','amputation')
-INSERT INTO CUI_TERMS VALUES(2689,0,3,'amputation of limb','amputation')
-INSERT INTO CUI_TERMS VALUES(2689,0,2,'amputation limb','amputation')
-INSERT INTO CUI_TERMS VALUES(2690,0,1,'stumped','stumped')
-INSERT INTO CUI_TERMS VALUES(2690,0,1,'stumps','stumps')
-INSERT INTO CUI_TERMS VALUES(2690,0,1,'stump','stump')
-INSERT INTO CUI_TERMS VALUES(2690,0,1,'stumping','stumping')
-INSERT INTO CUI_TERMS VALUES(2691,0,3,'above amputation knee','above')
-INSERT INTO CUI_TERMS VALUES(2691,1,2,'amputations transfemoral','transfemoral')
-INSERT INTO CUI_TERMS VALUES(2691,0,2,'ak amputation','ak')
-INSERT INTO CUI_TERMS VALUES(2691,0,2,'transfemoral amputation','transfemoral')
-INSERT INTO CUI_TERMS VALUES(2691,0,3,'amputation of thigh','amputation')
-INSERT INTO CUI_TERMS VALUES(2691,0,5,'amputation of leg through femur','amputation')
-INSERT INTO CUI_TERMS VALUES(2691,1,3,'above amputations knee','amputations')
-INSERT INTO CUI_TERMS VALUES(2691,1,3,'amputation above knee','above')
-INSERT INTO CUI_TERMS VALUES(2691,1,4,'amputation above - knee','above')
-INSERT INTO CUI_TERMS VALUES(2691,1,6,'amputation supracondylar , above - knee','supracondylar')
-INSERT INTO CUI_TERMS VALUES(2691,0,3,'above knee amputation','above')
-INSERT INTO CUI_TERMS VALUES(2691,3,5,'amputation of leg above knee','above')
-INSERT INTO CUI_TERMS VALUES(2691,0,4,'above - knee amputation','above')
-INSERT INTO CUI_TERMS VALUES(2692,3,4,'below - knee amputation','amputation')
-INSERT INTO CUI_TERMS VALUES(2692,0,5,'amputation of leg below knee','amputation')
-INSERT INTO CUI_TERMS VALUES(2692,6,7,'amputation of leg through tibia and fibula','fibula')
-INSERT INTO CUI_TERMS VALUES(2692,0,3,'amputations below knee','amputations')
-INSERT INTO CUI_TERMS VALUES(2692,0,3,'amputation below knee','amputation')
-INSERT INTO CUI_TERMS VALUES(2692,0,2,'bk amputation','bk')
-INSERT INTO CUI_TERMS VALUES(2692,2,7,'trans - tibiofibular amputation of lower leg','tibiofibular')
-INSERT INTO CUI_TERMS VALUES(2692,2,3,'below knee amputation','amputation')
-INSERT INTO CUI_TERMS VALUES(2692,0,4,'amputation below - knee','amputation')
-INSERT INTO CUI_TERMS VALUES(2694,0,3,'amputations , traumatic','amputations')
-INSERT INTO CUI_TERMS VALUES(2694,1,3,'traumatic amputated structure','amputated')
-INSERT INTO CUI_TERMS VALUES(2694,1,2,'traumatic amputation','amputation')
-INSERT INTO CUI_TERMS VALUES(2694,1,2,'traumatic amputations','amputations')
-INSERT INTO CUI_TERMS VALUES(2694,0,3,'amputation , traumatic','amputation')
-INSERT INTO CUI_TERMS VALUES(2697,0,1,'amrinonum','amrinonum')
-INSERT INTO CUI_TERMS VALUES(2697,0,1,'amrinona','amrinona')
-INSERT INTO CUI_TERMS VALUES(2697,0,1,'inamrinone','inamrinone')
-INSERT INTO CUI_TERMS VALUES(2697,0,1,'amrinon','amrinon')
-INSERT INTO CUI_TERMS VALUES(2697,0,1,'amrinone','amrinone')
-INSERT INTO CUI_TERMS VALUES(2699,0,2,'cains acridine','cains')
-INSERT INTO CUI_TERMS VALUES(2699,0,2,'acridinyl anisidide','acridinyl')
-INSERT INTO CUI_TERMS VALUES(2699,0,1,'amsa','amsa')
-INSERT INTO CUI_TERMS VALUES(2699,0,1,'mamsa','mamsa')
-INSERT INTO CUI_TERMS VALUES(2699,0,2,'cain acridine','cain')
-INSERT INTO CUI_TERMS VALUES(2699,0,3,'cain ''s acridine','cain')
-INSERT INTO CUI_TERMS VALUES(2699,0,1,'amsacrine','amsacrine')
-INSERT INTO CUI_TERMS VALUES(2707,0,1,'amygdalin','amygdalin')
-INSERT INTO CUI_TERMS VALUES(2707,2,3,'mandelonitrile beta gentiobioside','gentiobioside')
-INSERT INTO CUI_TERMS VALUES(2707,0,1,'neoamygdalin','neoamygdalin')
-INSERT INTO CUI_TERMS VALUES(2707,1,3,'mandelonitrile gentiobioside beta','gentiobioside')
-INSERT INTO CUI_TERMS VALUES(2707,4,5,'mandelonitrile - beta - gentiobioside','gentiobioside')
-INSERT INTO CUI_TERMS VALUES(2707,0,1,'amygdaloside','amygdaloside')
-INSERT INTO CUI_TERMS VALUES(2708,0,1,'amygdala','amygdala')
-INSERT INTO CUI_TERMS VALUES(2708,2,4,'complex , amygdaloid nuclear','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,2,4,'complices , amygdaloid nuclear','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,3,4,'nuclear complices , amygdaloid','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,0,2,'amygdaloid structure','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,2,3,'nucleus , amygdaloid','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,0,1,'amygdalas','amygdalas')
-INSERT INTO CUI_TERMS VALUES(2708,0,1,'archistriatums','archistriatums')
-INSERT INTO CUI_TERMS VALUES(2708,1,2,'nucleus amygdalae','amygdalae')
-INSERT INTO CUI_TERMS VALUES(2708,0,3,'amygdaloid nuclear complex','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,0,3,'amygdaloideums , corpus','amygdaloideums')
-INSERT INTO CUI_TERMS VALUES(2708,1,2,'corpus amygdaloideum','amygdaloideum')
-INSERT INTO CUI_TERMS VALUES(2708,0,2,'amygdaloid body','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,0,1,'archistriatum','archistriatum')
-INSERT INTO CUI_TERMS VALUES(2708,0,3,'amygdaloid nuclear complices','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,1,2,'corpus amygdalae','amygdalae')
-INSERT INTO CUI_TERMS VALUES(2708,0,3,'amygdaloid nuclear groups','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,0,2,'amygdaloid nucleus','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,0,1,'amg','amg')
-INSERT INTO CUI_TERMS VALUES(2708,0,2,'amygdaloid complex','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,0,3,'amygdaloideum , corpus','amygdaloideum')
-INSERT INTO CUI_TERMS VALUES(2708,1,2,'corpus amygdaloideums','amygdaloideums')
-INSERT INTO CUI_TERMS VALUES(2708,3,4,'nuclear complex , amygdaloid','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,0,2,'amygdaloid bodies','amygdaloid')
-INSERT INTO CUI_TERMS VALUES(2708,0,3,'amygdalae , nucleus','amygdalae')
-INSERT INTO CUI_TERMS VALUES(2710,0,2,'amyl alcohol','amyl')
-INSERT INTO CUI_TERMS VALUES(2710,0,1,'pentanol','pentanol')
-INSERT INTO CUI_TERMS VALUES(2711,1,2,'amyl nitrosum','nitrosum')
-INSERT INTO CUI_TERMS VALUES(2711,0,2,'pentyl nitrite','pentyl')
-INSERT INTO CUI_TERMS VALUES(2711,5,14,'nitrous acid , 2 - methylbutyl ester , mixt . with 3 - methylbutylnitrite','methylbutyl')
-INSERT INTO CUI_TERMS VALUES(2711,2,3,'nitrite , amyl','amyl')
-INSERT INTO CUI_TERMS VALUES(2711,1,2,'amyl nitrites','nitrites')
-INSERT INTO CUI_TERMS VALUES(2711,2,3,'1 - nitropentane','nitropentane')
-INSERT INTO CUI_TERMS VALUES(2711,0,2,'amyl nitrite','amyl')
-INSERT INTO CUI_TERMS VALUES(2712,0,1,'diastase','diastase')
-INSERT INTO CUI_TERMS VALUES(2712,0,1,'diastases','diastases')
-INSERT INTO CUI_TERMS VALUES(2712,0,1,'amylase','amylase')
-INSERT INTO CUI_TERMS VALUES(2712,0,1,'amylases','amylases')
-INSERT INTO CUI_TERMS VALUES(2721,0,2,'amyloid p','amyloid')
-INSERT INTO CUI_TERMS VALUES(2721,5,6,'p - component , serum amyloid','amyloid')
-INSERT INTO CUI_TERMS VALUES(2721,1,2,'p component','component')
-INSERT INTO CUI_TERMS VALUES(2723,2,4,'serum a relat protein','relat')
-INSERT INTO CUI_TERMS VALUES(2723,0,1,'saa','saa')
-INSERT INTO CUI_TERMS VALUES(2723,2,4,'amyloid protein aa precursor','aa')
-INSERT INTO CUI_TERMS VALUES(2723,0,2,'amyloid a','amyloid')
-INSERT INTO CUI_TERMS VALUES(2723,1,2,'serum amyloid','amyloid')
-INSERT INTO CUI_TERMS VALUES(2723,0,4,'serum a related protein','serum')
-INSERT INTO CUI_TERMS VALUES(2723,0,2,'amyloid substance','amyloid')
-INSERT INTO CUI_TERMS VALUES(2723,0,2,'aa protein','aa')
-INSERT INTO CUI_TERMS VALUES(2726,0,1,'amyloid','amyloid')
-INSERT INTO CUI_TERMS VALUES(2726,0,1,'amyloidosis','amyloidosis')
-INSERT INTO CUI_TERMS VALUES(2726,0,1,'amyloidoses','amyloidoses')
-INSERT INTO CUI_TERMS VALUES(2728,0,2,'waxy starch','waxy')
-INSERT INTO CUI_TERMS VALUES(2728,0,1,'amioca','amioca')
-INSERT INTO CUI_TERMS VALUES(2728,0,1,'amylopectin','amylopectin')
-INSERT INTO CUI_TERMS VALUES(2732,0,1,'amylose','amylose')
-INSERT INTO CUI_TERMS VALUES(2735,0,2,'oppenheims disease','oppenheims')
-INSERT INTO CUI_TERMS VALUES(2735,0,2,'oppenheim dis','oppenheim')
-INSERT INTO CUI_TERMS VALUES(2735,0,2,'amyotonia congen','amyotonia')
-INSERT INTO CUI_TERMS VALUES(2735,2,3,'congenital atonic pseudoparalysis','pseudoparalysis')
-INSERT INTO CUI_TERMS VALUES(2735,0,3,'oppenheim ''s disease','oppenheim')
-INSERT INTO CUI_TERMS VALUES(2735,1,3,'floppy amyotonic infant','amyotonic')
-INSERT INTO CUI_TERMS VALUES(2735,0,2,'oppenheim disease','oppenheim')
-INSERT INTO CUI_TERMS VALUES(2735,2,3,'oppenheim ''s amyotonia','amyotonia')
-INSERT INTO CUI_TERMS VALUES(2735,0,2,'amyotonia congenita','amyotonia')
-INSERT INTO CUI_TERMS VALUES(2735,0,2,'oppenheims dis','oppenheims')
-INSERT INTO CUI_TERMS VALUES(2736,2,4,'bulbar motor neuron disease','neuron')
-INSERT INTO CUI_TERMS VALUES(2736,1,3,'amyotrophic laterals sclerosis','laterals')
-INSERT INTO CUI_TERMS VALUES(2736,0,3,'amytrophic lateral sclerosis','amytrophic')
-INSERT INTO CUI_TERMS VALUES(2736,0,2,'amyotrophic sclerosis','amyotrophic')
-INSERT INTO CUI_TERMS VALUES(2736,0,2,'charcot disease','charcot')
-INSERT INTO CUI_TERMS VALUES(2736,0,3,'amyotrophic lateral sclerosis','amyotrophic')
-INSERT INTO CUI_TERMS VALUES(2736,1,5,'motor neuron disease , bulbar','neuron')
-INSERT INTO CUI_TERMS VALUES(2736,0,3,'lou gehrig dis','lou')
-INSERT INTO CUI_TERMS VALUES(2736,2,4,'sclerosis , amyotrophic lateral','amyotrophic')
-INSERT INTO CUI_TERMS VALUES(2736,0,1,'als','als')
-INSERT INTO CUI_TERMS VALUES(2736,0,3,'gehrig ''s disease','gehrig')
-INSERT INTO CUI_TERMS VALUES(2736,0,2,'gehrigs disease','gehrigs')
-INSERT INTO CUI_TERMS VALUES(2736,0,2,'gehrig disease','gehrig')
-INSERT INTO CUI_TERMS VALUES(2736,0,2,'gehrigs dis','gehrigs')
-INSERT INTO CUI_TERMS VALUES(2736,2,5,'disease , lou - gehrigs','lou')
-INSERT INTO CUI_TERMS VALUES(2743,6,9,'2 - ( 3 '' - pyridyl ) piperidine','pyridyl')
-INSERT INTO CUI_TERMS VALUES(2743,0,1,'neonicotine','neonicotine')
-INSERT INTO CUI_TERMS VALUES(2743,0,1,'anabasine','anabasine')
-INSERT INTO CUI_TERMS VALUES(2744,0,1,'anabolics','anabolics')
-INSERT INTO CUI_TERMS VALUES(2744,0,1,'anabolic','anabolic')
-INSERT INTO CUI_TERMS VALUES(2752,0,1,'anafranil','anafranil')
-INSERT INTO CUI_TERMS VALUES(2753,3,4,'anal & rectal polyp','polyp')
-INSERT INTO CUI_TERMS VALUES(2753,3,4,'anal and rectal polyp','polyp')
-INSERT INTO CUI_TERMS VALUES(2760,1,3,'sphincter ani muscle','ani')
-INSERT INTO CUI_TERMS VALUES(2760,0,3,'sphincter , anal','sphincter')
-INSERT INTO CUI_TERMS VALUES(2760,0,2,'sphincter anal','sphincter')
-INSERT INTO CUI_TERMS VALUES(2760,1,2,'anal sphincter','sphincter')
-INSERT INTO CUI_TERMS VALUES(2760,0,3,'sphincters , anal','sphincters')
-INSERT INTO CUI_TERMS VALUES(2760,1,2,'anal sphincters','sphincters')
-INSERT INTO CUI_TERMS VALUES(2763,0,1,'ergogenic','ergogenic')
-INSERT INTO CUI_TERMS VALUES(2763,0,1,'ergogenics','ergogenics')
-INSERT INTO CUI_TERMS VALUES(2763,0,2,'analeptic agent','analeptic')
-INSERT INTO CUI_TERMS VALUES(2766,1,2,'pain relieved','relieved')
-INSERT INTO CUI_TERMS VALUES(2766,1,2,'pain managements','managements')
-INSERT INTO CUI_TERMS VALUES(2766,1,2,'pain therapy','therapy')
-INSERT INTO CUI_TERMS VALUES(2766,0,2,'managed pain','managed')
-INSERT INTO CUI_TERMS VALUES(2766,0,2,'controlled pain','controlled')
-INSERT INTO CUI_TERMS VALUES(2766,0,1,'analgesia','analgesia')
-INSERT INTO CUI_TERMS VALUES(2766,0,1,'analgesias','analgesias')
-INSERT INTO CUI_TERMS VALUES(2766,0,2,'relieving pain','relieving')
-INSERT INTO CUI_TERMS VALUES(2766,0,2,'managing pain','managing')
-INSERT INTO CUI_TERMS VALUES(2766,1,2,'pain management','management')
-INSERT INTO CUI_TERMS VALUES(2766,0,3,'therapy , pain','therapy')
-INSERT INTO CUI_TERMS VALUES(2766,0,3,'giving pain relief','giving')
-INSERT INTO CUI_TERMS VALUES(2766,1,2,'pain controlling','controlling')
-INSERT INTO CUI_TERMS VALUES(2766,0,3,'management , pain','management')
-INSERT INTO CUI_TERMS VALUES(2766,0,2,'management pain','management')
-INSERT INTO CUI_TERMS VALUES(2766,3,4,'pain - - treatment','treatment')
-INSERT INTO CUI_TERMS VALUES(2766,0,2,'therapy pain','therapy')
-INSERT INTO CUI_TERMS VALUES(2766,1,2,'pain relieving','relieving')
-INSERT INTO CUI_TERMS VALUES(2766,1,2,'pain controll','controll')
-INSERT INTO CUI_TERMS VALUES(2766,0,3,'managements , pain','managements')
-INSERT INTO CUI_TERMS VALUES(2766,0,2,'controlling pain','controlling')
-INSERT INTO CUI_TERMS VALUES(2766,1,2,'pain therapies','therapies')
-INSERT INTO CUI_TERMS VALUES(2768,0,2,'analgesia congen','analgesia')
-INSERT INTO CUI_TERMS VALUES(2768,2,3,'congen pain insensitivity','insensitivity')
-INSERT INTO CUI_TERMS VALUES(2768,0,3,'insensitivity congen pain','insensitivity')
-INSERT INTO CUI_TERMS VALUES(2768,1,3,'pain insensitivity congen','insensitivity')
-INSERT INTO CUI_TERMS VALUES(2768,1,3,'congenital insensitivity pain','insensitivity')
-INSERT INTO CUI_TERMS VALUES(2768,1,4,'pain insensitivity , congenital','insensitivity')
-INSERT INTO CUI_TERMS VALUES(2768,0,5,'insensitivity to pain , congenital','insensitivity')
-INSERT INTO CUI_TERMS VALUES(2768,1,2,'congen analgesia','analgesia')
-INSERT INTO CUI_TERMS VALUES(2768,2,3,'congenital pain indifferences','indifferences')
-INSERT INTO CUI_TERMS VALUES(2768,2,3,'congenital pain indifference','indifference')
-INSERT INTO CUI_TERMS VALUES(2768,1,2,'congenital analgesia','analgesia')
-INSERT INTO CUI_TERMS VALUES(2768,0,3,'analgesia , congenital','analgesia')
-INSERT INTO CUI_TERMS VALUES(2768,0,1,'asymbolia','asymbolia')
-INSERT INTO CUI_TERMS VALUES(2768,1,4,'pain indifference , congenital','indifference')
-INSERT INTO CUI_TERMS VALUES(2768,0,4,'insensitivity , congenital pain','insensitivity')
-INSERT INTO CUI_TERMS VALUES(2768,2,3,'congenital pain insensitivity','insensitivity')
-INSERT INTO CUI_TERMS VALUES(2768,0,6,'channelopathy - associated insensitivity to pain','channelopathy')
-INSERT INTO CUI_TERMS VALUES(2768,1,4,'congenital insensitivity to pain','insensitivity')
-INSERT INTO CUI_TERMS VALUES(2768,1,3,'pain indifference congen','indifference')
-INSERT INTO CUI_TERMS VALUES(2768,1,4,'congenital indifference to pain','indifference')
-INSERT INTO CUI_TERMS VALUES(2771,0,1,'analgesic','analgesic')
-INSERT INTO CUI_TERMS VALUES(2771,1,2,'pain killers','killers')
-INSERT INTO CUI_TERMS VALUES(2771,0,1,'anodynes','anodynes')
-INSERT INTO CUI_TERMS VALUES(2771,2,4,'pain - relief medication','relief')
-INSERT INTO CUI_TERMS VALUES(2771,1,3,'pain relieving drugs','relieving')
-INSERT INTO CUI_TERMS VALUES(2771,0,1,'analgesics','analgesics')
-INSERT INTO CUI_TERMS VALUES(2771,0,1,'painkillers','painkillers')
-INSERT INTO CUI_TERMS VALUES(2771,0,1,'anodyne','anodyne')
-INSERT INTO CUI_TERMS VALUES(2771,1,2,'pain medicines','medicines')
-INSERT INTO CUI_TERMS VALUES(2771,1,2,'pain medicine','medicine')
-INSERT INTO CUI_TERMS VALUES(2771,1,3,'pain killer drug','killer')
-INSERT INTO CUI_TERMS VALUES(2771,1,2,'pain relievers','relievers')
-INSERT INTO CUI_TERMS VALUES(2778,0,1,'analysis','analysis')
-INSERT INTO CUI_TERMS VALUES(2792,2,3,'reactions , anaphylactic','anaphylactic')
-INSERT INTO CUI_TERMS VALUES(2792,0,2,'anaphylactic shock','anaphylactic')
-INSERT INTO CUI_TERMS VALUES(2792,2,3,'shock , anaphylactic','anaphylactic')
-INSERT INTO CUI_TERMS VALUES(2792,0,2,'anaphylactic reactions','anaphylactic')
-INSERT INTO CUI_TERMS VALUES(2792,0,2,'anaphylactic reaction','anaphylactic')
-INSERT INTO CUI_TERMS VALUES(2792,0,1,'anaphylaxis','anaphylaxis')
-INSERT INTO CUI_TERMS VALUES(2792,1,2,'allergic shock','shock')
-INSERT INTO CUI_TERMS VALUES(2792,2,3,'reaction , anaphylactic','anaphylactic')
-INSERT INTO CUI_TERMS VALUES(2793,0,2,'anaplastic change','anaplastic')
-INSERT INTO CUI_TERMS VALUES(2793,0,1,'anaplasia','anaplasia')
-INSERT INTO CUI_TERMS VALUES(2793,0,1,'dedifferentiation','dedifferentiation')
-INSERT INTO CUI_TERMS VALUES(2793,0,1,'anaplasias','anaplasias')
-INSERT INTO CUI_TERMS VALUES(2793,0,2,'anaplastic lesion','anaplastic')
-INSERT INTO CUI_TERMS VALUES(2797,0,2,'tick fever','tick')
-INSERT INTO CUI_TERMS VALUES(2797,0,1,'gallsickness','gallsickness')
-INSERT INTO CUI_TERMS VALUES(2797,0,1,'anaplasmoses','anaplasmoses')
-INSERT INTO CUI_TERMS VALUES(2797,0,2,'fevers tick','fevers')
-INSERT INTO CUI_TERMS VALUES(2797,1,2,'fever ticks','ticks')
-INSERT INTO CUI_TERMS VALUES(2797,0,1,'anaplasmosis','anaplasmosis')
-INSERT INTO CUI_TERMS VALUES(2797,1,2,'fever tick','tick')
-INSERT INTO CUI_TERMS VALUES(2800,0,1,'synflex','synflex')
-INSERT INTO CUI_TERMS VALUES(2802,0,1,'anaspaz','anaspaz')
-INSERT INTO CUI_TERMS VALUES(2804,0,3,'roux en y','roux')
-INSERT INTO CUI_TERMS VALUES(2804,0,5,'roux - en - y','roux')
-INSERT INTO CUI_TERMS VALUES(2823,0,4,'agkistrododon rhodostoma venom proteinase','agkistrododon')
-INSERT INTO CUI_TERMS VALUES(2823,1,4,'agkistrodon rhodostoma venom protease','rhodostoma')
-INSERT INTO CUI_TERMS VALUES(2823,0,4,'agkistrododon protein c activator','agkistrododon')
-INSERT INTO CUI_TERMS VALUES(2823,0,3,'agkistrodon serine proteinase','agkistrodon')
-INSERT INTO CUI_TERMS VALUES(2823,0,1,'ancrod','ancrod')
-INSERT INTO CUI_TERMS VALUES(2823,2,4,'proteinase , agkistrodon serine','agkistrodon')
-INSERT INTO CUI_TERMS VALUES(2831,0,1,'ankylostomiasis','ankylostomiasis')
-INSERT INTO CUI_TERMS VALUES(2831,0,1,'ancylostomiases','ancylostomiases')
-INSERT INTO CUI_TERMS VALUES(2831,0,1,'ancylostomiasis','ancylostomiasis')
-INSERT INTO CUI_TERMS VALUES(2842,0,1,'anti-androgens','anti-androgens')
-INSERT INTO CUI_TERMS VALUES(2842,1,2,'androgen antag','antag')
-INSERT INTO CUI_TERMS VALUES(2842,0,1,'antiandrogen','antiandrogen')
-INSERT INTO CUI_TERMS VALUES(2842,2,3,'antagonists , androgen','androgen')
-INSERT INTO CUI_TERMS VALUES(2842,0,1,'anti-androgen','anti-androgen')
-INSERT INTO CUI_TERMS VALUES(2842,0,2,'androgen antagonists','androgen')
-INSERT INTO CUI_TERMS VALUES(2842,0,2,'androgen inhibitor','androgen')
-INSERT INTO CUI_TERMS VALUES(2842,0,1,'antiandrogens','antiandrogens')
-INSERT INTO CUI_TERMS VALUES(2842,1,2,'anti androgen','androgen')
-INSERT INTO CUI_TERMS VALUES(2842,0,2,'androgen inhibitors','androgen')
-INSERT INTO CUI_TERMS VALUES(2844,2,3,'agents , androgenic','androgenic')
-INSERT INTO CUI_TERMS VALUES(2844,2,3,'compounds , androgenic','androgenic')
-INSERT INTO CUI_TERMS VALUES(2844,0,2,'androgenic compounds','androgenic')
-INSERT INTO CUI_TERMS VALUES(2844,0,1,'androgen','androgen')
-INSERT INTO CUI_TERMS VALUES(2844,0,1,'androgens','androgens')
-INSERT INTO CUI_TERMS VALUES(2844,0,2,'androgenic preparation','androgenic')
-INSERT INTO CUI_TERMS VALUES(2844,0,2,'androgenic drug','androgenic')
-INSERT INTO CUI_TERMS VALUES(2844,0,2,'androgenic agents','androgenic')
-INSERT INTO CUI_TERMS VALUES(2854,0,1,'androstanes','androstanes')
-INSERT INTO CUI_TERMS VALUES(2854,0,1,'androstane','androstane')
-INSERT INTO CUI_TERMS VALUES(2860,0,1,'androstanedione','androstanedione')
-INSERT INTO CUI_TERMS VALUES(2860,1,6,'4 androstene 3 , 17 dione','androstene')
-INSERT INTO CUI_TERMS VALUES(2860,0,1,'androstenedione','androstenedione')
-INSERT INTO CUI_TERMS VALUES(2860,2,9,'4 - androstene - 3 , 17 - dione','androstene')
-INSERT INTO CUI_TERMS VALUES(2860,0,9,'delta4 - androstene - 3 , 17 - dione','delta4')
-INSERT INTO CUI_TERMS VALUES(2865,0,1,'androsterone','androsterone')
-INSERT INTO CUI_TERMS VALUES(2865,0,1,'androtine','androtine')
-INSERT INTO CUI_TERMS VALUES(2865,2,8,'5 alpha androstan 3 alpha ol 17 one','androstan')
-INSERT INTO CUI_TERMS VALUES(2865,5,8,'3 alpha hydroxy 5 alpha androstan 17 one','androstan')
-INSERT INTO CUI_TERMS VALUES(2866,0,2,'androsterone assay','androsterone')
-INSERT INTO CUI_TERMS VALUES(2866,0,2,'androsterone measurement','androsterone')
-INSERT INTO CUI_TERMS VALUES(2871,0,1,'anaemias','anaemias')
-INSERT INTO CUI_TERMS VALUES(2871,0,1,'anaemia','anaemia')
-INSERT INTO CUI_TERMS VALUES(2871,0,1,'anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2871,0,1,'anemia','anemia')
-INSERT INTO CUI_TERMS VALUES(2873,0,3,'anemias chronic disease','anemias')
-INSERT INTO CUI_TERMS VALUES(2873,0,3,'anemia chronic disease','anemia')
-INSERT INTO CUI_TERMS VALUES(2873,0,1,'acd','acd')
-INSERT INTO CUI_TERMS VALUES(2873,1,2,'secondary anemia','anemia')
-INSERT INTO CUI_TERMS VALUES(2873,0,4,'anaemia of chronic disorder','anaemia')
-INSERT INTO CUI_TERMS VALUES(2873,0,4,'anaemia of chronic disease','anaemia')
-INSERT INTO CUI_TERMS VALUES(2873,0,3,'anaemia chronic disease','anaemia')
-INSERT INTO CUI_TERMS VALUES(2873,0,3,'anaemia chronic diseases','anaemia')
-INSERT INTO CUI_TERMS VALUES(2873,2,4,'anemia of systemic disease','systemic')
-INSERT INTO CUI_TERMS VALUES(2873,2,3,'chronic disease anemia','anemia')
-INSERT INTO CUI_TERMS VALUES(2873,2,4,'anaemia of systemic disease','systemic')
-INSERT INTO CUI_TERMS VALUES(2873,0,4,'anemia of chronic disorder','anemia')
-INSERT INTO CUI_TERMS VALUES(2873,0,4,'anemia of chronic disease','anemia')
-INSERT INTO CUI_TERMS VALUES(2873,0,1,'acds','acds')
-INSERT INTO CUI_TERMS VALUES(2873,1,3,'chronic anemia disease','anemia')
-INSERT INTO CUI_TERMS VALUES(2873,0,3,'anemia chronic diseases','anemia')
-INSERT INTO CUI_TERMS VALUES(2874,0,2,'hematopoietic aplasia','hematopoietic')
-INSERT INTO CUI_TERMS VALUES(2874,0,3,'anemias , aplastic','anemias')
-INSERT INTO CUI_TERMS VALUES(2874,1,2,'anaemia aplastic','aplastic')
-INSERT INTO CUI_TERMS VALUES(2874,0,2,'erythroid aplasia','erythroid')
-INSERT INTO CUI_TERMS VALUES(2874,0,2,'aplastic anemia','aplastic')
-INSERT INTO CUI_TERMS VALUES(2874,2,3,'anemia , aplastic','aplastic')
-INSERT INTO CUI_TERMS VALUES(2874,1,2,'anemia aplastic','aplastic')
-INSERT INTO CUI_TERMS VALUES(2874,1,2,'aplastic anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2874,0,2,'haematopoietic aplasia','haematopoietic')
-INSERT INTO CUI_TERMS VALUES(2874,2,3,'bone marrow aplasia','aplasia')
-INSERT INTO CUI_TERMS VALUES(2874,0,2,'aplastic anaemia','aplastic')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'thalassemia major','thalassemia')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'mediterranean anaemia','mediterranean')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'erythroblastic anemia','erythroblastic')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'homozygous thalassaemia','homozygous')
-INSERT INTO CUI_TERMS VALUES(2875,0,3,'homozygous beta thalassaemia','homozygous')
-INSERT INTO CUI_TERMS VALUES(2875,0,3,'cooley ''s anemia','cooley')
-INSERT INTO CUI_TERMS VALUES(2875,0,3,'cooley ''s anaemia','cooley')
-INSERT INTO CUI_TERMS VALUES(2875,1,2,'major thalassemia','thalassemia')
-INSERT INTO CUI_TERMS VALUES(2875,2,3,'anemia , erythroblastic','erythroblastic')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'mediterranean anemias','mediterranean')
-INSERT INTO CUI_TERMS VALUES(2875,2,3,'anemia , cooleys','cooleys')
-INSERT INTO CUI_TERMS VALUES(2875,2,3,'anemias , erythroblastic','erythroblastic')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'cooley anemia','cooley')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'mediterranean anemia','mediterranean')
-INSERT INTO CUI_TERMS VALUES(2875,2,3,'anemias , mediterranean','mediterranean')
-INSERT INTO CUI_TERMS VALUES(2875,1,8,'thalassemia majors ( beta - thalassemia major )','majors')
-INSERT INTO CUI_TERMS VALUES(2875,2,3,'anemia , cooley','cooley')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'cooleys anemia','cooleys')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'homozygous thalassemia','homozygous')
-INSERT INTO CUI_TERMS VALUES(2875,0,2,'thalassaemia major','thalassaemia')
-INSERT INTO CUI_TERMS VALUES(2875,1,3,'anemia cooley ''s','cooley')
-INSERT INTO CUI_TERMS VALUES(2875,0,3,'homozygous beta thalassemia','homozygous')
-INSERT INTO CUI_TERMS VALUES(2875,2,3,'anemia , mediterranean','mediterranean')
-INSERT INTO CUI_TERMS VALUES(2876,2,5,'anemia , dyserythropoietic , congenital','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,0,1,'cda','cda')
-INSERT INTO CUI_TERMS VALUES(2876,2,3,'anemia congen dyserythropoietic','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,0,4,'dyserythropoietic anemias , congenital','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,0,4,'dyserythropoietic anemia , congenital','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,1,3,'congen dyserythropoietic anemia','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,1,3,'congenital dyserythropoietic anemia','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,0,3,'dyserythropoietic anemia congen','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,1,3,'congenital dyserythropoietic anemias','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,3,4,'anemias , congenital dyserythropoietic','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,1,3,'congenital dyserythropoietic anaemia','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,1,3,'anemia dyserythropoietic congen','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2876,3,4,'anemia , congenital dyshematopoietic','dyshematopoietic')
-INSERT INTO CUI_TERMS VALUES(2876,3,4,'anemia , congenital dyserythropoietic','dyserythropoietic')
-INSERT INTO CUI_TERMS VALUES(2878,0,2,'haemolytic anaemia','haemolytic')
-INSERT INTO CUI_TERMS VALUES(2878,2,3,'anemia , hemolytic','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2878,1,2,'increased hemolysis','hemolysis')
-INSERT INTO CUI_TERMS VALUES(2878,1,2,'haemolytic anaemias','anaemias')
-INSERT INTO CUI_TERMS VALUES(2878,1,2,'anemia hemolytic','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2878,1,2,'hemolytic anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2878,1,2,'anaemia haemolytic','haemolytic')
-INSERT INTO CUI_TERMS VALUES(2878,0,2,'hemolytic anemia','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2879,1,3,'acquired hemolytic anemia','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2879,2,3,'acquired anemia hemolytic','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2879,2,3,'acquired hemolytic anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2879,2,5,'anemia , hemolytic , acquired','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2879,3,4,'anemia , acquired hemolytic','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2879,1,3,'acquired haemolytic anaemia','haemolytic')
-INSERT INTO CUI_TERMS VALUES(2879,0,4,'hemolytic anemia , acquired','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2880,3,4,'hemolytic anemia , autoimmune','autoimmune')
-INSERT INTO CUI_TERMS VALUES(2880,1,3,'anaemia haemolytic autoimmune','haemolytic')
-INSERT INTO CUI_TERMS VALUES(2880,2,3,'autoimmune hemolytic anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2880,1,3,'autoimmune haemolytic anaemia','haemolytic')
-INSERT INTO CUI_TERMS VALUES(2880,1,3,'hemolytic autoimmune anemia','autoimmune')
-INSERT INTO CUI_TERMS VALUES(2880,2,3,'anemia hemolytic autoimmune','autoimmune')
-INSERT INTO CUI_TERMS VALUES(2880,4,5,'anemia , hemolytic , autoimmune','autoimmune')
-INSERT INTO CUI_TERMS VALUES(2880,2,4,'anemia , autoimmune hemolytic','autoimmune')
-INSERT INTO CUI_TERMS VALUES(2880,0,4,'anemias , autoimmune hemolytic','anemias')
-INSERT INTO CUI_TERMS VALUES(2880,1,4,'hemolytic anemias , autoimmune','anemias')
-INSERT INTO CUI_TERMS VALUES(2880,0,2,'immunohemolytic anemia','immunohemolytic')
-INSERT INTO CUI_TERMS VALUES(2880,1,3,'anemia autoimmune hemolytic','autoimmune')
-INSERT INTO CUI_TERMS VALUES(2880,2,3,'autoimmune haemolytic anaemias','anaemias')
-INSERT INTO CUI_TERMS VALUES(2880,0,3,'autoimmun hemolytic anem','autoimmun')
-INSERT INTO CUI_TERMS VALUES(2880,0,3,'autoimmune hemolytic anemia','autoimmune')
-INSERT INTO CUI_TERMS VALUES(2881,0,4,'anemias , congenital hemolytic','anemias')
-INSERT INTO CUI_TERMS VALUES(2881,2,5,'anemia , hemolytic , congenital','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,1,3,'anaemias haemolytics hereditary','haemolytics')
-INSERT INTO CUI_TERMS VALUES(2881,0,3,'congen hemolytic anemia','congen')
-INSERT INTO CUI_TERMS VALUES(2881,0,4,'hemolytic anemia , hereditary','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,1,3,'hereditary hemolytic anemia','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,2,3,'anemia hemolytic congen','congen')
-INSERT INTO CUI_TERMS VALUES(2881,2,3,'congenital hemolytic anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2881,2,3,'hemolytic anemia congen','congen')
-INSERT INTO CUI_TERMS VALUES(2881,3,4,'anemia , hereditary hemolytic','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,1,3,'congenital haemolytic anaemia','haemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,1,3,'congenital haemolytic anemia','haemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,2,3,'hereditary hemolytic anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2881,1,3,'hereditary haemolytic anaemia','haemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,2,3,'hereditary haemolytic anaemias','anaemias')
-INSERT INTO CUI_TERMS VALUES(2881,1,4,'hemolytic anemias , hereditary','anemias')
-INSERT INTO CUI_TERMS VALUES(2881,0,4,'anemias , hereditary hemolytic','anemias')
-INSERT INTO CUI_TERMS VALUES(2881,1,4,'hemolytic anemias , congenital','anemias')
-INSERT INTO CUI_TERMS VALUES(2881,2,5,'anemia , hemolytic , hereditary','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,3,4,'anemia , congenital hemolytic','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,1,3,'congenital hemolytic anemia','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2881,0,4,'hemolytic anemia , congenital','hemolytic')
-INSERT INTO CUI_TERMS VALUES(2882,1,4,'congenital nonspherocytic hemolytic anemia','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,1,4,'hereditary nonspherocytic hemolytic anemia','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,3,5,'anemia , congenital nonspherocytic hemolytic','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,5,6,'anemia , hemolytic congenital , nonspherocytic','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,0,1,'hnsha','hnsha')
-INSERT INTO CUI_TERMS VALUES(2882,1,4,'hereditary nonspherocytic haemolytic anaemia','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,5,6,'anemia , hemolytic , congenital nonspherocytic','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,2,4,'anemia congen nonspherocytic hemolytic','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,1,4,'congen nonspherocytic hemolytic anemia','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,1,4,'congenital nonspherocytic haemolytic anaemia','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,1,4,'anemia hemol congen nonspher','hemol')
-INSERT INTO CUI_TERMS VALUES(2882,3,4,'hemolytic anemia congen nonspherocytic','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,4,5,'hemolytic anemia , congenital nonspherocytic','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2882,3,4,'anemia hemolytic congen nonspherocytic','nonspherocytic')
-INSERT INTO CUI_TERMS VALUES(2884,2,3,'anemias , hypochromic','hypochromic')
-INSERT INTO CUI_TERMS VALUES(2884,0,2,'hypochromic anemias','hypochromic')
-INSERT INTO CUI_TERMS VALUES(2884,0,2,'hypochromic anemia','hypochromic')
-INSERT INTO CUI_TERMS VALUES(2884,0,2,'hypochromic anaemia','hypochromic')
-INSERT INTO CUI_TERMS VALUES(2884,1,2,'anaemia hypochromic','hypochromic')
-INSERT INTO CUI_TERMS VALUES(2884,1,2,'anemia hypochromic','hypochromic')
-INSERT INTO CUI_TERMS VALUES(2884,2,3,'anemia , hypochromic','hypochromic')
-INSERT INTO CUI_TERMS VALUES(2886,2,3,'anemia disorders macrocytic','macrocytic')
-INSERT INTO CUI_TERMS VALUES(2886,0,2,'macrocytic anemias','macrocytic')
-INSERT INTO CUI_TERMS VALUES(2886,1,2,'anaemia macrocytic','macrocytic')
-INSERT INTO CUI_TERMS VALUES(2886,0,2,'macrocytic anaemia','macrocytic')
-INSERT INTO CUI_TERMS VALUES(2886,2,3,'anemia , macrocytic','macrocytic')
-INSERT INTO CUI_TERMS VALUES(2886,0,2,'macrocytic anemia','macrocytic')
-INSERT INTO CUI_TERMS VALUES(2886,2,3,'anemias , macrocytic','macrocytic')
-INSERT INTO CUI_TERMS VALUES(2886,1,2,'anemia macrocytic','macrocytic')
-INSERT INTO CUI_TERMS VALUES(2888,0,1,'megaloblastic','megaloblastic')
-INSERT INTO CUI_TERMS VALUES(2890,0,2,'leucoerythroblastic anaemia','leucoerythroblastic')
-INSERT INTO CUI_TERMS VALUES(2890,0,2,'leukoerythroblastic anemias','leukoerythroblastic')
-INSERT INTO CUI_TERMS VALUES(2890,2,3,'anemia , leukoerythroblastic','leukoerythroblastic')
-INSERT INTO CUI_TERMS VALUES(2890,0,2,'myelophthisic anaemia','myelophthisic')
-INSERT INTO CUI_TERMS VALUES(2890,0,2,'myelophthisic anemia','myelophthisic')
-INSERT INTO CUI_TERMS VALUES(2890,4,5,'anemia associated with marrow infiltration','infiltration')
-INSERT INTO CUI_TERMS VALUES(2890,1,2,'anemia leukoerythroblastic','leukoerythroblastic')
-INSERT INTO CUI_TERMS VALUES(2890,1,2,'anemias myelophthisic','myelophthisic')
-INSERT INTO CUI_TERMS VALUES(2890,2,3,'anemias , myelophthisic','myelophthisic')
-INSERT INTO CUI_TERMS VALUES(2890,2,3,'anemia , myelophthisic','myelophthisic')
-INSERT INTO CUI_TERMS VALUES(2890,4,5,'anaemia associated with marrow infiltration','infiltration')
-INSERT INTO CUI_TERMS VALUES(2890,0,2,'myelophthisic anemias','myelophthisic')
-INSERT INTO CUI_TERMS VALUES(2890,2,3,'anemias , leukoerythroblastic','leukoerythroblastic')
-INSERT INTO CUI_TERMS VALUES(2890,0,1,'leukoerythroblastosis','leukoerythroblastosis')
-INSERT INTO CUI_TERMS VALUES(2890,0,2,'leukoerythroblastic anemia','leukoerythroblastic')
-INSERT INTO CUI_TERMS VALUES(2890,2,3,'anemia , myelopathic','myelopathic')
-INSERT INTO CUI_TERMS VALUES(2891,0,3,'anemias , neonatal','anemias')
-INSERT INTO CUI_TERMS VALUES(2891,0,2,'anaemia neonatal','anaemia')
-INSERT INTO CUI_TERMS VALUES(2891,0,2,'anemia neonatal','anemia')
-INSERT INTO CUI_TERMS VALUES(2891,1,2,'neonatal anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2891,0,3,'anemia , neonatal','anemia')
-INSERT INTO CUI_TERMS VALUES(2891,1,2,'neonatal anemia','anemia')
-INSERT INTO CUI_TERMS VALUES(2891,1,2,'anemia neonatorum','neonatorum')
-INSERT INTO CUI_TERMS VALUES(2891,1,2,'neonatal anaemia','anaemia')
-INSERT INTO CUI_TERMS VALUES(2892,7,8,'megaloblastic anemia due to impaired absorption of cobalamin','cobalamin')
-INSERT INTO CUI_TERMS VALUES(2892,0,2,'addison anemia','addison')
-INSERT INTO CUI_TERMS VALUES(2892,1,2,'malignant anemia','anemia')
-INSERT INTO CUI_TERMS VALUES(2892,2,3,'anemia , addison','addison')
-INSERT INTO CUI_TERMS VALUES(2892,0,2,'addisonian anemia','addisonian')
-INSERT INTO CUI_TERMS VALUES(2892,0,2,'pernicious anaemia','pernicious')
-INSERT INTO CUI_TERMS VALUES(2892,2,4,'anemia , addisonian pernicious','addisonian')
-INSERT INTO CUI_TERMS VALUES(2892,2,3,'anemia , addisons','addisons')
-INSERT INTO CUI_TERMS VALUES(2892,0,2,'pernicious anemia','pernicious')
-INSERT INTO CUI_TERMS VALUES(2892,1,2,'anemia pernicious','pernicious')
-INSERT INTO CUI_TERMS VALUES(2892,0,3,'addison ''s anemia','addison')
-INSERT INTO CUI_TERMS VALUES(2892,0,3,'biermer ''s anemia','biermer')
-INSERT INTO CUI_TERMS VALUES(2892,2,4,'addison - biermer anemia','biermer')
-INSERT INTO CUI_TERMS VALUES(2892,2,3,'anemia , biermer','biermer')
-INSERT INTO CUI_TERMS VALUES(2892,0,2,'addisons anemia','addisons')
-INSERT INTO CUI_TERMS VALUES(2892,2,3,'anemia , pernicious','pernicious')
-INSERT INTO CUI_TERMS VALUES(2892,0,3,'biermer ''s anaemia','biermer')
-INSERT INTO CUI_TERMS VALUES(2892,7,8,'megaloblastic anaemia due to impaired absorption of cobalamin','cobalamin')
-INSERT INTO CUI_TERMS VALUES(2893,0,2,'refractory anaemia','refractory')
-INSERT INTO CUI_TERMS VALUES(2893,0,3,'anemias , refractory','anemias')
-INSERT INTO CUI_TERMS VALUES(2893,1,2,'anemia refractory','refractory')
-INSERT INTO CUI_TERMS VALUES(2893,1,2,'refractory anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2893,2,3,'anemia , refractory','refractory')
-INSERT INTO CUI_TERMS VALUES(2893,0,2,'refractory anemia','refractory')
-INSERT INTO CUI_TERMS VALUES(2894,2,3,'leukemias , smoldering','smoldering')
-INSERT INTO CUI_TERMS VALUES(2894,0,1,'raem','raem')
-INSERT INTO CUI_TERMS VALUES(2894,2,3,'leukemia , smoldering','smoldering')
-INSERT INTO CUI_TERMS VALUES(2894,2,3,'leukemia , smouldering','smouldering')
-INSERT INTO CUI_TERMS VALUES(2894,0,2,'smoldering leukemias','smoldering')
-INSERT INTO CUI_TERMS VALUES(2894,6,7,'refractory anemia with an excess of blasts','blasts')
-INSERT INTO CUI_TERMS VALUES(2894,4,5,'refractory anaemia with excess blasts','blasts')
-INSERT INTO CUI_TERMS VALUES(2894,7,8,'anemia , refractory , with excess of blasts','blasts')
-INSERT INTO CUI_TERMS VALUES(2894,0,2,'smoldering leukemia','smoldering')
-INSERT INTO CUI_TERMS VALUES(2894,4,5,'refractory anemia with excess blasts','blasts')
-INSERT INTO CUI_TERMS VALUES(2894,5,6,'refractory anemia with excess of blasts','blasts')
-INSERT INTO CUI_TERMS VALUES(2894,0,2,'smouldering leukemia','smouldering')
-INSERT INTO CUI_TERMS VALUES(2894,0,1,'raeb','raeb')
-INSERT INTO CUI_TERMS VALUES(2895,2,3,'anaemia cell sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,2,3,'anemia cells sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,1,7,'hereditary hemoglobinopathy disorder homozygous for hemoglobin s','hemoglobinopathy')
-INSERT INTO CUI_TERMS VALUES(2895,0,5,'hemoglobin s - s disease','hemoglobin')
-INSERT INTO CUI_TERMS VALUES(2895,2,3,'cell disorder sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'sickle cell disease','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,1,3,'anemia sickle cell','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,3,4,'anemia cell disorders sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,4,'anemias , sickle cell','anemias')
-INSERT INTO CUI_TERMS VALUES(2895,0,2,'hbs disease','hbs')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'sickle cell anemia','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,1,2,'hb ss','ss')
-INSERT INTO CUI_TERMS VALUES(2895,1,4,'disease sickle - cell','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'hemoglobin s diseases','hemoglobin')
-INSERT INTO CUI_TERMS VALUES(2895,2,4,'disease , hemoglobin s','hemoglobin')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'hemoglobin s dis','hemoglobin')
-INSERT INTO CUI_TERMS VALUES(2895,1,4,'anemia sickle - cell','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,1,3,'cell sickle syndrome','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,1,'drepanocythaemia','drepanocythaemia')
-INSERT INTO CUI_TERMS VALUES(2895,0,4,'sickle - cell anaemia','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,4,'sickle - cell anemia','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,2,3,'sickle cell anemias','anemias')
-INSERT INTO CUI_TERMS VALUES(2895,2,3,'anemia cells sickles','sickles')
-INSERT INTO CUI_TERMS VALUES(2895,2,3,'anemia sickle celled','celled')
-INSERT INTO CUI_TERMS VALUES(2895,1,3,'syndrome sickle cell','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'sickle cell disorders','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,1,'drepanocythemia','drepanocythemia')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'sickle cell diseases','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,2,'herrick syndrome','herrick')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'hb s disease','hb')
-INSERT INTO CUI_TERMS VALUES(2895,0,5,'haemoglobin s - s disease','haemoglobin')
-INSERT INTO CUI_TERMS VALUES(2895,3,4,'cell disorders , sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,1,3,'disease sickle cell','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,6,'sickling disorder due to haemoglobin s','sickling')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'hemoglobin s disease','hemoglobin')
-INSERT INTO CUI_TERMS VALUES(2895,2,3,'cells disease sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,1,3,'disease hb s','hb')
-INSERT INTO CUI_TERMS VALUES(2895,3,4,'cell disorder , sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,4,'sickle cell hemolytic anemia','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,3,6,'sickle cell ( ss only )','ss')
-INSERT INTO CUI_TERMS VALUES(2895,0,4,'sickle - cell disease','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'sickle cell disorder','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,1,2,'hemoglobin ss','ss')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'haemoglobin s disease','haemoglobin')
-INSERT INTO CUI_TERMS VALUES(2895,2,3,'cell diseases sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,6,'sickling disorder due to hemoglobin s','sickling')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'herrick ''s anemia','herrick')
-INSERT INTO CUI_TERMS VALUES(2895,0,1,'scds','scds')
-INSERT INTO CUI_TERMS VALUES(2895,3,4,'cell diseases , sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,1,'sicklemia','sicklemia')
-INSERT INTO CUI_TERMS VALUES(2895,2,4,'anemia , sickle cell','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'sickle cell syndrome','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,3,4,'cell disease , sickle','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,1,3,'cell sickle syndromes','sickle')
-INSERT INTO CUI_TERMS VALUES(2895,0,3,'sickle cell anaemia','sickle')
-INSERT INTO CUI_TERMS VALUES(2896,2,3,'anemia , sideroachrestic','sideroachrestic')
-INSERT INTO CUI_TERMS VALUES(2896,3,4,'anemia , primary sideroblastic','sideroblastic')
-INSERT INTO CUI_TERMS VALUES(2896,0,2,'sideroachrestic anaemia','sideroachrestic')
-INSERT INTO CUI_TERMS VALUES(2896,1,2,'anaemia sideroblastic','sideroblastic')
-INSERT INTO CUI_TERMS VALUES(2896,0,2,'sideroblastic anemias','sideroblastic')
-INSERT INTO CUI_TERMS VALUES(2896,0,2,'sideroblastic anemia','sideroblastic')
-INSERT INTO CUI_TERMS VALUES(2896,2,3,'anemia , sideroblastic','sideroblastic')
-INSERT INTO CUI_TERMS VALUES(2896,1,2,'anemia sideroblastic','sideroblastic')
-INSERT INTO CUI_TERMS VALUES(2896,2,3,'anemias , sideroblastic','sideroblastic')
-INSERT INTO CUI_TERMS VALUES(2896,0,2,'sideroachrestic anemia','sideroachrestic')
-INSERT INTO CUI_TERMS VALUES(2896,0,2,'hypersideremic anemia','hypersideremic')
-INSERT INTO CUI_TERMS VALUES(2896,0,2,'sideroblastic anaemia','sideroblastic')
-INSERT INTO CUI_TERMS VALUES(2902,1,4,'congenital absence of brain','absence')
-INSERT INTO CUI_TERMS VALUES(2902,0,2,'anencephalic monster','anencephalic')
-INSERT INTO CUI_TERMS VALUES(2902,0,5,'absence of brain , congenital','absence')
-INSERT INTO CUI_TERMS VALUES(2902,0,1,'anencephalia','anencephalia')
-INSERT INTO CUI_TERMS VALUES(2902,2,3,'brain congenital absence','absence')
-INSERT INTO CUI_TERMS VALUES(2902,0,1,'anencephaly','anencephaly')
-INSERT INTO CUI_TERMS VALUES(2902,3,4,'absence of brain congen','congen')
-INSERT INTO CUI_TERMS VALUES(2902,0,1,'anencephalias','anencephalias')
-INSERT INTO CUI_TERMS VALUES(2902,0,1,'anencephalus','anencephalus')
-INSERT INTO CUI_TERMS VALUES(2902,0,4,'congen absence of brain','congen')
-INSERT INTO CUI_TERMS VALUES(2902,1,2,'brain aplasia','aplasia')
-INSERT INTO CUI_TERMS VALUES(2903,0,1,'anesthesias','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2903,0,1,'anesthesia','anesthesia')
-INSERT INTO CUI_TERMS VALUES(2911,2,4,'local anaesthetic regional block','regional')
-INSERT INTO CUI_TERMS VALUES(2911,2,4,'local anesthetic regional block','regional')
-INSERT INTO CUI_TERMS VALUES(2911,2,3,'anesthesia , regional','regional')
-INSERT INTO CUI_TERMS VALUES(2911,0,2,'regional anesthesia','regional')
-INSERT INTO CUI_TERMS VALUES(2911,0,2,'conduction anesthesia','conduction')
-INSERT INTO CUI_TERMS VALUES(2911,1,2,'anaesthesia regional','regional')
-INSERT INTO CUI_TERMS VALUES(2911,1,2,'regional blockade','blockade')
-INSERT INTO CUI_TERMS VALUES(2911,0,2,'regional anaesthesia','regional')
-INSERT INTO CUI_TERMS VALUES(2911,1,2,'anesthesia regional','regional')
-INSERT INTO CUI_TERMS VALUES(2911,2,3,'anesthesia , conduction','conduction')
-INSERT INTO CUI_TERMS VALUES(2913,0,2,'peridural anaesthesia','peridural')
-INSERT INTO CUI_TERMS VALUES(2913,2,3,'anesthesia , peridural','peridural')
-INSERT INTO CUI_TERMS VALUES(2913,0,3,'anesthesias , epidural','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2913,0,2,'epidural anesthesia','epidural')
-INSERT INTO CUI_TERMS VALUES(2913,0,2,'peridural anesthesia','peridural')
-INSERT INTO CUI_TERMS VALUES(2913,1,2,'extradural anesthesias','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2913,2,3,'anesthesia , extradural','extradural')
-INSERT INTO CUI_TERMS VALUES(2913,1,2,'epidural anesthesias','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2913,0,2,'epidural block','epidural')
-INSERT INTO CUI_TERMS VALUES(2913,0,3,'anesthesias , extradural','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2913,2,3,'anesthesias , peridural','peridural')
-INSERT INTO CUI_TERMS VALUES(2913,0,2,'extradural anesthesia','extradural')
-INSERT INTO CUI_TERMS VALUES(2913,0,2,'epidural anaesthesia','epidural')
-INSERT INTO CUI_TERMS VALUES(2913,0,2,'peridural anesthesias','peridural')
-INSERT INTO CUI_TERMS VALUES(2913,2,3,'anesthesia , epidural','epidural')
-INSERT INTO CUI_TERMS VALUES(2913,0,2,'extradural block','extradural')
-INSERT INTO CUI_TERMS VALUES(2915,1,2,'anesthesia general','general')
-INSERT INTO CUI_TERMS VALUES(2915,1,2,'general anaesthetic','anaesthetic')
-INSERT INTO CUI_TERMS VALUES(2915,0,2,'general anaesthesia','general')
-INSERT INTO CUI_TERMS VALUES(2915,1,2,'general anesthesias','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2915,0,2,'general anesthesia','general')
-INSERT INTO CUI_TERMS VALUES(2915,1,2,'general anesthetic','anesthetic')
-INSERT INTO CUI_TERMS VALUES(2915,0,3,'anesthesias , general','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2915,2,3,'anesthesia , general','general')
-INSERT INTO CUI_TERMS VALUES(2915,0,2,'anaesthetic general','anaesthetic')
-INSERT INTO CUI_TERMS VALUES(2919,2,3,'anesthesia , endotracheal','endotracheal')
-INSERT INTO CUI_TERMS VALUES(2919,0,2,'intratracheal anesthesias','intratracheal')
-INSERT INTO CUI_TERMS VALUES(2919,2,3,'anesthesias , intratracheal','intratracheal')
-INSERT INTO CUI_TERMS VALUES(2919,0,3,'anesthesias , endotracheal','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2919,0,2,'endotracheal anesthesia','endotracheal')
-INSERT INTO CUI_TERMS VALUES(2919,1,2,'endotracheal anesthesias','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2919,0,2,'intratracheal anesthesia','intratracheal')
-INSERT INTO CUI_TERMS VALUES(2919,0,2,'endotracheal anaesthesia','endotracheal')
-INSERT INTO CUI_TERMS VALUES(2919,2,3,'anesthesia , intratracheal','intratracheal')
-INSERT INTO CUI_TERMS VALUES(2919,0,2,'anesthesias endotracheal','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2920,0,2,'intravenous anesthesia','intravenous')
-INSERT INTO CUI_TERMS VALUES(2920,0,2,'intravenous anaesthesia','intravenous')
-INSERT INTO CUI_TERMS VALUES(2920,1,2,'anesthesia intravenous','intravenous')
-INSERT INTO CUI_TERMS VALUES(2920,1,2,'intravenous anesthesias','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2920,0,3,'anesthesias , intravenous','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2920,2,3,'anesthesia , intravenous','intravenous')
-INSERT INTO CUI_TERMS VALUES(2921,1,2,'local anaesthetic','anaesthetic')
-INSERT INTO CUI_TERMS VALUES(2921,0,2,'anaesthetics local','anaesthetics')
-INSERT INTO CUI_TERMS VALUES(2921,0,2,'anaesthesia local','anaesthesia')
-INSERT INTO CUI_TERMS VALUES(2921,1,2,'local anaesthesia','anaesthesia')
-INSERT INTO CUI_TERMS VALUES(2921,0,1,'laing','laing')
-INSERT INTO CUI_TERMS VALUES(2921,0,2,'anesthetic local','anesthetic')
-INSERT INTO CUI_TERMS VALUES(2921,1,2,'local anesthesia','anesthesia')
-INSERT INTO CUI_TERMS VALUES(2921,0,2,'anaesthetic local','anaesthetic')
-INSERT INTO CUI_TERMS VALUES(2921,0,3,'anesthesia , local','anesthesia')
-INSERT INTO CUI_TERMS VALUES(2928,0,3,'anesthesias , spinal','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2928,0,2,'intrathecal block','intrathecal')
-INSERT INTO CUI_TERMS VALUES(2928,1,2,'spinal anesthesias','anesthesias')
-INSERT INTO CUI_TERMS VALUES(2928,1,2,'spinal anaesthetic','anaesthetic')
-INSERT INTO CUI_TERMS VALUES(2928,0,2,'intradural block','intradural')
-INSERT INTO CUI_TERMS VALUES(2928,1,2,'spinal block','block')
-INSERT INTO CUI_TERMS VALUES(2928,1,2,'spinal anaesthesia','anaesthesia')
-INSERT INTO CUI_TERMS VALUES(2928,0,1,'sab','sab')
-INSERT INTO CUI_TERMS VALUES(2928,1,2,'spinal anesthetic','anesthetic')
-INSERT INTO CUI_TERMS VALUES(2928,1,2,'spinal anesthesia','anesthesia')
-INSERT INTO CUI_TERMS VALUES(2928,0,2,'subarachnoid block','subarachnoid')
-INSERT INTO CUI_TERMS VALUES(2928,0,3,'anesthesia , spinal','anesthesia')
-INSERT INTO CUI_TERMS VALUES(2932,0,1,'anesthetic','anesthetic')
-INSERT INTO CUI_TERMS VALUES(2932,0,1,'anaesthetics','anaesthetics')
-INSERT INTO CUI_TERMS VALUES(2932,0,2,'anesthestic drugs','anesthestic')
-INSERT INTO CUI_TERMS VALUES(2932,0,1,'anesthetics','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2932,0,2,'anesthesia agent','anesthesia')
-INSERT INTO CUI_TERMS VALUES(2932,0,1,'anaesthetic','anaesthetic')
-INSERT INTO CUI_TERMS VALUES(2932,4,5,'drugs causing loss of sensation','sensation')
-INSERT INTO CUI_TERMS VALUES(2934,3,4,'conduction - blocking anesthetics','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2934,1,2,'local anaesthetic','anaesthetic')
-INSERT INTO CUI_TERMS VALUES(2934,0,3,'anesthetics conduction block','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2934,0,2,'anaesthetics local','anaesthetics')
-INSERT INTO CUI_TERMS VALUES(2934,0,4,'anesthetics , conduction blocking','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2934,0,3,'anesthetic , local','anesthetic')
-INSERT INTO CUI_TERMS VALUES(2934,0,5,'anesthetics , conduction - blocking','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2934,0,2,'anesthetic local','anesthetic')
-INSERT INTO CUI_TERMS VALUES(2934,1,2,'local anesthetics','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2934,1,2,'local anesthetic','anesthetic')
-INSERT INTO CUI_TERMS VALUES(2934,0,2,'anaesthetic local','anaesthetic')
-INSERT INTO CUI_TERMS VALUES(2934,0,3,'anesthetics , local','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2934,0,2,'anesthetics local','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2934,2,3,'conduction blocking anesthetics','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2934,2,3,'conduction block anesthetics','anesthetics')
-INSERT INTO CUI_TERMS VALUES(2937,0,1,'trithioparamethoxyphenylpropene','trithioparamethoxyphenylpropene')
-INSERT INTO CUI_TERMS VALUES(2937,0,1,'anetholtrithione','anetholtrithione')
-INSERT INTO CUI_TERMS VALUES(2937,0,1,'trithioanethol','trithioanethol')
-INSERT INTO CUI_TERMS VALUES(2937,0,1,'anetholetrithione','anetholetrithione')
-INSERT INTO CUI_TERMS VALUES(2937,0,2,'anethol dithiolthione','anethol')
-INSERT INTO CUI_TERMS VALUES(2937,0,3,'trithione , anethole','trithione')
-INSERT INTO CUI_TERMS VALUES(2937,0,3,'dithiolthione , anethol','dithiolthione')
-INSERT INTO CUI_TERMS VALUES(2937,0,1,'anisyldithiolthionine','anisyldithiolthionine')
-INSERT INTO CUI_TERMS VALUES(2937,0,1,'anetholtrithion','anetholtrithion')
-INSERT INTO CUI_TERMS VALUES(2937,1,2,'anethole dithiolthione','dithiolthione')
-INSERT INTO CUI_TERMS VALUES(2937,1,2,'anethole trithione','trithione')
-INSERT INTO CUI_TERMS VALUES(2938,0,1,'aneuploidy','aneuploidy')
-INSERT INTO CUI_TERMS VALUES(2938,0,1,'aneuploid','aneuploid')
-INSERT INTO CUI_TERMS VALUES(2938,0,1,'aneuploids','aneuploids')
-INSERT INTO CUI_TERMS VALUES(2938,3,4,'alteration of chromosome number','number')
-INSERT INTO CUI_TERMS VALUES(2938,0,1,'aneuploidies','aneuploidies')
-INSERT INTO CUI_TERMS VALUES(2940,0,1,'aneurysm','aneurysm')
-INSERT INTO CUI_TERMS VALUES(2940,0,2,'aneurysmal dilatation','aneurysmal')
-INSERT INTO CUI_TERMS VALUES(2940,0,1,'aneurysms','aneurysms')
-INSERT INTO CUI_TERMS VALUES(2949,0,2,'dissecting aneurysms','dissecting')
-INSERT INTO CUI_TERMS VALUES(2949,0,2,'dissecting aneurysm','dissecting')
-INSERT INTO CUI_TERMS VALUES(2949,0,2,'dissection arterial','dissection')
-INSERT INTO CUI_TERMS VALUES(2949,1,2,'arterial dissection','dissection')
-INSERT INTO CUI_TERMS VALUES(2949,1,2,'artery dissection','dissection')
-INSERT INTO CUI_TERMS VALUES(2949,1,2,'arteries dissection','dissection')
-INSERT INTO CUI_TERMS VALUES(2949,0,3,'dissection of artery','dissection')
-INSERT INTO CUI_TERMS VALUES(2949,2,3,'aneurysm , dissecting','dissecting')
-INSERT INTO CUI_TERMS VALUES(2949,1,2,'aneurysm dissecting','dissecting')
-INSERT INTO CUI_TERMS VALUES(2949,2,3,'aneurysms , dissecting','dissecting')
-INSERT INTO CUI_TERMS VALUES(2949,1,2,'arterial dissections','dissections')
-INSERT INTO CUI_TERMS VALUES(2950,0,2,'infect aneurysm','infect')
-INSERT INTO CUI_TERMS VALUES(2950,1,2,'infected aneurysms','aneurysms')
-INSERT INTO CUI_TERMS VALUES(2950,0,2,'infected aneurysm','infected')
-INSERT INTO CUI_TERMS VALUES(2950,0,2,'aneurysms inflammatory','aneurysms')
-INSERT INTO CUI_TERMS VALUES(2950,0,2,'inflammatory aneurysm','inflammatory')
-INSERT INTO CUI_TERMS VALUES(2950,2,3,'aneurysm , infected','infected')
-INSERT INTO CUI_TERMS VALUES(2950,1,2,'aneurysm infect','infect')
-INSERT INTO CUI_TERMS VALUES(2950,0,3,'aneurysms , infected','aneurysms')
-INSERT INTO CUI_TERMS VALUES(2950,0,2,'infective aneurysm','infective')
-INSERT INTO CUI_TERMS VALUES(2952,4,5,'repair of aneurysm by suture','suture')
-INSERT INTO CUI_TERMS VALUES(2952,0,1,'aneurysmorrhaphy','aneurysmorrhaphy')
-INSERT INTO CUI_TERMS VALUES(2957,0,1,'angers','angers')
-INSERT INTO CUI_TERMS VALUES(2957,0,1,'mad','mad')
-INSERT INTO CUI_TERMS VALUES(2957,0,1,'angry','angry')
-INSERT INTO CUI_TERMS VALUES(2957,0,1,'anger','anger')
-INSERT INTO CUI_TERMS VALUES(2959,0,1,'angiectasia','angiectasia')
-INSERT INTO CUI_TERMS VALUES(2959,1,2,'vascular ectasia','ectasia')
-INSERT INTO CUI_TERMS VALUES(2959,0,1,'angiectasias','angiectasias')
-INSERT INTO CUI_TERMS VALUES(2959,0,1,'angiectasis','angiectasis')
-INSERT INTO CUI_TERMS VALUES(2959,0,1,'phlebarteriectasia','phlebarteriectasia')
-INSERT INTO CUI_TERMS VALUES(2959,0,2,'ectasias vascular','ectasias')
-INSERT INTO CUI_TERMS VALUES(2959,0,1,'hemangiectasis','hemangiectasis')
-INSERT INTO CUI_TERMS VALUES(2959,0,1,'hemangiectasia','hemangiectasia')
-INSERT INTO CUI_TERMS VALUES(2962,0,3,'ischemic chest pain','ischemic')
-INSERT INTO CUI_TERMS VALUES(2962,0,3,'ischaemic chest pain','ischaemic')
-INSERT INTO CUI_TERMS VALUES(2962,0,4,'chest pain - cardiac','chest')
-INSERT INTO CUI_TERMS VALUES(2962,0,1,'angina','angina')
-INSERT INTO CUI_TERMS VALUES(2962,0,2,'angor pectoris','angor')
-INSERT INTO CUI_TERMS VALUES(2962,0,1,'stenocardias','stenocardias')
-INSERT INTO CUI_TERMS VALUES(2962,0,2,'anginal syndrome','anginal')
-INSERT INTO CUI_TERMS VALUES(2962,0,1,'stenocardia','stenocardia')
-INSERT INTO CUI_TERMS VALUES(2962,0,2,'anginal pain','anginal')
-INSERT INTO CUI_TERMS VALUES(2962,0,1,'anginas','anginas')
-INSERT INTO CUI_TERMS VALUES(2963,0,3,'prinzmetal ''s angina','prinzmetal')
-INSERT INTO CUI_TERMS VALUES(2963,1,2,'variant angina','angina')
-INSERT INTO CUI_TERMS VALUES(2963,1,2,'angina prinzmetal','prinzmetal')
-INSERT INTO CUI_TERMS VALUES(2963,0,2,'prinzmetal angina','prinzmetal')
-INSERT INTO CUI_TERMS VALUES(2963,0,2,'prinzmetals angina','prinzmetals')
-INSERT INTO CUI_TERMS VALUES(2963,3,4,'coronary artery spasm angina','angina')
-INSERT INTO CUI_TERMS VALUES(2963,0,2,'vasospastic angina','vasospastic')
-INSERT INTO CUI_TERMS VALUES(2963,1,4,'angina pectoris , variant','pectoris')
-INSERT INTO CUI_TERMS VALUES(2963,0,2,'angina variant','angina')
-INSERT INTO CUI_TERMS VALUES(2963,2,3,'angina , prinzmetal','prinzmetal')
-INSERT INTO CUI_TERMS VALUES(2965,0,2,'preinfarction anginas','preinfarction')
-INSERT INTO CUI_TERMS VALUES(2965,1,4,'angina pectoris , unstable','pectoris')
-INSERT INTO CUI_TERMS VALUES(2965,2,3,'angina , preinfarction','preinfarction')
-INSERT INTO CUI_TERMS VALUES(2965,2,3,'angina at rest','rest')
-INSERT INTO CUI_TERMS VALUES(2965,0,2,'crescendo angina','crescendo')
-INSERT INTO CUI_TERMS VALUES(2965,2,3,'angina , unstable','unstable')
-INSERT INTO CUI_TERMS VALUES(2965,0,2,'preinfarction angina','preinfarction')
-INSERT INTO CUI_TERMS VALUES(2965,0,2,'rest angina','rest')
-INSERT INTO CUI_TERMS VALUES(2965,0,3,'anginas , unstable','anginas')
-INSERT INTO CUI_TERMS VALUES(2965,0,3,'intermed coronary synd','intermed')
-INSERT INTO CUI_TERMS VALUES(2965,0,2,'pre-infarction syndrome','pre-infarction')
-INSERT INTO CUI_TERMS VALUES(2965,0,3,'intermediate coronary syndrome','intermediate')
-INSERT INTO CUI_TERMS VALUES(2965,1,4,'angina pectori , unstable','pectori')
-INSERT INTO CUI_TERMS VALUES(2965,0,2,'worsening angina','worsening')
-INSERT INTO CUI_TERMS VALUES(2965,0,2,'impending infarction','impending')
-INSERT INTO CUI_TERMS VALUES(2965,1,2,'unstable anginas','anginas')
-INSERT INTO CUI_TERMS VALUES(2965,0,2,'unstable angina','unstable')
-INSERT INTO CUI_TERMS VALUES(2965,2,3,'anginas , preinfarction','preinfarction')
-INSERT INTO CUI_TERMS VALUES(2965,1,2,'angina unstable','unstable')
-INSERT INTO CUI_TERMS VALUES(2971,1,2,'cardiac angiography','angiography')
-INSERT INTO CUI_TERMS VALUES(2971,0,1,'cardioangiography','cardioangiography')
-INSERT INTO CUI_TERMS VALUES(2971,0,1,'angiocardiogr','angiocardiogr')
-INSERT INTO CUI_TERMS VALUES(2971,0,1,'angiocardiographies','angiocardiographies')
-INSERT INTO CUI_TERMS VALUES(2971,0,1,'angiocardiography','angiocardiography')
-INSERT INTO CUI_TERMS VALUES(2971,0,2,'angiography heart','angiography')
-INSERT INTO CUI_TERMS VALUES(2971,0,2,'angiography cardiac','angiography')
-INSERT INTO CUI_TERMS VALUES(2971,1,2,'heart angiography','angiography')
-INSERT INTO CUI_TERMS VALUES(2971,0,3,'angiography of heart','angiography')
-INSERT INTO CUI_TERMS VALUES(2978,0,1,'angiograms','angiograms')
-INSERT INTO CUI_TERMS VALUES(2978,0,5,'x-ray of the blood vessel','x-ray')
-INSERT INTO CUI_TERMS VALUES(2978,0,1,'angiographies','angiographies')
-INSERT INTO CUI_TERMS VALUES(2978,0,1,'angiogr','angiogr')
-INSERT INTO CUI_TERMS VALUES(2978,0,1,'angiogram','angiogram')
-INSERT INTO CUI_TERMS VALUES(2978,0,1,'angiography','angiography')
-INSERT INTO CUI_TERMS VALUES(2979,1,2,'ds angiogr','angiogr')
-INSERT INTO CUI_TERMS VALUES(2979,1,3,'subtraction angiogr digital','angiogr')
-INSERT INTO CUI_TERMS VALUES(2979,0,1,'dsa','dsa')
-INSERT INTO CUI_TERMS VALUES(2979,0,4,'subtraction angiography , digital','subtraction')
-INSERT INTO CUI_TERMS VALUES(2979,3,4,'angiography , digital subtraction','subtraction')
-INSERT INTO CUI_TERMS VALUES(2979,1,3,'digital subtraction angiography','subtraction')
-INSERT INTO CUI_TERMS VALUES(2983,0,4,'angioid streaks , choroid','angioid')
-INSERT INTO CUI_TERMS VALUES(2983,0,4,'angioid streaks of choroid','angioid')
-INSERT INTO CUI_TERMS VALUES(2985,0,1,'angiokeratomas','angiokeratomas')
-INSERT INTO CUI_TERMS VALUES(2985,0,1,'angiokeratoma','angiokeratoma')
-INSERT INTO CUI_TERMS VALUES(2986,4,6,'deficiency , alpha - galactosidase a','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2986,1,3,'ceramide lactoside lipidosis','lactoside')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'fabri disease','fabri')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'fabry dis','fabry')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'fabry syndrome','fabry')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'fabry disease','fabry')
-INSERT INTO CUI_TERMS VALUES(2986,0,4,'sweeley - klionsky disease','sweeley')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'cardiovasorenal syndrome','cardiovasorenal')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'lactosyl ceramidosis','lactosyl')
-INSERT INTO CUI_TERMS VALUES(2986,2,4,'ruiter - pompen syndrome','pompen')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'fabrys disease','fabrys')
-INSERT INTO CUI_TERMS VALUES(2986,0,3,'angiokeratoma , diffuse','angiokeratoma')
-INSERT INTO CUI_TERMS VALUES(2986,2,3,'angiokeratoma corporis diffusum','diffusum')
-INSERT INTO CUI_TERMS VALUES(2986,0,3,'fabry ''s disease','fabry')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'thesaurismosis lipoidica','thesaurismosis')
-INSERT INTO CUI_TERMS VALUES(2986,3,4,'deficiency , ceramide trihexosidase','trihexosidase')
-INSERT INTO CUI_TERMS VALUES(2986,0,1,'gla','gla')
-INSERT INTO CUI_TERMS VALUES(2986,4,5,'deficiency of alpha - galactosidase','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2986,2,3,'deficiency of melibiase','melibiase')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'thesaurismosis hereditaria','thesaurismosis')
-INSERT INTO CUI_TERMS VALUES(2986,2,6,'alpha - galactosidase - a deficiency','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2986,1,2,'diffuse angiokeratoma','angiokeratoma')
-INSERT INTO CUI_TERMS VALUES(2986,1,3,'ceramide trihexosidase deficiency','trihexosidase')
-INSERT INTO CUI_TERMS VALUES(2986,3,4,'lipidosis , hereditary dystopic','dystopic')
-INSERT INTO CUI_TERMS VALUES(2986,2,5,'alpha - galactosidase a deficiency','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2986,1,3,'alpha galactosidase deficiency','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2986,1,5,'alpha galactosidase a defic dis','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2986,1,2,'disease fabry','fabry')
-INSERT INTO CUI_TERMS VALUES(2986,0,2,'angiokeratoma diffuse','angiokeratoma')
-INSERT INTO CUI_TERMS VALUES(2986,1,2,'ceramide trihexosidosis','trihexosidosis')
-INSERT INTO CUI_TERMS VALUES(2986,1,4,'alpha galactosidase a deficiency','galactosidase')
-INSERT INTO CUI_TERMS VALUES(2986,1,3,'hereditary dystopic lipidosis','dystopic')
-INSERT INTO CUI_TERMS VALUES(2989,0,5,'histiocytoid hemangioma of the skin','histiocytoid')
-INSERT INTO CUI_TERMS VALUES(2989,1,3,'skin epithelioid hemangioma','epithelioid')
-INSERT INTO CUI_TERMS VALUES(2989,0,1,'alhe','alhe')
-INSERT INTO CUI_TERMS VALUES(2989,0,4,'histiocytoid haemangioma of skin','histiocytoid')
-INSERT INTO CUI_TERMS VALUES(2989,0,4,'histiocytoid hemangioma of skin','histiocytoid')
-INSERT INTO CUI_TERMS VALUES(2989,0,3,'angiolymphoid cutaneous hyperplasia','angiolymphoid')
-INSERT INTO CUI_TERMS VALUES(2989,2,4,'hyperplasia , angiolymphoid subcutaneous','angiolymphoid')
-INSERT INTO CUI_TERMS VALUES(2989,0,5,'epithelioid hemangioma of the skin','epithelioid')
-INSERT INTO CUI_TERMS VALUES(2989,0,4,'epithelioid hemangioma of skin','epithelioid')
-INSERT INTO CUI_TERMS VALUES(2989,0,4,'epithelioid haemangioma of skin','epithelioid')
-INSERT INTO CUI_TERMS VALUES(2989,2,3,'lymphofolliculosis , eosinophlic','eosinophlic')
-INSERT INTO CUI_TERMS VALUES(2991,1,2,'sclerosing angioma','angioma')
-INSERT INTO CUI_TERMS VALUES(2991,0,2,'pleomorphic fibroma','pleomorphic')
-INSERT INTO CUI_TERMS VALUES(2991,1,4,'fibrous xanthoma of skin','xanthoma')
-INSERT INTO CUI_TERMS VALUES(2991,2,3,'hemangioma , sclerosing','sclerosing')
-INSERT INTO CUI_TERMS VALUES(2991,0,2,'sclerosing hemangioma','sclerosing')
-INSERT INTO CUI_TERMS VALUES(2991,0,3,'angiomas , sclerosing','angiomas')
-INSERT INTO CUI_TERMS VALUES(2991,0,3,'hemangiomas , sclerosing','hemangiomas')
-INSERT INTO CUI_TERMS VALUES(2991,0,1,'dermatofibromas','dermatofibromas')
-INSERT INTO CUI_TERMS VALUES(2991,1,2,'sclerosing angiomas','angiomas')
-INSERT INTO CUI_TERMS VALUES(2991,0,3,'angioma , sclerosing','angioma')
-INSERT INTO CUI_TERMS VALUES(2991,0,1,'histiocytomas','histiocytomas')
-INSERT INTO CUI_TERMS VALUES(2991,0,1,'dermatofibroma','dermatofibroma')
-INSERT INTO CUI_TERMS VALUES(2991,1,2,'sclerosing hemangiomas','hemangiomas')
-INSERT INTO CUI_TERMS VALUES(2992,0,1,'angiomatoses','angiomatoses')
-INSERT INTO CUI_TERMS VALUES(2992,1,2,'diffuse hemangioma','hemangioma')
-INSERT INTO CUI_TERMS VALUES(2992,1,2,'multiple hemangiomas','hemangiomas')
-INSERT INTO CUI_TERMS VALUES(2992,0,1,'angiomatosis','angiomatosis')
-INSERT INTO CUI_TERMS VALUES(2994,2,3,'edema , circumscribed','circumscribed')
-INSERT INTO CUI_TERMS VALUES(2994,0,3,'urticaria , giant','urticaria')
-INSERT INTO CUI_TERMS VALUES(2994,0,3,'quincke ''s edema','quincke')
-INSERT INTO CUI_TERMS VALUES(2994,0,1,'angioedemas','angioedemas')
-INSERT INTO CUI_TERMS VALUES(2994,1,2,'giant hives','hives')
-INSERT INTO CUI_TERMS VALUES(2994,1,2,'giant urticarias','urticarias')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'angioneurotic edema','angioneurotic')
-INSERT INTO CUI_TERMS VALUES(2994,2,3,'edema , angioneurotic','angioneurotic')
-INSERT INTO CUI_TERMS VALUES(2994,1,2,'giant urticaria','urticaria')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'quincke edema','quincke')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'angio oedema','angio')
-INSERT INTO CUI_TERMS VALUES(2994,0,1,'angioedema','angioedema')
-INSERT INTO CUI_TERMS VALUES(2994,0,3,'edemas , angioneurotic','edemas')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'quincke syndrome','quincke')
-INSERT INTO CUI_TERMS VALUES(2994,0,3,'angio - oedema','angio')
-INSERT INTO CUI_TERMS VALUES(2994,0,3,'quincke ''s oedema','quincke')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'angio edema','angio')
-INSERT INTO CUI_TERMS VALUES(2994,1,2,'edema angioneurotic','angioneurotic')
-INSERT INTO CUI_TERMS VALUES(2994,0,3,'quincke ''s disease','quincke')
-INSERT INTO CUI_TERMS VALUES(2994,0,3,'angio - edema','angio')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'hives giant','hives')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'angioneurotic oedema','angioneurotic')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'urticaria giant','urticaria')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'bannister disease','bannister')
-INSERT INTO CUI_TERMS VALUES(2994,1,3,'edema quincke ''s','quincke')
-INSERT INTO CUI_TERMS VALUES(2994,2,4,'edema , quincke ''s','quincke')
-INSERT INTO CUI_TERMS VALUES(2994,1,2,'angioneurotic edemas','edemas')
-INSERT INTO CUI_TERMS VALUES(2994,0,3,'urticarias , giant','urticarias')
-INSERT INTO CUI_TERMS VALUES(2994,0,1,'angiooedema','angiooedema')
-INSERT INTO CUI_TERMS VALUES(2994,0,2,'quinckes edema','quinckes')
-INSERT INTO CUI_TERMS VALUES(2998,2,5,'suture of unspecified blood vessel','unspecified')
-INSERT INTO CUI_TERMS VALUES(2998,2,3,'blood suture vessels','vessels')
-INSERT INTO CUI_TERMS VALUES(2998,0,1,'angiorrhaphy','angiorrhaphy')
-INSERT INTO CUI_TERMS VALUES(2998,0,4,'suture of blood vessel','suture')
-INSERT INTO CUI_TERMS VALUES(2998,1,3,'blood sutures vessel','sutures')
-INSERT INTO CUI_TERMS VALUES(2998,5,6,'repair of blood vessel with suture','suture')
-INSERT INTO CUI_TERMS VALUES(3006,1,2,'1 angiotensin','angiotensin')
-INSERT INTO CUI_TERMS VALUES(3006,0,2,'angiotensin 1','angiotensin')
-INSERT INTO CUI_TERMS VALUES(3006,0,2,'angiotensin i','angiotensin')
-INSERT INTO CUI_TERMS VALUES(3009,1,2,'2 angiotensin','angiotensin')
-INSERT INTO CUI_TERMS VALUES(3009,0,8,'ang - ( 1 - 8 ) octapeptide','ang')
-INSERT INTO CUI_TERMS VALUES(3009,7,8,'angiotensin - ( 1 - 8 ) octapeptide','octapeptide')
-INSERT INTO CUI_TERMS VALUES(3009,0,2,'angiotensin ii','angiotensin')
-INSERT INTO CUI_TERMS VALUES(3009,0,2,'angiotensin 2','angiotensin')
-INSERT INTO CUI_TERMS VALUES(3012,5,9,'angiotensin ii , 1 - de-l - aspartic acid','de-l')
-INSERT INTO CUI_TERMS VALUES(3012,3,6,'angiotensin ii , des - asp','des')
-INSERT INTO CUI_TERMS VALUES(3012,0,4,'des asp angiotensin ii','des')
-INSERT INTO CUI_TERMS VALUES(3012,0,4,'des aspartyl angiotensin ii','des')
-INSERT INTO CUI_TERMS VALUES(3012,0,2,'angiotensin iii','angiotensin')
-INSERT INTO CUI_TERMS VALUES(3012,0,2,'angiotensin 3','angiotensin')
-INSERT INTO CUI_TERMS VALUES(3012,0,5,'des - asp angiotensin ii','des')
-INSERT INTO CUI_TERMS VALUES(3012,0,6,'des - aspartyl - angiotensin ii','des')
-INSERT INTO CUI_TERMS VALUES(3015,1,4,'angiotensin converting enzyme antagonists','converting')
-INSERT INTO CUI_TERMS VALUES(3015,2,5,'angiotensin i converting enzyme inhibitors','converting')
-INSERT INTO CUI_TERMS VALUES(3015,4,6,'inhibitors , angiotensin - converting enzyme','converting')
-INSERT INTO CUI_TERMS VALUES(3015,1,3,'antag kininase ii','kininase')
-INSERT INTO CUI_TERMS VALUES(3015,3,6,'angiotensin i - converting enzyme inhibitors','converting')
-INSERT INTO CUI_TERMS VALUES(3015,3,4,'angiotensin converting enzyme antag','antag')
-INSERT INTO CUI_TERMS VALUES(3015,3,5,'antagonists , angiotensin converting enzyme','converting')
-INSERT INTO CUI_TERMS VALUES(3015,1,4,'angiotensin converting enzyme inhibitor','converting')
-INSERT INTO CUI_TERMS VALUES(3015,5,8,'angiotensin - converting enzyme ( ace ) inhibitors','ace')
-INSERT INTO CUI_TERMS VALUES(3015,2,4,'antagonists , kininase ii','kininase')
-INSERT INTO CUI_TERMS VALUES(3015,2,5,'angiotensin - converting enzyme inhibitors','converting')
-INSERT INTO CUI_TERMS VALUES(3015,0,4,'antag angiotensin converting enzyme','antag')
-INSERT INTO CUI_TERMS VALUES(3015,3,5,'inhibitors , angiotensin converting enzyme','converting')
-INSERT INTO CUI_TERMS VALUES(3015,1,6,'angiotensin converting enzyme - - inhibitors','converting')
-INSERT INTO CUI_TERMS VALUES(3015,2,5,'angiotensin - converting enzyme inhibitor','converting')
-INSERT INTO CUI_TERMS VALUES(3015,1,2,'inhib ace','ace')
-INSERT INTO CUI_TERMS VALUES(3015,0,3,'kininase ii inhibitors','kininase')
-INSERT INTO CUI_TERMS VALUES(3015,0,3,'kininase ii antagonists','kininase')
-INSERT INTO CUI_TERMS VALUES(3015,1,4,'angiotensin converting enzyme inhibitors','converting')
-INSERT INTO CUI_TERMS VALUES(3015,2,5,'angiotensin - converting enzyme antagonists','converting')
-INSERT INTO CUI_TERMS VALUES(3015,2,3,'inhibitors , ace','ace')
-INSERT INTO CUI_TERMS VALUES(3015,0,2,'ace inhibitors','ace')
-INSERT INTO CUI_TERMS VALUES(3015,0,4,'inhib angiotensin converting enzyme','inhib')
-INSERT INTO CUI_TERMS VALUES(3015,0,3,'kininase ii inhib','kininase')
-INSERT INTO CUI_TERMS VALUES(3015,0,3,'kininase ii antag','kininase')
-INSERT INTO CUI_TERMS VALUES(3015,0,2,'ace inhib','ace')
-INSERT INTO CUI_TERMS VALUES(3015,0,2,'ace inhibitor','ace')
-INSERT INTO CUI_TERMS VALUES(3015,5,6,'enzyme inhibitors , angiotensin - converting','converting')
-INSERT INTO CUI_TERMS VALUES(3015,2,4,'inhibitors , kininase ii','kininase')
-INSERT INTO CUI_TERMS VALUES(3015,4,6,'antagonists , angiotensin - converting enzyme','converting')
-INSERT INTO CUI_TERMS VALUES(3015,4,5,'angiotensin i converting enzyme inhib','inhib')
-INSERT INTO CUI_TERMS VALUES(3015,5,6,'enzyme antagonists , angiotensin - converting','converting')
-INSERT INTO CUI_TERMS VALUES(3015,1,3,'inhib kininase ii','kininase')
-INSERT INTO CUI_TERMS VALUES(3016,0,1,'angiotonase','angiotonase')
-INSERT INTO CUI_TERMS VALUES(3016,0,1,'angiotensinase','angiotensinase')
-INSERT INTO CUI_TERMS VALUES(3017,1,2,'renin substrate','substrate')
-INSERT INTO CUI_TERMS VALUES(3017,1,2,'serpin a8','a8')
-INSERT INTO CUI_TERMS VALUES(3017,0,1,'hypertensinogen','hypertensinogen')
-INSERT INTO CUI_TERMS VALUES(3017,0,1,'proangiotensin','proangiotensin')
-INSERT INTO CUI_TERMS VALUES(3017,2,3,'renin - substrate','substrate')
-INSERT INTO CUI_TERMS VALUES(3017,0,1,'angiotensinogen','angiotensinogen')
-INSERT INTO CUI_TERMS VALUES(3018,0,1,'angiotensin','angiotensin')
-INSERT INTO CUI_TERMS VALUES(3018,0,1,'angiotensins','angiotensins')
-INSERT INTO CUI_TERMS VALUES(3028,0,1,'adiaphoresis','adiaphoresis')
-INSERT INTO CUI_TERMS VALUES(3028,0,2,'sudomotor dysfunction','sudomotor')
-INSERT INTO CUI_TERMS VALUES(3028,0,2,'sweating absence','sweating')
-INSERT INTO CUI_TERMS VALUES(3028,2,3,'absence of sweating','sweating')
-INSERT INTO CUI_TERMS VALUES(3028,0,1,'anhidrosis','anhidrosis')
-INSERT INTO CUI_TERMS VALUES(3028,2,3,'lack of sweating','sweating')
-INSERT INTO CUI_TERMS VALUES(3028,1,2,'absent sweating','sweating')
-INSERT INTO CUI_TERMS VALUES(3028,0,1,'anhydrosis','anhydrosis')
-INSERT INTO CUI_TERMS VALUES(3028,0,2,'sweating dysfunction','sweating')
-INSERT INTO CUI_TERMS VALUES(3036,0,1,'phenylamine','phenylamine')
-INSERT INTO CUI_TERMS VALUES(3036,0,1,'benzenamine','benzenamine')
-INSERT INTO CUI_TERMS VALUES(3036,0,1,'aminobenzene','aminobenzene')
-INSERT INTO CUI_TERMS VALUES(3036,0,1,'aniline','aniline')
-INSERT INTO CUI_TERMS VALUES(3044,2,3,'bite of animal','animal')
-INSERT INTO CUI_TERMS VALUES(3044,0,2,'animals bites','animals')
-INSERT INTO CUI_TERMS VALUES(3044,1,2,'animal bites','bites')
-INSERT INTO CUI_TERMS VALUES(3044,0,2,'animal bite','animal')
-INSERT INTO CUI_TERMS VALUES(3044,3,4,'bite by unspecified animal','animal')
-INSERT INTO CUI_TERMS VALUES(3072,1,5,'anion exchangers ( resins )','exchangers')
-INSERT INTO CUI_TERMS VALUES(3072,0,4,'resins , anion exchange','resins')
-INSERT INTO CUI_TERMS VALUES(3072,2,3,'anion exchange resins','resins')
-INSERT INTO CUI_TERMS VALUES(3072,1,4,'exchange resins , anion','resins')
-INSERT INTO CUI_TERMS VALUES(3072,0,3,'anion exchange resin','anion')
-INSERT INTO CUI_TERMS VALUES(3075,0,3,'negatively charged particle','negatively')
-INSERT INTO CUI_TERMS VALUES(3075,0,1,'anion','anion')
-INSERT INTO CUI_TERMS VALUES(3075,0,1,'anions','anions')
-INSERT INTO CUI_TERMS VALUES(3076,3,4,'congenital absence of iris','iris')
-INSERT INTO CUI_TERMS VALUES(3076,0,3,'an2 , formerly','an2')
-INSERT INTO CUI_TERMS VALUES(3076,0,1,'irideremia','irideremia')
-INSERT INTO CUI_TERMS VALUES(3076,0,3,'aplasia of iris','aplasia')
-INSERT INTO CUI_TERMS VALUES(3076,0,3,'agenesis of iris','agenesis')
-INSERT INTO CUI_TERMS VALUES(3076,1,2,'absent iris','iris')
-INSERT INTO CUI_TERMS VALUES(3076,0,1,'irideraemia','irideraemia')
-INSERT INTO CUI_TERMS VALUES(3076,0,1,'aniridia','aniridia')
-INSERT INTO CUI_TERMS VALUES(3076,0,1,'anirida','anirida')
-INSERT INTO CUI_TERMS VALUES(3078,0,1,'aniseikonia','aniseikonia')
-INSERT INTO CUI_TERMS VALUES(3079,1,2,'pupils unequal','unequal')
-INSERT INTO CUI_TERMS VALUES(3079,0,1,'anisocorias','anisocorias')
-INSERT INTO CUI_TERMS VALUES(3079,1,2,'pupillary inequality','inequality')
-INSERT INTO CUI_TERMS VALUES(3079,0,1,'anisocoria','anisocoria')
-INSERT INTO CUI_TERMS VALUES(3079,0,4,'inequality , pupillary size','inequality')
-INSERT INTO CUI_TERMS VALUES(3079,2,3,'pupil diameter unequal','unequal')
-INSERT INTO CUI_TERMS VALUES(3079,3,4,'asymmetry of the pupils','pupils')
-INSERT INTO CUI_TERMS VALUES(3079,2,3,'asymmetric pupil sizes','sizes')
-INSERT INTO CUI_TERMS VALUES(3079,0,2,'unequal pupils','unequal')
-INSERT INTO CUI_TERMS VALUES(3079,2,3,'pupillary size inequality','inequality')
-INSERT INTO CUI_TERMS VALUES(3079,0,2,'unequal pupil','unequal')
-INSERT INTO CUI_TERMS VALUES(3081,0,1,'anisometropia','anisometropia')
-INSERT INTO CUI_TERMS VALUES(3086,1,2,'regio tarsalis','tarsalis')
-INSERT INTO CUI_TERMS VALUES(3086,0,1,'tarsus','tarsus')
-INSERT INTO CUI_TERMS VALUES(3086,0,1,'ankles','ankles')
-INSERT INTO CUI_TERMS VALUES(3086,0,1,'hocking','hocking')
-INSERT INTO CUI_TERMS VALUES(3086,0,1,'ankle','ankle')
-INSERT INTO CUI_TERMS VALUES(3086,0,1,'hock','hock')
-INSERT INTO CUI_TERMS VALUES(3087,3,4,'joints , inferior tibiofibular','tibiofibular')
-INSERT INTO CUI_TERMS VALUES(3087,1,2,'articulatio talocruralis','talocruralis')
-INSERT INTO CUI_TERMS VALUES(3087,0,4,'tibiofibular joint , inferior','tibiofibular')
-INSERT INTO CUI_TERMS VALUES(3087,0,2,'ankles joints','ankles')
-INSERT INTO CUI_TERMS VALUES(3087,3,4,'joint , inferior tibiofibular','tibiofibular')
-INSERT INTO CUI_TERMS VALUES(3087,0,2,'hock joint','hock')
-INSERT INTO CUI_TERMS VALUES(3087,1,3,'inferior tibiofibular joints','tibiofibular')
-INSERT INTO CUI_TERMS VALUES(3087,0,2,'talocrural joint','talocrural')
-INSERT INTO CUI_TERMS VALUES(3087,0,4,'tibiofibular joints , inferior','tibiofibular')
-INSERT INTO CUI_TERMS VALUES(3090,0,1,'ankylosis','ankylosis')
-INSERT INTO CUI_TERMS VALUES(3090,0,3,'fusion of joint','fusion')
-INSERT INTO CUI_TERMS VALUES(3090,0,2,'frozen joint','frozen')
-INSERT INTO CUI_TERMS VALUES(3090,0,2,'frozen joints','frozen')
-INSERT INTO CUI_TERMS VALUES(3090,0,1,'ankyloses','ankyloses')
-INSERT INTO CUI_TERMS VALUES(3113,0,1,'dysnomia','dysnomia')
-INSERT INTO CUI_TERMS VALUES(3113,0,2,'amnesic aphasia','amnesic')
-INSERT INTO CUI_TERMS VALUES(3113,2,3,'dysphasia , nominal','nominal')
-INSERT INTO CUI_TERMS VALUES(3113,0,2,'nominal aphasia','nominal')
-INSERT INTO CUI_TERMS VALUES(3113,0,1,'anomia','anomia')
-INSERT INTO CUI_TERMS VALUES(3113,0,2,'nominal dysphasias','nominal')
-INSERT INTO CUI_TERMS VALUES(3113,2,3,'aphasia , nominal','nominal')
-INSERT INTO CUI_TERMS VALUES(3113,2,3,'dysphasias , nominal','nominal')
-INSERT INTO CUI_TERMS VALUES(3113,1,2,'aphasia nominal','nominal')
-INSERT INTO CUI_TERMS VALUES(3113,2,3,'dysphasia , anomic','anomic')
-INSERT INTO CUI_TERMS VALUES(3113,0,2,'anomic aphasia','anomic')
-INSERT INTO CUI_TERMS VALUES(3113,2,3,'aphasia , anomic','anomic')
-INSERT INTO CUI_TERMS VALUES(3113,2,3,'aphasia , amnesic','amnesic')
-INSERT INTO CUI_TERMS VALUES(3113,0,1,'dysnomias','dysnomias')
-INSERT INTO CUI_TERMS VALUES(3113,2,3,'dysphasias , anomic','anomic')
-INSERT INTO CUI_TERMS VALUES(3113,0,2,'anomic dysphasia','anomic')
-INSERT INTO CUI_TERMS VALUES(3113,0,2,'amnestic aphasia','amnestic')
-INSERT INTO CUI_TERMS VALUES(3113,0,2,'nominal dysphasia','nominal')
-INSERT INTO CUI_TERMS VALUES(3113,0,2,'anomic dysphasias','anomic')
-INSERT INTO CUI_TERMS VALUES(3119,4,5,'failure of development of eyeball','eyeball')
-INSERT INTO CUI_TERMS VALUES(3119,1,4,'congenital absence of eye','absence')
-INSERT INTO CUI_TERMS VALUES(3119,0,1,'anophthalmia','anophthalmia')
-INSERT INTO CUI_TERMS VALUES(3119,0,2,'ocular absence','ocular')
-INSERT INTO CUI_TERMS VALUES(3119,0,1,'anophthalmias','anophthalmias')
-INSERT INTO CUI_TERMS VALUES(3119,2,3,'absence of eyeballs','eyeballs')
-INSERT INTO CUI_TERMS VALUES(3119,3,4,'congenital absence of eyes','eyes')
-INSERT INTO CUI_TERMS VALUES(3119,0,2,'missing eyeball','missing')
-INSERT INTO CUI_TERMS VALUES(3119,0,1,'anophthalmos','anophthalmos')
-INSERT INTO CUI_TERMS VALUES(3119,0,3,'agenesis of eye','agenesis')
-INSERT INTO CUI_TERMS VALUES(3119,0,3,'agenesis of eyes','agenesis')
-INSERT INTO CUI_TERMS VALUES(3119,2,5,'absence of globes of eyes','globes')
-INSERT INTO CUI_TERMS VALUES(3119,0,4,'missing globe of eye','missing')
-INSERT INTO CUI_TERMS VALUES(3119,1,2,'no eyeball','eyeball')
-INSERT INTO CUI_TERMS VALUES(3119,1,4,'no globe of eye','globe')
-INSERT INTO CUI_TERMS VALUES(3123,0,1,'anorexic','anorexic')
-INSERT INTO CUI_TERMS VALUES(3123,0,1,'anorexia','anorexia')
-INSERT INTO CUI_TERMS VALUES(3123,0,2,'lost appetite','lost')
-INSERT INTO CUI_TERMS VALUES(3123,0,1,'anorectic','anorectic')
-INSERT INTO CUI_TERMS VALUES(3123,0,1,'anorexias','anorexias')
-INSERT INTO CUI_TERMS VALUES(3123,0,2,'appetite loss','appetite')
-INSERT INTO CUI_TERMS VALUES(3125,0,3,'nervosas , anorexia','nervosas')
-INSERT INTO CUI_TERMS VALUES(3125,2,3,'nervosa , anorexia','anorexia')
-INSERT INTO CUI_TERMS VALUES(3125,1,2,'anorexia mentalis','mentalis')
-INSERT INTO CUI_TERMS VALUES(3125,0,2,'anorexia nervosa','anorexia')
-INSERT INTO CUI_TERMS VALUES(3125,0,3,'anorexia , nervosa','anorexia')
-INSERT INTO CUI_TERMS VALUES(3125,1,2,'anorexia nervosas','nervosas')
-INSERT INTO CUI_TERMS VALUES(3126,0,2,'smell loss','smell')
-INSERT INTO CUI_TERMS VALUES(3126,3,4,'no sense of smell','smell')
-INSERT INTO CUI_TERMS VALUES(3126,1,2,'sense smell','smell')
-INSERT INTO CUI_TERMS VALUES(3126,2,3,'loss of smell','smell')
-INSERT INTO CUI_TERMS VALUES(3126,0,1,'anosmias','anosmias')
-INSERT INTO CUI_TERMS VALUES(3126,1,2,'loss smell','smell')
-INSERT INTO CUI_TERMS VALUES(3126,0,4,'lost sense of smell','lost')
-INSERT INTO CUI_TERMS VALUES(3126,1,2,'absent smell','smell')
-INSERT INTO CUI_TERMS VALUES(3126,4,5,'loss of sense of smell','smell')
-INSERT INTO CUI_TERMS VALUES(3126,0,1,'anosmia','anosmia')
-INSERT INTO CUI_TERMS VALUES(3126,0,2,'smell sense','smell')
-INSERT INTO CUI_TERMS VALUES(3126,2,4,'sense of smell absent','smell')
-INSERT INTO CUI_TERMS VALUES(3126,0,1,'anosphrasia','anosphrasia')
-INSERT INTO CUI_TERMS VALUES(3126,3,4,'sense of smell lost','lost')
-INSERT INTO CUI_TERMS VALUES(3126,5,6,'loss of the sense of smell','smell')
-INSERT INTO CUI_TERMS VALUES(3128,0,1,'anovulation','anovulation')
-INSERT INTO CUI_TERMS VALUES(3128,0,1,'anovulations','anovulations')
-INSERT INTO CUI_TERMS VALUES(3128,0,2,'ovulation failure','ovulation')
-INSERT INTO CUI_TERMS VALUES(3129,0,1,'anoxaemia','anoxaemia')
-INSERT INTO CUI_TERMS VALUES(3129,0,1,'anoxemia','anoxemia')
-INSERT INTO CUI_TERMS VALUES(3130,1,2,'absence oxygen','oxygen')
-INSERT INTO CUI_TERMS VALUES(3130,1,3,'oxygen supply absent','supply')
-INSERT INTO CUI_TERMS VALUES(3130,0,1,'anoxia','anoxia')
-INSERT INTO CUI_TERMS VALUES(3132,0,2,'anoxic encephalopathy','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,0,3,'anoxic brain injuries','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,1,2,'encephalopathy anoxic','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,0,3,'anoxic brain damage','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,0,2,'anoxic enceph','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,2,3,'encephalopathies , anoxic','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,2,4,'damage , anoxic brain','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,1,3,'brain anoxic damage','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,0,3,'anoxic brain injury','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,2,3,'encephalopathy , anoxic','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,0,2,'anoxic encephalopathies','anoxic')
-INSERT INTO CUI_TERMS VALUES(3132,3,4,'brain damage , anoxic','anoxic')
-INSERT INTO CUI_TERMS VALUES(3134,3,4,'beta alanyl 3 methylhistidine','methylhistidine')
-INSERT INTO CUI_TERMS VALUES(3134,0,1,'balanine','balanine')
-INSERT INTO CUI_TERMS VALUES(3134,2,11,'beta - alanyl - 3 - methyl - l - histidine','alanyl')
-INSERT INTO CUI_TERMS VALUES(3134,0,1,'anserine','anserine')
-INSERT INTO CUI_TERMS VALUES(3134,0,1,'ophidine','ophidine')
-INSERT INTO CUI_TERMS VALUES(3134,6,7,'beta - alanyl - 3 - methylhistidine','methylhistidine')
-INSERT INTO CUI_TERMS VALUES(3136,2,3,'venoms , formicoidea','formicoidea')
-INSERT INTO CUI_TERMS VALUES(3136,0,2,'formicoidea venoms','formicoidea')
-INSERT INTO CUI_TERMS VALUES(3136,0,2,'formicidae venom','formicidae')
-INSERT INTO CUI_TERMS VALUES(3136,0,3,'venoms , ant','venoms')
-INSERT INTO CUI_TERMS VALUES(3136,2,3,'venom , ant','ant')
-INSERT INTO CUI_TERMS VALUES(3136,1,2,'ant venoms','venoms')
-INSERT INTO CUI_TERMS VALUES(3136,0,2,'ant venom','ant')
-INSERT INTO CUI_TERMS VALUES(3138,2,3,'agents , alkalinizing','alkalinizing')
-INSERT INTO CUI_TERMS VALUES(3138,0,1,'antacid','antacid')
-INSERT INTO CUI_TERMS VALUES(3138,0,1,'antacids','antacids')
-INSERT INTO CUI_TERMS VALUES(3138,0,2,'alkalinizing agents','alkalinizing')
-INSERT INTO CUI_TERMS VALUES(3143,0,1,'antazoline','antazoline')
-INSERT INTO CUI_TERMS VALUES(3143,0,1,'phenazoline','phenazoline')
-INSERT INTO CUI_TERMS VALUES(3143,0,1,'imidamine','imidamine')
-INSERT INTO CUI_TERMS VALUES(3144,0,2,'antazoline phosphate','antazoline')
-INSERT INTO CUI_TERMS VALUES(3144,2,3,'phosphate , antazoline','antazoline')
-INSERT INTO CUI_TERMS VALUES(3148,0,2,'antemortem thrombus','antemortem')
-INSERT INTO CUI_TERMS VALUES(3151,0,2,'camera anterior','camera')
-INSERT INTO CUI_TERMS VALUES(3151,0,3,'chamber , anterior','chamber')
-INSERT INTO CUI_TERMS VALUES(3151,1,2,'anterior chambers','chambers')
-INSERT INTO CUI_TERMS VALUES(3151,0,3,'chambers , anterior','chambers')
-INSERT INTO CUI_TERMS VALUES(3151,1,2,'anterior chamber','chamber')
-INSERT INTO CUI_TERMS VALUES(3152,3,4,'syndromes , anterior tibial','tibial')
-INSERT INTO CUI_TERMS VALUES(3152,1,3,'anterior tibial syndromes','tibial')
-INSERT INTO CUI_TERMS VALUES(3152,2,4,'anterior tibial compartment syndrome','compartment')
-INSERT INTO CUI_TERMS VALUES(3152,3,4,'syndrome , anterior tibial','tibial')
-INSERT INTO CUI_TERMS VALUES(3152,1,3,'anterior compartment syndrome','compartment')
-INSERT INTO CUI_TERMS VALUES(3152,0,4,'compartment syndromes , anterior','compartment')
-INSERT INTO CUI_TERMS VALUES(3152,0,4,'compartment syndrome , anterior','compartment')
-INSERT INTO CUI_TERMS VALUES(3152,1,3,'anterior tibial syndrome','tibial')
-INSERT INTO CUI_TERMS VALUES(3152,0,4,'tibial syndrome , anterior','tibial')
-INSERT INTO CUI_TERMS VALUES(3152,3,4,'syndrome , anterior compartment','compartment')
-INSERT INTO CUI_TERMS VALUES(3152,3,4,'syndromes , anterior compartment','compartment')
-INSERT INTO CUI_TERMS VALUES(3152,0,4,'tibial syndromes , anterior','tibial')
-INSERT INTO CUI_TERMS VALUES(3152,0,3,'compartment syndrome anterior','compartment')
-INSERT INTO CUI_TERMS VALUES(3152,1,3,'anterior compartment syndromes','compartment')
-INSERT INTO CUI_TERMS VALUES(3153,1,4,'anterior segment of eye','segment')
-INSERT INTO CUI_TERMS VALUES(3153,2,3,'anterior eye segments','segments')
-INSERT INTO CUI_TERMS VALUES(3153,2,3,'anterior eye segment','segment')
-INSERT INTO CUI_TERMS VALUES(3153,2,3,'eye anterior segment','segment')
-INSERT INTO CUI_TERMS VALUES(3153,1,4,'anterior eyeball segment structure','eyeball')
-INSERT INTO CUI_TERMS VALUES(3153,1,4,'eye segments , anterior','segments')
-INSERT INTO CUI_TERMS VALUES(3153,2,4,'segmentum anterius bulbi oculi','bulbi')
-INSERT INTO CUI_TERMS VALUES(3153,3,4,'anterior segment of eyeball','eyeball')
-INSERT INTO CUI_TERMS VALUES(3153,1,4,'eye segment , anterior','segment')
-INSERT INTO CUI_TERMS VALUES(3153,0,4,'segments , anterior eye','segments')
-INSERT INTO CUI_TERMS VALUES(3153,3,6,'segmentum anterius ( bulbus oculi )','bulbus')
-INSERT INTO CUI_TERMS VALUES(3153,0,4,'segment , anterior eye','segment')
-INSERT INTO CUI_TERMS VALUES(3158,0,2,'antihelmintic drugs','antihelmintic')
-INSERT INTO CUI_TERMS VALUES(3158,0,1,'antihelminthics','antihelminthics')
-INSERT INTO CUI_TERMS VALUES(3158,0,1,'antihelmintics','antihelmintics')
-INSERT INTO CUI_TERMS VALUES(3158,0,1,'anthelminthics','anthelminthics')
-INSERT INTO CUI_TERMS VALUES(3158,0,1,'anthelmintics','anthelmintics')
-INSERT INTO CUI_TERMS VALUES(3158,0,1,'anthelmintic','anthelmintic')
-INSERT INTO CUI_TERMS VALUES(3158,0,2,'anthelminthic agent','anthelminthic')
-INSERT INTO CUI_TERMS VALUES(3158,0,1,'vermifuge','vermifuge')
-INSERT INTO CUI_TERMS VALUES(3158,0,1,'antihelminthic','antihelminthic')
-INSERT INTO CUI_TERMS VALUES(3158,0,1,'vermifuges','vermifuges')
-INSERT INTO CUI_TERMS VALUES(3161,0,1,'anthocyanins','anthocyanins')
-INSERT INTO CUI_TERMS VALUES(3161,0,1,'anthocyanin','anthocyanin')
-INSERT INTO CUI_TERMS VALUES(3162,0,1,'anthracene','anthracene')
-INSERT INTO CUI_TERMS VALUES(3162,2,3,'tetra olive n2g','n2g')
-INSERT INTO CUI_TERMS VALUES(3162,0,1,'paranaphthalene','paranaphthalene')
-INSERT INTO CUI_TERMS VALUES(3162,0,2,'green oil','green')
-INSERT INTO CUI_TERMS VALUES(3162,0,1,'anthracin','anthracin')
-INSERT INTO CUI_TERMS VALUES(3164,0,1,'anthracosilicoses','anthracosilicoses')
-INSERT INTO CUI_TERMS VALUES(3164,0,1,'anthracosilicosis','anthracosilicosis')
-INSERT INTO CUI_TERMS VALUES(3165,1,4,'coal worker ''s lung','worker')
-INSERT INTO CUI_TERMS VALUES(3165,2,4,'pneumoconiosis , coalworker ''s','coalworker')
-INSERT INTO CUI_TERMS VALUES(3165,1,4,'coal miner ''s lungs','miner')
-INSERT INTO CUI_TERMS VALUES(3165,2,3,'lung , black','black')
-INSERT INTO CUI_TERMS VALUES(3165,1,3,'coal miners pneumoconiosis','miners')
-INSERT INTO CUI_TERMS VALUES(3165,0,2,'collier lung','collier')
-INSERT INTO CUI_TERMS VALUES(3165,3,4,'pneumoconiosis , coal workers','workers')
-INSERT INTO CUI_TERMS VALUES(3165,0,2,'coalworker pneumoconiosis','coalworker')
-INSERT INTO CUI_TERMS VALUES(3165,0,5,'miner ''s lung , coal','miner')
-INSERT INTO CUI_TERMS VALUES(3165,1,3,'coal worker pneumoconiosis','worker')
-INSERT INTO CUI_TERMS VALUES(3165,0,1,'melanedema','melanedema')
-INSERT INTO CUI_TERMS VALUES(3165,1,2,'lung melanosis','melanosis')
-INSERT INTO CUI_TERMS VALUES(3165,1,3,'coal miner lung','miner')
-INSERT INTO CUI_TERMS VALUES(3165,1,4,'coal worker ''s pneumoconiosis','worker')
-INSERT INTO CUI_TERMS VALUES(3165,0,5,'miner ''s lungs , coal','miner')
-INSERT INTO CUI_TERMS VALUES(3165,1,4,'coal workers '' lung','workers')
-INSERT INTO CUI_TERMS VALUES(3165,3,4,'coal worker ''s pneumoconioses','pneumoconioses')
-INSERT INTO CUI_TERMS VALUES(3165,0,2,'coalworkers pneumoconiosis','coalworkers')
-INSERT INTO CUI_TERMS VALUES(3165,0,3,'coalworker ''s pneumoconioses','coalworker')
-INSERT INTO CUI_TERMS VALUES(3165,0,1,'anthracoses','anthracoses')
-INSERT INTO CUI_TERMS VALUES(3165,2,4,'coal lungs worker ''s','worker')
-INSERT INTO CUI_TERMS VALUES(3165,0,1,'anthracosis','anthracosis')
-INSERT INTO CUI_TERMS VALUES(3165,2,3,'coal lung miners','miners')
-INSERT INTO CUI_TERMS VALUES(3165,0,1,'melanoedema','melanoedema')
-INSERT INTO CUI_TERMS VALUES(3165,0,5,'pneumoconioses , coal worker ''s','pneumoconioses')
-INSERT INTO CUI_TERMS VALUES(3165,1,3,'coal miners lung','miners')
-INSERT INTO CUI_TERMS VALUES(3165,0,3,'miners '' asthma','miners')
-INSERT INTO CUI_TERMS VALUES(3165,1,4,'coal miner ''s pneumoconiosis','miner')
-INSERT INTO CUI_TERMS VALUES(3165,0,2,'pneumoconiosis coal','pneumoconiosis')
-INSERT INTO CUI_TERMS VALUES(3165,1,4,'coal miners '' pneumoconiosis','miners')
-INSERT INTO CUI_TERMS VALUES(3165,1,2,'black lungs','lungs')
-INSERT INTO CUI_TERMS VALUES(3165,3,4,'pneumoconiosis , coal worker','worker')
-INSERT INTO CUI_TERMS VALUES(3165,1,2,'coal pneumoconiosis','pneumoconiosis')
-INSERT INTO CUI_TERMS VALUES(3165,1,3,'coal workers pneumoconiosis','workers')
-INSERT INTO CUI_TERMS VALUES(3165,0,4,'pneumoconioses , coalworker ''s','pneumoconioses')
-INSERT INTO CUI_TERMS VALUES(3165,1,4,'coal workers '' pneumoconiosis','workers')
-INSERT INTO CUI_TERMS VALUES(3165,0,3,'coalworker ''s pneumoconiosis','coalworker')
-INSERT INTO CUI_TERMS VALUES(3165,0,2,'black lung','black')
-INSERT INTO CUI_TERMS VALUES(3165,3,4,'coal workers '' pneumocon','pneumocon')
-INSERT INTO CUI_TERMS VALUES(3165,1,4,'coal miner ''s lung','miner')
-INSERT INTO CUI_TERMS VALUES(3165,0,3,'miners '' lung','miners')
-INSERT INTO CUI_TERMS VALUES(3165,0,3,'lungs , black','lungs')
-INSERT INTO CUI_TERMS VALUES(3165,0,1,'pneumomelanosis','pneumomelanosis')
-INSERT INTO CUI_TERMS VALUES(3165,0,3,'colliers '' lung','colliers')
-INSERT INTO CUI_TERMS VALUES(3166,8,9,'1 , 8 - dihydroxy - 9 - anthrone','anthrone')
-INSERT INTO CUI_TERMS VALUES(3166,0,1,'dihydroxyanthranol','dihydroxyanthranol')
-INSERT INTO CUI_TERMS VALUES(3166,0,2,'dihydroxyanthrone 010809','dihydroxyanthrone')
-INSERT INTO CUI_TERMS VALUES(3166,5,6,'1 , 8 dihydroxy 9 anthrone','anthrone')
-INSERT INTO CUI_TERMS VALUES(3166,0,1,'dithranol','dithranol')
-INSERT INTO CUI_TERMS VALUES(3166,6,7,'1 , 8 , 9 - anthracenetriol','anthracenetriol')
-INSERT INTO CUI_TERMS VALUES(3166,0,1,'anthralin','anthralin')
-INSERT INTO CUI_TERMS VALUES(3168,2,4,'phosphoribosyl - anthranilate pyrophosphorylase','anthranilate')
-INSERT INTO CUI_TERMS VALUES(3168,2,3,'phosphoribosyltransferase , anthranilate','anthranilate')
-INSERT INTO CUI_TERMS VALUES(3168,0,2,'phosphoribosylanthranilate pyrophosphorylase','phosphoribosylanthranilate')
-INSERT INTO CUI_TERMS VALUES(3168,2,3,'pyrophosphorylase , phosphoribosylanthranilate','phosphoribosylanthranilate')
-INSERT INTO CUI_TERMS VALUES(3168,0,2,'anthranilate phosphoribosyltransferase','anthranilate')
-INSERT INTO CUI_TERMS VALUES(3168,3,4,'pr transferase , anthranilate','anthranilate')
-INSERT INTO CUI_TERMS VALUES(3168,0,3,'anthranilate pr transferase','anthranilate')
-INSERT INTO CUI_TERMS VALUES(3169,2,3,'synthase , anthranilate','anthranilate')
-INSERT INTO CUI_TERMS VALUES(3169,0,2,'anthranilate synthetase','anthranilate')
-INSERT INTO CUI_TERMS VALUES(3169,7,9,'chorismate pyruvate - lyase ( amino - accepting )','accepting')
-INSERT INTO CUI_TERMS VALUES(3169,2,3,'synthetase , anthranilate','anthranilate')
-INSERT INTO CUI_TERMS VALUES(3169,0,2,'anthranilate synthase','anthranilate')
-INSERT INTO CUI_TERMS VALUES(3174,0,1,'anthraquinone','anthraquinone')
-INSERT INTO CUI_TERMS VALUES(3174,0,1,'anthranoid','anthranoid')
-INSERT INTO CUI_TERMS VALUES(3174,0,1,'anthracenedione','anthracenedione')
-INSERT INTO CUI_TERMS VALUES(3174,0,1,'anthranoids','anthranoids')
-INSERT INTO CUI_TERMS VALUES(3174,0,1,'anthraquinones','anthraquinones')
-INSERT INTO CUI_TERMS VALUES(3174,0,1,'anthracenediones','anthracenediones')
-INSERT INTO CUI_TERMS VALUES(3175,2,3,'fever , splenic','splenic')
-INSERT INTO CUI_TERMS VALUES(3175,4,5,'infection due to bacillus anthracis','anthracis')
-INSERT INTO CUI_TERMS VALUES(3175,0,2,'splenic fever','splenic')
-INSERT INTO CUI_TERMS VALUES(3175,0,1,'milzbrand','milzbrand')
-INSERT INTO CUI_TERMS VALUES(3175,0,1,'anthrax','anthrax')
-INSERT INTO CUI_TERMS VALUES(3175,0,1,'charbon','charbon')
-INSERT INTO CUI_TERMS VALUES(3177,1,2,'skin anthrax','anthrax')
-INSERT INTO CUI_TERMS VALUES(3177,1,2,'cutaneous anthrax','anthrax')
-INSERT INTO CUI_TERMS VALUES(3177,0,4,'anthrax , skin type','anthrax')
-INSERT INTO CUI_TERMS VALUES(3177,0,2,'anthrax cutaneous','anthrax')
-INSERT INTO CUI_TERMS VALUES(3177,1,2,'malignant pustule','pustule')
-INSERT INTO CUI_TERMS VALUES(3191,0,1,'antirheumatics','antirheumatics')
-INSERT INTO CUI_TERMS VALUES(3191,2,3,'drugs , anti-rheumatic','anti-rheumatic')
-INSERT INTO CUI_TERMS VALUES(3191,1,3,'anti rheumatic drugs','rheumatic')
-INSERT INTO CUI_TERMS VALUES(3191,0,2,'anti-rheumatic agents','anti-rheumatic')
-INSERT INTO CUI_TERMS VALUES(3191,0,1,'antirheumatic','antirheumatic')
-INSERT INTO CUI_TERMS VALUES(3191,0,2,'anti-rheumatic drugs','anti-rheumatic')
-INSERT INTO CUI_TERMS VALUES(3191,0,2,'anti-rheumatic agent','anti-rheumatic')
-INSERT INTO CUI_TERMS VALUES(3191,2,3,'agents , anti-rheumatic','anti-rheumatic')
-INSERT INTO CUI_TERMS VALUES(3191,1,3,'anti rheumatic drug','rheumatic')
-INSERT INTO CUI_TERMS VALUES(3191,1,3,'anti rheumatic agents','rheumatic')
-INSERT INTO CUI_TERMS VALUES(3195,0,1,'anti-arrhythmics','anti-arrhythmics')
-INSERT INTO CUI_TERMS VALUES(3195,0,2,'anti-arrhythmia drugs','anti-arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3195,2,3,'drugs , anti-arrhythmia','anti-arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3195,0,1,'antiarrhythmic','antiarrhythmic')
-INSERT INTO CUI_TERMS VALUES(3195,0,1,'antiarrhythmia','antiarrhythmia')
-INSERT INTO CUI_TERMS VALUES(3195,1,2,'anti arrhythmics','arrhythmics')
-INSERT INTO CUI_TERMS VALUES(3195,0,2,'anti-arrhythmia agents','anti-arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3195,1,3,'anti arrhythmia agents','arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3195,0,1,'anti-arrhythmic','anti-arrhythmic')
-INSERT INTO CUI_TERMS VALUES(3195,1,3,'anti arrhythmia drugs','arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3195,0,2,'anti-arrhythimia agents','anti-arrhythimia')
-INSERT INTO CUI_TERMS VALUES(3195,1,2,'anti arrhythmic','arrhythmic')
-INSERT INTO CUI_TERMS VALUES(3195,0,1,'antiarrhythmics','antiarrhythmics')
-INSERT INTO CUI_TERMS VALUES(3195,1,2,'cardiac depressant','depressant')
-INSERT INTO CUI_TERMS VALUES(3195,2,3,'agents , anti-arrhythmia','anti-arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3204,1,2,'anti infective','infective')
-INSERT INTO CUI_TERMS VALUES(3204,0,1,'anti-infective','anti-infective')
-INSERT INTO CUI_TERMS VALUES(3204,0,1,'antiinfectives','antiinfectives')
-INSERT INTO CUI_TERMS VALUES(3204,1,2,'infection drug','drug')
-INSERT INTO CUI_TERMS VALUES(3204,0,4,'communicable disease control agent','communicable')
-INSERT INTO CUI_TERMS VALUES(3204,0,1,'anti-infectives','anti-infectives')
-INSERT INTO CUI_TERMS VALUES(3204,0,2,'drugs infections','drugs')
-INSERT INTO CUI_TERMS VALUES(3204,0,1,'antiinfective','antiinfective')
-INSERT INTO CUI_TERMS VALUES(3204,1,2,'anti infectives','infectives')
-INSERT INTO CUI_TERMS VALUES(3204,0,2,'drugs infection','drugs')
-INSERT INTO CUI_TERMS VALUES(3204,0,2,'antiinfect agents','antiinfect')
-INSERT INTO CUI_TERMS VALUES(3204,1,4,'drugs used in infections','used')
-INSERT INTO CUI_TERMS VALUES(3204,0,2,'drug infection','drug')
-INSERT INTO CUI_TERMS VALUES(3204,0,3,'anti infect agents','anti')
-INSERT INTO CUI_TERMS VALUES(3207,0,3,'antiinfect agents urinary','antiinfect')
-INSERT INTO CUI_TERMS VALUES(3207,1,2,'urinary anti-infectives','anti-infectives')
-INSERT INTO CUI_TERMS VALUES(3207,1,3,'urinary antiinfect agents','antiinfect')
-INSERT INTO CUI_TERMS VALUES(3207,0,3,'antiinfective agents urinary','antiinfective')
-INSERT INTO CUI_TERMS VALUES(3207,0,4,'anti-infective agents , urinary','anti-infective')
-INSERT INTO CUI_TERMS VALUES(3207,1,2,'urinary anti-infective','anti-infective')
-INSERT INTO CUI_TERMS VALUES(3207,1,3,'urinary antimicrobial drugs','antimicrobial')
-INSERT INTO CUI_TERMS VALUES(3207,0,4,'anti infect agents urinary','anti')
-INSERT INTO CUI_TERMS VALUES(3207,0,4,'antiinfective agents , urinary','antiinfective')
-INSERT INTO CUI_TERMS VALUES(3207,1,4,'urinary anti infect agents','anti')
-INSERT INTO CUI_TERMS VALUES(3207,3,4,'agents , urinary antiinfective','antiinfective')
-INSERT INTO CUI_TERMS VALUES(3207,1,5,'anti infective agents , urinary','infective')
-INSERT INTO CUI_TERMS VALUES(3207,1,3,'urinary antiinfective agents','antiinfective')
-INSERT INTO CUI_TERMS VALUES(3207,1,3,'anti infective urinary','infective')
-INSERT INTO CUI_TERMS VALUES(3207,2,4,'urinary anti infective agents','infective')
-INSERT INTO CUI_TERMS VALUES(3209,0,3,'anti inflammatory drugs','anti')
-INSERT INTO CUI_TERMS VALUES(3209,0,1,'anti-inflammatories','anti-inflammatories')
-INSERT INTO CUI_TERMS VALUES(3209,0,1,'antiinflamm','antiinflamm')
-INSERT INTO CUI_TERMS VALUES(3209,0,3,'anti inflammatory drug','anti')
-INSERT INTO CUI_TERMS VALUES(3209,0,3,'anti inflammatory agents','anti')
-INSERT INTO CUI_TERMS VALUES(3209,0,1,'antiinflammatories','antiinflammatories')
-INSERT INTO CUI_TERMS VALUES(3209,0,1,'anti-inflammatory','anti-inflammatory')
-INSERT INTO CUI_TERMS VALUES(3209,2,4,'agents , anti inflammatory','anti')
-INSERT INTO CUI_TERMS VALUES(3209,0,1,'antiinflammatory','antiinflammatory')
-INSERT INTO CUI_TERMS VALUES(3209,1,2,'anti inflamm','inflamm')
-INSERT INTO CUI_TERMS VALUES(3209,1,2,'anti inflammatories','inflammatories')
-INSERT INTO CUI_TERMS VALUES(3211,1,5,'non steroidal anti inflammatory agents','steroidal')
-INSERT INTO CUI_TERMS VALUES(3211,1,3,'nonsteroidal antiinflammatory drug','antiinflammatory')
-INSERT INTO CUI_TERMS VALUES(3211,1,3,'nonsteroidal antiinflammatory agent','antiinflammatory')
-INSERT INTO CUI_TERMS VALUES(3211,0,1,'nsaids','nsaids')
-INSERT INTO CUI_TERMS VALUES(3211,0,3,'non-steroidal anti-inflammatory agent','non-steroidal')
-INSERT INTO CUI_TERMS VALUES(3211,0,3,'non-steroidal anti-inflammatory drug','non-steroidal')
-INSERT INTO CUI_TERMS VALUES(3211,1,5,'non steroidal anti inflamm agents','steroidal')
-INSERT INTO CUI_TERMS VALUES(3211,2,4,'agents , nonsteroidal anti-inflammatory','nonsteroidal')
-INSERT INTO CUI_TERMS VALUES(3211,0,3,'nonsteroidal anti-inflammatory agents','nonsteroidal')
-INSERT INTO CUI_TERMS VALUES(3211,0,1,'nsaid','nsaid')
-INSERT INTO CUI_TERMS VALUES(3211,5,6,'anti inflammatory agents , non steroidal','steroidal')
-INSERT INTO CUI_TERMS VALUES(3211,3,4,'anti inflamm agents nonsteroidal','nonsteroidal')
-INSERT INTO CUI_TERMS VALUES(3211,0,1,'nsaia','nsaia')
-INSERT INTO CUI_TERMS VALUES(3211,1,3,'nonsteroidal antiinflammatory drugs','antiinflammatory')
-INSERT INTO CUI_TERMS VALUES(3211,0,4,'nonsteroidal anti inflammatory agents','nonsteroidal')
-INSERT INTO CUI_TERMS VALUES(3211,0,4,'antiinflammatory agents , nonsteroidal','antiinflammatory')
-INSERT INTO CUI_TERMS VALUES(3211,0,3,'nonsteroidal anti-inflammatory drugs','nonsteroidal')
-INSERT INTO CUI_TERMS VALUES(3211,0,5,'antiinflammatory agents , non steroidal','antiinflammatory')
-INSERT INTO CUI_TERMS VALUES(3211,4,5,'anti inflammatory agents , nonsteroidal','nonsteroidal')
-INSERT INTO CUI_TERMS VALUES(3211,0,3,'non-steroidal anti-inflammatory agents','non-steroidal')
-INSERT INTO CUI_TERMS VALUES(3211,1,3,'nonsteroidal antiinflammatory agents','antiinflammatory')
-INSERT INTO CUI_TERMS VALUES(3211,0,4,'antiinflamm agents non steroidal','antiinflamm')
-INSERT INTO CUI_TERMS VALUES(3211,3,4,'anti-inflammatory agents , non-steroidal','non-steroidal')
-INSERT INTO CUI_TERMS VALUES(3211,3,4,'anti-inflammatory agents , nonsteroidal','nonsteroidal')
-INSERT INTO CUI_TERMS VALUES(3211,0,1,'aians','aians')
-INSERT INTO CUI_TERMS VALUES(3211,2,4,'agents , non-steroidal anti-inflammatory','non-steroidal')
-INSERT INTO CUI_TERMS VALUES(3211,0,3,'antiinflammatory agents nonsteroidal','antiinflammatory')
-INSERT INTO CUI_TERMS VALUES(3211,3,4,'agents , nonsteroidal antiinflammatory','antiinflammatory')
-INSERT INTO CUI_TERMS VALUES(3211,0,3,'nonsteroidal anti-inflammatory drug','nonsteroidal')
-INSERT INTO CUI_TERMS VALUES(3232,0,1,'antibiotic','antibiotic')
-INSERT INTO CUI_TERMS VALUES(3232,0,1,'antibiotics','antibiotics')
-INSERT INTO CUI_TERMS VALUES(3233,0,2,'aminoglycoside drugs','aminoglycoside')
-INSERT INTO CUI_TERMS VALUES(3233,0,5,'aminoglycoside - class of antibiotic','aminoglycoside')
-INSERT INTO CUI_TERMS VALUES(3233,0,2,'aminoglycoside agents','aminoglycoside')
-INSERT INTO CUI_TERMS VALUES(3233,0,2,'aminoglycoside antibiotic','aminoglycoside')
-INSERT INTO CUI_TERMS VALUES(3233,0,2,'aminoglycoside antibiotics','aminoglycoside')
-INSERT INTO CUI_TERMS VALUES(3233,2,3,'antibiotics , aminoglycoside','aminoglycoside')
-INSERT INTO CUI_TERMS VALUES(3233,1,2,'aminoglycoside antibacterials','antibacterials')
-INSERT INTO CUI_TERMS VALUES(3234,0,1,'anthracyclines','anthracyclines')
-INSERT INTO CUI_TERMS VALUES(3234,0,1,'anthracycline','anthracycline')
-INSERT INTO CUI_TERMS VALUES(3236,1,2,'antineoplastic antibiotics','antibiotics')
-INSERT INTO CUI_TERMS VALUES(3236,0,2,'antineopl antibiotics','antineopl')
-INSERT INTO CUI_TERMS VALUES(3236,0,2,'anticancer antibiotics','anticancer')
-INSERT INTO CUI_TERMS VALUES(3236,1,2,'antibiotics antineopl','antineopl')
-INSERT INTO CUI_TERMS VALUES(3236,0,2,'antitumor antibiotic','antitumor')
-INSERT INTO CUI_TERMS VALUES(3236,0,3,'antibiotics , antineoplastic','antibiotics')
-INSERT INTO CUI_TERMS VALUES(3236,0,2,'antitumor antibiotics','antitumor')
-INSERT INTO CUI_TERMS VALUES(3236,0,2,'anticancer antibiotic','anticancer')
-INSERT INTO CUI_TERMS VALUES(3236,0,2,'antineoplastic antibiotic','antineoplastic')
-INSERT INTO CUI_TERMS VALUES(3237,1,3,'antibiotic antituberculosis agent','antituberculosis')
-INSERT INTO CUI_TERMS VALUES(3240,0,1,'macrolides','macrolides')
-INSERT INTO CUI_TERMS VALUES(3240,1,2,'antibiotics macrolide','macrolide')
-INSERT INTO CUI_TERMS VALUES(3240,0,8,'macrolide ( class of antibiotic , substance )','macrolide')
-INSERT INTO CUI_TERMS VALUES(3240,0,2,'macrolide antibiotic','macrolide')
-INSERT INTO CUI_TERMS VALUES(3240,0,6,'macrolide ( class of antibiotic )','macrolide')
-INSERT INTO CUI_TERMS VALUES(3240,0,2,'macrolide antibiotics','macrolide')
-INSERT INTO CUI_TERMS VALUES(3241,0,1,'ab','ab')
-INSERT INTO CUI_TERMS VALUES(3241,0,1,'antibody','antibody')
-INSERT INTO CUI_TERMS VALUES(3241,0,1,'antibodies','antibodies')
-INSERT INTO CUI_TERMS VALUES(3243,0,2,'anti-nuclear antibody','anti-nuclear')
-INSERT INTO CUI_TERMS VALUES(3243,2,3,'factors , antinuclear','antinuclear')
-INSERT INTO CUI_TERMS VALUES(3243,2,3,'antibodies , antinuclear','antinuclear')
-INSERT INTO CUI_TERMS VALUES(3243,0,2,'antinuclear antibodies','antinuclear')
-INSERT INTO CUI_TERMS VALUES(3243,0,2,'antinuclear factor','antinuclear')
-INSERT INTO CUI_TERMS VALUES(3243,0,2,'antinuclear factors','antinuclear')
-INSERT INTO CUI_TERMS VALUES(3243,0,2,'antinuclear autoantibody','antinuclear')
-INSERT INTO CUI_TERMS VALUES(3243,0,2,'antidna autoantibody','antidna')
-INSERT INTO CUI_TERMS VALUES(3243,0,1,'ana','ana')
-INSERT INTO CUI_TERMS VALUES(3243,0,2,'antinuclear antibody','antinuclear')
-INSERT INTO CUI_TERMS VALUES(3243,2,3,'antibody , antinuclear','antinuclear')
-INSERT INTO CUI_TERMS VALUES(3243,2,3,'factor , antinuclear','antinuclear')
-INSERT INTO CUI_TERMS VALUES(3244,0,2,'antibacterial antibody','antibacterial')
-INSERT INTO CUI_TERMS VALUES(3244,0,3,'antibodies , bacterial','antibodies')
-INSERT INTO CUI_TERMS VALUES(3244,0,2,'bact antibodies','bact')
-INSERT INTO CUI_TERMS VALUES(3244,1,2,'antibodies bact','bact')
-INSERT INTO CUI_TERMS VALUES(3244,0,2,'bacterial antibody','bacterial')
-INSERT INTO CUI_TERMS VALUES(3244,1,2,'bacterial antibodies','antibodies')
-INSERT INTO CUI_TERMS VALUES(3245,0,2,'fungal antibody','fungal')
-INSERT INTO CUI_TERMS VALUES(3245,0,2,'antifungal antibody','antifungal')
-INSERT INTO CUI_TERMS VALUES(3245,0,2,'fungal antibodies','fungal')
-INSERT INTO CUI_TERMS VALUES(3245,2,3,'antibodies , fungal','fungal')
-INSERT INTO CUI_TERMS VALUES(3246,0,2,'helminth antibody','helminth')
-INSERT INTO CUI_TERMS VALUES(3246,0,2,'helminth antibodies','helminth')
-INSERT INTO CUI_TERMS VALUES(3246,2,3,'antibodies , helminth','helminth')
-INSERT INTO CUI_TERMS VALUES(3248,2,3,'antibodies , heterophil','heterophil')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterol antibodies','heterol')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterologous antibodies','heterologous')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterotypic antibodies','heterotypic')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterophil antibodies','heterophil')
-INSERT INTO CUI_TERMS VALUES(3248,2,3,'antibodies , xenogenic','xenogenic')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterogenet antibodies','heterogenet')
-INSERT INTO CUI_TERMS VALUES(3248,0,1,'heteroantibodies','heteroantibodies')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterophile antibodies','heterophile')
-INSERT INTO CUI_TERMS VALUES(3248,0,1,'xenoantibodies','xenoantibodies')
-INSERT INTO CUI_TERMS VALUES(3248,2,3,'antibodies , heterogenetic','heterogenetic')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'xenogeneic antibodies','xenogeneic')
-INSERT INTO CUI_TERMS VALUES(3248,1,2,'antibodies heterol','heterol')
-INSERT INTO CUI_TERMS VALUES(3248,2,3,'antibodies , heterotypic','heterotypic')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterophil antibody','heterophil')
-INSERT INTO CUI_TERMS VALUES(3248,2,3,'antibodies , heterologous','heterologous')
-INSERT INTO CUI_TERMS VALUES(3248,1,2,'antibodies heterogenet','heterogenet')
-INSERT INTO CUI_TERMS VALUES(3248,2,3,'antibodies , xenogeneic','xenogeneic')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterophile ab','heterophile')
-INSERT INTO CUI_TERMS VALUES(3248,2,3,'antibodies , heterophile','heterophile')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterophile antibody','heterophile')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'xenogenic antibodies','xenogenic')
-INSERT INTO CUI_TERMS VALUES(3248,0,2,'heterogenetic antibodies','heterogenetic')
-INSERT INTO CUI_TERMS VALUES(3250,0,1,'moab','moab')
-INSERT INTO CUI_TERMS VALUES(3250,2,3,'antibodies , monoclonal','monoclonal')
-INSERT INTO CUI_TERMS VALUES(3250,0,2,'monoclonal antibody','monoclonal')
-INSERT INTO CUI_TERMS VALUES(3250,0,1,'mab','mab')
-INSERT INTO CUI_TERMS VALUES(3250,0,2,'monoclonal antibodies','monoclonal')
-INSERT INTO CUI_TERMS VALUES(3253,0,2,'antiviral antibody','antiviral')
-INSERT INTO CUI_TERMS VALUES(3253,1,2,'viral antibodies','antibodies')
-INSERT INTO CUI_TERMS VALUES(3253,0,3,'antibodies , viral','antibodies')
-INSERT INTO CUI_TERMS VALUES(3253,0,2,'viral antibody','viral')
-INSERT INTO CUI_TERMS VALUES(3272,2,5,'antibody - dependent cell death','dependent')
-INSERT INTO CUI_TERMS VALUES(3272,1,4,'cell cytotox antibody dependent','cytotox')
-INSERT INTO CUI_TERMS VALUES(3272,4,5,'antibody - dependent cell cytoxicities','cytoxicities')
-INSERT INTO CUI_TERMS VALUES(3272,4,5,'antibody - dependent cell cytoxicity','cytoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,0,6,'cytoxicities , antibody - dependent cell','cytoxicities')
-INSERT INTO CUI_TERMS VALUES(3272,0,4,'cytotox antibody dependent cell','cytotox')
-INSERT INTO CUI_TERMS VALUES(3272,3,4,'antibody - mediated lympholysis','lympholysis')
-INSERT INTO CUI_TERMS VALUES(3272,4,5,'antibody - dependent cell killing','killing')
-INSERT INTO CUI_TERMS VALUES(3272,4,5,'antibody - dependent cell cytotoxicities','cytotoxicities')
-INSERT INTO CUI_TERMS VALUES(3272,1,5,'cell cytoxicity , antibody dependent','cytoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,6,7,'antibody - dependent cell - mediated cytotoxicity','cytotoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,1,6,'cell cytotoxicities , antibody - dependent','cytotoxicities')
-INSERT INTO CUI_TERMS VALUES(3272,4,5,'antibody dependent cell mediated cytotoxicity','cytotoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,3,4,'antibody dependent cell killing','killing')
-INSERT INTO CUI_TERMS VALUES(3272,1,3,'type vi hypersensitivity','vi')
-INSERT INTO CUI_TERMS VALUES(3272,0,6,'cytotoxicities , antibody - dependent cell','cytotoxicities')
-INSERT INTO CUI_TERMS VALUES(3272,3,4,'antibody dependent cell cytotoxicity','cytotoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,1,4,'antibody dependent cell death','dependent')
-INSERT INTO CUI_TERMS VALUES(3272,3,4,'antibody dependent cell cytotox','cytotox')
-INSERT INTO CUI_TERMS VALUES(3272,1,6,'cell cytoxicities , antibody - dependent','cytoxicities')
-INSERT INTO CUI_TERMS VALUES(3272,4,5,'antibody - dependent cellular cytotoxicity','cytotoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,1,6,'cell cytoxicity , antibody - dependent','cytoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,0,1,'adcc','adcc')
-INSERT INTO CUI_TERMS VALUES(3272,0,6,'cytotoxicity , antibody - dependent cell','cytotoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,1,6,'cell cytotoxicity , antibody - dependent','cytotoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,0,6,'cytoxicity , antibody - dependent cell','cytoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,0,5,'cytotoxicity , antibody dependent cell','cytotoxicity')
-INSERT INTO CUI_TERMS VALUES(3272,4,5,'antibody - dependent cell cytotoxicity','cytotoxicity')
-INSERT INTO CUI_TERMS VALUES(3280,0,2,'anticoagulation agents','anticoagulation')
-INSERT INTO CUI_TERMS VALUES(3280,0,1,'anticoagulant','anticoagulant')
-INSERT INTO CUI_TERMS VALUES(3280,1,2,'blood thinners','thinners')
-INSERT INTO CUI_TERMS VALUES(3280,0,2,'thrombopoiesis inhibitor','thrombopoiesis')
-INSERT INTO CUI_TERMS VALUES(3280,0,1,'anticoag','anticoag')
-INSERT INTO CUI_TERMS VALUES(3280,0,1,'anticoagulants','anticoagulants')
-INSERT INTO CUI_TERMS VALUES(3280,2,3,'agents , anticoagulation','anticoagulation')
-INSERT INTO CUI_TERMS VALUES(3280,1,2,'blood thinner','thinner')
-INSERT INTO CUI_TERMS VALUES(3286,2,3,'agents , anticonvulsive','anticonvulsive')
-INSERT INTO CUI_TERMS VALUES(3286,0,2,'anti-seizure agent','anti-seizure')
-INSERT INTO CUI_TERMS VALUES(3286,2,3,'drugs , anticonvulsive','anticonvulsive')
-INSERT INTO CUI_TERMS VALUES(3286,0,1,'anticonvulsant','anticonvulsant')
-INSERT INTO CUI_TERMS VALUES(3286,0,2,'anticonvulsive agents','anticonvulsive')
-INSERT INTO CUI_TERMS VALUES(3286,0,2,'anticonvulsive drugs','anticonvulsive')
-INSERT INTO CUI_TERMS VALUES(3286,0,1,'anticonvulsants','anticonvulsants')
-INSERT INTO CUI_TERMS VALUES(3289,0,1,'antidepressant','antidepressant')
-INSERT INTO CUI_TERMS VALUES(3289,0,1,'antidepressive','antidepressive')
-INSERT INTO CUI_TERMS VALUES(3289,0,1,'antidepressants','antidepressants')
-INSERT INTO CUI_TERMS VALUES(3290,1,3,'anti depressants tricyclic','depressants')
-INSERT INTO CUI_TERMS VALUES(3290,1,2,'tricyclic anti-depressants','anti-depressants')
-INSERT INTO CUI_TERMS VALUES(3290,0,1,'tricyclics','tricyclics')
-INSERT INTO CUI_TERMS VALUES(3290,1,3,'tricyclic antidepressive agents','antidepressive')
-INSERT INTO CUI_TERMS VALUES(3290,2,3,'tricyclic anti depressant','depressant')
-INSERT INTO CUI_TERMS VALUES(3290,2,3,'antidepressant drug tricyclic','tricyclic')
-INSERT INTO CUI_TERMS VALUES(3290,0,2,'antidepressants tricyclic','antidepressants')
-INSERT INTO CUI_TERMS VALUES(3290,3,4,'agents , tricyclic antidepressive','antidepressive')
-INSERT INTO CUI_TERMS VALUES(3290,0,2,'tricyclic antidepressant','tricyclic')
-INSERT INTO CUI_TERMS VALUES(3290,3,4,'antidepressant drugs , tricyclic','tricyclic')
-INSERT INTO CUI_TERMS VALUES(3290,0,3,'antidepressants , tricyclic','antidepressants')
-INSERT INTO CUI_TERMS VALUES(3290,0,4,'antidepressive agents , tricyclic','antidepressive')
-INSERT INTO CUI_TERMS VALUES(3290,1,3,'anti depressant tricyclic','depressant')
-INSERT INTO CUI_TERMS VALUES(3290,1,2,'tricyclic antidepressants','antidepressants')
-INSERT INTO CUI_TERMS VALUES(3292,0,1,'antidiarrheas','antidiarrheas')
-INSERT INTO CUI_TERMS VALUES(3292,0,2,'antidiarrhea agents','antidiarrhea')
-INSERT INTO CUI_TERMS VALUES(3292,0,2,'antidiarrhoea agent','antidiarrhoea')
-INSERT INTO CUI_TERMS VALUES(3292,0,1,'antidiarrheal','antidiarrheal')
-INSERT INTO CUI_TERMS VALUES(3292,0,2,'antidiarrhoeal drug','antidiarrhoeal')
-INSERT INTO CUI_TERMS VALUES(3292,0,2,'antidiarrhea drugs','antidiarrhea')
-INSERT INTO CUI_TERMS VALUES(3292,0,2,'antidiarrhea agent','antidiarrhea')
-INSERT INTO CUI_TERMS VALUES(3292,0,1,'antidiarrheals','antidiarrheals')
-INSERT INTO CUI_TERMS VALUES(3295,0,1,'theriacs','theriacs')
-INSERT INTO CUI_TERMS VALUES(3295,0,1,'theriac','theriac')
-INSERT INTO CUI_TERMS VALUES(3295,0,1,'antidotes','antidotes')
-INSERT INTO CUI_TERMS VALUES(3295,0,1,'antidote','antidote')
-INSERT INTO CUI_TERMS VALUES(3297,0,1,'antiemetic','antiemetic')
-INSERT INTO CUI_TERMS VALUES(3297,0,1,'anti-emetic','anti-emetic')
-INSERT INTO CUI_TERMS VALUES(3297,1,2,'anti emetics','emetics')
-INSERT INTO CUI_TERMS VALUES(3297,0,1,'anti-emetics','anti-emetics')
-INSERT INTO CUI_TERMS VALUES(3297,0,2,'antinauseant drugs','antinauseant')
-INSERT INTO CUI_TERMS VALUES(3297,0,1,'antiemetics','antiemetics')
-INSERT INTO CUI_TERMS VALUES(3304,0,1,'antifibrinolytics','antifibrinolytics')
-INSERT INTO CUI_TERMS VALUES(3304,0,1,'antifibrinolysins','antifibrinolysins')
-INSERT INTO CUI_TERMS VALUES(3304,0,2,'fibrinolytic inhibitor','fibrinolytic')
-INSERT INTO CUI_TERMS VALUES(3304,0,1,'antiplasmins','antiplasmins')
-INSERT INTO CUI_TERMS VALUES(3304,0,1,'antifibrinolytic','antifibrinolytic')
-INSERT INTO CUI_TERMS VALUES(3305,0,1,'antiflatulent','antiflatulent')
-INSERT INTO CUI_TERMS VALUES(3305,0,1,'antiflatulents','antiflatulents')
-INSERT INTO CUI_TERMS VALUES(3308,0,2,'fungicides ther','fungicides')
-INSERT INTO CUI_TERMS VALUES(3308,0,1,'antifungal','antifungal')
-INSERT INTO CUI_TERMS VALUES(3308,1,2,'drugs fungicidal','fungicidal')
-INSERT INTO CUI_TERMS VALUES(3308,1,2,'therapeutic fungicides','fungicides')
-INSERT INTO CUI_TERMS VALUES(3308,0,1,'antifungals','antifungals')
-INSERT INTO CUI_TERMS VALUES(3308,0,3,'fungicides , therapeutic','fungicides')
-INSERT INTO CUI_TERMS VALUES(3308,0,2,'fungicidal drug','fungicidal')
-INSERT INTO CUI_TERMS VALUES(3308,1,2,'ther fungicides','fungicides')
-INSERT INTO CUI_TERMS VALUES(3313,2,3,'antigen antibody complex','complex')
-INSERT INTO CUI_TERMS VALUES(3313,1,2,'complex immune','immune')
-INSERT INTO CUI_TERMS VALUES(3313,1,2,'immune complexe','complexe')
-INSERT INTO CUI_TERMS VALUES(3313,0,3,'complexes , immune','complexes')
-INSERT INTO CUI_TERMS VALUES(3313,1,2,'immune complexes','complexes')
-INSERT INTO CUI_TERMS VALUES(3313,0,5,'complex , antigen - antibody','complex')
-INSERT INTO CUI_TERMS VALUES(3313,0,2,'complexes immune','complexes')
-INSERT INTO CUI_TERMS VALUES(3313,3,4,'antigen - antibody complexes','complexes')
-INSERT INTO CUI_TERMS VALUES(3313,0,5,'complexes , antigen - antibody','complexes')
-INSERT INTO CUI_TERMS VALUES(3313,2,3,'antigen antibody complexes','complexes')
-INSERT INTO CUI_TERMS VALUES(3313,0,2,'immune complex','immune')
-INSERT INTO CUI_TERMS VALUES(3313,3,4,'antigen - antibody complex','complex')
-INSERT INTO CUI_TERMS VALUES(3313,2,3,'complex , immune','immune')
-INSERT INTO CUI_TERMS VALUES(3314,2,3,'antigen antibody reactions','reactions')
-INSERT INTO CUI_TERMS VALUES(3314,3,4,'antigen - antibody reactions','reactions')
-INSERT INTO CUI_TERMS VALUES(3314,2,3,'antigen antibody reaction','reaction')
-INSERT INTO CUI_TERMS VALUES(3314,2,3,'antibody antigen reactions','reactions')
-INSERT INTO CUI_TERMS VALUES(3314,0,3,'humoural immune reaction','humoural')
-INSERT INTO CUI_TERMS VALUES(3314,0,5,'reactions , antigen - antibody','reactions')
-INSERT INTO CUI_TERMS VALUES(3314,3,4,'antigen - antibody reaction','reaction')
-INSERT INTO CUI_TERMS VALUES(3314,0,5,'reaction , antigen - antibody','reaction')
-INSERT INTO CUI_TERMS VALUES(3314,0,3,'humoral immune reaction','humoral')
-INSERT INTO CUI_TERMS VALUES(3314,2,3,'antibody antigen reaction','reaction')
-INSERT INTO CUI_TERMS VALUES(3316,0,3,'determinants , antigenic','determinants')
-INSERT INTO CUI_TERMS VALUES(3316,0,1,'epitopes','epitopes')
-INSERT INTO CUI_TERMS VALUES(3316,1,2,'antigenic determinant','determinant')
-INSERT INTO CUI_TERMS VALUES(3316,0,1,'epitope','epitope')
-INSERT INTO CUI_TERMS VALUES(3316,1,2,'binding determinants','determinants')
-INSERT INTO CUI_TERMS VALUES(3316,1,2,'antigenic determinants','determinants')
-INSERT INTO CUI_TERMS VALUES(3319,2,3,'variation , antigenic','antigenic')
-INSERT INTO CUI_TERMS VALUES(3319,0,2,'antigenic variability','antigenic')
-INSERT INTO CUI_TERMS VALUES(3319,0,2,'antigenic variation','antigenic')
-INSERT INTO CUI_TERMS VALUES(3319,0,3,'variation , antigen','variation')
-INSERT INTO CUI_TERMS VALUES(3319,1,2,'antigen variation','variation')
-INSERT INTO CUI_TERMS VALUES(3319,2,3,'variability , antigenic','antigenic')
-INSERT INTO CUI_TERMS VALUES(3320,0,1,'immunogen','immunogen')
-INSERT INTO CUI_TERMS VALUES(3320,0,1,'antigen','antigen')
-INSERT INTO CUI_TERMS VALUES(3320,0,1,'antigens','antigens')
-INSERT INTO CUI_TERMS VALUES(3320,0,1,'immunogens','immunogens')
-INSERT INTO CUI_TERMS VALUES(3320,0,1,'ag','ag')
-INSERT INTO CUI_TERMS VALUES(3321,0,2,'bacterial antigen','bacterial')
-INSERT INTO CUI_TERMS VALUES(3321,1,2,'antigens bact','bact')
-INSERT INTO CUI_TERMS VALUES(3321,0,2,'bact antigens','bact')
-INSERT INTO CUI_TERMS VALUES(3321,0,2,'bacterial antigens','bacterial')
-INSERT INTO CUI_TERMS VALUES(3321,2,3,'antigens , bacterial','bacterial')
-INSERT INTO CUI_TERMS VALUES(3322,0,4,'cluster of differentiation antigens','cluster')
-INSERT INTO CUI_TERMS VALUES(3322,3,4,'cluster of differentiation markers','markers')
-INSERT INTO CUI_TERMS VALUES(3322,0,2,'cd antigen','cd')
-INSERT INTO CUI_TERMS VALUES(3322,0,4,'cluster of differentiation antigen','cluster')
-INSERT INTO CUI_TERMS VALUES(3322,2,3,'antigens , cd','cd')
-INSERT INTO CUI_TERMS VALUES(3322,0,2,'cd antigens','cd')
-INSERT INTO CUI_TERMS VALUES(3322,1,2,'antigens cd','cd')
-INSERT INTO CUI_TERMS VALUES(3323,0,5,'t4 antigens , t cell','t4')
-INSERT INTO CUI_TERMS VALUES(3323,1,3,'antigens cd 004','cd')
-INSERT INTO CUI_TERMS VALUES(3323,0,6,'t4 antigens , t - cell','t4')
-INSERT INTO CUI_TERMS VALUES(3323,2,3,'cd 004 molecule','molecule')
-INSERT INTO CUI_TERMS VALUES(3323,5,6,'antigens , t - cell t4','t4')
-INSERT INTO CUI_TERMS VALUES(3323,0,2,'okt4 antigen','okt4')
-INSERT INTO CUI_TERMS VALUES(3323,0,3,'cd 004 antigens','cd')
-INSERT INTO CUI_TERMS VALUES(3323,0,3,'cd 004 receptors','cd')
-INSERT INTO CUI_TERMS VALUES(3323,3,5,'t - cell lineage 4','lineage')
-INSERT INTO CUI_TERMS VALUES(3323,1,3,'ortho kung t4','kung')
-INSERT INTO CUI_TERMS VALUES(3323,1,2,'leukocyte 3a','3a')
-INSERT INTO CUI_TERMS VALUES(3323,1,3,'receptors cd 004','cd')
-INSERT INTO CUI_TERMS VALUES(3323,0,5,'cluster of differentiation antigen 4','cluster')
-INSERT INTO CUI_TERMS VALUES(3323,3,5,'t - cell t4 antigens','t4')
-INSERT INTO CUI_TERMS VALUES(3323,1,2,'t4 molecule','molecule')
-INSERT INTO CUI_TERMS VALUES(3323,0,1,'cd4','cd4')
-INSERT INTO CUI_TERMS VALUES(3323,2,5,'t - helper cell marker','helper')
-INSERT INTO CUI_TERMS VALUES(3323,1,2,'leucocyte 3a','3a')
-INSERT INTO CUI_TERMS VALUES(3323,1,6,'t aab antigens t cell 04','aab')
-INSERT INTO CUI_TERMS VALUES(3323,0,4,'helper t lymphocyte marker','helper')
-INSERT INTO CUI_TERMS VALUES(3330,0,2,'fungal antigens','fungal')
-INSERT INTO CUI_TERMS VALUES(3330,2,3,'antigens , fungal','fungal')
-INSERT INTO CUI_TERMS VALUES(3330,0,2,'fungal antigen','fungal')
-INSERT INTO CUI_TERMS VALUES(3331,0,2,'helminthic antigen','helminthic')
-INSERT INTO CUI_TERMS VALUES(3331,0,2,'helminth antigens','helminth')
-INSERT INTO CUI_TERMS VALUES(3331,0,2,'helminth antigen','helminth')
-INSERT INTO CUI_TERMS VALUES(3331,2,3,'antigens , helminth','helminth')
-INSERT INTO CUI_TERMS VALUES(3333,2,3,'antigens , heterogenetic','heterogenetic')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'xenogenic antigens','xenogenic')
-INSERT INTO CUI_TERMS VALUES(3333,0,5,'antigens , h - d','antigens')
-INSERT INTO CUI_TERMS VALUES(3333,2,3,'h d antigens','antigens')
-INSERT INTO CUI_TERMS VALUES(3333,2,3,'antigens , xenogeneic','xenogeneic')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterogenetic antigens','heterogenetic')
-INSERT INTO CUI_TERMS VALUES(3333,2,3,'antigens , heterophil','heterophil')
-INSERT INTO CUI_TERMS VALUES(3333,0,1,'xenoantigens','xenoantigens')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'xenogeneic antigens','xenogeneic')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterol antigens','heterol')
-INSERT INTO CUI_TERMS VALUES(3333,2,3,'antigens , heterophile','heterophile')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterogenet antigens','heterogenet')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterophil antigen','heterophil')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterophile antigens','heterophile')
-INSERT INTO CUI_TERMS VALUES(3333,1,2,'antigens heterol','heterol')
-INSERT INTO CUI_TERMS VALUES(3333,2,5,'antigens , hanganutziu - deicher','hanganutziu')
-INSERT INTO CUI_TERMS VALUES(3333,0,4,'paul - bunnell antigens','paul')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterologous antigens','heterologous')
-INSERT INTO CUI_TERMS VALUES(3333,0,4,'hanganutziu - deicher antigens','hanganutziu')
-INSERT INTO CUI_TERMS VALUES(3333,1,2,'antigens heterogenet','heterogenet')
-INSERT INTO CUI_TERMS VALUES(3333,2,3,'antigens , xenogenic','xenogenic')
-INSERT INTO CUI_TERMS VALUES(3333,0,3,'paul bunnell antigens','paul')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterogenetic antigen','heterogenetic')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterologous antigen','heterologous')
-INSERT INTO CUI_TERMS VALUES(3333,0,3,'hanganutziu deicher antigens','hanganutziu')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterophile antigen','heterophile')
-INSERT INTO CUI_TERMS VALUES(3333,0,2,'heterophil antigens','heterophil')
-INSERT INTO CUI_TERMS VALUES(3333,3,4,'h - d antigens','antigens')
-INSERT INTO CUI_TERMS VALUES(3333,2,5,'antigens , paul - bunnell','paul')
-INSERT INTO CUI_TERMS VALUES(3333,2,3,'antigens , heterologous','heterologous')
-INSERT INTO CUI_TERMS VALUES(3333,0,1,'heteroantigens','heteroantigens')
-INSERT INTO CUI_TERMS VALUES(3338,0,2,'protozoan antigens','protozoan')
-INSERT INTO CUI_TERMS VALUES(3338,2,3,'antigens , protozoan','protozoan')
-INSERT INTO CUI_TERMS VALUES(3338,0,2,'protozoal antigen','protozoal')
-INSERT INTO CUI_TERMS VALUES(3340,1,3,'t independent antigens','independent')
-INSERT INTO CUI_TERMS VALUES(3340,3,4,'antigens , t independent','independent')
-INSERT INTO CUI_TERMS VALUES(3340,4,5,'antigens , t - independent','independent')
-INSERT INTO CUI_TERMS VALUES(3340,2,4,'thymus - independent antigens','independent')
-INSERT INTO CUI_TERMS VALUES(3340,2,4,'thymus - independent antigen','independent')
-INSERT INTO CUI_TERMS VALUES(3340,0,4,'independent antigens , t','independent')
-INSERT INTO CUI_TERMS VALUES(3340,4,5,'antigens , thymus - independent','independent')
-INSERT INTO CUI_TERMS VALUES(3340,1,3,'thymus independent antigens','independent')
-INSERT INTO CUI_TERMS VALUES(3340,2,3,'antigen t independent','independent')
-INSERT INTO CUI_TERMS VALUES(3340,2,4,'t - independent antigens','independent')
-INSERT INTO CUI_TERMS VALUES(3342,0,2,'virus antigen','virus')
-INSERT INTO CUI_TERMS VALUES(3342,0,2,'viral antigens','viral')
-INSERT INTO CUI_TERMS VALUES(3342,2,3,'antigens , viral','viral')
-INSERT INTO CUI_TERMS VALUES(3342,0,2,'viral antigen','viral')
-INSERT INTO CUI_TERMS VALUES(3360,0,2,'antihistaminic drug','antihistaminic')
-INSERT INTO CUI_TERMS VALUES(3360,1,2,'anti histamine','histamine')
-INSERT INTO CUI_TERMS VALUES(3360,1,2,'anti histamines','histamines')
-INSERT INTO CUI_TERMS VALUES(3360,0,1,'antihistaminics','antihistaminics')
-INSERT INTO CUI_TERMS VALUES(3360,0,1,'antihistamines','antihistamines')
-INSERT INTO CUI_TERMS VALUES(3360,0,1,'antihistamine','antihistamine')
-INSERT INTO CUI_TERMS VALUES(3360,0,2,'antihistaminic drugs','antihistaminic')
-INSERT INTO CUI_TERMS VALUES(3364,2,4,'blood pressure lowering drug','lowering')
-INSERT INTO CUI_TERMS VALUES(3364,0,1,'hypotensives','hypotensives')
-INSERT INTO CUI_TERMS VALUES(3364,2,3,'drugs , anti-hypertensive','anti-hypertensive')
-INSERT INTO CUI_TERMS VALUES(3364,0,2,'anti-hypertensive agents','anti-hypertensive')
-INSERT INTO CUI_TERMS VALUES(3364,0,2,'hypotensive drugs','hypotensive')
-INSERT INTO CUI_TERMS VALUES(3364,1,2,'anti hypertensive','hypertensive')
-INSERT INTO CUI_TERMS VALUES(3364,0,2,'hypotensive agent','hypotensive')
-INSERT INTO CUI_TERMS VALUES(3364,1,2,'anti hypertensives','hypertensives')
-INSERT INTO CUI_TERMS VALUES(3364,0,1,'antihypertensives','antihypertensives')
-INSERT INTO CUI_TERMS VALUES(3364,0,2,'anti-hypertensive drugs','anti-hypertensive')
-INSERT INTO CUI_TERMS VALUES(3364,2,3,'blood pressure medicines','medicines')
-INSERT INTO CUI_TERMS VALUES(3364,2,3,'agents , anti-hypertensive','anti-hypertensive')
-INSERT INTO CUI_TERMS VALUES(3364,0,1,'anti-hypertensives','anti-hypertensives')
-INSERT INTO CUI_TERMS VALUES(3364,0,2,'hypotensive agents','hypotensive')
-INSERT INTO CUI_TERMS VALUES(3364,0,1,'antihypertensive','antihypertensive')
-INSERT INTO CUI_TERMS VALUES(3367,1,3,'lipid lowering agents','lowering')
-INSERT INTO CUI_TERMS VALUES(3367,2,3,'agents lipid lowering','lowering')
-INSERT INTO CUI_TERMS VALUES(3367,0,1,'antihyperlipidemics','antihyperlipidemics')
-INSERT INTO CUI_TERMS VALUES(3367,0,1,'antilipemic','antilipemic')
-INSERT INTO CUI_TERMS VALUES(3367,2,3,'drugs lipid lowering','lowering')
-INSERT INTO CUI_TERMS VALUES(3367,2,3,'drug lipid lowering','lowering')
-INSERT INTO CUI_TERMS VALUES(3367,1,3,'lower lipid drug','lipid')
-INSERT INTO CUI_TERMS VALUES(3367,1,3,'lipid lowering agent','lowering')
-INSERT INTO CUI_TERMS VALUES(3367,0,2,'antihyperlipoproteinemic agent','antihyperlipoproteinemic')
-INSERT INTO CUI_TERMS VALUES(3367,1,3,'lipid lowering drug','lowering')
-INSERT INTO CUI_TERMS VALUES(3367,0,1,'antihyperlipemic','antihyperlipemic')
-INSERT INTO CUI_TERMS VALUES(3367,0,1,'antihyperlipidemic','antihyperlipidemic')
-INSERT INTO CUI_TERMS VALUES(3367,0,2,'antilipaemic agent','antilipaemic')
-INSERT INTO CUI_TERMS VALUES(3367,0,1,'antilipemics','antilipemics')
-INSERT INTO CUI_TERMS VALUES(3369,0,2,'lymphocyte ab','lymphocyte')
-INSERT INTO CUI_TERMS VALUES(3369,0,2,'antilymphocyte antibodies','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3369,0,2,'abs lymphocytes','abs')
-INSERT INTO CUI_TERMS VALUES(3369,2,3,'antibody , antilymphocyte','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3369,0,2,'abs lymphocyte','abs')
-INSERT INTO CUI_TERMS VALUES(3369,1,2,'antibodies lymphocytes','lymphocytes')
-INSERT INTO CUI_TERMS VALUES(3369,2,3,'antibodies , antilymphocyte','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3369,0,2,'lymphocyte antibody','lymphocyte')
-INSERT INTO CUI_TERMS VALUES(3369,0,2,'antilymphocyte antibody','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3371,2,3,'immunoglobulins , antilymphocyte','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3371,0,2,'antilymphocyte immunoglobulins','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3371,0,2,'antilymphocyte immunoglobulin','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3371,2,3,'immunoglobulin , antilymphocyte','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3372,0,3,'serums , antilymphocyte','serums')
-INSERT INTO CUI_TERMS VALUES(3372,0,2,'antilymphocyte serum','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3372,2,3,'serum , antilymphocyte','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3372,0,1,'alg','alg')
-INSERT INTO CUI_TERMS VALUES(3372,0,2,'antilymphocyte globulin','antilymphocyte')
-INSERT INTO CUI_TERMS VALUES(3372,1,2,'antilymphocyte serums','serums')
-INSERT INTO CUI_TERMS VALUES(3374,0,1,'anti-malarials','anti-malarials')
-INSERT INTO CUI_TERMS VALUES(3374,1,2,'anti malarial','malarial')
-INSERT INTO CUI_TERMS VALUES(3374,0,2,'anti-malarial drug','anti-malarial')
-INSERT INTO CUI_TERMS VALUES(3374,0,1,'antimalarials','antimalarials')
-INSERT INTO CUI_TERMS VALUES(3374,0,1,'antimalarial','antimalarial')
-INSERT INTO CUI_TERMS VALUES(3374,1,2,'anti malarials','malarials')
-INSERT INTO CUI_TERMS VALUES(3374,0,2,'anti-malarial agent','anti-malarial')
-INSERT INTO CUI_TERMS VALUES(3376,0,1,'antimetabolites','antimetabolites')
-INSERT INTO CUI_TERMS VALUES(3376,0,1,'antimetabolite','antimetabolite')
-INSERT INTO CUI_TERMS VALUES(3379,0,2,'mitotic inhibitors','mitotic')
-INSERT INTO CUI_TERMS VALUES(3379,0,3,'microtubular function inhibitors','microtubular')
-INSERT INTO CUI_TERMS VALUES(3379,0,3,'mitosis inhibitor drugs','mitosis')
-INSERT INTO CUI_TERMS VALUES(3379,0,1,'antimitotic','antimitotic')
-INSERT INTO CUI_TERMS VALUES(3379,0,2,'mitosis inhibitors','mitosis')
-INSERT INTO CUI_TERMS VALUES(3379,0,3,'mitosis inhibitor agents','mitosis')
-INSERT INTO CUI_TERMS VALUES(3379,0,2,'mitotic inhibitor','mitotic')
-INSERT INTO CUI_TERMS VALUES(3379,0,1,'antimitotics','antimitotics')
-INSERT INTO CUI_TERMS VALUES(3380,0,1,'antimony','antimony')
-INSERT INTO CUI_TERMS VALUES(3380,0,1,'sbs','sbs')
-INSERT INTO CUI_TERMS VALUES(3380,0,1,'sb','sb')
-INSERT INTO CUI_TERMS VALUES(3382,0,3,'antimony potassium tartrate','antimony')
-INSERT INTO CUI_TERMS VALUES(3382,1,2,'potassium antimonyltartrate','antimonyltartrate')
-INSERT INTO CUI_TERMS VALUES(3382,0,2,'tartar emetic','tartar')
-INSERT INTO CUI_TERMS VALUES(3382,3,4,'potassium tartrate , antimony','antimony')
-INSERT INTO CUI_TERMS VALUES(3382,2,3,'emetic , tartar','tartar')
-INSERT INTO CUI_TERMS VALUES(3382,0,3,'antimonyltartrate , potassium','antimonyltartrate')
-INSERT INTO CUI_TERMS VALUES(3382,2,3,'antimony , tartrated','tartrated')
-INSERT INTO CUI_TERMS VALUES(3382,0,2,'antimony tartrate','antimony')
-INSERT INTO CUI_TERMS VALUES(3382,2,4,'tartrate , antimony potassium','antimony')
-INSERT INTO CUI_TERMS VALUES(3382,0,2,'tartrated antimony','tartrated')
-INSERT INTO CUI_TERMS VALUES(3384,1,3,'sodium antimony tartrate','antimony')
-INSERT INTO CUI_TERMS VALUES(3384,0,3,'antimony sodium tartrate','antimony')
-INSERT INTO CUI_TERMS VALUES(3385,0,3,'muscarinic cholinergic antagonist','muscarinic')
-INSERT INTO CUI_TERMS VALUES(3385,0,2,'muscarinic antagonist','muscarinic')
-INSERT INTO CUI_TERMS VALUES(3385,0,1,'antimuscarinic','antimuscarinic')
-INSERT INTO CUI_TERMS VALUES(3385,0,1,'antimuscarinics','antimuscarinics')
-INSERT INTO CUI_TERMS VALUES(3385,0,2,'muscarinic antagonists','muscarinic')
-INSERT INTO CUI_TERMS VALUES(3385,3,4,'antagonists , cholinergic muscarinic','muscarinic')
-INSERT INTO CUI_TERMS VALUES(3385,2,3,'antagonists , muscarinic','muscarinic')
-INSERT INTO CUI_TERMS VALUES(3385,0,2,'muscarinic antag','muscarinic')
-INSERT INTO CUI_TERMS VALUES(3391,0,1,'nematocides','nematocides')
-INSERT INTO CUI_TERMS VALUES(3391,0,1,'nematicide','nematicide')
-INSERT INTO CUI_TERMS VALUES(3391,0,1,'antinematodals','antinematodals')
-INSERT INTO CUI_TERMS VALUES(3391,2,3,'agents , antinematodal','antinematodal')
-INSERT INTO CUI_TERMS VALUES(3391,0,2,'antinematodal agents','antinematodal')
-INSERT INTO CUI_TERMS VALUES(3391,0,1,'nematocide','nematocide')
-INSERT INTO CUI_TERMS VALUES(3391,0,2,'antinematodal agent','antinematodal')
-INSERT INTO CUI_TERMS VALUES(3391,2,3,'drugs , antinematodal','antinematodal')
-INSERT INTO CUI_TERMS VALUES(3391,0,2,'antinematodal drugs','antinematodal')
-INSERT INTO CUI_TERMS VALUES(3392,0,4,'chemotherapy drugs , cancer','chemotherapy')
-INSERT INTO CUI_TERMS VALUES(3392,0,1,'antineoplastics','antineoplastics')
-INSERT INTO CUI_TERMS VALUES(3392,2,3,'agents , anticancer','anticancer')
-INSERT INTO CUI_TERMS VALUES(3392,3,4,'agents , chemotherapeutic anticancer','anticancer')
-INSERT INTO CUI_TERMS VALUES(3392,0,5,'chemotherapeutic agents , neoplastic disease','chemotherapeutic')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'antiproliferative drugs','antiproliferative')
-INSERT INTO CUI_TERMS VALUES(3392,2,3,'agents , antitumor','antitumor')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'anticancer agents','anticancer')
-INSERT INTO CUI_TERMS VALUES(3392,0,1,'antineoplastic','antineoplastic')
-INSERT INTO CUI_TERMS VALUES(3392,3,4,'drug , chemotherapeutic anticancer','anticancer')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'cancer drug','cancer')
-INSERT INTO CUI_TERMS VALUES(3392,1,3,'cancer chemotherapy drugs','chemotherapy')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'antiproliferative agents','antiproliferative')
-INSERT INTO CUI_TERMS VALUES(3392,3,4,'drugs , cancer chemotherapy','chemotherapy')
-INSERT INTO CUI_TERMS VALUES(3392,1,3,'chemotherapeutic anticancer drug','anticancer')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'anti-tumor drugs','anti-tumor')
-INSERT INTO CUI_TERMS VALUES(3392,2,3,'drugs , antitumor','antitumor')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'anti-neoplastic agents','anti-neoplastic')
-INSERT INTO CUI_TERMS VALUES(3392,0,4,'chemotherapy agents , cancer','chemotherapy')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'antitumor agents','antitumor')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'anti-cancer agents','anti-cancer')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'anti-tumor agents','anti-tumor')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'antineopl agents','antineopl')
-INSERT INTO CUI_TERMS VALUES(3392,4,5,'tumor - specific treatment agents','agents')
-INSERT INTO CUI_TERMS VALUES(3392,3,4,'agents , cancer chemotherapy','chemotherapy')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'antitumor agent','antitumor')
-INSERT INTO CUI_TERMS VALUES(3392,0,2,'antitumor drugs','antitumor')
-INSERT INTO CUI_TERMS VALUES(3392,1,3,'cancer chemotherapy agents','chemotherapy')
-INSERT INTO CUI_TERMS VALUES(3404,0,2,'antiparasite drug','antiparasite')
-INSERT INTO CUI_TERMS VALUES(3404,1,2,'drugs parasite','parasite')
-INSERT INTO CUI_TERMS VALUES(3404,0,2,'parasiticidal preparations','parasiticidal')
-INSERT INTO CUI_TERMS VALUES(3404,0,1,'parasiticides','parasiticides')
-INSERT INTO CUI_TERMS VALUES(3404,0,1,'parasiticide','parasiticide')
-INSERT INTO CUI_TERMS VALUES(3404,0,1,'antiparasitics','antiparasitics')
-INSERT INTO CUI_TERMS VALUES(3404,0,2,'antiparasites drugs','antiparasites')
-INSERT INTO CUI_TERMS VALUES(3404,0,2,'antiparasite agent','antiparasite')
-INSERT INTO CUI_TERMS VALUES(3404,2,3,'drug for parasites','parasites')
-INSERT INTO CUI_TERMS VALUES(3404,0,1,'antiparasitic','antiparasitic')
-INSERT INTO CUI_TERMS VALUES(3404,2,3,'drugs for parasites','parasites')
-INSERT INTO CUI_TERMS VALUES(3405,2,3,'drugs , antiparkinson','antiparkinson')
-INSERT INTO CUI_TERMS VALUES(3405,0,2,'antiparkinson agents','antiparkinson')
-INSERT INTO CUI_TERMS VALUES(3405,0,2,'antiparkinson drugs','antiparkinson')
-INSERT INTO CUI_TERMS VALUES(3405,0,2,'anti-parkinson drugs','anti-parkinson')
-INSERT INTO CUI_TERMS VALUES(3405,0,1,'antiparkinsonian','antiparkinsonian')
-INSERT INTO CUI_TERMS VALUES(3405,0,2,'antiparkinson drug','antiparkinson')
-INSERT INTO CUI_TERMS VALUES(3405,2,3,'agents , antiparkinson','antiparkinson')
-INSERT INTO CUI_TERMS VALUES(3405,0,1,'antiparkinsonians','antiparkinsonians')
-INSERT INTO CUI_TERMS VALUES(3410,2,4,'alpha 2 plasmin inhib','plasmin')
-INSERT INTO CUI_TERMS VALUES(3410,0,2,'serpin f2','serpin')
-INSERT INTO CUI_TERMS VALUES(3410,0,1,'antiplasmin','antiplasmin')
-INSERT INTO CUI_TERMS VALUES(3410,3,5,'alpha 2 - plasmin inhibitor','plasmin')
-INSERT INTO CUI_TERMS VALUES(3410,1,4,'alpha plasmin inhibitor 02','plasmin')
-INSERT INTO CUI_TERMS VALUES(3410,2,4,'alpha 2 plasmin inhibitor','plasmin')
-INSERT INTO CUI_TERMS VALUES(3410,5,7,'alpha ( 2 ) - plasmin inhibitor','plasmin')
-INSERT INTO CUI_TERMS VALUES(3416,0,1,'antiprotozoal','antiprotozoal')
-INSERT INTO CUI_TERMS VALUES(3416,0,1,'antiprotozoals','antiprotozoals')
-INSERT INTO CUI_TERMS VALUES(3417,0,1,'antipruritic','antipruritic')
-INSERT INTO CUI_TERMS VALUES(3417,0,1,'antipruritics','antipruritics')
-INSERT INTO CUI_TERMS VALUES(3420,0,1,'fenazona','fenazona')
-INSERT INTO CUI_TERMS VALUES(3420,0,1,'phenazon','phenazon')
-INSERT INTO CUI_TERMS VALUES(3420,0,1,'phenazone','phenazone')
-INSERT INTO CUI_TERMS VALUES(3420,0,1,'analgesine','analgesine')
-INSERT INTO CUI_TERMS VALUES(3420,0,1,'fenazon','fenazon')
-INSERT INTO CUI_TERMS VALUES(3420,0,1,'antipyrine','antipyrine')
-INSERT INTO CUI_TERMS VALUES(3431,2,3,'personalities , antisocial','antisocial')
-INSERT INTO CUI_TERMS VALUES(3431,2,3,'personalities , psychopathic','psychopathic')
-INSERT INTO CUI_TERMS VALUES(3431,0,2,'asp disorder','asp')
-INSERT INTO CUI_TERMS VALUES(3431,0,1,'sociopaths','sociopaths')
-INSERT INTO CUI_TERMS VALUES(3431,0,2,'sociopathic personality','sociopathic')
-INSERT INTO CUI_TERMS VALUES(3431,0,2,'psychopathic personality','psychopathic')
-INSERT INTO CUI_TERMS VALUES(3431,0,2,'sociopathic personalities','sociopathic')
-INSERT INTO CUI_TERMS VALUES(3431,0,2,'psychopathic personalities','psychopathic')
-INSERT INTO CUI_TERMS VALUES(3431,2,3,'personality , antisocial','antisocial')
-INSERT INTO CUI_TERMS VALUES(3431,0,1,'psychopaths','psychopaths')
-INSERT INTO CUI_TERMS VALUES(3431,2,3,'personalities , sociopathic','sociopathic')
-INSERT INTO CUI_TERMS VALUES(3431,0,2,'antisocial personalities','antisocial')
-INSERT INTO CUI_TERMS VALUES(3431,1,2,'psychopathic constitution','constitution')
-INSERT INTO CUI_TERMS VALUES(3431,3,4,'personality disorders , antisocial','antisocial')
-INSERT INTO CUI_TERMS VALUES(3431,0,1,'psychopathy','psychopathy')
-INSERT INTO CUI_TERMS VALUES(3431,2,3,'personality dis antisocial','antisocial')
-INSERT INTO CUI_TERMS VALUES(3431,0,1,'psychopath','psychopath')
-INSERT INTO CUI_TERMS VALUES(3431,0,2,'dyssocial personality','dyssocial')
-INSERT INTO CUI_TERMS VALUES(3431,0,2,'antisocial personality','antisocial')
-INSERT INTO CUI_TERMS VALUES(3431,0,1,'sociopath','sociopath')
-INSERT INTO CUI_TERMS VALUES(3431,2,3,'personality , sociopathic','sociopathic')
-INSERT INTO CUI_TERMS VALUES(3431,2,3,'personality , psychopathic','psychopathic')
-INSERT INTO CUI_TERMS VALUES(3431,0,3,'dissocial personality disorder','dissocial')
-INSERT INTO CUI_TERMS VALUES(3431,0,2,'asocial personality','asocial')
-INSERT INTO CUI_TERMS VALUES(3431,3,4,'personality disorder , antisocial','antisocial')
-INSERT INTO CUI_TERMS VALUES(3436,0,3,'streptolysin o ab','streptolysin')
-INSERT INTO CUI_TERMS VALUES(3436,0,1,'aso','aso')
-INSERT INTO CUI_TERMS VALUES(3436,0,2,'antistreptolysin o','antistreptolysin')
-INSERT INTO CUI_TERMS VALUES(3438,0,1,'serpinc1','serpinc1')
-INSERT INTO CUI_TERMS VALUES(3438,0,4,'cofactor i , heparin','cofactor')
-INSERT INTO CUI_TERMS VALUES(3438,1,4,'heparin co factor i','co')
-INSERT INTO CUI_TERMS VALUES(3438,0,2,'serpin c1','serpin')
-INSERT INTO CUI_TERMS VALUES(3438,1,3,'heparin cofactor i','cofactor')
-INSERT INTO CUI_TERMS VALUES(3438,1,3,'heparin co-factor i','co-factor')
-INSERT INTO CUI_TERMS VALUES(3438,2,3,'factor inhibitors xa','xa')
-INSERT INTO CUI_TERMS VALUES(3438,0,1,'antithrombin','antithrombin')
-INSERT INTO CUI_TERMS VALUES(3438,0,1,'atiii','atiii')
-INSERT INTO CUI_TERMS VALUES(3438,5,9,'serine - cysteine proteinase inhibitor clade c member 1','clade')
-INSERT INTO CUI_TERMS VALUES(3440,1,3,'direct thrombin inhibitor','thrombin')
-INSERT INTO CUI_TERMS VALUES(3440,0,1,'antithrombins','antithrombins')
-INSERT INTO CUI_TERMS VALUES(3440,0,1,'antithrombin','antithrombin')
-INSERT INTO CUI_TERMS VALUES(3440,0,4,'thrombin inhibitors , direct','thrombin')
-INSERT INTO CUI_TERMS VALUES(3440,1,3,'direct thrombin inhibitors','thrombin')
-INSERT INTO CUI_TERMS VALUES(3442,0,1,'ats','ats')
-INSERT INTO CUI_TERMS VALUES(3442,0,2,'anti-thymocyte globulins','anti-thymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,0,1,'antithymoglobulins','antithymoglobulins')
-INSERT INTO CUI_TERMS VALUES(3442,0,2,'antithymocyte globulin','antithymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,0,2,'anti-thymocyte globulin','anti-thymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,1,3,'anti thymocyte globulin','thymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,2,3,'globulin , anti-thymocyte','anti-thymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,0,2,'antithymocyte immunoglobulin','antithymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,0,2,'antithymocyte serum','antithymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,0,2,'antithymocyte globulins','antithymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,2,3,'globulin , antithymocyte','antithymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,2,3,'globulins , antithymocyte','antithymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,0,1,'atg','atg')
-INSERT INTO CUI_TERMS VALUES(3442,2,3,'globulins , anti-thymocyte','anti-thymocyte')
-INSERT INTO CUI_TERMS VALUES(3442,0,1,'antithymoglobulin','antithymoglobulin')
-INSERT INTO CUI_TERMS VALUES(3442,0,3,'antithymocyte gamma globulin','antithymocyte')
-INSERT INTO CUI_TERMS VALUES(3445,0,1,'antitoxin','antitoxin')
-INSERT INTO CUI_TERMS VALUES(3445,0,1,'antitoxins','antitoxins')
-INSERT INTO CUI_TERMS VALUES(3446,0,2,'antitreponemal agents','antitreponemal')
-INSERT INTO CUI_TERMS VALUES(3446,2,3,'drugs , antitreponemal','antitreponemal')
-INSERT INTO CUI_TERMS VALUES(3446,2,3,'agents , antitreponemal','antitreponemal')
-INSERT INTO CUI_TERMS VALUES(3446,0,2,'antitreponemal drugs','antitreponemal')
-INSERT INTO CUI_TERMS VALUES(3446,0,2,'antitreponemal agent','antitreponemal')
-INSERT INTO CUI_TERMS VALUES(3447,0,2,'trichomonacide agent','trichomonacide')
-INSERT INTO CUI_TERMS VALUES(3447,0,1,'trichomonicides','trichomonicides')
-INSERT INTO CUI_TERMS VALUES(3447,2,3,'drugs , antitrichomonal','antitrichomonal')
-INSERT INTO CUI_TERMS VALUES(3447,0,2,'antitrichomonal drugs','antitrichomonal')
-INSERT INTO CUI_TERMS VALUES(3447,0,1,'antitrichomonals','antitrichomonals')
-INSERT INTO CUI_TERMS VALUES(3447,0,2,'antitrichomonal agent','antitrichomonal')
-INSERT INTO CUI_TERMS VALUES(3447,0,2,'antitrichomonal agents','antitrichomonal')
-INSERT INTO CUI_TERMS VALUES(3447,2,3,'agents , antitrichomonal','antitrichomonal')
-INSERT INTO CUI_TERMS VALUES(3448,0,1,'antitubercular','antitubercular')
-INSERT INTO CUI_TERMS VALUES(3448,0,1,'antituberculars','antituberculars')
-INSERT INTO CUI_TERMS VALUES(3448,2,3,'agents , tuberculostatic','tuberculostatic')
-INSERT INTO CUI_TERMS VALUES(3448,0,1,'antituberculosis','antituberculosis')
-INSERT INTO CUI_TERMS VALUES(3448,0,2,'antituberculous drugs','antituberculous')
-INSERT INTO CUI_TERMS VALUES(3448,0,2,'tuberculostatic agents','tuberculostatic')
-INSERT INTO CUI_TERMS VALUES(3449,1,2,'cough medicines','medicines')
-INSERT INTO CUI_TERMS VALUES(3449,1,2,'cough suppressant','suppressant')
-INSERT INTO CUI_TERMS VALUES(3449,1,2,'coughing suppressants','suppressants')
-INSERT INTO CUI_TERMS VALUES(3449,1,2,'cough suppressants','suppressants')
-INSERT INTO CUI_TERMS VALUES(3449,0,3,'suppressants , cough','suppressants')
-INSERT INTO CUI_TERMS VALUES(3449,0,1,'antitussives','antitussives')
-INSERT INTO CUI_TERMS VALUES(3449,0,1,'antitussive','antitussive')
-INSERT INTO CUI_TERMS VALUES(3450,0,1,'anti-venins','anti-venins')
-INSERT INTO CUI_TERMS VALUES(3450,0,1,'antivenins','antivenins')
-INSERT INTO CUI_TERMS VALUES(3450,0,1,'antivenom','antivenom')
-INSERT INTO CUI_TERMS VALUES(3450,0,3,'animal immune serum','animal')
-INSERT INTO CUI_TERMS VALUES(3450,1,2,'anti venins','venins')
-INSERT INTO CUI_TERMS VALUES(3450,1,2,'animal antiserum','antiserum')
-INSERT INTO CUI_TERMS VALUES(3450,0,1,'antivenoms','antivenoms')
-INSERT INTO CUI_TERMS VALUES(3450,0,1,'anti-venoms','anti-venoms')
-INSERT INTO CUI_TERMS VALUES(3450,1,2,'anti venoms','venoms')
-INSERT INTO CUI_TERMS VALUES(3450,0,1,'antivenin','antivenin')
-INSERT INTO CUI_TERMS VALUES(3451,0,1,'antivirals','antivirals')
-INSERT INTO CUI_TERMS VALUES(3451,0,1,'antiviral','antiviral')
-INSERT INTO CUI_TERMS VALUES(3460,0,3,'passes no urine','passes')
-INSERT INTO CUI_TERMS VALUES(3460,0,1,'anuria','anuria')
-INSERT INTO CUI_TERMS VALUES(3460,1,4,'urinary output arrest of','output')
-INSERT INTO CUI_TERMS VALUES(3460,2,3,'absent urine output','output')
-INSERT INTO CUI_TERMS VALUES(3460,1,4,'urine formation failure of','formation')
-INSERT INTO CUI_TERMS VALUES(3460,0,1,'anurias','anurias')
-INSERT INTO CUI_TERMS VALUES(3460,0,4,'suppression of urinary secretion','suppression')
-INSERT INTO CUI_TERMS VALUES(3461,0,1,'anal','anal')
-INSERT INTO CUI_TERMS VALUES(3461,0,1,'anus','anus')
-INSERT INTO CUI_TERMS VALUES(3462,0,2,'anal disorder','anal')
-INSERT INTO CUI_TERMS VALUES(3462,0,2,'anal disorders','anal')
-INSERT INTO CUI_TERMS VALUES(3463,0,2,'neopl anal','neopl')
-INSERT INTO CUI_TERMS VALUES(3463,0,2,'anal tumor','anal')
-INSERT INTO CUI_TERMS VALUES(3463,0,2,'anal neoplasms','anal')
-INSERT INTO CUI_TERMS VALUES(3463,2,3,'tumour of anus','anus')
-INSERT INTO CUI_TERMS VALUES(3463,0,2,'anal neoplasm','anal')
-INSERT INTO CUI_TERMS VALUES(3463,2,3,'neoplasms , anal','anal')
-INSERT INTO CUI_TERMS VALUES(3463,1,2,'anal neopl','neopl')
-INSERT INTO CUI_TERMS VALUES(3463,0,2,'anal tumors','anal')
-INSERT INTO CUI_TERMS VALUES(3463,3,4,'tumor of the anus','anus')
-INSERT INTO CUI_TERMS VALUES(3463,2,3,'neoplasm , anal','anal')
-INSERT INTO CUI_TERMS VALUES(3463,1,2,'neopl anus','anus')
-INSERT INTO CUI_TERMS VALUES(3463,2,3,'neoplasm , anus','anus')
-INSERT INTO CUI_TERMS VALUES(3463,0,2,'anus neopl','anus')
-INSERT INTO CUI_TERMS VALUES(3463,2,3,'neoplasm of anus','anus')
-INSERT INTO CUI_TERMS VALUES(3463,0,2,'anus neoplasm','anus')
-INSERT INTO CUI_TERMS VALUES(3463,0,2,'anus neoplasms','anus')
-INSERT INTO CUI_TERMS VALUES(3463,2,3,'neoplasms , anus','anus')
-INSERT INTO CUI_TERMS VALUES(3463,2,3,'tumor of anus','anus')
-INSERT INTO CUI_TERMS VALUES(3463,0,2,'anus tumor','anus')
-INSERT INTO CUI_TERMS VALUES(3463,3,4,'neoplasm of the anus','anus')
-INSERT INTO CUI_TERMS VALUES(3466,1,2,'anus imperforated','imperforated')
-INSERT INTO CUI_TERMS VALUES(3466,1,2,'anal atresias','atresias')
-INSERT INTO CUI_TERMS VALUES(3466,0,1,'aproctia','aproctia')
-INSERT INTO CUI_TERMS VALUES(3466,0,3,'atresia of anus','atresia')
-INSERT INTO CUI_TERMS VALUES(3466,0,3,'atresia , anal','atresia')
-INSERT INTO CUI_TERMS VALUES(3466,1,2,'anal imperforation','imperforation')
-INSERT INTO CUI_TERMS VALUES(3466,2,3,'anus , imperforate','imperforate')
-INSERT INTO CUI_TERMS VALUES(3466,1,2,'anal atresia','atresia')
-INSERT INTO CUI_TERMS VALUES(3466,0,3,'atresias , anal','atresias')
-INSERT INTO CUI_TERMS VALUES(3466,5,6,'congenital or infantile occlusion of anus','anus')
-INSERT INTO CUI_TERMS VALUES(3466,1,2,'anus imperforate','imperforate')
-INSERT INTO CUI_TERMS VALUES(3466,1,2,'imperforate anu','anu')
-INSERT INTO CUI_TERMS VALUES(3466,0,2,'imperforate anus','imperforate')
-INSERT INTO CUI_TERMS VALUES(3466,1,2,'anus atresia','atresia')
-INSERT INTO CUI_TERMS VALUES(3466,1,2,'atresia ani','ani')
-INSERT INTO CUI_TERMS VALUES(3467,0,1,'angst','angst')
-INSERT INTO CUI_TERMS VALUES(3467,0,1,'anxiety','anxiety')
-INSERT INTO CUI_TERMS VALUES(3467,0,1,'anxious','anxious')
-INSERT INTO CUI_TERMS VALUES(3467,0,1,'anxieties','anxieties')
-INSERT INTO CUI_TERMS VALUES(3467,0,1,'anxiousness','anxiousness')
-INSERT INTO CUI_TERMS VALUES(3471,5,6,'anxiety disorder of childhood or adolescence','adolescence')
-INSERT INTO CUI_TERMS VALUES(3476,0,2,'castration complices','castration')
-INSERT INTO CUI_TERMS VALUES(3476,2,3,'complices , castration','castration')
-INSERT INTO CUI_TERMS VALUES(3476,0,2,'castration anxiety','castration')
-INSERT INTO CUI_TERMS VALUES(3476,2,3,'anxiety , castration','castration')
-INSERT INTO CUI_TERMS VALUES(3476,0,2,'castration complex','castration')
-INSERT INTO CUI_TERMS VALUES(3476,2,3,'complex , castration','castration')
-INSERT INTO CUI_TERMS VALUES(3477,2,3,'anxiety disorder separation','separation')
-INSERT INTO CUI_TERMS VALUES(3477,1,2,'anxiety separations','separations')
-INSERT INTO CUI_TERMS VALUES(3477,0,2,'separation anxiety','separation')
-INSERT INTO CUI_TERMS VALUES(3477,2,3,'anxiety , separation','separation')
-INSERT INTO CUI_TERMS VALUES(3477,1,2,'anxiety separation','separation')
-INSERT INTO CUI_TERMS VALUES(3477,3,4,'anxiety disorder , separation','separation')
-INSERT INTO CUI_TERMS VALUES(3483,4,5,'trunk of systemic arterial tree','tree')
-INSERT INTO CUI_TERMS VALUES(3483,0,1,'aortas','aortas')
-INSERT INTO CUI_TERMS VALUES(3483,0,1,'aorta','aorta')
-INSERT INTO CUI_TERMS VALUES(3483,0,1,'aortic','aortic')
-INSERT INTO CUI_TERMS VALUES(3484,1,2,'abdominal aortas','aortas')
-INSERT INTO CUI_TERMS VALUES(3484,1,2,'aorta abdominalis','abdominalis')
-INSERT INTO CUI_TERMS VALUES(3484,1,2,'abdominal aorta','aorta')
-INSERT INTO CUI_TERMS VALUES(3484,1,3,'pars abdominalis aortae','abdominalis')
-INSERT INTO CUI_TERMS VALUES(3484,0,2,'aorta abdominal','aorta')
-INSERT INTO CUI_TERMS VALUES(3484,0,3,'aorta . abdominal','aorta')
-INSERT INTO CUI_TERMS VALUES(3484,0,3,'aorta , abdominal','aorta')
-INSERT INTO CUI_TERMS VALUES(3484,0,3,'aortas , abdominal','aortas')
-INSERT INTO CUI_TERMS VALUES(3484,3,4,'abdominal part of aorta','aorta')
-INSERT INTO CUI_TERMS VALUES(3486,0,1,'aaa','aaa')
-INSERT INTO CUI_TERMS VALUES(3486,1,2,'aortic aneurysm','aneurysm')
-INSERT INTO CUI_TERMS VALUES(3486,2,3,'aneurysm of aorta','aorta')
-INSERT INTO CUI_TERMS VALUES(3486,0,3,'aneurysm , aortic','aneurysm')
-INSERT INTO CUI_TERMS VALUES(3486,0,2,'aorta aneurysm','aorta')
-INSERT INTO CUI_TERMS VALUES(3486,1,2,'aortic aneurysms','aneurysms')
-INSERT INTO CUI_TERMS VALUES(3486,0,3,'aneurysms , aortic','aneurysms')
-INSERT INTO CUI_TERMS VALUES(3489,0,3,'arch , aortic','arch')
-INSERT INTO CUI_TERMS VALUES(3489,0,4,'arch of the aorta','arch')
-INSERT INTO CUI_TERMS VALUES(3489,0,2,'arch aorta','arch')
-INSERT INTO CUI_TERMS VALUES(3489,0,3,'arch of aorta','arch')
-INSERT INTO CUI_TERMS VALUES(3489,1,2,'aorta arch','arch')
-INSERT INTO CUI_TERMS VALUES(3489,1,2,'aortic archs','archs')
-INSERT INTO CUI_TERMS VALUES(3489,1,2,'aortic arch','arch')
-INSERT INTO CUI_TERMS VALUES(3489,0,2,'transverse aorta','transverse')
-INSERT INTO CUI_TERMS VALUES(3489,1,2,'arcus aortae','aortae')
-INSERT INTO CUI_TERMS VALUES(3490,3,4,'syndromes , aortic arch','arch')
-INSERT INTO CUI_TERMS VALUES(3490,3,4,'syndrome , aortic arch','arch')
-INSERT INTO CUI_TERMS VALUES(3490,1,3,'aortic arch syndrome','arch')
-INSERT INTO CUI_TERMS VALUES(3490,1,3,'aortic arch syndromes','arch')
-INSERT INTO CUI_TERMS VALUES(3492,0,4,'coaractation of the aorta','coaractation')
-INSERT INTO CUI_TERMS VALUES(3492,0,3,'coarctations , aortic','coarctations')
-INSERT INTO CUI_TERMS VALUES(3492,1,2,'aortic coarctations','coarctations')
-INSERT INTO CUI_TERMS VALUES(3492,1,2,'aorta coarctations','coarctations')
-INSERT INTO CUI_TERMS VALUES(3493,2,3,'disorder of aorta','aorta')
-INSERT INTO CUI_TERMS VALUES(3493,0,2,'aorta disorder','aorta')
-INSERT INTO CUI_TERMS VALUES(3493,0,2,'aortic diseases','aortic')
-INSERT INTO CUI_TERMS VALUES(3493,0,2,'aortic disorder','aortic')
-INSERT INTO CUI_TERMS VALUES(3493,2,3,'diseases , aortic','aortic')
-INSERT INTO CUI_TERMS VALUES(3493,0,2,'aortic dis','aortic')
-INSERT INTO CUI_TERMS VALUES(3493,2,3,'disease , aortic','aortic')
-INSERT INTO CUI_TERMS VALUES(3493,0,4,'aorta - - diseases','aorta')
-INSERT INTO CUI_TERMS VALUES(3493,0,2,'aorta disease','aorta')
-INSERT INTO CUI_TERMS VALUES(3493,0,2,'aorta diseases','aorta')
-INSERT INTO CUI_TERMS VALUES(3493,0,2,'aortic disorders','aortic')
-INSERT INTO CUI_TERMS VALUES(3493,3,4,'disease of the aorta','aorta')
-INSERT INTO CUI_TERMS VALUES(3493,0,2,'aortic disease','aortic')
-INSERT INTO CUI_TERMS VALUES(3493,3,4,'diseases of the aorta','aorta')
-INSERT INTO CUI_TERMS VALUES(3499,2,3,'aortic stenosis supravalv','supravalv')
-INSERT INTO CUI_TERMS VALUES(3499,0,1,'svas','svas')
-INSERT INTO CUI_TERMS VALUES(3499,1,3,'aortic supravalvular stenosis','supravalvular')
-INSERT INTO CUI_TERMS VALUES(3499,3,4,'stenosis , aortic supravalvular','supravalvular')
-INSERT INTO CUI_TERMS VALUES(3499,0,3,'supravalvular aortic stenosis','supravalvular')
-INSERT INTO CUI_TERMS VALUES(3499,1,3,'aortic supravalv stenosis','supravalv')
-INSERT INTO CUI_TERMS VALUES(3499,0,5,'supra - valvular aortic stenosis','supra')
-INSERT INTO CUI_TERMS VALUES(3499,1,3,'aortic supravalvular stenoses','supravalvular')
-INSERT INTO CUI_TERMS VALUES(3499,3,4,'aortic stenosis , supravalvular','supravalvular')
-INSERT INTO CUI_TERMS VALUES(3499,0,3,'supravalv aortic stenosis','supravalv')
-INSERT INTO CUI_TERMS VALUES(3499,0,4,'supravalvular stenoses , aortic','supravalvular')
-INSERT INTO CUI_TERMS VALUES(3499,3,4,'stenoses , aortic supravalvular','supravalvular')
-INSERT INTO CUI_TERMS VALUES(3499,0,3,'supravalvar aortic stenosis','supravalvar')
-INSERT INTO CUI_TERMS VALUES(3499,2,4,'stenosis , supravalvular aortic','supravalvular')
-INSERT INTO CUI_TERMS VALUES(3499,0,4,'supra - aortic stenosis','supra')
-INSERT INTO CUI_TERMS VALUES(3499,2,4,'aortic stenosis supra valvular','supra')
-INSERT INTO CUI_TERMS VALUES(3499,0,4,'supravalvular stenosis , aortic','supravalvular')
-INSERT INTO CUI_TERMS VALUES(3501,2,3,'valve , aortic','aortic')
-INSERT INTO CUI_TERMS VALUES(3501,0,2,'aortic valve','aortic')
-INSERT INTO CUI_TERMS VALUES(3501,0,2,'valva aortae','valva')
-INSERT INTO CUI_TERMS VALUES(3501,1,2,'aortic valves','valves')
-INSERT INTO CUI_TERMS VALUES(3501,0,3,'valves , aortic','valves')
-INSERT INTO CUI_TERMS VALUES(3504,2,3,'aortic valve insufficiency','insufficiency')
-INSERT INTO CUI_TERMS VALUES(3504,3,4,'aortic valve , incompetence','incompetence')
-INSERT INTO CUI_TERMS VALUES(3504,0,3,'incompetence , aortic','incompetence')
-INSERT INTO CUI_TERMS VALUES(3504,0,3,'regurgitation , aortic','regurgitation')
-INSERT INTO CUI_TERMS VALUES(3504,0,1,'ai','ai')
-INSERT INTO CUI_TERMS VALUES(3504,1,2,'aortic incompetence','incompetence')
-INSERT INTO CUI_TERMS VALUES(3504,3,4,'aortic valve , regurgitation','regurgitation')
-INSERT INTO CUI_TERMS VALUES(3504,1,2,'aortic insufficiency','insufficiency')
-INSERT INTO CUI_TERMS VALUES(3504,3,4,'aortic valve , insufficiency','insufficiency')
-INSERT INTO CUI_TERMS VALUES(3504,0,1,'ar','ar')
-INSERT INTO CUI_TERMS VALUES(3504,1,2,'aortic regurgitation','regurgitation')
-INSERT INTO CUI_TERMS VALUES(3504,0,4,'insufficiency , aortic valve','insufficiency')
-INSERT INTO CUI_TERMS VALUES(3504,2,3,'aortic valve regurgitation','regurgitation')
-INSERT INTO CUI_TERMS VALUES(3504,2,3,'aortic valve incompetence','incompetence')
-INSERT INTO CUI_TERMS VALUES(3506,2,3,'aortic valve replacement','replacement')
-INSERT INTO CUI_TERMS VALUES(3506,1,3,'aortic replacement valve','replacement')
-INSERT INTO CUI_TERMS VALUES(3506,1,3,'aortic replacements valve','replacements')
-INSERT INTO CUI_TERMS VALUES(3506,0,4,'replacement of aortic valve','replacement')
-INSERT INTO CUI_TERMS VALUES(3506,0,3,'replacement aortic valve','replacement')
-INSERT INTO CUI_TERMS VALUES(3507,1,3,'aortic valvular stenosis','valvular')
-INSERT INTO CUI_TERMS VALUES(3507,0,4,'narrowing of aortic valve','narrowing')
-INSERT INTO CUI_TERMS VALUES(3507,0,2,'stenosis aortic','stenosis')
-INSERT INTO CUI_TERMS VALUES(3507,0,4,'stenosis of aortic valve','stenosis')
-INSERT INTO CUI_TERMS VALUES(3507,2,3,'aortic valve stenosis','stenosis')
-INSERT INTO CUI_TERMS VALUES(3507,4,5,'aortic valve - - stenosis','stenosis')
-INSERT INTO CUI_TERMS VALUES(3507,0,2,'aorta stenosis','aorta')
-INSERT INTO CUI_TERMS VALUES(3507,0,3,'stenosis - aortic','stenosis')
-INSERT INTO CUI_TERMS VALUES(3507,0,3,'stenosis , aortic','stenosis')
-INSERT INTO CUI_TERMS VALUES(3507,1,2,'aortic stenosis','stenosis')
-INSERT INTO CUI_TERMS VALUES(3507,0,2,'stenose aortic','stenose')
-INSERT INTO CUI_TERMS VALUES(3507,2,3,'aortic valve stenoses','stenoses')
-INSERT INTO CUI_TERMS VALUES(3507,1,2,'stenosis aorta','aorta')
-INSERT INTO CUI_TERMS VALUES(3507,0,3,'stenoses , aortic','stenoses')
-INSERT INTO CUI_TERMS VALUES(3507,0,3,'stenosed aortic valve','stenosed')
-INSERT INTO CUI_TERMS VALUES(3509,0,1,'aortitides','aortitides')
-INSERT INTO CUI_TERMS VALUES(3509,0,1,'aortitis','aortitis')
-INSERT INTO CUI_TERMS VALUES(3510,2,3,'syndrome , aortitis','aortitis')
-INSERT INTO CUI_TERMS VALUES(3510,0,2,'aortitis syndrome','aortitis')
-INSERT INTO CUI_TERMS VALUES(3511,1,2,'syphilitic aortitides','aortitides')
-INSERT INTO CUI_TERMS VALUES(3511,0,3,'aortitis , syphilitic','aortitis')
-INSERT INTO CUI_TERMS VALUES(3511,0,4,'doehle - heller aortitis','doehle')
-INSERT INTO CUI_TERMS VALUES(3511,1,2,'syphilitic aortitis','aortitis')
-INSERT INTO CUI_TERMS VALUES(3511,0,3,'aortitides , syphilitic','aortitides')
-INSERT INTO CUI_TERMS VALUES(3511,0,2,'aortitis syphilitic','aortitis')
-INSERT INTO CUI_TERMS VALUES(3515,0,1,'aortogr','aortogr')
-INSERT INTO CUI_TERMS VALUES(3515,0,1,'aortogram','aortogram')
-INSERT INTO CUI_TERMS VALUES(3515,0,3,'arteriography of aorta','arteriography')
-INSERT INTO CUI_TERMS VALUES(3515,0,1,'aortography','aortography')
-INSERT INTO CUI_TERMS VALUES(3515,0,1,'aortographies','aortographies')
-INSERT INTO CUI_TERMS VALUES(3516,2,3,'septal defects aortopulm','aortopulm')
-INSERT INTO CUI_TERMS VALUES(3516,0,3,'aorticopulmonary septal defects','aorticopulmonary')
-INSERT INTO CUI_TERMS VALUES(3516,0,2,'aortopulmonary window','aortopulmonary')
-INSERT INTO CUI_TERMS VALUES(3516,3,4,'septal defect , aorticopulmonary','aorticopulmonary')
-INSERT INTO CUI_TERMS VALUES(3516,2,3,'septal defect aorticopulm','aorticopulm')
-INSERT INTO CUI_TERMS VALUES(3516,0,2,'aorticopulmonary window','aorticopulmonary')
-INSERT INTO CUI_TERMS VALUES(3516,0,3,'aortopulmonary septal defects','aortopulmonary')
-INSERT INTO CUI_TERMS VALUES(3516,0,3,'aortopulm septal defect','aortopulm')
-INSERT INTO CUI_TERMS VALUES(3516,2,3,'septal defect aortopulm','aortopulm')
-INSERT INTO CUI_TERMS VALUES(3516,1,3,'aortic septal defect','septal')
-INSERT INTO CUI_TERMS VALUES(3516,0,3,'aortopulmonary septal defect','aortopulmonary')
-INSERT INTO CUI_TERMS VALUES(3516,3,4,'septal defects , aortopulmonary','aortopulmonary')
-INSERT INTO CUI_TERMS VALUES(3516,2,3,'septal defects aorticopulm','aorticopulm')
-INSERT INTO CUI_TERMS VALUES(3516,3,4,'septal defect , aortopulmonary','aortopulmonary')
-INSERT INTO CUI_TERMS VALUES(3516,0,3,'aortopulm septal defects','aortopulm')
-INSERT INTO CUI_TERMS VALUES(3516,0,3,'aorticopulm septal defect','aorticopulm')
-INSERT INTO CUI_TERMS VALUES(3516,0,3,'aorticopulm septal defects','aorticopulm')
-INSERT INTO CUI_TERMS VALUES(3516,3,4,'septal defects , aorticopulmonary','aorticopulmonary')
-INSERT INTO CUI_TERMS VALUES(3516,0,3,'aorticopulmonary septal defect','aorticopulmonary')
-INSERT INTO CUI_TERMS VALUES(3524,0,1,'apazone','apazone')
-INSERT INTO CUI_TERMS VALUES(3524,0,1,'azapropazone','azapropazone')
-INSERT INTO CUI_TERMS VALUES(3531,1,2,'apex cardiogr','cardiogr')
-INSERT INTO CUI_TERMS VALUES(3531,0,2,'cardiogr apex','cardiogr')
-INSERT INTO CUI_TERMS VALUES(3531,1,2,'apex cardiography','cardiography')
-INSERT INTO CUI_TERMS VALUES(3531,0,3,'cardiographies , apex','cardiographies')
-INSERT INTO CUI_TERMS VALUES(3531,0,1,'apexcardiography','apexcardiography')
-INSERT INTO CUI_TERMS VALUES(3531,0,3,'cardiography , apex','cardiography')
-INSERT INTO CUI_TERMS VALUES(3531,1,2,'apex cardiographies','cardiographies')
-INSERT INTO CUI_TERMS VALUES(3534,2,3,'absence of lens','lens')
-INSERT INTO CUI_TERMS VALUES(3534,0,1,'aphakias','aphakias')
-INSERT INTO CUI_TERMS VALUES(3534,0,1,'aphakia','aphakia')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'logamnesias','logamnesias')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'aphasia','aphasia')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'logasthenias','logasthenias')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'logagnosia','logagnosia')
-INSERT INTO CUI_TERMS VALUES(3537,6,7,'loss of power of expression or comprehension','comprehension')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'logagnosias','logagnosias')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'alogias','alogias')
-INSERT INTO CUI_TERMS VALUES(3537,4,6,'inability to understand or express language','express')
-INSERT INTO CUI_TERMS VALUES(3537,0,2,'aphasic disturbance','aphasic')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'anepia','anepia')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'anepias','anepias')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'alogia','alogia')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'logasthenia','logasthenia')
-INSERT INTO CUI_TERMS VALUES(3537,0,1,'logamnesia','logamnesia')
-INSERT INTO CUI_TERMS VALUES(3550,0,3,'aphasia , motor','aphasia')
-INSERT INTO CUI_TERMS VALUES(3550,2,3,'aphasias , broca','broca')
-INSERT INTO CUI_TERMS VALUES(3550,0,2,'aphasia motor','aphasia')
-INSERT INTO CUI_TERMS VALUES(3550,4,5,'broca ''s aphasias , agrammatic','agrammatic')
-INSERT INTO CUI_TERMS VALUES(3550,2,4,'syndromes , verbal aphasia','verbal')
-INSERT INTO CUI_TERMS VALUES(3550,2,3,'aphasia , frontocortical','frontocortical')
-INSERT INTO CUI_TERMS VALUES(3550,2,3,'dysphasia , broca','broca')
-INSERT INTO CUI_TERMS VALUES(3550,2,3,'aphasias , frontocortical','frontocortical')
-INSERT INTO CUI_TERMS VALUES(3550,0,3,'verbal aphasia syndrome','verbal')
-INSERT INTO CUI_TERMS VALUES(3550,2,3,'aphasia , nonfluent','nonfluent')
-INSERT INTO CUI_TERMS VALUES(3550,0,1,'agrammatism','agrammatism')
-INSERT INTO CUI_TERMS VALUES(3550,2,4,'aphasias , agrammatic broca','agrammatic')
-INSERT INTO CUI_TERMS VALUES(3550,1,2,'motor aphasia','aphasia')
-INSERT INTO CUI_TERMS VALUES(3550,0,3,'broca ''s dysphasia','broca')
-INSERT INTO CUI_TERMS VALUES(3550,2,4,'syndrome , verbal aphasia','verbal')
-INSERT INTO CUI_TERMS VALUES(3550,0,2,'broca aphasias','broca')
-INSERT INTO CUI_TERMS VALUES(3550,2,3,'dysphasia , brocas','brocas')
-INSERT INTO CUI_TERMS VALUES(3550,2,3,'aphasia , broca','broca')
-INSERT INTO CUI_TERMS VALUES(3550,0,2,'nonfluent aphasia','nonfluent')
-INSERT INTO CUI_TERMS VALUES(3550,0,3,'agrammatic brocas aphasia','agrammatic')
-INSERT INTO CUI_TERMS VALUES(3550,1,2,'aphasia broca','broca')
-INSERT INTO CUI_TERMS VALUES(3550,0,2,'broca dysphasia','broca')
-INSERT INTO CUI_TERMS VALUES(3550,0,2,'broca aphasia','broca')
-INSERT INTO CUI_TERMS VALUES(3550,0,3,'broca ''s aphasia','broca')
-INSERT INTO CUI_TERMS VALUES(3550,3,4,'aphasia syndrome , verbal','verbal')
-INSERT INTO CUI_TERMS VALUES(3550,0,2,'frontocortical aphasias','frontocortical')
-INSERT INTO CUI_TERMS VALUES(3550,0,4,'agrammatic broca ''s aphasias','agrammatic')
-INSERT INTO CUI_TERMS VALUES(3550,0,3,'verbal aphasia syndromes','verbal')
-INSERT INTO CUI_TERMS VALUES(3550,3,4,'aphasia syndromes , verbal','verbal')
-INSERT INTO CUI_TERMS VALUES(3550,0,2,'frontocortical aphasia','frontocortical')
-INSERT INTO CUI_TERMS VALUES(3550,2,4,'loss of expressive speech','expressive')
-INSERT INTO CUI_TERMS VALUES(3550,2,4,'aphasia , agrammatic broca','agrammatic')
-INSERT INTO CUI_TERMS VALUES(3550,1,2,'aphasia brocas','brocas')
-INSERT INTO CUI_TERMS VALUES(3564,1,2,'voice absences','absences')
-INSERT INTO CUI_TERMS VALUES(3564,2,3,'does not vocalise','vocalise')
-INSERT INTO CUI_TERMS VALUES(3564,2,3,'does not phonate','phonate')
-INSERT INTO CUI_TERMS VALUES(3564,2,3,'loss of voice','voice')
-INSERT INTO CUI_TERMS VALUES(3564,0,2,'voice loss','voice')
-INSERT INTO CUI_TERMS VALUES(3564,0,1,'aphonia','aphonia')
-INSERT INTO CUI_TERMS VALUES(3564,2,4,'does not produce voice','produce')
-INSERT INTO CUI_TERMS VALUES(3564,2,3,'does not vocalize','vocalize')
-INSERT INTO CUI_TERMS VALUES(3564,2,3,'absence of voice','voice')
-INSERT INTO CUI_TERMS VALUES(3564,1,2,'loss voice','voice')
-INSERT INTO CUI_TERMS VALUES(3564,0,2,'voice absence','voice')
-INSERT INTO CUI_TERMS VALUES(3571,0,4,'amputation of tooth root','amputation')
-INSERT INTO CUI_TERMS VALUES(3571,0,1,'apicectomy','apicectomy')
-INSERT INTO CUI_TERMS VALUES(3571,0,1,'apicoectomies','apicoectomies')
-INSERT INTO CUI_TERMS VALUES(3571,1,2,'root amputation','amputation')
-INSERT INTO CUI_TERMS VALUES(3571,0,1,'apicectomies','apicectomies')
-INSERT INTO CUI_TERMS VALUES(3571,1,2,'root resection','resection')
-INSERT INTO CUI_TERMS VALUES(3571,0,1,'apicoectomy','apicoectomy')
-INSERT INTO CUI_TERMS VALUES(3578,0,1,'apneic','apneic')
-INSERT INTO CUI_TERMS VALUES(3578,1,2,'breathing stops','stops')
-INSERT INTO CUI_TERMS VALUES(3578,0,2,'stopped breathing','stopped')
-INSERT INTO CUI_TERMS VALUES(3578,0,1,'apnoea','apnoea')
-INSERT INTO CUI_TERMS VALUES(3578,0,1,'apnea','apnea')
-INSERT INTO CUI_TERMS VALUES(3578,0,1,'apnoeic','apnoeic')
-INSERT INTO CUI_TERMS VALUES(3578,0,3,'arrest , respiratory','arrest')
-INSERT INTO CUI_TERMS VALUES(3578,1,2,'breathing stop','stop')
-INSERT INTO CUI_TERMS VALUES(3578,1,2,'breathing stopping','stopping')
-INSERT INTO CUI_TERMS VALUES(3578,0,2,'stops breathing','stops')
-INSERT INTO CUI_TERMS VALUES(3578,0,1,'apnoeas','apnoeas')
-INSERT INTO CUI_TERMS VALUES(3578,0,1,'apneas','apneas')
-INSERT INTO CUI_TERMS VALUES(3578,1,2,'not breathing','breathing')
-INSERT INTO CUI_TERMS VALUES(3580,3,4,'drug - induced apnoea','apnoea')
-INSERT INTO CUI_TERMS VALUES(3580,3,4,'drug - induced apnea','apnea')
-INSERT INTO CUI_TERMS VALUES(3584,0,2,'apocrine gland','apocrine')
-INSERT INTO CUI_TERMS VALUES(3584,2,3,'glands , apocrine','apocrine')
-INSERT INTO CUI_TERMS VALUES(3584,0,2,'apocrine glands','apocrine')
-INSERT INTO CUI_TERMS VALUES(3584,2,3,'gland , apocrine','apocrine')
-INSERT INTO CUI_TERMS VALUES(3591,0,1,'apolipoprotein','apolipoprotein')
-INSERT INTO CUI_TERMS VALUES(3591,0,1,'apolipoproteins','apolipoproteins')
-INSERT INTO CUI_TERMS VALUES(3592,0,3,'apo - a','apo')
-INSERT INTO CUI_TERMS VALUES(3592,0,2,'apo a','apo')
-INSERT INTO CUI_TERMS VALUES(3592,0,2,'apolipoproteins a','apolipoproteins')
-INSERT INTO CUI_TERMS VALUES(3592,0,1,'apoa','apoa')
-INSERT INTO CUI_TERMS VALUES(3592,0,2,'apolipoprotein a','apolipoprotein')
-INSERT INTO CUI_TERMS VALUES(3593,0,2,'apolipoproteins b','apolipoproteins')
-INSERT INTO CUI_TERMS VALUES(3593,0,2,'apo b','apo')
-INSERT INTO CUI_TERMS VALUES(3593,0,3,'apo - b','apo')
-INSERT INTO CUI_TERMS VALUES(3593,0,2,'apolipoprotein b','apolipoprotein')
-INSERT INTO CUI_TERMS VALUES(3593,0,1,'apob','apob')
-INSERT INTO CUI_TERMS VALUES(3594,0,2,'apo c','apo')
-INSERT INTO CUI_TERMS VALUES(3594,0,2,'apolipoproteins c','apolipoproteins')
-INSERT INTO CUI_TERMS VALUES(3594,0,1,'apoc','apoc')
-INSERT INTO CUI_TERMS VALUES(3594,0,3,'apo - c','apo')
-INSERT INTO CUI_TERMS VALUES(3594,0,2,'apolipoprotein c','apolipoprotein')
-INSERT INTO CUI_TERMS VALUES(3595,0,1,'apoe','apoe')
-INSERT INTO CUI_TERMS VALUES(3595,0,2,'apolipoprotein e','apolipoprotein')
-INSERT INTO CUI_TERMS VALUES(3595,0,3,'apo - e','apo')
-INSERT INTO CUI_TERMS VALUES(3595,0,2,'apo e','apo')
-INSERT INTO CUI_TERMS VALUES(3595,0,2,'apolipoproteins e','apolipoproteins')
-INSERT INTO CUI_TERMS VALUES(3596,0,1,'apomorphine','apomorphine')
-INSERT INTO CUI_TERMS VALUES(3596,0,1,'apomorphin','apomorphin')
-INSERT INTO CUI_TERMS VALUES(3597,0,1,'aponeurorrhaphy','aponeurorrhaphy')
-INSERT INTO CUI_TERMS VALUES(3597,0,2,'aponeurosis suture','aponeurosis')
-INSERT INTO CUI_TERMS VALUES(3597,2,3,'suture of aponeurosis','aponeurosis')
-INSERT INTO CUI_TERMS VALUES(3601,0,1,'apoprotein','apoprotein')
-INSERT INTO CUI_TERMS VALUES(3601,0,1,'apoproteins','apoproteins')
-INSERT INTO CUI_TERMS VALUES(3611,0,2,'appendix excision','appendix')
-INSERT INTO CUI_TERMS VALUES(3611,2,3,'excision of appendix','appendix')
-INSERT INTO CUI_TERMS VALUES(3611,0,1,'appendectomies','appendectomies')
-INSERT INTO CUI_TERMS VALUES(3611,0,1,'appendicectomies','appendicectomies')
-INSERT INTO CUI_TERMS VALUES(3611,0,1,'appendicectomy','appendicectomy')
-INSERT INTO CUI_TERMS VALUES(3611,0,1,'appendectomy','appendectomy')
-INSERT INTO CUI_TERMS VALUES(3614,3,4,'tumor of the appendix','appendix')
-INSERT INTO CUI_TERMS VALUES(3614,0,2,'appendiceal tumour','appendiceal')
-INSERT INTO CUI_TERMS VALUES(3614,2,3,'neoplasm , appendiceal','appendiceal')
-INSERT INTO CUI_TERMS VALUES(3614,0,2,'appendix tumor','appendix')
-INSERT INTO CUI_TERMS VALUES(3614,0,2,'appendiceal neopl','appendiceal')
-INSERT INTO CUI_TERMS VALUES(3614,2,3,'tumor of appendix','appendix')
-INSERT INTO CUI_TERMS VALUES(3614,2,3,'neoplasm of appendix','appendix')
-INSERT INTO CUI_TERMS VALUES(3614,0,2,'appendix neoplasms','appendix')
-INSERT INTO CUI_TERMS VALUES(3614,0,2,'appendiceal tumor','appendiceal')
-INSERT INTO CUI_TERMS VALUES(3614,0,2,'appendiceal neoplasm','appendiceal')
-INSERT INTO CUI_TERMS VALUES(3614,2,3,'neoplasms , appendiceal','appendiceal')
-INSERT INTO CUI_TERMS VALUES(3614,3,4,'neoplasm of the appendix','appendix')
-INSERT INTO CUI_TERMS VALUES(3614,1,2,'neopl appendiceal','appendiceal')
-INSERT INTO CUI_TERMS VALUES(3614,0,2,'appendix neoplasm','appendix')
-INSERT INTO CUI_TERMS VALUES(3614,0,2,'appendiceal neoplasms','appendiceal')
-INSERT INTO CUI_TERMS VALUES(3614,2,3,'tumour of appendix','appendix')
-INSERT INTO CUI_TERMS VALUES(3614,0,2,'appendix tumors','appendix')
-INSERT INTO CUI_TERMS VALUES(3615,0,1,'appendicitis','appendicitis')
-INSERT INTO CUI_TERMS VALUES(3617,0,1,'appendix','appendix')
-INSERT INTO CUI_TERMS VALUES(3618,0,1,'appetites','appetites')
-INSERT INTO CUI_TERMS VALUES(3618,0,1,'appetite','appetite')
-INSERT INTO CUI_TERMS VALUES(3618,0,3,'desire for food','desire')
-INSERT INTO CUI_TERMS VALUES(3620,0,2,'anorectic agent','anorectic')
-INSERT INTO CUI_TERMS VALUES(3620,1,2,'appetite suppressants','suppressants')
-INSERT INTO CUI_TERMS VALUES(3620,0,1,'anorexiants','anorexiants')
-INSERT INTO CUI_TERMS VALUES(3620,0,2,'anorexic agent','anorexic')
-INSERT INTO CUI_TERMS VALUES(3620,2,3,'drugs , anorexic','anorexic')
-INSERT INTO CUI_TERMS VALUES(3620,0,2,'anorexigenic drugs','anorexigenic')
-INSERT INTO CUI_TERMS VALUES(3620,2,3,'appetite drugs suppressants','suppressants')
-INSERT INTO CUI_TERMS VALUES(3620,2,4,'appetite - suppressant drugs','suppressant')
-INSERT INTO CUI_TERMS VALUES(3620,0,2,'anorexigenic drug','anorexigenic')
-INSERT INTO CUI_TERMS VALUES(3620,1,2,'appetite depress','depress')
-INSERT INTO CUI_TERMS VALUES(3620,2,3,'agents , anorectic','anorectic')
-INSERT INTO CUI_TERMS VALUES(3620,4,5,'drugs , appetite - suppressant','suppressant')
-INSERT INTO CUI_TERMS VALUES(3620,1,2,'appetite depressant','depressant')
-INSERT INTO CUI_TERMS VALUES(3620,1,2,'agents anorexic','anorexic')
-INSERT INTO CUI_TERMS VALUES(3620,1,2,'appetite suppressant','suppressant')
-INSERT INTO CUI_TERMS VALUES(3620,0,2,'anorectic agents','anorectic')
-INSERT INTO CUI_TERMS VALUES(3620,0,1,'anorexics','anorexics')
-INSERT INTO CUI_TERMS VALUES(3620,4,5,'drugs , appetite - depressing','depressing')
-INSERT INTO CUI_TERMS VALUES(3620,0,3,'depressants , appetite','depressants')
-INSERT INTO CUI_TERMS VALUES(3620,0,2,'anorexic drugs','anorexic')
-INSERT INTO CUI_TERMS VALUES(3620,1,3,'appetite depressing drugs','depressing')
-INSERT INTO CUI_TERMS VALUES(3620,2,4,'appetite - depressing drugs','depressing')
-INSERT INTO CUI_TERMS VALUES(3620,0,1,'anorexiant','anorexiant')
-INSERT INTO CUI_TERMS VALUES(3620,0,3,'suppressants , appetite','suppressants')
-INSERT INTO CUI_TERMS VALUES(3620,0,1,'anorectics','anorectics')
-INSERT INTO CUI_TERMS VALUES(3620,1,2,'appetite depressants','depressants')
-INSERT INTO CUI_TERMS VALUES(3620,2,3,'drugs , anorexigenic','anorexigenic')
-INSERT INTO CUI_TERMS VALUES(3622,0,3,'regulation of appetite','regulation')
-INSERT INTO CUI_TERMS VALUES(3622,0,2,'reg appetite','reg')
-INSERT INTO CUI_TERMS VALUES(3622,1,2,'appetite reg','reg')
-INSERT INTO CUI_TERMS VALUES(3622,0,2,'appetite control','appetite')
-INSERT INTO CUI_TERMS VALUES(3622,0,3,'regulations , appetite','regulations')
-INSERT INTO CUI_TERMS VALUES(3622,1,2,'appetite regulations','regulations')
-INSERT INTO CUI_TERMS VALUES(3622,1,2,'appetite regulation','regulation')
-INSERT INTO CUI_TERMS VALUES(3622,0,3,'regulation , appetite','regulation')
-INSERT INTO CUI_TERMS VALUES(3635,0,1,'apraxias','apraxias')
-INSERT INTO CUI_TERMS VALUES(3635,0,1,'dyspraxias','dyspraxias')
-INSERT INTO CUI_TERMS VALUES(3635,0,1,'apraxia','apraxia')
-INSERT INTO CUI_TERMS VALUES(3635,0,1,'dyspraxia','dyspraxia')
-INSERT INTO CUI_TERMS VALUES(3639,0,1,'aprindinum','aprindinum')
-INSERT INTO CUI_TERMS VALUES(3639,0,1,'aprindina','aprindina')
-INSERT INTO CUI_TERMS VALUES(3639,0,1,'aprindine','aprindine')
-INSERT INTO CUI_TERMS VALUES(3640,1,2,'o isopropoxyphenylmethylcarbamate','isopropoxyphenylmethylcarbamate')
-INSERT INTO CUI_TERMS VALUES(3640,2,3,'o - isopropoxyphenylmethylcarbamate','isopropoxyphenylmethylcarbamate')
-INSERT INTO CUI_TERMS VALUES(3640,0,1,'propoxur','propoxur')
-INSERT INTO CUI_TERMS VALUES(3641,0,4,'kunitz pancreatic trypsin inhibitor','kunitz')
-INSERT INTO CUI_TERMS VALUES(3641,2,4,'basic pancreatic trypsin inhib','trypsin')
-INSERT INTO CUI_TERMS VALUES(3641,0,1,'aprotinin','aprotinin')
-INSERT INTO CUI_TERMS VALUES(3641,2,5,'inactivator , kallikrein - trypsin','kallikrein')
-INSERT INTO CUI_TERMS VALUES(3641,0,4,'kunitz pancreatic trypsin inhib','kunitz')
-INSERT INTO CUI_TERMS VALUES(3641,0,1,'bpti','bpti')
-INSERT INTO CUI_TERMS VALUES(3641,2,4,'bovine pancreatic trypsin inhib','trypsin')
-INSERT INTO CUI_TERMS VALUES(3641,0,3,'kallikrein trypsin inactivator','kallikrein')
-INSERT INTO CUI_TERMS VALUES(3641,0,4,'kallikrein - trypsin inactivator','kallikrein')
-INSERT INTO CUI_TERMS VALUES(3641,0,6,'trypsin inhibitor , basic , pancreatic','trypsin')
-INSERT INTO CUI_TERMS VALUES(3641,2,4,'bovine pancreatic trypsin inhibitor','trypsin')
-INSERT INTO CUI_TERMS VALUES(3641,0,5,'trypsin inhibitor , pancreatic basic','trypsin')
-INSERT INTO CUI_TERMS VALUES(3641,3,6,'trypsin inhibitor , kunitz , pancreatic','kunitz')
-INSERT INTO CUI_TERMS VALUES(3641,2,4,'basic pancreatic trypsin inhibitor','trypsin')
-INSERT INTO CUI_TERMS VALUES(3641,2,4,'trypsin inhib kunitz pancreatic','kunitz')
-INSERT INTO CUI_TERMS VALUES(3650,3,5,'neoplasm of diffuse neuroendocrine system','neuroendocrine')
-INSERT INTO CUI_TERMS VALUES(3650,4,6,'amine precursor uptake and decarboxylation tumours','decarboxylation')
-INSERT INTO CUI_TERMS VALUES(3650,4,6,'neoplasm of the diffuse neuroendocrine system','neuroendocrine')
-INSERT INTO CUI_TERMS VALUES(3650,0,1,'apudomas','apudomas')
-INSERT INTO CUI_TERMS VALUES(3650,0,1,'apudoma','apudoma')
-INSERT INTO CUI_TERMS VALUES(3652,0,3,'diphosphohydrolase , atp','diphosphohydrolase')
-INSERT INTO CUI_TERMS VALUES(3652,2,3,'atp - diphosphatase','diphosphatase')
-INSERT INTO CUI_TERMS VALUES(3652,0,1,'apyrase','apyrase')
-INSERT INTO CUI_TERMS VALUES(3652,1,2,'atp diphosphohydrolase','diphosphohydrolase')
-INSERT INTO CUI_TERMS VALUES(3652,0,3,'diphosphatase , adenosine','diphosphatase')
-INSERT INTO CUI_TERMS VALUES(3652,1,2,'atp diphosphatase','diphosphatase')
-INSERT INTO CUI_TERMS VALUES(3652,1,2,'adp phosphohydrolase','phosphohydrolase')
-INSERT INTO CUI_TERMS VALUES(3652,0,1,'adpase','adpase')
-INSERT INTO CUI_TERMS VALUES(3652,0,3,'phosphohydrolase , adp','phosphohydrolase')
-INSERT INTO CUI_TERMS VALUES(3652,1,2,'adenosine diphosphatase','diphosphatase')
-INSERT INTO CUI_TERMS VALUES(3663,3,5,'vitamin b > 12b <','12b')
-INSERT INTO CUI_TERMS VALUES(3663,5,10,'vitamin b < sub > 12b < / sub >','12b')
-INSERT INTO CUI_TERMS VALUES(3663,0,1,'aquacobalamin','aquacobalamin')
-INSERT INTO CUI_TERMS VALUES(3663,1,2,'vitamin b12b','b12b')
-INSERT INTO CUI_TERMS VALUES(3663,0,1,'aquocobalamin','aquocobalamin')
-INSERT INTO CUI_TERMS VALUES(3682,0,1,'arabinose','arabinose')
-INSERT INTO CUI_TERMS VALUES(3691,0,3,'lipoxygenase a 12','lipoxygenase')
-INSERT INTO CUI_TERMS VALUES(3691,0,3,'arachidonate lipoxygenase 12','arachidonate')
-INSERT INTO CUI_TERMS VALUES(3691,1,2,'12 lipoxygenase','lipoxygenase')
-INSERT INTO CUI_TERMS VALUES(3691,2,3,'12 - lipoxygenase','lipoxygenase')
-INSERT INTO CUI_TERMS VALUES(3692,1,2,'15 lipoxygenase','lipoxygenase')
-INSERT INTO CUI_TERMS VALUES(3692,0,5,'arachidonate omega - 6 lipoxygenase','arachidonate')
-INSERT INTO CUI_TERMS VALUES(3692,2,3,'15 - lox','lox')
-INSERT INTO CUI_TERMS VALUES(3692,0,1,'alox15','alox15')
-INSERT INTO CUI_TERMS VALUES(3692,0,3,'arachidonate lipoxygenase 15','arachidonate')
-INSERT INTO CUI_TERMS VALUES(3692,0,3,'lipoxygenase a 15','lipoxygenase')
-INSERT INTO CUI_TERMS VALUES(3692,2,3,'15 - lipoxygenase','lipoxygenase')
-INSERT INTO CUI_TERMS VALUES(3693,1,3,'leukotriene a4 synthase','a4')
-INSERT INTO CUI_TERMS VALUES(3693,1,3,'leukotriene a4 synthetase','a4')
-INSERT INTO CUI_TERMS VALUES(3693,0,1,'alox5','alox5')
-INSERT INTO CUI_TERMS VALUES(3693,2,3,'5 - lo','lo')
-INSERT INTO CUI_TERMS VALUES(3693,3,4,'synthetase , leukotriene a4','a4')
-INSERT INTO CUI_TERMS VALUES(3693,2,3,'synthase , lta4','lta4')
-INSERT INTO CUI_TERMS VALUES(3693,3,4,'synthase , leukotriene a4','a4')
-INSERT INTO CUI_TERMS VALUES(3693,0,3,'lipoxygenase a 05','lipoxygenase')
-INSERT INTO CUI_TERMS VALUES(3693,2,3,'5 - lipoxygenase','lipoxygenase')
-INSERT INTO CUI_TERMS VALUES(3693,1,2,'5 lipoxygenase','lipoxygenase')
-INSERT INTO CUI_TERMS VALUES(3693,0,2,'leukotriene synthase','leukotriene')
-INSERT INTO CUI_TERMS VALUES(3693,0,3,'arachidonate lipoxygenase 05','arachidonate')
-INSERT INTO CUI_TERMS VALUES(3693,2,4,'synthase , leukotriene a','leukotriene')
-INSERT INTO CUI_TERMS VALUES(3693,0,2,'lta4 synthase','lta4')
-INSERT INTO CUI_TERMS VALUES(3693,0,3,'leukotriene a synthase','leukotriene')
-INSERT INTO CUI_TERMS VALUES(3695,0,2,'vitamin f','vitamin')
-INSERT INTO CUI_TERMS VALUES(3695,0,2,'arachidonic acid','arachidonic')
-INSERT INTO CUI_TERMS VALUES(3695,0,2,'eicosatetraenoic acid','eicosatetraenoic')
-INSERT INTO CUI_TERMS VALUES(3695,1,2,'acid arachidonic','arachidonic')
-INSERT INTO CUI_TERMS VALUES(3705,0,1,'araneism','araneism')
-INSERT INTO CUI_TERMS VALUES(3705,0,1,'arachnidism','arachnidism')
-INSERT INTO CUI_TERMS VALUES(3705,3,5,'poisoning caused by venomous spider','venomous')
-INSERT INTO CUI_TERMS VALUES(3705,3,5,'poisoning due to venomous spider','venomous')
-INSERT INTO CUI_TERMS VALUES(3706,0,1,'arachnodactyly','arachnodactyly')
-INSERT INTO CUI_TERMS VALUES(3706,1,3,'long slender fingers','slender')
-INSERT INTO CUI_TERMS VALUES(3706,1,2,'hand spiderlike','spiderlike')
-INSERT INTO CUI_TERMS VALUES(3706,1,2,'fingers spider','spider')
-INSERT INTO CUI_TERMS VALUES(3706,0,2,'spider fingers','spider')
-INSERT INTO CUI_TERMS VALUES(3706,0,1,'dolichostenomelia','dolichostenomelia')
-INSERT INTO CUI_TERMS VALUES(3706,2,4,'long and slender fingers','slender')
-INSERT INTO CUI_TERMS VALUES(3706,0,1,'arachnodactylies','arachnodactylies')
-INSERT INTO CUI_TERMS VALUES(3706,0,2,'spider finger','spider')
-INSERT INTO CUI_TERMS VALUES(3706,2,4,'long , slender fingers','slender')
-INSERT INTO CUI_TERMS VALUES(3707,0,2,'arachnoidea mater','arachnoidea')
-INSERT INTO CUI_TERMS VALUES(3707,0,1,'arachnoids','arachnoids')
-INSERT INTO CUI_TERMS VALUES(3707,0,1,'arachnoid','arachnoid')
-INSERT INTO CUI_TERMS VALUES(3708,0,1,'arachnitis','arachnitis')
-INSERT INTO CUI_TERMS VALUES(3708,0,3,'arachnoid membrane inflammation','arachnoid')
-INSERT INTO CUI_TERMS VALUES(3708,2,3,'arachnoid membrane inflammations','inflammations')
-INSERT INTO CUI_TERMS VALUES(3708,0,1,'arachnoiditis','arachnoiditis')
-INSERT INTO CUI_TERMS VALUES(3708,2,4,'inflammation , arachnoid membrane','arachnoid')
-INSERT INTO CUI_TERMS VALUES(3708,0,3,'arachnoid membrane inflamm','arachnoid')
-INSERT INTO CUI_TERMS VALUES(3708,0,4,'inflammations , arachnoid membrane','inflammations')
-INSERT INTO CUI_TERMS VALUES(3708,0,1,'arachnoiditides','arachnoiditides')
-INSERT INTO CUI_TERMS VALUES(3708,1,3,'inflamm arachnoid membrane','arachnoid')
-INSERT INTO CUI_TERMS VALUES(3721,0,3,'arbovirus haemorrhagic fever','arbovirus')
-INSERT INTO CUI_TERMS VALUES(3721,0,3,'arbovirus hemorrhagic fever','arbovirus')
-INSERT INTO CUI_TERMS VALUES(3721,0,5,'arthropod - borne hemorrhagic fever','arthropod')
-INSERT INTO CUI_TERMS VALUES(3721,0,3,'arboviral haemorrhagic fever','arboviral')
-INSERT INTO CUI_TERMS VALUES(3721,0,3,'arboviral hemorrhagic fever','arboviral')
-INSERT INTO CUI_TERMS VALUES(3721,0,5,'arthropod - borne haemorrhagic fever','arthropod')
-INSERT INTO CUI_TERMS VALUES(3723,0,5,'arthropod - borne viral infection','arthropod')
-INSERT INTO CUI_TERMS VALUES(3723,0,2,'arbovirus infect','arbovirus')
-INSERT INTO CUI_TERMS VALUES(3723,0,2,'arboviral disease','arboviral')
-INSERT INTO CUI_TERMS VALUES(3723,2,3,'infections , arbovirus','arbovirus')
-INSERT INTO CUI_TERMS VALUES(3723,2,3,'infection , arbovirus','arbovirus')
-INSERT INTO CUI_TERMS VALUES(3723,0,2,'arbovirus infection','arbovirus')
-INSERT INTO CUI_TERMS VALUES(3723,0,5,'arthropod - borne viral diseases','arthropod')
-INSERT INTO CUI_TERMS VALUES(3723,0,2,'arbovirus infections','arbovirus')
-INSERT INTO CUI_TERMS VALUES(3729,4,9,'beta - d - glucopyranoside , 4 - hydroxyphenyl','glucopyranoside')
-INSERT INTO CUI_TERMS VALUES(3729,0,1,'arbutoside','arbutoside')
-INSERT INTO CUI_TERMS VALUES(3729,0,1,'arbutinum','arbutinum')
-INSERT INTO CUI_TERMS VALUES(3729,0,1,'ursin','ursin')
-INSERT INTO CUI_TERMS VALUES(3729,0,1,'arbutin','arbutin')
-INSERT INTO CUI_TERMS VALUES(3741,0,3,'infundibular hypothalamic nucleus','infundibular')
-INSERT INTO CUI_TERMS VALUES(3741,0,3,'arcuate hypothalamic nucleus','arcuate')
-INSERT INTO CUI_TERMS VALUES(3741,0,2,'infundibular nucleus','infundibular')
-INSERT INTO CUI_TERMS VALUES(3741,1,2,'nucleus arcuatus','arcuatus')
-INSERT INTO CUI_TERMS VALUES(3741,2,3,'nucleus , infundibular','infundibular')
-INSERT INTO CUI_TERMS VALUES(3741,0,2,'arcuate nucleus','arcuate')
-INSERT INTO CUI_TERMS VALUES(3741,0,2,'periventricular nucleus','periventricular')
-INSERT INTO CUI_TERMS VALUES(3741,1,2,'nucleus semilunaris','semilunaris')
-INSERT INTO CUI_TERMS VALUES(3741,2,3,'nucleus , arcuate','arcuate')
-INSERT INTO CUI_TERMS VALUES(3741,1,2,'nucleus infundibularis','infundibularis')
-INSERT INTO CUI_TERMS VALUES(3741,0,1,'arch','arch')
-INSERT INTO CUI_TERMS VALUES(3742,0,2,'arcus cornea','arcus')
-INSERT INTO CUI_TERMS VALUES(3742,1,2,'arcus lipoidis','lipoidis')
-INSERT INTO CUI_TERMS VALUES(3742,1,2,'arcus corneae','corneae')
-INSERT INTO CUI_TERMS VALUES(3742,1,2,'arcus senilis','senilis')
-INSERT INTO CUI_TERMS VALUES(3742,1,2,'corneal annulus','annulus')
-INSERT INTO CUI_TERMS VALUES(3742,1,2,'cornea arcus','arcus')
-INSERT INTO CUI_TERMS VALUES(3742,0,3,'arcus of cornea','arcus')
-INSERT INTO CUI_TERMS VALUES(3742,0,3,'arcus , corneal','arcus')
-INSERT INTO CUI_TERMS VALUES(3742,0,1,'gerontoxon','gerontoxon')
-INSERT INTO CUI_TERMS VALUES(3742,1,2,'corneal arcus','arcus')
-INSERT INTO CUI_TERMS VALUES(3742,1,2,'anterior embryotoxon','embryotoxon')
-INSERT INTO CUI_TERMS VALUES(3742,0,2,'arcus corneal','arcus')
-INSERT INTO CUI_TERMS VALUES(3753,0,1,'arecolin','arecolin')
-INSERT INTO CUI_TERMS VALUES(3753,0,1,'arecholine','arecholine')
-INSERT INTO CUI_TERMS VALUES(3753,0,1,'arecaline','arecaline')
-INSERT INTO CUI_TERMS VALUES(3753,0,1,'arecoline','arecoline')
-INSERT INTO CUI_TERMS VALUES(3753,0,1,'arecholin','arecholin')
-INSERT INTO CUI_TERMS VALUES(3753,0,1,'methylarecaidin','methylarecaidin')
-INSERT INTO CUI_TERMS VALUES(3756,3,4,'disease caused by arenavirus','arenavirus')
-INSERT INTO CUI_TERMS VALUES(3756,2,3,'infections , arenaviridae','arenaviridae')
-INSERT INTO CUI_TERMS VALUES(3756,1,2,'infect arenaviridae','arenaviridae')
-INSERT INTO CUI_TERMS VALUES(3756,3,4,'disease due to arenavirus','arenavirus')
-INSERT INTO CUI_TERMS VALUES(3756,2,3,'infection , arenaviridae','arenaviridae')
-INSERT INTO CUI_TERMS VALUES(3756,0,2,'arenaviridae infect','arenaviridae')
-INSERT INTO CUI_TERMS VALUES(3756,0,2,'arenaviridae infections','arenaviridae')
-INSERT INTO CUI_TERMS VALUES(3756,0,2,'arenaviridae infection','arenaviridae')
-INSERT INTO CUI_TERMS VALUES(3762,2,4,'liver derived inhibitory protein','inhibitory')
-INSERT INTO CUI_TERMS VALUES(3762,1,3,'liver immunoregulatory protein','immunoregulatory')
-INSERT INTO CUI_TERMS VALUES(3762,0,4,'proliferation inhibitor , hepatic','proliferation')
-INSERT INTO CUI_TERMS VALUES(3762,2,3,'l arginine amidinohydrolase','amidinohydrolase')
-INSERT INTO CUI_TERMS VALUES(3762,3,4,'inhibitor , hepatic proliferation','proliferation')
-INSERT INTO CUI_TERMS VALUES(3762,0,1,'arginase','arginase')
-INSERT INTO CUI_TERMS VALUES(3762,3,4,'l - arginine amidinohydrolase','amidinohydrolase')
-INSERT INTO CUI_TERMS VALUES(3762,1,2,'arginine amidinase','amidinase')
-INSERT INTO CUI_TERMS VALUES(3762,1,3,'hepatic proliferation inhib','proliferation')
-INSERT INTO CUI_TERMS VALUES(3762,1,3,'hepatic proliferation inhibitor','proliferation')
-INSERT INTO CUI_TERMS VALUES(3762,0,4,'immunoregulatory protein , liver','immunoregulatory')
-INSERT INTO CUI_TERMS VALUES(3762,0,1,'canavanase','canavanase')
-INSERT INTO CUI_TERMS VALUES(3762,0,6,'inhibitory protein , liver - derived','inhibitory')
-INSERT INTO CUI_TERMS VALUES(3762,3,4,'protein , liver immunoregulatory','immunoregulatory')
-INSERT INTO CUI_TERMS VALUES(3762,3,5,'liver - derived inhibitory protein','inhibitory')
-INSERT INTO CUI_TERMS VALUES(3762,5,6,'protein , liver - derived inhibitory','inhibitory')
-INSERT INTO CUI_TERMS VALUES(3765,2,3,'l - arginin','arginin')
-INSERT INTO CUI_TERMS VALUES(3765,0,1,'arginine','arginine')
-INSERT INTO CUI_TERMS VALUES(3765,0,1,'arg','arg')
-INSERT INTO CUI_TERMS VALUES(3765,4,8,'amino - 5 - guanidino - pentanoic acid','guanidino')
-INSERT INTO CUI_TERMS VALUES(3766,0,2,'kininase i','kininase')
-INSERT INTO CUI_TERMS VALUES(3766,0,2,'carboxypeptidase n','carboxypeptidase')
-INSERT INTO CUI_TERMS VALUES(3766,0,1,'bradykininase','bradykininase')
-INSERT INTO CUI_TERMS VALUES(3766,0,2,'anaphylatoxin inactivator','anaphylatoxin')
-INSERT INTO CUI_TERMS VALUES(3766,0,3,'carboxypeptidase , lysine','carboxypeptidase')
-INSERT INTO CUI_TERMS VALUES(3766,2,3,'inactivator , anaphylatoxin','anaphylatoxin')
-INSERT INTO CUI_TERMS VALUES(3766,1,2,'lysine carboxypeptidase','carboxypeptidase')
-INSERT INTO CUI_TERMS VALUES(3768,2,3,'kinase , arginine','arginine')
-INSERT INTO CUI_TERMS VALUES(3768,0,2,'arginine kinase','arginine')
-INSERT INTO CUI_TERMS VALUES(3775,2,3,'lyase , argininosuccinate','argininosuccinate')
-INSERT INTO CUI_TERMS VALUES(3775,0,2,'arginosuccinate lyase','arginosuccinate')
-INSERT INTO CUI_TERMS VALUES(3775,5,10,'n - ( l - argininosuccinate ) arginine - lyase','argininosuccinate')
-INSERT INTO CUI_TERMS VALUES(3775,0,1,'arginosuccinase','arginosuccinase')
-INSERT INTO CUI_TERMS VALUES(3775,0,1,'argininosuccinase','argininosuccinase')
-INSERT INTO CUI_TERMS VALUES(3775,0,2,'argininosuccinate lyase','argininosuccinate')
-INSERT INTO CUI_TERMS VALUES(3776,2,3,'synthase , argininosuccinate','argininosuccinate')
-INSERT INTO CUI_TERMS VALUES(3776,0,2,'argininosuccinate synthetase','argininosuccinate')
-INSERT INTO CUI_TERMS VALUES(3776,0,2,'arginosuccinate synthase','arginosuccinate')
-INSERT INTO CUI_TERMS VALUES(3776,2,3,'synthetase , argininosuccinate','argininosuccinate')
-INSERT INTO CUI_TERMS VALUES(3776,0,2,'argininosuccinate synthase','argininosuccinate')
-INSERT INTO CUI_TERMS VALUES(3777,2,3,'acid , argininosuccinic','argininosuccinic')
-INSERT INTO CUI_TERMS VALUES(3777,0,2,'arginosuccinic acid','arginosuccinic')
-INSERT INTO CUI_TERMS VALUES(3777,0,2,'argininosuccinic acid','argininosuccinic')
-INSERT INTO CUI_TERMS VALUES(3778,0,6,'arginine - transfer ribonucleic acid ligase','arginine')
-INSERT INTO CUI_TERMS VALUES(3778,2,5,'synthetase , arginyl - trna','arginyl')
-INSERT INTO CUI_TERMS VALUES(3778,0,4,'arg - trna ligase','arg')
-INSERT INTO CUI_TERMS VALUES(3778,0,3,'arg trna ligase','arg')
-INSERT INTO CUI_TERMS VALUES(3778,0,4,'arginyl t rna synthetase','arginyl')
-INSERT INTO CUI_TERMS VALUES(3778,0,3,'arginine trna ligase','arginine')
-INSERT INTO CUI_TERMS VALUES(3778,0,4,'arginyl - trna synthetase','arginyl')
-INSERT INTO CUI_TERMS VALUES(3778,2,5,'ligase , arginine - trna','arginine')
-INSERT INTO CUI_TERMS VALUES(3778,0,3,'arginyl trna synthetase','arginyl')
-INSERT INTO CUI_TERMS VALUES(3778,0,4,'arginyi - trna synthetase','arginyi')
-INSERT INTO CUI_TERMS VALUES(3778,0,4,'arginine - trna ligase','arginine')
-INSERT INTO CUI_TERMS VALUES(3778,2,5,'ligase , arg - trna','arg')
-INSERT INTO CUI_TERMS VALUES(3779,1,2,'arginine vasopressor','vasopressor')
-INSERT INTO CUI_TERMS VALUES(3779,0,1,'argipressin','argipressin')
-INSERT INTO CUI_TERMS VALUES(3779,0,1,'avp','avp')
-INSERT INTO CUI_TERMS VALUES(3781,0,2,'ar element','ar')
-INSERT INTO CUI_TERMS VALUES(3781,0,1,'argon','argon')
-INSERT INTO CUI_TERMS VALUES(3782,0,3,'deposition of silver','deposition')
-INSERT INTO CUI_TERMS VALUES(3782,0,2,'silver poisoning','silver')
-INSERT INTO CUI_TERMS VALUES(3782,0,1,'argyrias','argyrias')
-INSERT INTO CUI_TERMS VALUES(3782,0,1,'argyria','argyria')
-INSERT INTO CUI_TERMS VALUES(3782,0,1,'argyrosis','argyrosis')
-INSERT INTO CUI_TERMS VALUES(3793,0,4,'bones of upper extremity','bones')
-INSERT INTO CUI_TERMS VALUES(3793,2,3,'upper limb skeleton','skeleton')
-INSERT INTO CUI_TERMS VALUES(3793,4,5,'bone of the upper extremity','extremity')
-INSERT INTO CUI_TERMS VALUES(3793,3,4,'bone of upper extremity','extremity')
-INSERT INTO CUI_TERMS VALUES(3793,2,3,'upper extremity bones','bones')
-INSERT INTO CUI_TERMS VALUES(3793,4,5,'bone structure of upper limb','limb')
-INSERT INTO CUI_TERMS VALUES(3793,1,3,'upper extremity bone','extremity')
-INSERT INTO CUI_TERMS VALUES(3793,0,3,'ossa membri superioris','ossa')
-INSERT INTO CUI_TERMS VALUES(3793,0,4,'bones of upper limb','bones')
-INSERT INTO CUI_TERMS VALUES(3793,0,4,'skeleton of upper limb','skeleton')
-INSERT INTO CUI_TERMS VALUES(3794,1,3,'upper limb injury','limb')
-INSERT INTO CUI_TERMS VALUES(3794,0,3,'injuries , arm','injuries')
-INSERT INTO CUI_TERMS VALUES(3794,0,2,'inj arm','inj')
-INSERT INTO CUI_TERMS VALUES(3794,3,4,'injury of upper extremity','extremity')
-INSERT INTO CUI_TERMS VALUES(3794,1,2,'injury arm','arm')
-INSERT INTO CUI_TERMS VALUES(3794,0,3,'extremities injuries upper','extremities')
-INSERT INTO CUI_TERMS VALUES(3794,1,2,'arm injuries','injuries')
-INSERT INTO CUI_TERMS VALUES(3794,1,2,'arm inj','inj')
-INSERT INTO CUI_TERMS VALUES(3794,2,3,'injury upper extremity','extremity')
-INSERT INTO CUI_TERMS VALUES(3794,1,3,'injury limb upper','limb')
-INSERT INTO CUI_TERMS VALUES(3794,3,4,'injury of upper limb','limb')
-INSERT INTO CUI_TERMS VALUES(3794,0,2,'arm injury','arm')
-INSERT INTO CUI_TERMS VALUES(3794,0,3,'injuries limb upper','injuries')
-INSERT INTO CUI_TERMS VALUES(3794,0,3,'extremity upper injury','extremity')
-INSERT INTO CUI_TERMS VALUES(3794,1,3,'upper extremity injury','extremity')
-INSERT INTO CUI_TERMS VALUES(3794,2,3,'injury , arm','arm')
-INSERT INTO CUI_TERMS VALUES(3803,2,5,'malformation , arnold - chiari','arnold')
-INSERT INTO CUI_TERMS VALUES(3803,0,3,'arnold chiari syndrome','arnold')
-INSERT INTO CUI_TERMS VALUES(3803,2,4,'malformation , arnold chiari','arnold')
-INSERT INTO CUI_TERMS VALUES(3803,0,2,'chiari malformation','chiari')
-INSERT INTO CUI_TERMS VALUES(3803,0,4,'arnold - chiari deformity','arnold')
-INSERT INTO CUI_TERMS VALUES(3803,2,5,'syndrome , arnold - chiari','arnold')
-INSERT INTO CUI_TERMS VALUES(3803,0,3,'cerebellomedullary malformation syndrome','cerebellomedullary')
-INSERT INTO CUI_TERMS VALUES(3803,0,2,'chiari malformations','chiari')
-INSERT INTO CUI_TERMS VALUES(3803,2,5,'deformity , arnold - chiari','arnold')
-INSERT INTO CUI_TERMS VALUES(3803,0,3,'arnold chiari deformity','arnold')
-INSERT INTO CUI_TERMS VALUES(3803,0,4,'arnold - chiari syndrome','arnold')
-INSERT INTO CUI_TERMS VALUES(3805,0,1,'cypxix','cypxix')
-INSERT INTO CUI_TERMS VALUES(3805,1,3,'cytochrome p450 19','p450')
-INSERT INTO CUI_TERMS VALUES(3805,0,2,'cyp 19','cyp')
-INSERT INTO CUI_TERMS VALUES(3805,0,7,'ec 1 . 14 . 14 .1','ec')
-INSERT INTO CUI_TERMS VALUES(3805,0,1,'p450arom','p450arom')
-INSERT INTO CUI_TERMS VALUES(3805,0,1,'aromatase','aromatase')
-INSERT INTO CUI_TERMS VALUES(3805,0,1,'cyp19','cyp19')
-INSERT INTO CUI_TERMS VALUES(3805,0,2,'estrogen synthetase','estrogen')
-INSERT INTO CUI_TERMS VALUES(3805,0,2,'cyp 019','cyp')
-INSERT INTO CUI_TERMS VALUES(3805,0,1,'aromatases','aromatases')
-INSERT INTO CUI_TERMS VALUES(3805,0,1,'cyp19a1','cyp19a1')
-INSERT INTO CUI_TERMS VALUES(3805,0,2,'estrogen synthase','estrogen')
-INSERT INTO CUI_TERMS VALUES(3806,0,2,'dopa decarboxylase','dopa')
-INSERT INTO CUI_TERMS VALUES(3806,2,3,'decarboxylase , dopa','dopa')
-INSERT INTO CUI_TERMS VALUES(3810,0,1,'arrhenoblastomas','arrhenoblastomas')
-INSERT INTO CUI_TERMS VALUES(3810,1,6,'ovarian sertoli - leydig cell neoplasm','sertoli')
-INSERT INTO CUI_TERMS VALUES(3810,0,6,'sertoli - leydig neoplasm of ovary','sertoli')
-INSERT INTO CUI_TERMS VALUES(3810,0,1,'androblastoma','androblastoma')
-INSERT INTO CUI_TERMS VALUES(3810,0,7,'sertoli - leydig cell tumor of ovary','sertoli')
-INSERT INTO CUI_TERMS VALUES(3810,1,6,'ovarian sertoli - leydig cell tumor','sertoli')
-INSERT INTO CUI_TERMS VALUES(3810,0,7,'sertoli - leydig cell tumour of ovary','sertoli')
-INSERT INTO CUI_TERMS VALUES(3810,0,1,'arrhenoblastoma','arrhenoblastoma')
-INSERT INTO CUI_TERMS VALUES(3810,0,7,'sertoli - leydig neoplasm of the ovary','sertoli')
-INSERT INTO CUI_TERMS VALUES(3810,0,1,'androblastomas','androblastomas')
-INSERT INTO CUI_TERMS VALUES(3810,0,8,'sertoli - leydig cell tumor of the ovary','sertoli')
-INSERT INTO CUI_TERMS VALUES(3810,2,6,'cell ovary sertoli - leydig tumor','sertoli')
-INSERT INTO CUI_TERMS VALUES(3811,0,1,'dysrhythmia','dysrhythmia')
-INSERT INTO CUI_TERMS VALUES(3811,1,4,'ectopic beats all types','beats')
-INSERT INTO CUI_TERMS VALUES(3811,1,3,'cardiac rhythm disturbance','rhythm')
-INSERT INTO CUI_TERMS VALUES(3811,0,1,'arrythmia','arrythmia')
-INSERT INTO CUI_TERMS VALUES(3811,0,1,'arrhythmias','arrhythmias')
-INSERT INTO CUI_TERMS VALUES(3811,0,1,'arrhythmia','arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3811,0,1,'dysrhythmias','dysrhythmias')
-INSERT INTO CUI_TERMS VALUES(3811,2,3,'abnormal heart rhythms','rhythms')
-INSERT INTO CUI_TERMS VALUES(3811,3,4,'disorder of heart rhythm','rhythm')
-INSERT INTO CUI_TERMS VALUES(3811,2,3,'cardiac rhythm disturbances','disturbances')
-INSERT INTO CUI_TERMS VALUES(3811,1,3,'heart rhythm disorders','rhythm')
-INSERT INTO CUI_TERMS VALUES(3813,0,3,'arrhythmias , sinus','arrhythmias')
-INSERT INTO CUI_TERMS VALUES(3813,0,2,'arrythmia sinus','arrythmia')
-INSERT INTO CUI_TERMS VALUES(3813,0,3,'arrhythmia , sinus','arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3813,1,2,'sinus arrhythmia','arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3813,0,3,'arrhythmias , sinoatrial','arrhythmias')
-INSERT INTO CUI_TERMS VALUES(3813,1,2,'sinoatrial arrhythmias','arrhythmias')
-INSERT INTO CUI_TERMS VALUES(3813,1,2,'sinus arrhythmias','arrhythmias')
-INSERT INTO CUI_TERMS VALUES(3813,0,2,'sinoatrial arrhythmia','sinoatrial')
-INSERT INTO CUI_TERMS VALUES(3813,0,2,'arrhythmia sinus','arrhythmia')
-INSERT INTO CUI_TERMS VALUES(3813,1,2,'sinus arrythmia','arrythmia')
-INSERT INTO CUI_TERMS VALUES(3813,0,2,'arrythmias sinus','arrythmias')
-INSERT INTO CUI_TERMS VALUES(3813,2,3,'arrhythmia , sinoatrial','sinoatrial')
-INSERT INTO CUI_TERMS VALUES(3814,4,5,'acid , 4 - aminobenzenearsonic','aminobenzenearsonic')
-INSERT INTO CUI_TERMS VALUES(3814,2,4,'4 - aminobenzenearsonic acid','aminobenzenearsonic')
-INSERT INTO CUI_TERMS VALUES(3814,0,1,'pro-gen','pro-gen')
-INSERT INTO CUI_TERMS VALUES(3814,0,2,'arsanilic acid','arsanilic')
-INSERT INTO CUI_TERMS VALUES(3814,1,3,'4 aminobenzenearsonic acid','aminobenzenearsonic')
-INSERT INTO CUI_TERMS VALUES(3814,2,4,'p - aminophenylarsonic acid','aminophenylarsonic')
-INSERT INTO CUI_TERMS VALUES(3814,2,3,'acid , arsanilic','arsanilic')
-INSERT INTO CUI_TERMS VALUES(3814,0,2,'progen 90','progen')
-INSERT INTO CUI_TERMS VALUES(3814,4,5,'acid , p - aminophenylarsonic','aminophenylarsonic')
-INSERT INTO CUI_TERMS VALUES(3814,1,3,'p aminophenylarsonic acid','aminophenylarsonic')
-INSERT INTO CUI_TERMS VALUES(3815,0,1,'thioarsenite','thioarsenite')
-INSERT INTO CUI_TERMS VALUES(3815,0,1,'thiacetarsamide','thiacetarsamide')
-INSERT INTO CUI_TERMS VALUES(3815,2,8,'4 - carbamylphenyl bis ( carboxymethylthio ) arsenite','carbamylphenyl')
-INSERT INTO CUI_TERMS VALUES(3815,0,1,'arsenamide','arsenamide')
-INSERT INTO CUI_TERMS VALUES(3818,1,2,'as element','element')
-INSERT INTO CUI_TERMS VALUES(3818,0,1,'arsenic','arsenic')
-INSERT INTO CUI_TERMS VALUES(3818,0,1,'arsenics','arsenics')
-INSERT INTO CUI_TERMS VALUES(3827,0,4,'arts - based approach','arts')
-INSERT INTO CUI_TERMS VALUES(3827,1,2,'ther art','art')
-INSERT INTO CUI_TERMS VALUES(3827,0,2,'arts therapies','arts')
-INSERT INTO CUI_TERMS VALUES(3827,0,2,'arts therapy','arts')
-INSERT INTO CUI_TERMS VALUES(3827,0,4,'arts - based therapy','arts')
-INSERT INTO CUI_TERMS VALUES(3827,2,3,'therapy , art','art')
-INSERT INTO CUI_TERMS VALUES(3827,0,2,'art therapies','art')
-INSERT INTO CUI_TERMS VALUES(3827,0,2,'art ther','art')
-INSERT INTO CUI_TERMS VALUES(3827,2,3,'therapies , art','art')
-INSERT INTO CUI_TERMS VALUES(3827,0,2,'art therapy','art')
-INSERT INTO CUI_TERMS VALUES(3830,0,2,'benzhexol hydrochloride','benzhexol')
-INSERT INTO CUI_TERMS VALUES(3830,0,2,'trihexyphenidyl hydrochloride','trihexyphenidyl')
-INSERT INTO CUI_TERMS VALUES(3830,0,2,'trihexyphenidyl hcl','trihexyphenidyl')
-INSERT INTO CUI_TERMS VALUES(3834,1,2,'arterial insufficiency','insufficiency')
-INSERT INTO CUI_TERMS VALUES(3834,1,2,'arterial insufficiencies','insufficiencies')
-INSERT INTO CUI_TERMS VALUES(3838,1,3,'arterial occlusive dis','occlusive')
-INSERT INTO CUI_TERMS VALUES(3838,3,4,'diseases , arterial obstructive','obstructive')
-INSERT INTO CUI_TERMS VALUES(3838,0,3,'obstructive arterial disease','obstructive')
-INSERT INTO CUI_TERMS VALUES(3838,1,3,'arterial obstructive diseases','obstructive')
-INSERT INTO CUI_TERMS VALUES(3838,3,4,'disease , arterial occlusive','occlusive')
-INSERT INTO CUI_TERMS VALUES(3838,0,4,'obstructive diseases , arterial','obstructive')
-INSERT INTO CUI_TERMS VALUES(3838,1,3,'arterial obstructive disease','obstructive')
-INSERT INTO CUI_TERMS VALUES(3838,0,3,'occlusive arterial disease','occlusive')
-INSERT INTO CUI_TERMS VALUES(3838,0,4,'occlusive disease , arterial','occlusive')
-INSERT INTO CUI_TERMS VALUES(3838,2,3,'arterial disease occlusive','occlusive')
-INSERT INTO CUI_TERMS VALUES(3838,1,3,'arterial occlusive disease','occlusive')
-INSERT INTO CUI_TERMS VALUES(3838,3,4,'disease , arterial obstructive','obstructive')
-INSERT INTO CUI_TERMS VALUES(3838,0,4,'occlusive diseases , arterial','occlusive')
-INSERT INTO CUI_TERMS VALUES(3838,1,3,'arterial occlusive diseases','occlusive')
-INSERT INTO CUI_TERMS VALUES(3838,1,3,'arterial obstructive dis','obstructive')
-INSERT INTO CUI_TERMS VALUES(3838,3,4,'diseases , arterial occlusive','occlusive')
-INSERT INTO CUI_TERMS VALUES(3838,0,4,'obstructive disease , arterial','obstructive')
-INSERT INTO CUI_TERMS VALUES(3842,0,1,'arteries','arteries')
-INSERT INTO CUI_TERMS VALUES(3842,0,1,'arterial','arterial')
-INSERT INTO CUI_TERMS VALUES(3842,0,1,'artery','artery')
-INSERT INTO CUI_TERMS VALUES(3842,0,1,'arteris','arteris')
-INSERT INTO CUI_TERMS VALUES(3842,0,1,'arteriae','arteriae')
-INSERT INTO CUI_TERMS VALUES(3842,0,1,'arteri','arteri')
-INSERT INTO CUI_TERMS VALUES(3842,0,1,'arteria','arteria')
-INSERT INTO CUI_TERMS VALUES(3844,0,1,'arteriogr','arteriogr')
-INSERT INTO CUI_TERMS VALUES(3844,0,1,'arteriography','arteriography')
-INSERT INTO CUI_TERMS VALUES(3844,0,1,'arteriographies','arteriographies')
-INSERT INTO CUI_TERMS VALUES(3847,0,1,'arteriola','arteriola')
-INSERT INTO CUI_TERMS VALUES(3847,0,1,'arteriole','arteriole')
-INSERT INTO CUI_TERMS VALUES(3847,0,1,'arterioles','arterioles')
-INSERT INTO CUI_TERMS VALUES(3848,0,1,'arteriolitis','arteriolitis')
-INSERT INTO CUI_TERMS VALUES(3850,0,1,'arteriosclerosis','arteriosclerosis')
-INSERT INTO CUI_TERMS VALUES(3850,1,2,'arterial sclerosis','sclerosis')
-INSERT INTO CUI_TERMS VALUES(3850,1,2,'vascular sclerosis','sclerosis')
-INSERT INTO CUI_TERMS VALUES(3850,0,3,'arteriosclerotic vascular disease','arteriosclerotic')
-INSERT INTO CUI_TERMS VALUES(3850,0,1,'arterioscleroses','arterioscleroses')
-INSERT INTO CUI_TERMS VALUES(3851,0,3,'obliterans , arteriosclerosis','obliterans')
-INSERT INTO CUI_TERMS VALUES(3851,1,2,'arteriosclerosis obliterans','obliterans')
-INSERT INTO CUI_TERMS VALUES(3855,0,4,'arterio - venous fistula','arterio')
-INSERT INTO CUI_TERMS VALUES(3855,0,2,'av fistula','av')
-INSERT INTO CUI_TERMS VALUES(3855,0,2,'a-v fistula','a-v')
-INSERT INTO CUI_TERMS VALUES(3855,0,2,'fistulas arteriovenous','fistulas')
-INSERT INTO CUI_TERMS VALUES(3855,2,3,'a v fistula','fistula')
-INSERT INTO CUI_TERMS VALUES(3855,1,2,'fistula arteriovenous','arteriovenous')
-INSERT INTO CUI_TERMS VALUES(3855,0,3,'fistulas , arteriovenous','fistulas')
-INSERT INTO CUI_TERMS VALUES(3855,2,3,'fistula , arteriovenous','arteriovenous')
-INSERT INTO CUI_TERMS VALUES(3855,1,2,'av fistulas','fistulas')
-INSERT INTO CUI_TERMS VALUES(3855,1,2,'arteriovenous fistulas','fistulas')
-INSERT INTO CUI_TERMS VALUES(3855,2,3,'a v fistulas','fistulas')
-INSERT INTO CUI_TERMS VALUES(3855,0,2,'arteriovenous fistula','arteriovenous')
-INSERT INTO CUI_TERMS VALUES(3855,0,2,'arteriovenous shunt','arteriovenous')
-INSERT INTO CUI_TERMS VALUES(3857,0,2,'arteriovenous malformation','arteriovenous')
-INSERT INTO CUI_TERMS VALUES(3857,0,3,'malformations , arteriovenous','malformations')
-INSERT INTO CUI_TERMS VALUES(3857,1,2,'av malformations','malformations')
-INSERT INTO CUI_TERMS VALUES(3857,0,2,'arteriovenous anomaly','arteriovenous')
-INSERT INTO CUI_TERMS VALUES(3857,0,2,'av malformation','av')
-INSERT INTO CUI_TERMS VALUES(3857,2,3,'a v malformation','malformation')
-INSERT INTO CUI_TERMS VALUES(3857,2,3,'a v malformations','malformations')
-INSERT INTO CUI_TERMS VALUES(3857,1,2,'arteriovenous malformations','malformations')
-INSERT INTO CUI_TERMS VALUES(3857,2,3,'malformation , arteriovenous','arteriovenous')
-INSERT INTO CUI_TERMS VALUES(3857,0,1,'avm','avm')
-INSERT INTO CUI_TERMS VALUES(3857,0,2,'anomalies arteriovenous','anomalies')
-INSERT INTO CUI_TERMS VALUES(3857,0,2,'a-v malformation','a-v')
-INSERT INTO CUI_TERMS VALUES(3860,0,1,'arteritides','arteritides')
-INSERT INTO CUI_TERMS VALUES(3860,1,2,'artery inflammation','inflammation')
-INSERT INTO CUI_TERMS VALUES(3860,1,2,'arterial inflammation','inflammation')
-INSERT INTO CUI_TERMS VALUES(3860,0,3,'inflammation of artery','inflammation')
-INSERT INTO CUI_TERMS VALUES(3860,0,3,'inflammatory artery reaction','inflammatory')
-INSERT INTO CUI_TERMS VALUES(3860,0,1,'arteritis','arteritis')
-INSERT INTO CUI_TERMS VALUES(3860,0,3,'inflammation , arterial','inflammation')
-INSERT INTO CUI_TERMS VALUES(3861,2,3,'pulmonary , arteritis','arteritis')
-INSERT INTO CUI_TERMS VALUES(3861,1,2,'pulmonary arteritis','arteritis')
-INSERT INTO CUI_TERMS VALUES(3862,0,2,'painful joint','painful')
-INSERT INTO CUI_TERMS VALUES(3862,0,3,'pain in joint','pain')
-INSERT INTO CUI_TERMS VALUES(3862,1,2,'joint pains','pains')
-INSERT INTO CUI_TERMS VALUES(3862,0,2,'articular pain','articular')
-INSERT INTO CUI_TERMS VALUES(3862,0,1,'arthralgia','arthralgia')
-INSERT INTO CUI_TERMS VALUES(3862,0,2,'joints pain','joints')
-INSERT INTO CUI_TERMS VALUES(3862,0,3,'pains , joint','pains')
-INSERT INTO CUI_TERMS VALUES(3862,1,2,'joint pain','pain')
-INSERT INTO CUI_TERMS VALUES(3862,0,1,'arthralgias','arthralgias')
-INSERT INTO CUI_TERMS VALUES(3862,0,2,'painful joints','painful')
-INSERT INTO CUI_TERMS VALUES(3862,0,1,'arthrodynia','arthrodynia')
-INSERT INTO CUI_TERMS VALUES(3862,0,3,'pain , joint','pain')
-INSERT INTO CUI_TERMS VALUES(3862,1,2,'joint ache','ache')
-INSERT INTO CUI_TERMS VALUES(3862,0,2,'aching joint','aching')
-INSERT INTO CUI_TERMS VALUES(3862,0,2,'aching joints','aching')
-INSERT INTO CUI_TERMS VALUES(3862,0,2,'pain joint','pain')
-INSERT INTO CUI_TERMS VALUES(3864,1,2,'joint inflammation','inflammation')
-INSERT INTO CUI_TERMS VALUES(3864,0,1,'arthritis','arthritis')
-INSERT INTO CUI_TERMS VALUES(3864,0,1,'arthritide','arthritide')
-INSERT INTO CUI_TERMS VALUES(3864,0,1,'arthritides','arthritides')
-INSERT INTO CUI_TERMS VALUES(3868,1,2,'articular gout','gout')
-INSERT INTO CUI_TERMS VALUES(3868,1,2,'arthropathy gout','gout')
-INSERT INTO CUI_TERMS VALUES(3868,1,2,'arthritis gout','gout')
-INSERT INTO CUI_TERMS VALUES(3868,1,2,'gouty arthritides','arthritides')
-INSERT INTO CUI_TERMS VALUES(3868,0,2,'gouty arthritis','gouty')
-INSERT INTO CUI_TERMS VALUES(3868,0,2,'gouty arthropathy','gouty')
-INSERT INTO CUI_TERMS VALUES(3868,0,3,'arthritides , gouty','arthritides')
-INSERT INTO CUI_TERMS VALUES(3868,1,2,'arthritis gouty','gouty')
-INSERT INTO CUI_TERMS VALUES(3868,0,2,'gout arthritis','gout')
-INSERT INTO CUI_TERMS VALUES(3868,2,3,'joints gout affected','affected')
-INSERT INTO CUI_TERMS VALUES(3868,2,3,'arthritis , gouty','gouty')
-INSERT INTO CUI_TERMS VALUES(3869,0,2,'infective arthritis','infective')
-INSERT INTO CUI_TERMS VALUES(3869,2,3,'arthritis , purulent','purulent')
-INSERT INTO CUI_TERMS VALUES(3869,0,2,'pyogenic arthritis','pyogenic')
-INSERT INTO CUI_TERMS VALUES(3869,2,3,'arthritis , infectious','infectious')
-INSERT INTO CUI_TERMS VALUES(3869,0,2,'septic arthritis','septic')
-INSERT INTO CUI_TERMS VALUES(3869,1,2,'arthritis septic','septic')
-INSERT INTO CUI_TERMS VALUES(3869,0,1,'pyarthrosis','pyarthrosis')
-INSERT INTO CUI_TERMS VALUES(3869,1,2,'arthritis infectious','infectious')
-INSERT INTO CUI_TERMS VALUES(3869,0,2,'infectious arthritis','infectious')
-INSERT INTO CUI_TERMS VALUES(3869,0,2,'infect arthritis','infect')
-INSERT INTO CUI_TERMS VALUES(3869,0,1,'pyoarthrosis','pyoarthrosis')
-INSERT INTO CUI_TERMS VALUES(3869,1,2,'arthritis pyogenic','pyogenic')
-INSERT INTO CUI_TERMS VALUES(3869,3,4,'infection - associated arthritis','arthritis')
-INSERT INTO CUI_TERMS VALUES(3869,1,2,'arthritis infect','infect')
-INSERT INTO CUI_TERMS VALUES(3869,2,3,'arthritis , pyogenic','pyogenic')
-INSERT INTO CUI_TERMS VALUES(3869,2,3,'arthritis , septic','septic')
-INSERT INTO CUI_TERMS VALUES(3872,0,2,'arthritic psoriasis','arthritic')
-INSERT INTO CUI_TERMS VALUES(3872,2,3,'arthropathy , psoriatic','psoriatic')
-INSERT INTO CUI_TERMS VALUES(3872,1,2,'arthritis psoriatics','psoriatics')
-INSERT INTO CUI_TERMS VALUES(3872,0,2,'arthropathic psoriasis','arthropathic')
-INSERT INTO CUI_TERMS VALUES(3872,1,2,'arthritis psoriatica','psoriatica')
-INSERT INTO CUI_TERMS VALUES(3872,2,3,'arthritis , psoriatic','psoriatic')
-INSERT INTO CUI_TERMS VALUES(3872,2,3,'psoriasis , arthritic','arthritic')
-INSERT INTO CUI_TERMS VALUES(3872,0,2,'psoriatic arthropathy','psoriatic')
-INSERT INTO CUI_TERMS VALUES(3872,1,2,'arthritis psoriatic','psoriatic')
-INSERT INTO CUI_TERMS VALUES(3872,0,2,'psoriasis arthropathy','psoriasis')
-INSERT INTO CUI_TERMS VALUES(3872,0,3,'psoriasis with arthropathy','psoriasis')
-INSERT INTO CUI_TERMS VALUES(3872,1,2,'psoriatic arthropathies','arthropathies')
-INSERT INTO CUI_TERMS VALUES(3872,1,2,'psoriasis arthropathica','arthropathica')
-INSERT INTO CUI_TERMS VALUES(3872,0,3,'arthropathies , psoriatic','arthropathies')
-INSERT INTO CUI_TERMS VALUES(3872,0,2,'psoriatic arthritis','psoriatic')
-INSERT INTO CUI_TERMS VALUES(3872,1,2,'psoriasis arthropathic','arthropathic')
-INSERT INTO CUI_TERMS VALUES(3872,2,3,'psoriasis , arthropathic','arthropathic')
-INSERT INTO CUI_TERMS VALUES(3873,2,3,'arthritis , rheumatic','rheumatic')
-INSERT INTO CUI_TERMS VALUES(3873,0,2,'rheumatoid disease','rheumatoid')
-INSERT INTO CUI_TERMS VALUES(3873,0,2,'atrophic arthritis','atrophic')
-INSERT INTO CUI_TERMS VALUES(3873,2,5,'arthritis or polyarthritis , atrophic','polyarthritis')
-INSERT INTO CUI_TERMS VALUES(3873,1,3,'chronic rheumatic arthritis','rheumatic')
-INSERT INTO CUI_TERMS VALUES(3873,2,3,'arthritis , rheumatoid','rheumatoid')
-INSERT INTO CUI_TERMS VALUES(3873,0,2,'rheumatoid arthritis','rheumatoid')
-INSERT INTO CUI_TERMS VALUES(3873,0,1,'ra','ra')
-INSERT INTO CUI_TERMS VALUES(3873,1,2,'arthritis rheumatoid','rheumatoid')
-INSERT INTO CUI_TERMS VALUES(3873,0,2,'gout rheumatic','gout')
-INSERT INTO CUI_TERMS VALUES(3873,1,2,'rheumatic gout','gout')
-INSERT INTO CUI_TERMS VALUES(3873,2,5,'arthritis or polyarthritis , rheumatic','polyarthritis')
-INSERT INTO CUI_TERMS VALUES(3874,5,6,'acute suppurative arthritis caused by bacteria','bacteria')
-INSERT INTO CUI_TERMS VALUES(3874,5,6,'acute suppurative arthritis due to bacteria','bacteria')
-INSERT INTO CUI_TERMS VALUES(3875,3,5,'arthritis due to viral infection','viral')
-INSERT INTO CUI_TERMS VALUES(3875,3,5,'arthritis caused by viral infection','viral')
-INSERT INTO CUI_TERMS VALUES(3875,0,2,'viral arthritis','viral')
-INSERT INTO CUI_TERMS VALUES(3875,2,3,'arthritis , viral','viral')
-INSERT INTO CUI_TERMS VALUES(3881,1,2,'fusion joints','joints')
-INSERT INTO CUI_TERMS VALUES(3881,0,1,'arthrodesis','arthrodesis')
-INSERT INTO CUI_TERMS VALUES(3881,0,1,'arthrodese','arthrodese')
-INSERT INTO CUI_TERMS VALUES(3881,0,2,'fusions joint','fusions')
-INSERT INTO CUI_TERMS VALUES(3881,0,1,'arthrodeses','arthrodeses')
-INSERT INTO CUI_TERMS VALUES(3881,1,2,'joint fusion','fusion')
-INSERT INTO CUI_TERMS VALUES(3881,0,1,'syndesis','syndesis')
-INSERT INTO CUI_TERMS VALUES(3885,0,1,'arthrographies','arthrographies')
-INSERT INTO CUI_TERMS VALUES(3885,0,1,'arthrography','arthrography')
-INSERT INTO CUI_TERMS VALUES(3885,0,1,'arthrograms','arthrograms')
-INSERT INTO CUI_TERMS VALUES(3885,0,1,'arthrogram','arthrogram')
-INSERT INTO CUI_TERMS VALUES(3885,0,1,'arthrogr','arthrogr')
-INSERT INTO CUI_TERMS VALUES(3885,1,3,'joint x-ray study','x-ray')
-INSERT INTO CUI_TERMS VALUES(3886,0,3,'arthromyodysplasias , congenital','arthromyodysplasias')
-INSERT INTO CUI_TERMS VALUES(3886,0,2,'amyoplasia congen','amyoplasia')
-INSERT INTO CUI_TERMS VALUES(3886,0,2,'rossi syndrome','rossi')
-INSERT INTO CUI_TERMS VALUES(3886,0,2,'otto syndrome','otto')
-INSERT INTO CUI_TERMS VALUES(3886,0,1,'arthrogryposis','arthrogryposis')
-INSERT INTO CUI_TERMS VALUES(3886,1,2,'syndrome otto','otto')
-INSERT INTO CUI_TERMS VALUES(3886,0,1,'arthrogryposes','arthrogryposes')
-INSERT INTO CUI_TERMS VALUES(3886,1,4,'congenital contractures , multiple','contractures')
-INSERT INTO CUI_TERMS VALUES(3886,1,2,'congenital arthromyodysplasia','arthromyodysplasia')
-INSERT INTO CUI_TERMS VALUES(3886,0,4,'rocher - sheldon syndrome','rocher')
-INSERT INTO CUI_TERMS VALUES(3886,0,3,'myodystrophia foetalis deformans','myodystrophia')
-INSERT INTO CUI_TERMS VALUES(3886,2,5,'syndrome , rocher - sheldon','rocher')
-INSERT INTO CUI_TERMS VALUES(3886,2,4,'guerin - stern syndrome','stern')
-INSERT INTO CUI_TERMS VALUES(3886,1,2,'congenital arthromyodysplasias','arthromyodysplasias')
-INSERT INTO CUI_TERMS VALUES(3886,0,3,'myodystrophia fetalis deformans','myodystrophia')
-INSERT INTO CUI_TERMS VALUES(3886,1,5,'fibrous ankylosis of multiple joints','ankylosis')
-INSERT INTO CUI_TERMS VALUES(3886,2,3,'syndrome , rossi','rossi')
-INSERT INTO CUI_TERMS VALUES(3886,0,2,'amyoplasia congenita','amyoplasia')
-INSERT INTO CUI_TERMS VALUES(3886,2,3,'multiple congenital contractures','contractures')
-INSERT INTO CUI_TERMS VALUES(3886,1,2,'congen arthromyodysplasia','arthromyodysplasia')
-INSERT INTO CUI_TERMS VALUES(3886,0,2,'myophagism congenita','myophagism')
-INSERT INTO CUI_TERMS VALUES(3886,4,5,'syndrome , guerin - stern','stern')
-INSERT INTO CUI_TERMS VALUES(3886,0,2,'arthromyodysplasia congen','arthromyodysplasia')
-INSERT INTO CUI_TERMS VALUES(3886,2,3,'syndrome , otto','otto')
-INSERT INTO CUI_TERMS VALUES(3886,2,3,'multiple congenital contracture','contracture')
-INSERT INTO CUI_TERMS VALUES(3886,0,3,'arthromyodysplasia , congenital','arthromyodysplasia')
-INSERT INTO CUI_TERMS VALUES(3886,1,3,'guerin stern syndrome','stern')
-INSERT INTO CUI_TERMS VALUES(3886,0,3,'rocher sheldon syndrome','rocher')
-INSERT INTO CUI_TERMS VALUES(3892,0,4,'arthropathy w nerve dis','arthropathy')
-INSERT INTO CUI_TERMS VALUES(3892,0,3,'charcot ''s joints','charcot')
-INSERT INTO CUI_TERMS VALUES(3892,4,6,'arthropathy associated with a neurological disorder','neurological')
-INSERT INTO CUI_TERMS VALUES(3892,0,3,'arthropathies , neurogenic','arthropathies')
-INSERT INTO CUI_TERMS VALUES(3892,2,3,'arthropathy , neuropathic','neuropathic')
-INSERT INTO CUI_TERMS VALUES(3892,0,2,'neuropathic arthritis','neuropathic')
-INSERT INTO CUI_TERMS VALUES(3892,3,4,'joint disease , neuropathic','neuropathic')
-INSERT INTO CUI_TERMS VALUES(3892,1,2,'arthropathy neurogenic','neurogenic')
-INSERT INTO CUI_TERMS VALUES(3892,2,4,'joint , charcot ''s','charcot')
-INSERT INTO CUI_TERMS VALUES(3892,0,3,'charcot ''s arthropathy','charcot')
-INSERT INTO CUI_TERMS VALUES(3892,0,3,'neuropathic joint disease','neuropathic')
-INSERT INTO CUI_TERMS VALUES(3892,0,2,'charcot arthropathy','charcot')
-INSERT INTO CUI_TERMS VALUES(3892,1,2,'arthropathy charcots','charcots')
-INSERT INTO CUI_TERMS VALUES(3892,1,2,'arthropathy neuropathic','neuropathic')
-INSERT INTO CUI_TERMS VALUES(3892,0,2,'neuropathic arthropathy','neuropathic')
-INSERT INTO CUI_TERMS VALUES(3892,0,2,'charcot joint','charcot')
-INSERT INTO CUI_TERMS VALUES(3892,3,5,'arthropathy associated with neurological disorders','neurological')
-INSERT INTO CUI_TERMS VALUES(3892,0,2,'neurogenic arthropathy','neurogenic')
-INSERT INTO CUI_TERMS VALUES(3892,0,2,'charcot joints','charcot')
-INSERT INTO CUI_TERMS VALUES(3892,2,3,'arthropathy , neurogenic','neurogenic')
-INSERT INTO CUI_TERMS VALUES(3892,1,2,'neurogenic arthropathies','arthropathies')
-INSERT INTO CUI_TERMS VALUES(3892,0,2,'charcots joints','charcots')
-INSERT INTO CUI_TERMS VALUES(3892,0,2,'charcots joint','charcots')
-INSERT INTO CUI_TERMS VALUES(3892,0,3,'charcot ''s joint','charcot')
-INSERT INTO CUI_TERMS VALUES(3893,1,2,'joint reconstruction','reconstruction')
-INSERT INTO CUI_TERMS VALUES(3893,0,1,'arthroplasties','arthroplasties')
-INSERT INTO CUI_TERMS VALUES(3893,0,3,'reconstruction of joint','reconstruction')
-INSERT INTO CUI_TERMS VALUES(3893,0,3,'repair of joint','repair')
-INSERT INTO CUI_TERMS VALUES(3893,0,1,'arthroplasty','arthroplasty')
-INSERT INTO CUI_TERMS VALUES(3899,0,2,'arthropod venoms','arthropod')
-INSERT INTO CUI_TERMS VALUES(3899,2,3,'venom , arthropod','arthropod')
-INSERT INTO CUI_TERMS VALUES(3899,2,3,'venoms , arthropod','arthropod')
-INSERT INTO CUI_TERMS VALUES(3899,0,2,'arthropod venom','arthropod')
-INSERT INTO CUI_TERMS VALUES(3899,0,2,'arthropod poison','arthropod')
-INSERT INTO CUI_TERMS VALUES(3904,0,3,'musculoskeletal system endoscopy','musculoskeletal')
-INSERT INTO CUI_TERMS VALUES(3904,0,1,'arthroscopy','arthroscopy')
-INSERT INTO CUI_TERMS VALUES(3904,0,1,'arthroscopies','arthroscopies')
-INSERT INTO CUI_TERMS VALUES(3904,0,2,'arthroscopic procedure','arthroscopic')
-INSERT INTO CUI_TERMS VALUES(3907,0,3,'arthus type urticaria','arthus')
-INSERT INTO CUI_TERMS VALUES(3907,0,2,'arthus reaction','arthus')
-INSERT INTO CUI_TERMS VALUES(3907,2,3,'phenomenon , arthus','arthus')
-INSERT INTO CUI_TERMS VALUES(3907,0,2,'arthus phenomenon','arthus')
-INSERT INTO CUI_TERMS VALUES(3907,2,3,'reaction , arthus','arthus')
-INSERT INTO CUI_TERMS VALUES(3910,0,3,'articulation speech disorders','articulation')
-INSERT INTO CUI_TERMS VALUES(3910,2,3,'disorders , disarticulation','disarticulation')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'phonology impairment','phonology')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'dysarticulation dis','dysarticulation')
-INSERT INTO CUI_TERMS VALUES(3910,2,3,'impairment , phonological','phonological')
-INSERT INTO CUI_TERMS VALUES(3910,2,3,'impairments , phonology','phonology')
-INSERT INTO CUI_TERMS VALUES(3910,0,3,'impairments , phonological','impairments')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'articulation disorder','articulation')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'articulation disorders','articulation')
-INSERT INTO CUI_TERMS VALUES(3910,2,3,'impairment , phonology','phonology')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'phonological impairment','phonological')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'phonology impairments','phonology')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'disarticulation disorder','disarticulation')
-INSERT INTO CUI_TERMS VALUES(3910,2,3,'disorder , disarticulation','disarticulation')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'articulation impairment','articulation')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'articulation dis','articulation')
-INSERT INTO CUI_TERMS VALUES(3910,1,2,'phonological impairments','impairments')
-INSERT INTO CUI_TERMS VALUES(3910,0,1,'misarticulation','misarticulation')
-INSERT INTO CUI_TERMS VALUES(3910,0,2,'disarticulation disorders','disarticulation')
-INSERT INTO CUI_TERMS VALUES(3915,6,7,'artificial insemination with sperm washing and capacitation','capacitation')
-INSERT INTO CUI_TERMS VALUES(3927,0,3,'monooxygenases , microsomal','monooxygenases')
-INSERT INTO CUI_TERMS VALUES(3927,0,2,'unspecific monooxygenase','unspecific')
-INSERT INTO CUI_TERMS VALUES(3927,0,4,'hydroxylases , aryl hydrocarbon','hydroxylases')
-INSERT INTO CUI_TERMS VALUES(3927,2,3,'aryl hydrocarbon hydroxylases','hydroxylases')
-INSERT INTO CUI_TERMS VALUES(3927,0,2,'microsomal monooxygenase','microsomal')
-INSERT INTO CUI_TERMS VALUES(3927,0,5,'aryl - 4 - monooxygenase','aryl')
-INSERT INTO CUI_TERMS VALUES(3927,0,3,'aryl hydrocarbon hydroxylase','aryl')
-INSERT INTO CUI_TERMS VALUES(3927,0,2,'microsomal p450','microsomal')
-INSERT INTO CUI_TERMS VALUES(3927,1,2,'p450 microsomal','microsomal')
-INSERT INTO CUI_TERMS VALUES(3927,0,3,'aryl 4 monooxygenase','aryl')
-INSERT INTO CUI_TERMS VALUES(3927,1,2,'microsomal monooxygenases','monooxygenases')
-INSERT INTO CUI_TERMS VALUES(3927,0,3,'flavoprotein linked monooxygenase','flavoprotein')
-INSERT INTO CUI_TERMS VALUES(3933,0,3,'arylamine n acetyltransferase','arylamine')
-INSERT INTO CUI_TERMS VALUES(3933,0,4,'arylamine n - acetyltransferase','arylamine')
-INSERT INTO CUI_TERMS VALUES(3933,7,8,'n - acetyltransferase , acetyl - coa arylamine','arylamine')
-INSERT INTO CUI_TERMS VALUES(3933,4,5,'n - acetyltransferase , arylamine','arylamine')
-INSERT INTO CUI_TERMS VALUES(3933,0,2,'arylamine acetylase','arylamine')
-INSERT INTO CUI_TERMS VALUES(3933,1,2,'arylamine acetylases','acetylases')
-INSERT INTO CUI_TERMS VALUES(3933,0,2,'arylamine acetyltransferase','arylamine')
-INSERT INTO CUI_TERMS VALUES(3933,0,3,'acetyltransferases , arylamine','acetyltransferases')
-INSERT INTO CUI_TERMS VALUES(3933,1,2,'arylamine acetyltransferases','acetyltransferases')
-INSERT INTO CUI_TERMS VALUES(3933,0,3,'acetylases , arylamine','acetylases')
-INSERT INTO CUI_TERMS VALUES(3933,2,3,'acetylase , arylamine','arylamine')
-INSERT INTO CUI_TERMS VALUES(3940,1,2,'arylsulfate sulfohydrolases','sulfohydrolases')
-INSERT INTO CUI_TERMS VALUES(3940,0,1,'arylsulfatase','arylsulfatase')
-INSERT INTO CUI_TERMS VALUES(3940,0,1,'arylsulfatases','arylsulfatases')
-INSERT INTO CUI_TERMS VALUES(3940,3,4,'aryl - sulfate sulfohydrolase','sulfohydrolase')
-INSERT INTO CUI_TERMS VALUES(3940,0,1,'arylsulphatase','arylsulphatase')
-INSERT INTO CUI_TERMS VALUES(3940,0,1,'arylsulphatases','arylsulphatases')
-INSERT INTO CUI_TERMS VALUES(3942,0,3,'sulfotransferase , phenol','sulfotransferase')
-INSERT INTO CUI_TERMS VALUES(3942,0,1,'phenolsulfokinase','phenolsulfokinase')
-INSERT INTO CUI_TERMS VALUES(3942,0,2,'aryl sulphotransferase','aryl')
-INSERT INTO CUI_TERMS VALUES(3942,0,2,'aryl sulfotransferase','aryl')
-INSERT INTO CUI_TERMS VALUES(3942,0,1,'arylsulfotransferase','arylsulfotransferase')
-INSERT INTO CUI_TERMS VALUES(3942,1,2,'phenol sulfotransferase','sulfotransferase')
-INSERT INTO CUI_TERMS VALUES(3942,1,2,'phenol sulphotransferase','sulphotransferase')
-INSERT INTO CUI_TERMS VALUES(3942,2,3,'sulfotransferase , aryl','aryl')
-INSERT INTO CUI_TERMS VALUES(3942,0,1,'sulphokinase','sulphokinase')
-INSERT INTO CUI_TERMS VALUES(3942,0,1,'sulfokinase','sulfokinase')
-INSERT INTO CUI_TERMS VALUES(3943,1,2,'cartilago arytenoidea','arytenoidea')
-INSERT INTO CUI_TERMS VALUES(3943,0,1,'arytenoids','arytenoids')
-INSERT INTO CUI_TERMS VALUES(3943,0,1,'arytenoid','arytenoid')
-INSERT INTO CUI_TERMS VALUES(3947,0,1,'asbestos','asbestos')
-INSERT INTO CUI_TERMS VALUES(3948,2,3,'exposure to asbestos','asbestos')
-INSERT INTO CUI_TERMS VALUES(3948,0,2,'asbestos exposure','asbestos')
-INSERT INTO CUI_TERMS VALUES(3949,0,1,'amianthosis','amianthosis')
-INSERT INTO CUI_TERMS VALUES(3949,0,1,'asbestosis','asbestosis')
-INSERT INTO CUI_TERMS VALUES(3949,0,2,'asbestos pneumoconiosis','asbestos')
-INSERT INTO CUI_TERMS VALUES(3949,0,1,'asbestoses','asbestoses')
-INSERT INTO CUI_TERMS VALUES(3950,0,1,'ascariosis','ascariosis')
-INSERT INTO CUI_TERMS VALUES(3950,0,1,'ascariasis','ascariasis')
-INSERT INTO CUI_TERMS VALUES(3950,0,1,'ascariases','ascariases')
-INSERT INTO CUI_TERMS VALUES(3952,3,4,'infection caused by ascaridia','ascaridia')
-INSERT INTO CUI_TERMS VALUES(3952,2,3,'infection by ascaridia','ascaridia')
-INSERT INTO CUI_TERMS VALUES(3952,0,1,'ascaridiases','ascaridiases')
-INSERT INTO CUI_TERMS VALUES(3952,0,1,'ascaridiosis','ascaridiosis')
-INSERT INTO CUI_TERMS VALUES(3952,0,1,'ascaridiasis','ascaridiasis')
-INSERT INTO CUI_TERMS VALUES(3956,1,2,'aorta ascendens','ascendens')
-INSERT INTO CUI_TERMS VALUES(3956,1,3,'pars ascendens aortae','ascendens')
-INSERT INTO CUI_TERMS VALUES(3956,4,5,'aorta . thoracic . ascending','ascending')
-INSERT INTO CUI_TERMS VALUES(3956,2,3,'aorta , ascending','ascending')
-INSERT INTO CUI_TERMS VALUES(3956,1,2,'aorta ascending','ascending')
-INSERT INTO CUI_TERMS VALUES(3956,1,2,'ascending aortas','aortas')
-INSERT INTO CUI_TERMS VALUES(3956,0,3,'aortas , ascending','aortas')
-INSERT INTO CUI_TERMS VALUES(3956,0,2,'ascending aorta','ascending')
-INSERT INTO CUI_TERMS VALUES(3960,0,2,'aschoffs nodules','aschoffs')
-INSERT INTO CUI_TERMS VALUES(3960,0,2,'aschoff bodies','aschoff')
-INSERT INTO CUI_TERMS VALUES(3960,2,3,'bodies , aschoff','aschoff')
-INSERT INTO CUI_TERMS VALUES(3960,0,2,'aschoff nodule','aschoff')
-INSERT INTO CUI_TERMS VALUES(3960,0,2,'aschoff body','aschoff')
-INSERT INTO CUI_TERMS VALUES(3962,0,1,'hydroperitonia','hydroperitonia')
-INSERT INTO CUI_TERMS VALUES(3962,0,1,'hydroperitoneum','hydroperitoneum')
-INSERT INTO CUI_TERMS VALUES(3962,0,1,'ascites','ascites')
-INSERT INTO CUI_TERMS VALUES(3962,1,2,'peritoneal exudate','exudate')
-INSERT INTO CUI_TERMS VALUES(3962,1,2,'hydrops abdominis','abdominis')
-INSERT INTO CUI_TERMS VALUES(3962,1,2,'abdominal dropsy','dropsy')
-INSERT INTO CUI_TERMS VALUES(3962,1,2,'peritoneal dropsy','dropsy')
-INSERT INTO CUI_TERMS VALUES(3967,2,3,'oxidase , ascorbate','ascorbate')
-INSERT INTO CUI_TERMS VALUES(3967,0,2,'ascorbino dehydrogenase','ascorbino')
-INSERT INTO CUI_TERMS VALUES(3967,0,2,'ascorbate oxidase','ascorbate')
-INSERT INTO CUI_TERMS VALUES(3967,0,1,'ascorbase','ascorbase')
-INSERT INTO CUI_TERMS VALUES(3967,2,3,'dehydrogenase , ascorbino','ascorbino')
-INSERT INTO CUI_TERMS VALUES(3967,4,5,'oxidase , l - ascorbate','ascorbate')
-INSERT INTO CUI_TERMS VALUES(3968,0,2,'ascorbic acid','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3968,0,2,'vitamin c','vitamin')
-INSERT INTO CUI_TERMS VALUES(3968,1,2,'c vitamin','vitamin')
-INSERT INTO CUI_TERMS VALUES(3968,0,3,'vitamin - c','vitamin')
-INSERT INTO CUI_TERMS VALUES(3968,4,5,'acid , l - ascorbic','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3968,0,1,'ascorbicap','ascorbicap')
-INSERT INTO CUI_TERMS VALUES(3968,1,2,'acidum ascorbicum','ascorbicum')
-INSERT INTO CUI_TERMS VALUES(3968,2,3,'acid , ascorbic','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3968,1,2,'acide ascorbique','ascorbique')
-INSERT INTO CUI_TERMS VALUES(3968,0,2,'vit c','vit')
-INSERT INTO CUI_TERMS VALUES(3968,1,2,'acidum ascorbinicum','ascorbinicum')
-INSERT INTO CUI_TERMS VALUES(3969,0,3,'defic vitamin c','defic')
-INSERT INTO CUI_TERMS VALUES(3969,0,3,'ascorbic acid deficiencies','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3969,2,4,'deficiencies , ascorbic acid','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3969,2,4,'deficiency of ascorbic acid','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3969,0,3,'ascorbic acid deficiency','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3969,2,3,'vitamin c deficiencies','deficiencies')
-INSERT INTO CUI_TERMS VALUES(3969,2,4,'deficiency , ascorbic acid','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3969,0,4,'deficiencies , vitamin c','deficiencies')
-INSERT INTO CUI_TERMS VALUES(3969,0,3,'vitamin c deficiency','vitamin')
-INSERT INTO CUI_TERMS VALUES(3969,2,4,'deficiency of vitamin c','vitamin')
-INSERT INTO CUI_TERMS VALUES(3969,0,3,'ascorbic acid defic','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3969,2,4,'deficiency , vitamin c','vitamin')
-INSERT INTO CUI_TERMS VALUES(3969,1,3,'defic ascorbic acid','ascorbic')
-INSERT INTO CUI_TERMS VALUES(3977,0,10,'aseptic necrosis of head and / or neck of femur','aseptic')
-INSERT INTO CUI_TERMS VALUES(3977,0,8,'aseptic necrosis of head and neck of femur','aseptic')
-INSERT INTO CUI_TERMS VALUES(3977,0,3,'aseptic necrosis femur','aseptic')
-INSERT INTO CUI_TERMS VALUES(3993,2,3,'deaminase , asparagine','asparagine')
-INSERT INTO CUI_TERMS VALUES(3993,0,1,'asparaginase','asparaginase')
-INSERT INTO CUI_TERMS VALUES(3993,0,2,'asparagine deaminase','asparagine')
-INSERT INTO CUI_TERMS VALUES(3993,0,1,'a-ase','a-ase')
-INSERT INTO CUI_TERMS VALUES(3993,0,3,'lcf - asp','lcf')
-INSERT INTO CUI_TERMS VALUES(3993,0,3,'asp - 1','asp')
-INSERT INTO CUI_TERMS VALUES(3993,2,3,'l - asp','asp')
-INSERT INTO CUI_TERMS VALUES(3993,1,3,'l asparagine amidohydrolase','asparagine')
-INSERT INTO CUI_TERMS VALUES(3993,2,4,'l - asparagine amidohydrolase','asparagine')
-INSERT INTO CUI_TERMS VALUES(3993,0,1,'asnase','asnase')
-INSERT INTO CUI_TERMS VALUES(3993,2,3,'asn - ase','ase')
-INSERT INTO CUI_TERMS VALUES(3993,0,1,'colaspase','colaspase')
-INSERT INTO CUI_TERMS VALUES(3993,0,7,'ec 3 . 5 . 1 .1','ec')
-INSERT INTO CUI_TERMS VALUES(3995,0,2,'aspartamic acid','aspartamic')
-INSERT INTO CUI_TERMS VALUES(3995,2,3,'l - asparagin','asparagin')
-INSERT INTO CUI_TERMS VALUES(3995,2,4,'2 - aminosuccinamic acid','aminosuccinamic')
-INSERT INTO CUI_TERMS VALUES(3995,6,7,'l - aspartic acid beta - amide','amide')
-INSERT INTO CUI_TERMS VALUES(3995,6,8,'2 - amino - 3 - carbamoylpropanoic acid','carbamoylpropanoic')
-INSERT INTO CUI_TERMS VALUES(3995,0,1,'asparagine','asparagine')
-INSERT INTO CUI_TERMS VALUES(3995,2,4,'alpha - aminosuccinamic acid','aminosuccinamic')
-INSERT INTO CUI_TERMS VALUES(3995,0,1,'asn','asn')
-INSERT INTO CUI_TERMS VALUES(3995,2,4,'alpha - aminosuccinic acid','aminosuccinic')
-INSERT INTO CUI_TERMS VALUES(3997,2,4,'aspartate - ammonia ligase','ammonia')
-INSERT INTO CUI_TERMS VALUES(3997,0,2,'asparagine synthetase','asparagine')
-INSERT INTO CUI_TERMS VALUES(3997,0,2,'asparagine synthase','asparagine')
-INSERT INTO CUI_TERMS VALUES(3997,4,5,'ligase , aspartate - ammonia','ammonia')
-INSERT INTO CUI_TERMS VALUES(3997,1,3,'aspartate ammonia ligase','ammonia')
-INSERT INTO CUI_TERMS VALUES(3997,2,3,'synthase , asparagine','asparagine')
-INSERT INTO CUI_TERMS VALUES(3997,2,3,'synthetase , asparagine','asparagine')
-INSERT INTO CUI_TERMS VALUES(3999,0,3,'aspartylphenylalanine , methyl','aspartylphenylalanine')
-INSERT INTO CUI_TERMS VALUES(3999,0,1,'aspartamum','aspartamum')
-INSERT INTO CUI_TERMS VALUES(3999,0,1,'aspartamine','aspartamine')
-INSERT INTO CUI_TERMS VALUES(3999,0,1,'aspartame','aspartame')
-INSERT INTO CUI_TERMS VALUES(3999,0,1,'aspartam','aspartam')
-INSERT INTO CUI_TERMS VALUES(3999,1,2,'methyl aspartylphenylalanine','aspartylphenylalanine')
-INSERT INTO CUI_TERMS VALUES(3999,0,3,'aspartylphenylalanine methyl ester','aspartylphenylalanine')
-INSERT INTO CUI_TERMS VALUES(3999,2,9,'l - aspartyl - l - phenylalanine methyl ester','aspartyl')
-INSERT INTO CUI_TERMS VALUES(3999,0,1,'aspartamo','aspartamo')
-INSERT INTO CUI_TERMS VALUES(3999,4,5,'asp - phe - ome','ome')
-INSERT INTO CUI_TERMS VALUES(3999,3,4,'methyl ester , aspartylphenylalanine','aspartylphenylalanine')
-INSERT INTO CUI_TERMS VALUES(4002,0,1,'ast','ast')
-INSERT INTO CUI_TERMS VALUES(4002,1,2,'aspartate apoaminotransferase','apoaminotransferase')
-INSERT INTO CUI_TERMS VALUES(4002,0,3,'aminotransferases , aspartate','aminotransferases')
-INSERT INTO CUI_TERMS VALUES(4002,3,5,'l aspartate 2 oxoglutarate aminotransferase','oxoglutarate')
-INSERT INTO CUI_TERMS VALUES(4002,2,3,'aminotransferase , aspartate','aspartate')
-INSERT INTO CUI_TERMS VALUES(4002,6,8,'l - aspartate - 2 - oxoglutarate aminotransferase','oxoglutarate')
-INSERT INTO CUI_TERMS VALUES(4002,0,3,'apoaminotransferase , aspartate','apoaminotransferase')
-INSERT INTO CUI_TERMS VALUES(4002,1,3,'glutamic oxaloacetic transaminase','oxaloacetic')
-INSERT INTO CUI_TERMS VALUES(4002,8,9,'aminotransferase , l - aspartate - 2 - oxoglutarate','oxoglutarate')
-INSERT INTO CUI_TERMS VALUES(4002,0,5,'transaminase , glutamate - aspartate','transaminase')
-INSERT INTO CUI_TERMS VALUES(4002,2,4,'glutamic - aspartic transaminase','aspartic')
-INSERT INTO CUI_TERMS VALUES(4002,2,4,'glutamic - oxaloacetic transaminase','oxaloacetic')
-INSERT INTO CUI_TERMS VALUES(4002,1,2,'aspartate aminotransferases','aminotransferases')
-INSERT INTO CUI_TERMS VALUES(4002,1,4,'glutamic oxaloacetic trans 000','oxaloacetic')
-INSERT INTO CUI_TERMS VALUES(4002,2,3,'s - asat','asat')
-INSERT INTO CUI_TERMS VALUES(4002,0,2,'aspartate aminotransferase','aspartate')
-INSERT INTO CUI_TERMS VALUES(4002,0,3,'transaminase , aspartate','transaminase')
-INSERT INTO CUI_TERMS VALUES(4002,0,2,'transaminase a','transaminase')
-INSERT INTO CUI_TERMS VALUES(4002,1,3,'glutamate oxaloacetate transaminase','oxaloacetate')
-INSERT INTO CUI_TERMS VALUES(4002,1,3,'glutamic aspartic transaminase','aspartic')
-INSERT INTO CUI_TERMS VALUES(4002,4,5,'transaminase , glutamic - oxaloacetic','oxaloacetic')
-INSERT INTO CUI_TERMS VALUES(4002,1,2,'aspartate transaminase','transaminase')
-INSERT INTO CUI_TERMS VALUES(4004,1,3,'aspartate ammonia lyase','ammonia')
-INSERT INTO CUI_TERMS VALUES(4004,1,4,'aspartate ammonia - lyase','ammonia')
-INSERT INTO CUI_TERMS VALUES(4004,0,2,'fumaric aminase','fumaric')
-INSERT INTO CUI_TERMS VALUES(4004,2,3,'aminase , fumaric','fumaric')
-INSERT INTO CUI_TERMS VALUES(4004,0,1,'aspartase','aspartase')
-INSERT INTO CUI_TERMS VALUES(4004,0,5,'ammonia - lyase , aspartate','ammonia')
-INSERT INTO CUI_TERMS VALUES(4006,0,3,'carbamoyltransferase , aspartate','carbamoyltransferase')
-INSERT INTO CUI_TERMS VALUES(4006,0,1,'carbamoylaspartotranskinase','carbamoylaspartotranskinase')
-INSERT INTO CUI_TERMS VALUES(4006,1,2,'aspartate carbamoyltransferase','carbamoyltransferase')
-INSERT INTO CUI_TERMS VALUES(4006,0,3,'transcarbamylase , aspartate','transcarbamylase')
-INSERT INTO CUI_TERMS VALUES(4006,1,2,'aspartate transcarbamylase','transcarbamylase')
-INSERT INTO CUI_TERMS VALUES(4006,0,1,'carbamylaspartotranskinase','carbamylaspartotranskinase')
-INSERT INTO CUI_TERMS VALUES(4007,2,3,'kinase , aspartate','aspartate')
-INSERT INTO CUI_TERMS VALUES(4007,0,2,'aspartate kinase','aspartate')
-INSERT INTO CUI_TERMS VALUES(4007,2,3,'kinase , aspartyl','aspartyl')
-INSERT INTO CUI_TERMS VALUES(4007,0,2,'aspartyl kinase','aspartyl')
-INSERT INTO CUI_TERMS VALUES(4007,0,1,'aspartokinase','aspartokinase')
-INSERT INTO CUI_TERMS VALUES(4011,1,3,'magnesium aspartate hydrochloride','aspartate')
-INSERT INTO CUI_TERMS VALUES(4011,0,3,'aspartate magnesium hydrochloride','aspartate')
-INSERT INTO CUI_TERMS VALUES(4011,2,4,'hydrochloride , aspartate magnesium','aspartate')
-INSERT INTO CUI_TERMS VALUES(4012,0,3,'semiaspartate aldehyde dehydrogenase','semiaspartate')
-INSERT INTO CUI_TERMS VALUES(4012,4,5,'dehydrogenase , aspartate - semialdehyde','semialdehyde')
-INSERT INTO CUI_TERMS VALUES(4012,2,4,'aspartate - semialdehyde dehydrogenase','semialdehyde')
-INSERT INTO CUI_TERMS VALUES(4012,1,3,'aspartate semialdehyde dehydrogenase','semialdehyde')
-INSERT INTO CUI_TERMS VALUES(4012,3,4,'aldehyde dehydrogenase , semiaspartate','semiaspartate')
-INSERT INTO CUI_TERMS VALUES(4012,2,4,'dehydrogenase , semiaspartate aldehyde','semiaspartate')
-INSERT INTO CUI_TERMS VALUES(4015,1,2,'acids aspartic','aspartic')
-INSERT INTO CUI_TERMS VALUES(4015,4,6,'( s ) - aminobutanedioic acid','aminobutanedioic')
-INSERT INTO CUI_TERMS VALUES(4015,6,8,'( s ) - 2 - aminobutanedioic acid','aminobutanedioic')
-INSERT INTO CUI_TERMS VALUES(4015,2,3,'l - asparaginsaeure','asparaginsaeure')
-INSERT INTO CUI_TERMS VALUES(4015,0,2,'aspartic acid','aspartic')
-INSERT INTO CUI_TERMS VALUES(4015,2,4,'2 - aminosuccinic acid','aminosuccinic')
-INSERT INTO CUI_TERMS VALUES(4015,0,1,'asp','asp')
-INSERT INTO CUI_TERMS VALUES(4015,1,2,'acid aspartic','aspartic')
-INSERT INTO CUI_TERMS VALUES(4022,0,3,'aspartyl trna synthetase','aspartyl')
-INSERT INTO CUI_TERMS VALUES(4022,0,3,'asp trna ligase','asp')
-INSERT INTO CUI_TERMS VALUES(4022,0,4,'asp - trna ligase','asp')
-INSERT INTO CUI_TERMS VALUES(4022,0,4,'aspartyl t rna synthetase','aspartyl')
-INSERT INTO CUI_TERMS VALUES(4022,0,4,'aspartyl - trna synthetase','aspartyl')
-INSERT INTO CUI_TERMS VALUES(4022,2,5,'ligase , asp - trna','asp')
-INSERT INTO CUI_TERMS VALUES(4022,2,5,'ligase , aspartate - trna','aspartate')
-INSERT INTO CUI_TERMS VALUES(4022,0,6,'aspartate - transfer ribonucleic acid ligase','aspartate')
-INSERT INTO CUI_TERMS VALUES(4022,0,4,'aspartate - trna ligase','aspartate')
-INSERT INTO CUI_TERMS VALUES(4022,2,5,'synthetase , aspartyl - trna','aspartyl')
-INSERT INTO CUI_TERMS VALUES(4022,0,3,'aspartate trna ligase','aspartate')
-INSERT INTO CUI_TERMS VALUES(4025,0,2,'aspartylglycosamine amidohydrolase','aspartylglycosamine')
-INSERT INTO CUI_TERMS VALUES(4025,0,3,'deaspartylase , aspartylglucosylamine','deaspartylase')
-INSERT INTO CUI_TERMS VALUES(4025,0,1,'glycosylasparaginase','glycosylasparaginase')
-INSERT INTO CUI_TERMS VALUES(4025,0,2,'aspartylglucosamine amidohydrolase','aspartylglucosamine')
-INSERT INTO CUI_TERMS VALUES(4025,1,2,'aspartylglucosylamine deaspartylase','deaspartylase')
-INSERT INTO CUI_TERMS VALUES(4025,2,3,'amidohydrolase , aspartylglycosamine','aspartylglycosamine')
-INSERT INTO CUI_TERMS VALUES(4025,2,3,'amidohydrolase , aspartylglucosamine','aspartylglucosamine')
-INSERT INTO CUI_TERMS VALUES(4025,0,1,'aspartylglucosylaminase','aspartylglucosylaminase')
-INSERT INTO CUI_TERMS VALUES(4025,0,1,'aspartylglucosaminidase','aspartylglucosaminidase')
-INSERT INTO CUI_TERMS VALUES(4030,0,1,'aspergillose','aspergillose')
-INSERT INTO CUI_TERMS VALUES(4030,3,4,'infection due to aspergillus','aspergillus')
-INSERT INTO CUI_TERMS VALUES(4030,0,1,'aspergilloses','aspergilloses')
-INSERT INTO CUI_TERMS VALUES(4030,0,1,'aspergillosis','aspergillosis')
-INSERT INTO CUI_TERMS VALUES(4031,0,3,'asperg bronchopulm allergic','asperg')
-INSERT INTO CUI_TERMS VALUES(4031,1,4,'allergic aspergillosis , bronchopulmonary','aspergillosis')
-INSERT INTO CUI_TERMS VALUES(4031,1,4,'allergic aspergilloses , bronchopulmonary','aspergilloses')
-INSERT INTO CUI_TERMS VALUES(4031,0,4,'aspergillosis , bronchopulmonary allergic','aspergillosis')
-INSERT INTO CUI_TERMS VALUES(4031,1,4,'bronchopulmonary aspergilloses , allergic','aspergilloses')
-INSERT INTO CUI_TERMS VALUES(4031,2,3,'bronchopulmonary allergic aspergilloses','aspergilloses')
-INSERT INTO CUI_TERMS VALUES(4031,0,4,'aspergillosis , allergic bronchopulmonary','aspergillosis')
-INSERT INTO CUI_TERMS VALUES(4031,0,4,'aspergilloses , allergic bronchopulmonary','aspergilloses')
-INSERT INTO CUI_TERMS VALUES(4031,5,7,'allergic lung reaction to the fungus aspergillus','fungus')
-INSERT INTO CUI_TERMS VALUES(4031,0,3,'asperg allergic bronchopulm','asperg')
-INSERT INTO CUI_TERMS VALUES(4031,2,3,'bronchopulmonary allergic aspergillosis','aspergillosis')
-INSERT INTO CUI_TERMS VALUES(4031,0,4,'aspergilloses , bronchopulmonary allergic','aspergilloses')
-INSERT INTO CUI_TERMS VALUES(4031,2,3,'allergic bronchopulmonary aspergillosis','aspergillosis')
-INSERT INTO CUI_TERMS VALUES(4031,2,3,'allergic bronchopulm asperg','asperg')
-INSERT INTO CUI_TERMS VALUES(4031,2,3,'allergic bronchopulmonary aspergilloses','aspergilloses')
-INSERT INTO CUI_TERMS VALUES(4031,1,3,'bronchopulm asperg allergic','asperg')
-INSERT INTO CUI_TERMS VALUES(4031,1,4,'bronchopulmonary aspergillosis , allergic','aspergillosis')
-INSERT INTO CUI_TERMS VALUES(4031,0,3,'alrgc brncpul asprglosis','alrgc')
-INSERT INTO CUI_TERMS VALUES(4031,0,1,'abpa','abpa')
-INSERT INTO CUI_TERMS VALUES(4032,0,2,'aspergillosis disseminated','aspergillosis')
-INSERT INTO CUI_TERMS VALUES(4032,1,2,'disseminated aspergillosis','aspergillosis')
-INSERT INTO CUI_TERMS VALUES(4040,0,5,'deoxyribonuclease s > 1 <','deoxyribonuclease')
-INSERT INTO CUI_TERMS VALUES(4040,0,2,'deoxyribonuclease s1','deoxyribonuclease')
-INSERT INTO CUI_TERMS VALUES(4040,1,6,'aspergillus nuclease s > 1 <','nuclease')
-INSERT INTO CUI_TERMS VALUES(4040,0,6,'endonuclease s - 1 , aspergillus','endonuclease')
-INSERT INTO CUI_TERMS VALUES(4040,0,8,'endonuclease s > 1 < ( aspergillus )','endonuclease')
-INSERT INTO CUI_TERMS VALUES(4040,0,10,'deoxyribonuclease s < sub > 1 < / sub >','deoxyribonuclease')
-INSERT INTO CUI_TERMS VALUES(4040,1,11,'aspergillus nuclease s < sub > 1 < / sub >','nuclease')
-INSERT INTO CUI_TERMS VALUES(4040,0,4,'endonuclease s1 , aspergillus','endonuclease')
-INSERT INTO CUI_TERMS VALUES(4040,0,5,'endonuclease s1 ( aspergillus )','endonuclease')
-INSERT INTO CUI_TERMS VALUES(4040,1,4,'s1 nuclease , aspergillus','nuclease')
-INSERT INTO CUI_TERMS VALUES(4040,1,3,'aspergillus nuclease s1','nuclease')
-INSERT INTO CUI_TERMS VALUES(4040,4,6,'single - stranded - nucleate endonuclease','nucleate')
-INSERT INTO CUI_TERMS VALUES(4040,0,5,'nucs protein , aspergillus oryzae','nucs')
-INSERT INTO CUI_TERMS VALUES(4044,0,1,'suffocating','suffocating')
-INSERT INTO CUI_TERMS VALUES(4044,0,1,'asphyxias','asphyxias')
-INSERT INTO CUI_TERMS VALUES(4044,0,1,'asphyxiation','asphyxiation')
-INSERT INTO CUI_TERMS VALUES(4044,0,1,'suffocations','suffocations')
-INSERT INTO CUI_TERMS VALUES(4044,0,1,'suffocation','suffocation')
-INSERT INTO CUI_TERMS VALUES(4044,0,1,'asphyxia','asphyxia')
-INSERT INTO CUI_TERMS VALUES(4044,0,1,'suffocate','suffocate')
-INSERT INTO CUI_TERMS VALUES(4045,0,3,'intrapartum foetal asphyxia','intrapartum')
-INSERT INTO CUI_TERMS VALUES(4045,0,2,'asphyxia neonatal','asphyxia')
-INSERT INTO CUI_TERMS VALUES(4045,1,2,'postnatal asphyxia','asphyxia')
-INSERT INTO CUI_TERMS VALUES(4045,1,2,'fetal asphyxia','asphyxia')
-INSERT INTO CUI_TERMS VALUES(4045,1,2,'newborn asphyxia','asphyxia')
-INSERT INTO CUI_TERMS VALUES(4045,0,2,'asphyxia newborn','asphyxia')
-INSERT INTO CUI_TERMS VALUES(4045,1,2,'neonatal asphyxia','asphyxia')
-INSERT INTO CUI_TERMS VALUES(4045,1,2,'asphyxia newborns','newborns')
-INSERT INTO CUI_TERMS VALUES(4045,3,5,'asphyxia , in liveborn infant','liveborn')
-INSERT INTO CUI_TERMS VALUES(4045,1,2,'asphyxia neonatorum','neonatorum')
-INSERT INTO CUI_TERMS VALUES(4045,1,2,'birth asphyxia','asphyxia')
-INSERT INTO CUI_TERMS VALUES(4045,0,2,'asphyxia birth','asphyxia')
-INSERT INTO CUI_TERMS VALUES(4045,3,5,'asphyxia nos in liveborn infant','liveborn')
-INSERT INTO CUI_TERMS VALUES(4045,0,2,'intrapartum asphyxia','intrapartum')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inspirations','inspirations')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'breathing','breathing')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inhaled','inhaled')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inspired','inspired')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inspiration','inspiration')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inhalation','inhalation')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inhal','inhal')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inspiratory','inspiratory')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inhalations','inhalations')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inspir','inspir')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inhale','inhale')
-INSERT INTO CUI_TERMS VALUES(4048,1,2,'respiratory aspiration','aspiration')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'inhaling','inhaling')
-INSERT INTO CUI_TERMS VALUES(4048,0,1,'ih','ih')
-INSERT INTO CUI_TERMS VALUES(4050,6,7,'therapeutic termination of pregnancy by aspiration curettage','curettage')
-INSERT INTO CUI_TERMS VALUES(4050,0,7,'vat - vacuum aspiration termination of pregnancy','vat')
-INSERT INTO CUI_TERMS VALUES(4050,1,5,'aspirat curet - preg termi','curet')
-INSERT INTO CUI_TERMS VALUES(4050,0,6,'stop - suction termination of pregnancy','stop')
-INSERT INTO CUI_TERMS VALUES(4050,4,5,'therapeutic abortion by aspiration curettage','curettage')
-INSERT INTO CUI_TERMS VALUES(4050,0,6,'vtop - vacuum termination of pregnancy','vtop')
-INSERT INTO CUI_TERMS VALUES(4050,1,8,'aspiration curettage of uterus for termination of pregnancy','curettage')
-INSERT INTO CUI_TERMS VALUES(4050,0,4,'suction evacuation of pregnancy','suction')
-INSERT INTO CUI_TERMS VALUES(4050,0,8,'suction curettage of uterus for termination of pregnancy','suction')
-INSERT INTO CUI_TERMS VALUES(4052,2,3,'aspiration of vomitus','vomitus')
-INSERT INTO CUI_TERMS VALUES(4052,1,2,'aspiration vomitus','vomitus')
-INSERT INTO CUI_TERMS VALUES(4052,1,3,'gastric content aspiration','content')
-INSERT INTO CUI_TERMS VALUES(4052,4,5,'respiratory aspiration of gastric contents','contents')
-INSERT INTO CUI_TERMS VALUES(4052,4,5,'pulmonary aspiration of gastric contents','contents')
-INSERT INTO CUI_TERMS VALUES(4052,3,4,'inhalation of gastric contents','contents')
-INSERT INTO CUI_TERMS VALUES(4057,2,3,'acid , acetylsalicylic','acetylsalicylic')
-INSERT INTO CUI_TERMS VALUES(4057,1,2,'acidum acetylsalicylicum','acetylsalicylicum')
-INSERT INTO CUI_TERMS VALUES(4057,6,7,'acide 2 - ( acetyloxy ) benzoique','benzoique')
-INSERT INTO CUI_TERMS VALUES(4057,3,7,'2 - ( acetyloxy ) benzoic acid','acetyloxy')
-INSERT INTO CUI_TERMS VALUES(4057,0,2,'acetylsalicyclic acid','acetylsalicyclic')
-INSERT INTO CUI_TERMS VALUES(4057,0,1,'asa','asa')
-INSERT INTO CUI_TERMS VALUES(4057,0,2,'acetylsalicylic acid','acetylsalicylic')
-INSERT INTO CUI_TERMS VALUES(4057,2,4,'o - acetoxybenzoic acid','acetoxybenzoic')
-INSERT INTO CUI_TERMS VALUES(4057,0,1,'acetylsalicylsaeure','acetylsalicylsaeure')
-INSERT INTO CUI_TERMS VALUES(4057,0,1,'azetylsalizylsaeure','azetylsalizylsaeure')
-INSERT INTO CUI_TERMS VALUES(4057,6,8,'benzoic acid , 2 - ( acetyloxy )','acetyloxy')
-INSERT INTO CUI_TERMS VALUES(4057,2,4,'2 - acetoxybenzenecarboxylic acid','acetoxybenzenecarboxylic')
-INSERT INTO CUI_TERMS VALUES(4057,2,4,'o - carboxyphenyl acetate','carboxyphenyl')
-INSERT INTO CUI_TERMS VALUES(4057,0,1,'aspirin','aspirin')
-INSERT INTO CUI_TERMS VALUES(4057,2,4,'2 - acetoxybenzoic acid','acetoxybenzoic')
-INSERT INTO CUI_TERMS VALUES(4057,0,3,'salicylic acid acetate','salicylic')
-INSERT INTO CUI_TERMS VALUES(4057,0,1,'aspirins','aspirins')
-INSERT INTO CUI_TERMS VALUES(4058,0,2,'allergies aspirin','allergies')
-INSERT INTO CUI_TERMS VALUES(4058,1,2,'allergy aspirin','aspirin')
-INSERT INTO CUI_TERMS VALUES(4058,0,2,'aspirin allergy','aspirin')
-INSERT INTO CUI_TERMS VALUES(4063,0,1,'assault','assault')
-INSERT INTO CUI_TERMS VALUES(4063,0,1,'attacked','attacked')
-INSERT INTO CUI_TERMS VALUES(4063,0,1,'mug','mug')
-INSERT INTO CUI_TERMS VALUES(4063,0,1,'mugs','mugs')
-INSERT INTO CUI_TERMS VALUES(4063,0,1,'assaults','assaults')
-INSERT INTO CUI_TERMS VALUES(4076,1,3,'glucose testing urine','testing')
-INSERT INTO CUI_TERMS VALUES(4076,0,3,'glucose test urine','glucose')
-INSERT INTO CUI_TERMS VALUES(4076,2,3,'urine test glucose','glucose')
-INSERT INTO CUI_TERMS VALUES(4076,3,4,'urine test for glucose','glucose')
-INSERT INTO CUI_TERMS VALUES(4076,1,2,'urine glucose','glucose')
-INSERT INTO CUI_TERMS VALUES(4076,0,4,'glucose measurement , urine','glucose')
-INSERT INTO CUI_TERMS VALUES(4076,0,2,'glucose urine','glucose')
-INSERT INTO CUI_TERMS VALUES(4076,1,3,'glucose tests urine','tests')
-INSERT INTO CUI_TERMS VALUES(4083,0,1,'associations','associations')
-INSERT INTO CUI_TERMS VALUES(4083,0,1,'assoc','assoc')
-INSERT INTO CUI_TERMS VALUES(4083,0,1,'association','association')
-INSERT INTO CUI_TERMS VALUES(4090,0,2,'dissociative ataxia','dissociative')
-INSERT INTO CUI_TERMS VALUES(4090,0,2,'astasia abasia','astasia')
-INSERT INTO CUI_TERMS VALUES(4090,0,3,'astasia - abasia','astasia')
-INSERT INTO CUI_TERMS VALUES(4090,0,3,'blocq ''s syndrome','blocq')
-INSERT INTO CUI_TERMS VALUES(4093,0,1,'asthenias','asthenias')
-INSERT INTO CUI_TERMS VALUES(4093,0,1,'asthenia','asthenia')
-INSERT INTO CUI_TERMS VALUES(4095,0,2,'fatigue eye','fatigue')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'eye straining','straining')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'eye strain','strain')
-INSERT INTO CUI_TERMS VALUES(4095,0,2,'tired eye','tired')
-INSERT INTO CUI_TERMS VALUES(4095,0,2,'accommodative strain','accommodative')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'eye strains','strains')
-INSERT INTO CUI_TERMS VALUES(4095,0,3,'fatigue , eye','fatigue')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'eyes fatigue','fatigue')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'eyes strained','strained')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'eye tire','tire')
-INSERT INTO CUI_TERMS VALUES(4095,0,2,'tired eyes','tired')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'eyes straining','straining')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'eye fatigue','fatigue')
-INSERT INTO CUI_TERMS VALUES(4095,0,1,'asthenopia','asthenopia')
-INSERT INTO CUI_TERMS VALUES(4095,0,3,'fatigue , visual','fatigue')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'visual fatigue','fatigue')
-INSERT INTO CUI_TERMS VALUES(4095,0,1,'eyestrain','eyestrain')
-INSERT INTO CUI_TERMS VALUES(4095,1,2,'eye tired','tired')
-INSERT INTO CUI_TERMS VALUES(4096,0,1,'asthmatics','asthmatics')
-INSERT INTO CUI_TERMS VALUES(4096,1,2,'airway hyperreactivity','hyperreactivity')
-INSERT INTO CUI_TERMS VALUES(4096,0,1,'asthmas','asthmas')
-INSERT INTO CUI_TERMS VALUES(4096,0,1,'asthmatic','asthmatic')
-INSERT INTO CUI_TERMS VALUES(4096,0,1,'asthma','asthma')
-INSERT INTO CUI_TERMS VALUES(4099,1,3,'exercise ind asthma','ind')
-INSERT INTO CUI_TERMS VALUES(4099,3,4,'exercise - induced asthma','asthma')
-INSERT INTO CUI_TERMS VALUES(4099,0,3,'asthma exercise induced','asthma')
-INSERT INTO CUI_TERMS VALUES(4099,0,3,'asthma induced exercise','asthma')
-INSERT INTO CUI_TERMS VALUES(4099,3,4,'exercise - induced asthmas','asthmas')
-INSERT INTO CUI_TERMS VALUES(4099,2,3,'exercise induced asthma','asthma')
-INSERT INTO CUI_TERMS VALUES(4099,0,5,'asthmas , exercise - induced','asthmas')
-INSERT INTO CUI_TERMS VALUES(4099,0,4,'asthma , exercise induced','asthma')
-INSERT INTO CUI_TERMS VALUES(4099,2,3,'asthma exercise ind','ind')
-INSERT INTO CUI_TERMS VALUES(4099,0,5,'asthma , exercise - induced','asthma')
-INSERT INTO CUI_TERMS VALUES(4099,0,3,'exercised induced asthma','exercised')
-INSERT INTO CUI_TERMS VALUES(4106,0,1,'astigmatism','astigmatism')
-INSERT INTO CUI_TERMS VALUES(4110,0,1,'astringent','astringent')
-INSERT INTO CUI_TERMS VALUES(4110,0,1,'astringents','astringents')
-INSERT INTO CUI_TERMS VALUES(4112,0,1,'astroglia','astroglia')
-INSERT INTO CUI_TERMS VALUES(4112,0,1,'astrocytus','astrocytus')
-INSERT INTO CUI_TERMS VALUES(4112,0,1,'astrocytes','astrocytes')
-INSERT INTO CUI_TERMS VALUES(4112,0,1,'astrocyte','astrocyte')
-INSERT INTO CUI_TERMS VALUES(4112,0,1,'astroglias','astroglias')
-INSERT INTO CUI_TERMS VALUES(4114,2,3,'glioma , astrocytic','astrocytic')
-INSERT INTO CUI_TERMS VALUES(4114,0,1,'astrocytoma','astrocytoma')
-INSERT INTO CUI_TERMS VALUES(4114,0,1,'astroglioma','astroglioma')
-INSERT INTO CUI_TERMS VALUES(4114,0,1,'astrocytomas','astrocytomas')
-INSERT INTO CUI_TERMS VALUES(4114,0,2,'astrocytic neoplasm','astrocytic')
-INSERT INTO CUI_TERMS VALUES(4114,0,3,'gliomas , astrocytic','gliomas')
-INSERT INTO CUI_TERMS VALUES(4114,1,2,'astrocytic gliomas','gliomas')
-INSERT INTO CUI_TERMS VALUES(4114,0,2,'astrocytic glioma','astrocytic')
-INSERT INTO CUI_TERMS VALUES(4114,0,1,'astrogliomas','astrogliomas')
-INSERT INTO CUI_TERMS VALUES(4114,0,2,'astrocytic tumor','astrocytic')
-INSERT INTO CUI_TERMS VALUES(4134,0,1,'ataxy','ataxy')
-INSERT INTO CUI_TERMS VALUES(4134,0,1,'ataxia','ataxia')
-INSERT INTO CUI_TERMS VALUES(4134,2,3,'impairment , coordination','coordination')
-INSERT INTO CUI_TERMS VALUES(4134,0,1,'dyssynergia','dyssynergia')
-INSERT INTO CUI_TERMS VALUES(4134,1,2,'coordination impairments','impairments')
-INSERT INTO CUI_TERMS VALUES(4134,0,3,'impairments , coordination','impairments')
-INSERT INTO CUI_TERMS VALUES(4134,0,1,'ataxias','ataxias')
-INSERT INTO CUI_TERMS VALUES(4134,0,2,'coordination impairment','coordination')
-INSERT INTO CUI_TERMS VALUES(4135,2,5,'telangiectasia , cerebello - oculocutaneous','cerebello')
-INSERT INTO CUI_TERMS VALUES(4135,4,5,'syndrome , louis - bar','bar')
-INSERT INTO CUI_TERMS VALUES(4135,2,3,'ataxia , telangiectasia','telangiectasia')
-INSERT INTO CUI_TERMS VALUES(4135,2,5,'at , complementation group c','complementation')
-INSERT INTO CUI_TERMS VALUES(4135,1,3,'louis bar syndrome','bar')
-INSERT INTO CUI_TERMS VALUES(4135,2,5,'at , complementation group d','complementation')
-INSERT INTO CUI_TERMS VALUES(4135,2,5,'at , complementation group e','complementation')
-INSERT INTO CUI_TERMS VALUES(4135,0,1,'ata','ata')
-INSERT INTO CUI_TERMS VALUES(4135,0,1,'atd','atd')
-INSERT INTO CUI_TERMS VALUES(4135,0,1,'atc','atc')
-INSERT INTO CUI_TERMS VALUES(4135,2,5,'at , complementation group a','complementation')
-INSERT INTO CUI_TERMS VALUES(4135,0,1,'ate','ate')
-INSERT INTO CUI_TERMS VALUES(4135,2,4,'louis - bar syndrome','bar')
-INSERT INTO CUI_TERMS VALUES(4135,1,2,'ataxia telangiectasia','telangiectasia')
-INSERT INTO CUI_TERMS VALUES(4135,2,3,'ataxia - telangiectasia','telangiectasia')
-INSERT INTO CUI_TERMS VALUES(4135,0,1,'atm','atm')
-INSERT INTO CUI_TERMS VALUES(4135,0,1,'at1','at1')
-INSERT INTO CUI_TERMS VALUES(4144,0,2,'lobar collapse','lobar')
-INSERT INTO CUI_TERMS VALUES(4144,1,2,'lung collapse','collapse')
-INSERT INTO CUI_TERMS VALUES(4144,0,3,'collapse , lung','collapse')
-INSERT INTO CUI_TERMS VALUES(4144,0,3,'collapse of lung','collapse')
-INSERT INTO CUI_TERMS VALUES(4144,0,2,'collapsed lungs','collapsed')
-INSERT INTO CUI_TERMS VALUES(4144,0,2,'unexpanded lung','unexpanded')
-INSERT INTO CUI_TERMS VALUES(4144,1,2,'pulmonary collapse','collapse')
-INSERT INTO CUI_TERMS VALUES(4144,0,2,'collapsing lungs','collapsing')
-INSERT INTO CUI_TERMS VALUES(4144,0,2,'collapsed lung','collapsed')
-INSERT INTO CUI_TERMS VALUES(4144,0,1,'atelectasis','atelectasis')
-INSERT INTO CUI_TERMS VALUES(4144,0,1,'atelectases','atelectases')
-INSERT INTO CUI_TERMS VALUES(4147,0,1,'atenololum','atenololum')
-INSERT INTO CUI_TERMS VALUES(4147,0,1,'atenolol','atenolol')
-INSERT INTO CUI_TERMS VALUES(4149,0,1,'atgam','atgam')
-INSERT INTO CUI_TERMS VALUES(4153,0,1,'atherosclerosis','atherosclerosis')
-INSERT INTO CUI_TERMS VALUES(4153,0,3,'atherosclerotic cardiovascular disease','atherosclerotic')
-INSERT INTO CUI_TERMS VALUES(4153,0,1,'atheroscleroses','atheroscleroses')
-INSERT INTO CUI_TERMS VALUES(4153,0,3,'atherosclerotic vascular disease','atherosclerotic')
-INSERT INTO CUI_TERMS VALUES(4153,0,1,'atheromatosis','atheromatosis')
-INSERT INTO CUI_TERMS VALUES(4158,2,3,'movements , athetoid','athetoid')
-INSERT INTO CUI_TERMS VALUES(4158,0,2,'hammonds dis','hammonds')
-INSERT INTO CUI_TERMS VALUES(4158,0,2,'hammond dis','hammond')
-INSERT INTO CUI_TERMS VALUES(4158,0,2,'hammond diseases','hammond')
-INSERT INTO CUI_TERMS VALUES(4158,2,3,'movement , athetoid','athetoid')
-INSERT INTO CUI_TERMS VALUES(4158,2,3,'disease , hammond','hammond')
-INSERT INTO CUI_TERMS VALUES(4158,0,3,'hammond ''s disease','hammond')
-INSERT INTO CUI_TERMS VALUES(4158,0,2,'athetoid movement','athetoid')
-INSERT INTO CUI_TERMS VALUES(4158,0,3,'hammond ''s diseases','hammond')
-INSERT INTO CUI_TERMS VALUES(4158,0,1,'athetoses','athetoses')
-INSERT INTO CUI_TERMS VALUES(4158,0,2,'hammond disease','hammond')
-INSERT INTO CUI_TERMS VALUES(4158,0,2,'athetoid movements','athetoid')
-INSERT INTO CUI_TERMS VALUES(4158,0,1,'athetosis','athetosis')
-INSERT INTO CUI_TERMS VALUES(4158,0,2,'hammonds disease','hammonds')
-INSERT INTO CUI_TERMS VALUES(4158,2,3,'diseases , hammond','hammond')
-INSERT INTO CUI_TERMS VALUES(4168,2,3,'joints , atlantoaxial','atlantoaxial')
-INSERT INTO CUI_TERMS VALUES(4168,2,5,'joint , atlanto - axial','atlanto')
-INSERT INTO CUI_TERMS VALUES(4168,2,3,'joint , atlantoaxial','atlantoaxial')
-INSERT INTO CUI_TERMS VALUES(4168,0,3,'atlanto axial joint','atlanto')
-INSERT INTO CUI_TERMS VALUES(4168,0,4,'atlanto - axial joint','atlanto')
-INSERT INTO CUI_TERMS VALUES(4168,2,4,'joint , atlanto axial','atlanto')
-INSERT INTO CUI_TERMS VALUES(4168,2,4,'joints , atlanto axial','atlanto')
-INSERT INTO CUI_TERMS VALUES(4168,0,3,'atlanto axial joints','atlanto')
-INSERT INTO CUI_TERMS VALUES(4168,0,4,'atlanto - axial joints','atlanto')
-INSERT INTO CUI_TERMS VALUES(4168,0,2,'atlantoaxial joints','atlantoaxial')
-INSERT INTO CUI_TERMS VALUES(4168,0,2,'atlantoaxial joint','atlantoaxial')
-INSERT INTO CUI_TERMS VALUES(4168,2,5,'joints , atlanto - axial','atlanto')
-INSERT INTO CUI_TERMS VALUES(4169,0,3,'atloido occipital joint','atloido')
-INSERT INTO CUI_TERMS VALUES(4169,2,5,'joint , atlanto - occipital','atlanto')
-INSERT INTO CUI_TERMS VALUES(4169,2,5,'joint , atloido - occipital','atloido')
-INSERT INTO CUI_TERMS VALUES(4169,1,2,'articulatio atlantooccipitalis','atlantooccipitalis')
-INSERT INTO CUI_TERMS VALUES(4169,2,5,'joints , atlanto - occipital','atlanto')
-INSERT INTO CUI_TERMS VALUES(4169,1,4,'articulatio atlanto - occipitalis','atlanto')
-INSERT INTO CUI_TERMS VALUES(4169,0,4,'atloido - occipital joint','atloido')
-INSERT INTO CUI_TERMS VALUES(4169,0,5,'atlanto - occipital facet joint','atlanto')
-INSERT INTO CUI_TERMS VALUES(4169,2,5,'joints , atloido - occipital','atloido')
-INSERT INTO CUI_TERMS VALUES(4169,0,2,'craniovertebral joint','craniovertebral')
-INSERT INTO CUI_TERMS VALUES(4169,0,4,'atloido - occipital joints','atloido')
-INSERT INTO CUI_TERMS VALUES(4169,0,4,'atlanto - occipital joint','atlanto')
-INSERT INTO CUI_TERMS VALUES(4169,0,4,'atlanto - occipital joints','atlanto')
-INSERT INTO CUI_TERMS VALUES(4169,0,2,'atlantooccipital joint','atlantooccipital')
-INSERT INTO CUI_TERMS VALUES(4169,0,3,'atlanto occipital joint','atlanto')
-INSERT INTO CUI_TERMS VALUES(4170,0,3,'first cervical vertebra','first')
-INSERT INTO CUI_TERMS VALUES(4170,0,1,'atlas','atlas')
-INSERT INTO CUI_TERMS VALUES(4170,0,2,'c1 vertebra','c1')
-INSERT INTO CUI_TERMS VALUES(4186,0,3,'atony of gallbladder','atony')
-INSERT INTO CUI_TERMS VALUES(4199,0,3,'atp citrate synthase','atp')
-INSERT INTO CUI_TERMS VALUES(4199,2,5,'citrate ( pro3s ) lyase','pro3s')
-INSERT INTO CUI_TERMS VALUES(4199,1,3,'citrate cleavage enzyme','cleavage')
-INSERT INTO CUI_TERMS VALUES(4199,3,7,'atp citrate ( pro-s ) - lyase','pro-s')
-INSERT INTO CUI_TERMS VALUES(4199,3,4,'citrate synthase , atp','atp')
-INSERT INTO CUI_TERMS VALUES(4199,1,3,'citrate pro3s lyase','pro3s')
-INSERT INTO CUI_TERMS VALUES(4199,0,3,'atp citrate lyase','atp')
-INSERT INTO CUI_TERMS VALUES(4199,3,7,'atp citrate ( pro-3s ) - lyase','pro-3s')
-INSERT INTO CUI_TERMS VALUES(4199,7,11,'adenosine triphosphate ( atp ) citrate ( pro-3s ) - lyase','pro-3s')
-INSERT INTO CUI_TERMS VALUES(4199,2,4,'lyase , atp citrate','atp')
-INSERT INTO CUI_TERMS VALUES(4199,4,8,'adenosine triphosphate citrate ( pro-3s ) - lyase','pro-3s')
-INSERT INTO CUI_TERMS VALUES(4199,0,5,'atp - dependent citrate lyase','atp')
-INSERT INTO CUI_TERMS VALUES(4199,0,4,'atp dependent citrate lyase','atp')
-INSERT INTO CUI_TERMS VALUES(4199,2,4,'synthase , atp citrate','atp')
-INSERT INTO CUI_TERMS VALUES(4199,0,4,'cleavage enzyme , citrate','cleavage')
-INSERT INTO CUI_TERMS VALUES(4199,2,6,'lyase , atp - dependent citrate','atp')
-INSERT INTO CUI_TERMS VALUES(4199,3,4,'citrate lyase , atp','atp')
-INSERT INTO CUI_TERMS VALUES(4203,2,5,'pyrophosphorylase , phosphoribosyl - atp','phosphoribosyl')
-INSERT INTO CUI_TERMS VALUES(4203,0,3,'phosphoribosyltransferase , atp','phosphoribosyltransferase')
-INSERT INTO CUI_TERMS VALUES(4203,0,3,'phosphoribosyl atp pyrophosphorylase','phosphoribosyl')
-INSERT INTO CUI_TERMS VALUES(4203,5,6,'adenosine triphosphate ( atp ) phosphoribosyltransferase','phosphoribosyltransferase')
-INSERT INTO CUI_TERMS VALUES(4203,2,3,'adenosine triphosphate phosphoribosyltransferase','phosphoribosyltransferase')
-INSERT INTO CUI_TERMS VALUES(4203,1,2,'atp phosphoribosyltransferase','phosphoribosyltransferase')
-INSERT INTO CUI_TERMS VALUES(4203,0,4,'phosphoribosyl - atp pyrophosphorylase','phosphoribosyl')
-INSERT INTO CUI_TERMS VALUES(4218,3,4,'atp guanosine phosphate pyrophosphotransferase','pyrophosphotransferase')
-INSERT INTO CUI_TERMS VALUES(4218,0,3,'pyrophosphokinase , gtp','pyrophosphokinase')
-INSERT INTO CUI_TERMS VALUES(4218,1,2,'gtp pyrophosphokinase','pyrophosphokinase')
-INSERT INTO CUI_TERMS VALUES(4218,2,3,'guanosine triphosphate pyrophosphokinase','pyrophosphokinase')
-INSERT INTO CUI_TERMS VALUES(4218,0,2,'stringent factor','stringent')
-INSERT INTO CUI_TERMS VALUES(4218,0,6,'pyrophosphotransferase , atp - guanosine phosphate','pyrophosphotransferase')
-INSERT INTO CUI_TERMS VALUES(4218,2,3,'factor , stringent','stringent')
-INSERT INTO CUI_TERMS VALUES(4218,7,9,'guanosine 3 '' , 5 '' - polyphosphate synthase','polyphosphate')
-INSERT INTO CUI_TERMS VALUES(4218,4,5,'atp - guanosine phosphate pyrophosphotransferase','pyrophosphotransferase')
-INSERT INTO CUI_TERMS VALUES(4218,5,6,'guanosine triphosphate ( gtp ) pyrophosphokinase','pyrophosphokinase')
-INSERT INTO CUI_TERMS VALUES(4234,0,1,'atracurium','atracurium')
-INSERT INTO CUI_TERMS VALUES(4235,0,3,'besilate , atracurium','besilate')
-INSERT INTO CUI_TERMS VALUES(4235,0,2,'atracurium besilate','atracurium')
-INSERT INTO CUI_TERMS VALUES(4235,1,2,'atracurium dibesylate','dibesylate')
-INSERT INTO CUI_TERMS VALUES(4235,0,2,'atracurium besylate','atracurium')
-INSERT INTO CUI_TERMS VALUES(4237,0,1,'atrazine','atrazine')
-INSERT INTO CUI_TERMS VALUES(4238,0,1,'af','af')
-INSERT INTO CUI_TERMS VALUES(4238,1,2,'auricular fibrillations','fibrillations')
-INSERT INTO CUI_TERMS VALUES(4238,0,3,'fibrillation , atrial','fibrillation')
-INSERT INTO CUI_TERMS VALUES(4238,0,3,'fibrillations , atrial','fibrillations')
-INSERT INTO CUI_TERMS VALUES(4238,0,3,'fibrillation , auricular','fibrillation')
-INSERT INTO CUI_TERMS VALUES(4238,1,2,'atrial fibrillation','fibrillation')
-INSERT INTO CUI_TERMS VALUES(4238,0,1,'afib','afib')
-INSERT INTO CUI_TERMS VALUES(4238,0,3,'fibrillations , auricular','fibrillations')
-INSERT INTO CUI_TERMS VALUES(4238,1,2,'auricular fibrillation','fibrillation')
-INSERT INTO CUI_TERMS VALUES(4238,0,2,'fibrillation atrial','fibrillation')
-INSERT INTO CUI_TERMS VALUES(4238,1,2,'atrial fibrillations','fibrillations')
-INSERT INTO CUI_TERMS VALUES(4239,1,2,'atrial flutters','flutters')
-INSERT INTO CUI_TERMS VALUES(4239,0,2,'flutter atrial','flutter')
-INSERT INTO CUI_TERMS VALUES(4239,1,2,'auricular flutter','flutter')
-INSERT INTO CUI_TERMS VALUES(4239,0,2,'flutter auricular','flutter')
-INSERT INTO CUI_TERMS VALUES(4239,0,3,'flutters , atrial','flutters')
-INSERT INTO CUI_TERMS VALUES(4239,0,3,'flutters , auricular','flutters')
-INSERT INTO CUI_TERMS VALUES(4239,1,2,'atrial flutter','flutter')
-INSERT INTO CUI_TERMS VALUES(4239,0,3,'flutter , auricular','flutter')
-INSERT INTO CUI_TERMS VALUES(4239,0,3,'flutter , atrial','flutter')
-INSERT INTO CUI_TERMS VALUES(4239,1,2,'auricular flutters','flutters')
-INSERT INTO CUI_TERMS VALUES(4245,0,2,'av block','av')
-INSERT INTO CUI_TERMS VALUES(4245,2,3,'block , av','av')
-INSERT INTO CUI_TERMS VALUES(4245,1,2,'av blocks','blocks')
-INSERT INTO CUI_TERMS VALUES(4245,2,3,'heart block atrioventricular','atrioventricular')
-INSERT INTO CUI_TERMS VALUES(4245,0,2,'atrioventricular block','atrioventricular')
-INSERT INTO CUI_TERMS VALUES(4245,0,3,'av heart block','av')
-INSERT INTO CUI_TERMS VALUES(4245,0,3,'atrioventricular heart block','atrioventricular')
-INSERT INTO CUI_TERMS VALUES(4245,1,4,'conduction blocks , atrioventricular','blocks')
-INSERT INTO CUI_TERMS VALUES(4245,2,3,'atrioventricular conduction blocks','blocks')
-INSERT INTO CUI_TERMS VALUES(4245,0,3,'blocks , av','blocks')
-INSERT INTO CUI_TERMS VALUES(4245,0,4,'conduction block , atrioventricular','conduction')
-INSERT INTO CUI_TERMS VALUES(4245,1,2,'atrioventricular blocks','blocks')
-INSERT INTO CUI_TERMS VALUES(4245,1,3,'atrioventricular conduction block','conduction')
-INSERT INTO CUI_TERMS VALUES(4247,0,2,'av node','av')
-INSERT INTO CUI_TERMS VALUES(4247,0,2,'a-v node','a-v')
-INSERT INTO CUI_TERMS VALUES(4247,1,4,'av nodal muscle tissue','nodal')
-INSERT INTO CUI_TERMS VALUES(4247,2,3,'node , atrioventricular','atrioventricular')
-INSERT INTO CUI_TERMS VALUES(4247,0,2,'av nodes','av')
-INSERT INTO CUI_TERMS VALUES(4247,0,3,'atrio ventricular node','atrio')
-INSERT INTO CUI_TERMS VALUES(4247,1,4,'atrioventricular nodal muscle tissue','nodal')
-INSERT INTO CUI_TERMS VALUES(4247,2,3,'nodes , a-v','a-v')
-INSERT INTO CUI_TERMS VALUES(4247,2,5,'atrioventricular ( av ) node','av')
-INSERT INTO CUI_TERMS VALUES(4247,0,4,'atrio - ventricular nodes','atrio')
-INSERT INTO CUI_TERMS VALUES(4247,2,3,'a v node','node')
-INSERT INTO CUI_TERMS VALUES(4247,2,3,'nodes , av','av')
-INSERT INTO CUI_TERMS VALUES(4247,2,3,'node , a-v','a-v')
-INSERT INTO CUI_TERMS VALUES(4247,0,2,'a-v nodes','a-v')
-INSERT INTO CUI_TERMS VALUES(4247,2,3,'node of tawara','tawara')
-INSERT INTO CUI_TERMS VALUES(4247,0,2,'tawara node','tawara')
-INSERT INTO CUI_TERMS VALUES(4247,2,3,'nodes , atrioventricular','atrioventricular')
-INSERT INTO CUI_TERMS VALUES(4247,0,4,'atrio - ventricular node','atrio')
-INSERT INTO CUI_TERMS VALUES(4247,2,3,'node , av','av')
-INSERT INTO CUI_TERMS VALUES(4247,0,2,'atrioventricular nodes','atrioventricular')
-INSERT INTO CUI_TERMS VALUES(4247,2,5,'nodes , atrio - ventricular','atrio')
-INSERT INTO CUI_TERMS VALUES(4247,2,5,'node , atrio - ventricular','atrio')
-INSERT INTO CUI_TERMS VALUES(4247,0,2,'atrioventricular node','atrioventricular')
-INSERT INTO CUI_TERMS VALUES(4247,1,2,'nodus atrioventricularis','atrioventricularis')
-INSERT INTO CUI_TERMS VALUES(4258,0,2,'essential atrophy','essential')
-INSERT INTO CUI_TERMS VALUES(4258,1,2,'primary atrophy','atrophy')
-INSERT INTO CUI_TERMS VALUES(4259,1,2,'tropine tropate','tropate')
-INSERT INTO CUI_TERMS VALUES(4259,0,1,'atropina','atropina')
-INSERT INTO CUI_TERMS VALUES(4259,5,6,'( + - ) - hyoscyamine','hyoscyamine')
-INSERT INTO CUI_TERMS VALUES(4259,2,3,'dl - tropyltropate','tropyltropate')
-INSERT INTO CUI_TERMS VALUES(4259,2,4,'dl - tropyl tropate','tropyl')
-INSERT INTO CUI_TERMS VALUES(4259,0,1,'mydriasine','mydriasine')
-INSERT INTO CUI_TERMS VALUES(4259,0,1,'atropin','atropin')
-INSERT INTO CUI_TERMS VALUES(4259,0,1,'atropine','atropine')
-INSERT INTO CUI_TERMS VALUES(4259,6,8,'( + , - ) - tropyl tropate','tropyl')
-INSERT INTO CUI_TERMS VALUES(4259,0,1,'atropinum','atropinum')
-INSERT INTO CUI_TERMS VALUES(4259,2,3,'dl - hyoscyamine','hyoscyamine')
-INSERT INTO CUI_TERMS VALUES(4261,10,11,'atropine sulfate , 3 ( s ) - endo - isomer','isomer')
-INSERT INTO CUI_TERMS VALUES(4261,0,2,'hyoscyamine sulfate','hyoscyamine')
-INSERT INTO CUI_TERMS VALUES(4261,0,2,'hyoscyamine sulphate','hyoscyamine')
-INSERT INTO CUI_TERMS VALUES(4268,0,1,'attentions','attentions')
-INSERT INTO CUI_TERMS VALUES(4268,0,1,'attention','attention')
-INSERT INTO CUI_TERMS VALUES(4269,4,6,'attention - deficit - disordered children','disordered')
-INSERT INTO CUI_TERMS VALUES(4269,2,4,'child attention deficit disorder','deficit')
-INSERT INTO CUI_TERMS VALUES(4269,1,5,'attention deficit disorder of childhood','deficit')
-INSERT INTO CUI_TERMS VALUES(4271,0,1,'outlook','outlook')
-INSERT INTO CUI_TERMS VALUES(4271,0,1,'attitudes','attitudes')
-INSERT INTO CUI_TERMS VALUES(4271,0,1,'attitude','attitude')
-INSERT INTO CUI_TERMS VALUES(4277,0,3,'wears , occlusal','wears')
-INSERT INTO CUI_TERMS VALUES(4277,0,1,'attrition','attrition')
-INSERT INTO CUI_TERMS VALUES(4277,1,2,'dental attritions','attritions')
-INSERT INTO CUI_TERMS VALUES(4277,1,2,'occlusal wear','wear')
-INSERT INTO CUI_TERMS VALUES(4277,1,2,'occlusal wears','wears')
-INSERT INTO CUI_TERMS VALUES(4277,0,3,'wear , occlusal','wear')
-INSERT INTO CUI_TERMS VALUES(4286,0,2,'audiometric testing','audiometric')
-INSERT INTO CUI_TERMS VALUES(4286,0,2,'audiometric test','audiometric')
-INSERT INTO CUI_TERMS VALUES(4286,0,1,'audiometry','audiometry')
-INSERT INTO CUI_TERMS VALUES(4286,0,1,'audiometries','audiometries')
-INSERT INTO CUI_TERMS VALUES(4288,0,5,'bekesy 5 - tone audiometry','bekesy')
-INSERT INTO CUI_TERMS VALUES(4288,5,6,'automated pure tone audiometry - bekesy','bekesy')
-INSERT INTO CUI_TERMS VALUES(4288,0,2,'bekesy audiometry','bekesy')
-INSERT INTO CUI_TERMS VALUES(4288,2,3,'audiometry , bekesy','bekesy')
-INSERT INTO CUI_TERMS VALUES(4290,3,4,'response audiometries , electroencephalic','electroencephalic')
-INSERT INTO CUI_TERMS VALUES(4290,3,4,'response audiometry , electroencephalic','electroencephalic')
-INSERT INTO CUI_TERMS VALUES(4290,0,3,'electroencephalic response audiometries','electroencephalic')
-INSERT INTO CUI_TERMS VALUES(4290,0,4,'audiometry , evoked response','audiometry')
-INSERT INTO CUI_TERMS VALUES(4290,0,4,'audiometries , evoked response','audiometries')
-INSERT INTO CUI_TERMS VALUES(4290,0,3,'electroencephalic response audiometry','electroencephalic')
-INSERT INTO CUI_TERMS VALUES(4290,1,4,'response audiometry , evoked','audiometry')
-INSERT INTO CUI_TERMS VALUES(4290,2,3,'electric response audiometry','audiometry')
-INSERT INTO CUI_TERMS VALUES(4290,1,4,'response audiometries , evoked','audiometries')
-INSERT INTO CUI_TERMS VALUES(4290,2,3,'evoked response audiometries','audiometries')
-INSERT INTO CUI_TERMS VALUES(4290,2,4,'audiometries , electroencephalic response','electroencephalic')
-INSERT INTO CUI_TERMS VALUES(4290,2,4,'audiometry , electroencephalic response','electroencephalic')
-INSERT INTO CUI_TERMS VALUES(4290,2,3,'evoked response audiometry','audiometry')
-INSERT INTO CUI_TERMS VALUES(4292,2,3,'pure tone audiometry','audiometry')
-INSERT INTO CUI_TERMS VALUES(4292,0,4,'audiometry , pure tone','audiometry')
-INSERT INTO CUI_TERMS VALUES(4292,3,4,'pure - tone audiometry','audiometry')
-INSERT INTO CUI_TERMS VALUES(4292,0,5,'audiometry , pure - tone','audiometry')
-INSERT INTO CUI_TERMS VALUES(4293,0,3,'audiometries , speech','audiometries')
-INSERT INTO CUI_TERMS VALUES(4293,0,3,'audiometry , speech','audiometry')
-INSERT INTO CUI_TERMS VALUES(4293,1,2,'speech audiometries','audiometries')
-INSERT INTO CUI_TERMS VALUES(4293,1,2,'speech audiometry','audiometry')
-INSERT INTO CUI_TERMS VALUES(4302,0,3,'cortex , auditory','cortex')
-INSERT INTO CUI_TERMS VALUES(4302,1,2,'auditory areas','areas')
-INSERT INTO CUI_TERMS VALUES(4302,1,2,'auditory cortex','cortex')
-INSERT INTO CUI_TERMS VALUES(4302,0,2,'auditory area','auditory')
-INSERT INTO CUI_TERMS VALUES(4302,0,3,'areas , auditory','areas')
-INSERT INTO CUI_TERMS VALUES(4302,2,4,'area , temporal auditory','temporal')
-INSERT INTO CUI_TERMS VALUES(4302,2,3,'area , auditory','auditory')
-INSERT INTO CUI_TERMS VALUES(4302,0,4,'areas , temporal auditory','areas')
-INSERT INTO CUI_TERMS VALUES(4302,1,3,'auditory projection area','projection')
-INSERT INTO CUI_TERMS VALUES(4303,1,3,'central auditory dis','auditory')
-INSERT INTO CUI_TERMS VALUES(4303,1,3,'central auditory disease','auditory')
-INSERT INTO CUI_TERMS VALUES(4303,0,4,'auditory diseases , central','auditory')
-INSERT INTO CUI_TERMS VALUES(4303,2,4,'central auditory pathway dis','pathway')
-INSERT INTO CUI_TERMS VALUES(4303,1,3,'central auditory diseases','auditory')
-INSERT INTO CUI_TERMS VALUES(4303,0,3,'auditory dis central','auditory')
-INSERT INTO CUI_TERMS VALUES(4303,0,4,'dysfunction , central auditory','dysfunction')
-INSERT INTO CUI_TERMS VALUES(4303,1,4,'auditory dysfunction , central','dysfunction')
-INSERT INTO CUI_TERMS VALUES(4303,2,3,'central auditory dysfunction','dysfunction')
-INSERT INTO CUI_TERMS VALUES(4303,0,4,'auditory disease , central','auditory')
-INSERT INTO CUI_TERMS VALUES(4303,2,4,'central auditory pathway disorders','pathway')
-INSERT INTO CUI_TERMS VALUES(4303,0,4,'dysfunctions , central auditory','dysfunctions')
-INSERT INTO CUI_TERMS VALUES(4303,1,5,'auditory pathway disorders , central','pathway')
-INSERT INTO CUI_TERMS VALUES(4303,1,4,'auditory pathway dis central','pathway')
-INSERT INTO CUI_TERMS VALUES(4308,0,3,'pathways , auditory','pathways')
-INSERT INTO CUI_TERMS VALUES(4308,1,2,'auditory pathway','pathway')
-INSERT INTO CUI_TERMS VALUES(4308,0,3,'pathway , auditory','pathway')
-INSERT INTO CUI_TERMS VALUES(4308,1,2,'auditory pathways','pathways')
-INSERT INTO CUI_TERMS VALUES(4310,3,4,'disorder , acoustic perceptual','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'acoustic perceptual dis','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'auditory processing disorder','processing')
-INSERT INTO CUI_TERMS VALUES(4310,0,4,'perceptual disorder , acoustic','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,0,3,'perceptual dis auditory','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,3,4,'disorder , auditory comprehension','comprehension')
-INSERT INTO CUI_TERMS VALUES(4310,3,4,'disorders , acoustic perceptual','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'auditory perceptual dis','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,0,4,'comprehension disorder , auditory','comprehension')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'acoustic perceptual disorder','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'acoustic perceptual disorders','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'auditory comprehension disorders','comprehension')
-INSERT INTO CUI_TERMS VALUES(4310,0,4,'perceptual disorders , auditory','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'auditory comprehension dis','comprehension')
-INSERT INTO CUI_TERMS VALUES(4310,0,4,'processing disorder , auditory','processing')
-INSERT INTO CUI_TERMS VALUES(4310,2,3,'auditory disorder processing','processing')
-INSERT INTO CUI_TERMS VALUES(4310,0,4,'perceptual disorder , auditory','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,0,4,'processing disorders , auditory','processing')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'auditory processing dis','processing')
-INSERT INTO CUI_TERMS VALUES(4310,0,3,'auditory disorder process','auditory')
-INSERT INTO CUI_TERMS VALUES(4310,0,3,'processing auditory disorder','processing')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'auditory perceptual disorders','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'auditory comprehension disorder','comprehension')
-INSERT INTO CUI_TERMS VALUES(4310,0,2,'psychoacoustical disorder','psychoacoustical')
-INSERT INTO CUI_TERMS VALUES(4310,2,3,'disorder , psychoacoustical','psychoacoustical')
-INSERT INTO CUI_TERMS VALUES(4310,2,3,'disorders , psychoacoustical','psychoacoustical')
-INSERT INTO CUI_TERMS VALUES(4310,3,4,'disorders , auditory comprehension','comprehension')
-INSERT INTO CUI_TERMS VALUES(4310,3,4,'disorder , auditory processing','processing')
-INSERT INTO CUI_TERMS VALUES(4310,3,4,'disorders , auditory processing','processing')
-INSERT INTO CUI_TERMS VALUES(4310,0,4,'perceptual disorders , acoustic','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'auditory perceptual disorder','perceptual')
-INSERT INTO CUI_TERMS VALUES(4310,1,3,'auditory processing disorders','processing')
-INSERT INTO CUI_TERMS VALUES(4310,0,2,'psychoacoustical disorders','psychoacoustical')
-INSERT INTO CUI_TERMS VALUES(4310,0,4,'comprehension disorders , auditory','comprehension')
-INSERT INTO CUI_TERMS VALUES(4310,0,3,'auditory disorders process','auditory')
-INSERT INTO CUI_TERMS VALUES(4310,0,2,'psychoacoustical dis','psychoacoustical')
-INSERT INTO CUI_TERMS VALUES(4317,0,2,'aural headache','aural')
-INSERT INTO CUI_TERMS VALUES(4320,0,1,'auranofine','auranofine')
-INSERT INTO CUI_TERMS VALUES(4320,0,1,'auranofin','auranofin')
-INSERT INTO CUI_TERMS VALUES(4320,0,1,'auroafen','auroafen')
-INSERT INTO CUI_TERMS VALUES(4320,0,1,'auranofina','auranofina')
-INSERT INTO CUI_TERMS VALUES(4320,0,2,'triethylphosphine gold','triethylphosphine')
-INSERT INTO CUI_TERMS VALUES(4320,0,1,'auranofinum','auranofinum')
-INSERT INTO CUI_TERMS VALUES(4331,2,5,'dissociation , auriculo - ventricular','auriculo')
-INSERT INTO CUI_TERMS VALUES(4331,2,3,'dissociation , a-v','a-v')
-INSERT INTO CUI_TERMS VALUES(4331,1,2,'av dissociation','dissociation')
-INSERT INTO CUI_TERMS VALUES(4331,0,4,'auriculo - ventricular dissociation','auriculo')
-INSERT INTO CUI_TERMS VALUES(4331,0,3,'dissociations , a-v','dissociations')
-INSERT INTO CUI_TERMS VALUES(4331,0,3,'dissociation , av','dissociation')
-INSERT INTO CUI_TERMS VALUES(4331,3,4,'auriculo - ventricular dissociations','dissociations')
-INSERT INTO CUI_TERMS VALUES(4331,0,3,'auriculo ventricular dissociation','auriculo')
-INSERT INTO CUI_TERMS VALUES(4331,0,5,'dissociations , auriculo - ventricular','dissociations')
-INSERT INTO CUI_TERMS VALUES(4331,0,2,'isorhythmic dissociation','isorhythmic')
-INSERT INTO CUI_TERMS VALUES(4331,0,3,'dissociations , atrioventricular','dissociations')
-INSERT INTO CUI_TERMS VALUES(4331,2,3,'a v dissociation','dissociation')
-INSERT INTO CUI_TERMS VALUES(4331,2,3,'dissociation , interference','interference')
-INSERT INTO CUI_TERMS VALUES(4331,1,2,'a-v dissociations','dissociations')
-INSERT INTO CUI_TERMS VALUES(4331,2,3,'dissociation , isorhythmic','isorhythmic')
-INSERT INTO CUI_TERMS VALUES(4331,1,2,'atrioventricular dissociation','dissociation')
-INSERT INTO CUI_TERMS VALUES(4331,0,2,'interference dissociation','interference')
-INSERT INTO CUI_TERMS VALUES(4331,1,2,'atrioventricular dissociations','dissociations')
-INSERT INTO CUI_TERMS VALUES(4331,1,2,'dissociation auriculoventricular','auriculoventricular')
-INSERT INTO CUI_TERMS VALUES(4331,0,2,'a-v dissociation','a-v')
-INSERT INTO CUI_TERMS VALUES(4331,0,3,'dissociation , atrioventricular','dissociation')
-INSERT INTO CUI_TERMS VALUES(4339,0,1,'listening','listening')
-INSERT INTO CUI_TERMS VALUES(4339,0,1,'auscultations','auscultations')
-INSERT INTO CUI_TERMS VALUES(4339,0,1,'auscultation','auscultation')
-INSERT INTO CUI_TERMS VALUES(4352,0,3,'kanner ''s syndrome','kanner')
-INSERT INTO CUI_TERMS VALUES(4352,0,2,'kanner syndrome','kanner')
-INSERT INTO CUI_TERMS VALUES(4352,0,1,'autistics','autistics')
-INSERT INTO CUI_TERMS VALUES(4352,0,1,'autism','autism')
-INSERT INTO CUI_TERMS VALUES(4352,0,2,'kanners syndrome','kanners')
-INSERT INTO CUI_TERMS VALUES(4352,0,1,'autistic','autistic')
-INSERT INTO CUI_TERMS VALUES(4358,0,2,'antibodies autoimmune','antibodies')
-INSERT INTO CUI_TERMS VALUES(4358,0,1,'autoantibody','autoantibody')
-INSERT INTO CUI_TERMS VALUES(4358,0,2,'autoimmune antibody','autoimmune')
-INSERT INTO CUI_TERMS VALUES(4358,0,1,'autoantibodies','autoantibodies')
-INSERT INTO CUI_TERMS VALUES(4358,1,3,'self reactive antibody','reactive')
-INSERT INTO CUI_TERMS VALUES(4359,0,2,'self antigen','self')
-INSERT INTO CUI_TERMS VALUES(4359,1,2,'self antigens','antigens')
-INSERT INTO CUI_TERMS VALUES(4359,2,3,'antigens , autologous','autologous')
-INSERT INTO CUI_TERMS VALUES(4359,0,2,'autologous antigens','autologous')
-INSERT INTO CUI_TERMS VALUES(4359,2,3,'self - antigens','antigens')
-INSERT INTO CUI_TERMS VALUES(4359,0,1,'autoantigen','autoantigen')
-INSERT INTO CUI_TERMS VALUES(4359,0,1,'autoantigens','autoantigens')
-INSERT INTO CUI_TERMS VALUES(4361,2,3,'progressive muscle relaxation','relaxation')
-INSERT INTO CUI_TERMS VALUES(4361,0,2,'autogenic technique','autogenic')
-INSERT INTO CUI_TERMS VALUES(4361,0,2,'autogenic training','autogenic')
-INSERT INTO CUI_TERMS VALUES(4361,0,2,'autogenic therapy','autogenic')
-INSERT INTO CUI_TERMS VALUES(4361,2,3,'training , autogenic','autogenic')
-INSERT INTO CUI_TERMS VALUES(4361,0,3,'relaxation , progressive','relaxation')
-INSERT INTO CUI_TERMS VALUES(4361,1,2,'progressive relaxation','relaxation')
-INSERT INTO CUI_TERMS VALUES(4361,0,2,'autogenic conditioning','autogenic')
-INSERT INTO CUI_TERMS VALUES(4364,0,2,'autoimmune diseases','autoimmune')
-INSERT INTO CUI_TERMS VALUES(4364,0,2,'autoimmune disorders','autoimmune')
-INSERT INTO CUI_TERMS VALUES(4364,0,2,'autoimmune dis','autoimmune')
-INSERT INTO CUI_TERMS VALUES(4364,0,1,'autoimmunity','autoimmunity')
-INSERT INTO CUI_TERMS VALUES(4364,1,2,'autoimmune condition','condition')
-INSERT INTO CUI_TERMS VALUES(4364,0,2,'autoimmune disorder','autoimmune')
-INSERT INTO CUI_TERMS VALUES(4364,1,5,'self recognition ( immune )','recognition')
-INSERT INTO CUI_TERMS VALUES(4364,2,3,'disease , autoimmune','autoimmune')
-INSERT INTO CUI_TERMS VALUES(4364,2,3,'diseases , autoimmune','autoimmune')
-INSERT INTO CUI_TERMS VALUES(4364,0,1,'autoimmunities','autoimmunities')
-INSERT INTO CUI_TERMS VALUES(4364,0,2,'autoimmune disease','autoimmune')
-INSERT INTO CUI_TERMS VALUES(4368,0,1,'autoimmunity','autoimmunity')
-INSERT INTO CUI_TERMS VALUES(4368,1,2,'autoimmune state','state')
-INSERT INTO CUI_TERMS VALUES(4368,0,2,'autoimmune status','autoimmune')
-INSERT INTO CUI_TERMS VALUES(4368,0,1,'autoimmunities','autoimmunities')
-INSERT INTO CUI_TERMS VALUES(4371,0,3,'gamete lytic enzyme','gamete')
-INSERT INTO CUI_TERMS VALUES(4371,0,1,'lysin','lysin')
-INSERT INTO CUI_TERMS VALUES(4371,0,1,'autolysin','autolysin')
-INSERT INTO CUI_TERMS VALUES(4372,0,1,'autolyses','autolyses')
-INSERT INTO CUI_TERMS VALUES(4372,0,1,'autolytic','autolytic')
-INSERT INTO CUI_TERMS VALUES(4372,0,1,'autolysis','autolysis')
-INSERT INTO CUI_TERMS VALUES(4377,0,1,'automatism','automatism')
-INSERT INTO CUI_TERMS VALUES(4377,0,1,'automatisms','automatisms')
-INSERT INTO CUI_TERMS VALUES(4379,1,2,'automobile drivings','drivings')
-INSERT INTO CUI_TERMS VALUES(4379,0,1,'driving','driving')
-INSERT INTO CUI_TERMS VALUES(4379,0,3,'drivings , automobile','drivings')
-INSERT INTO CUI_TERMS VALUES(4382,0,2,'autonomic agent','autonomic')
-INSERT INTO CUI_TERMS VALUES(4382,2,3,'drugs , autonomic','autonomic')
-INSERT INTO CUI_TERMS VALUES(4382,0,2,'autonomic agents','autonomic')
-INSERT INTO CUI_TERMS VALUES(4382,0,2,'autonomic drugs','autonomic')
-INSERT INTO CUI_TERMS VALUES(4382,0,2,'autonomic drug','autonomic')
-INSERT INTO CUI_TERMS VALUES(4382,2,3,'agents , autonomic','autonomic')
-INSERT INTO CUI_TERMS VALUES(4388,0,1,'autonomic','autonomic')
-INSERT INTO CUI_TERMS VALUES(4388,1,4,'nervous systems , visceral','systems')
-INSERT INTO CUI_TERMS VALUES(4388,3,4,'nervous systems , vegetative','vegetative')
-INSERT INTO CUI_TERMS VALUES(4388,0,3,'involuntary nervous system','involuntary')
-INSERT INTO CUI_TERMS VALUES(4388,0,1,'ans','ans')
-INSERT INTO CUI_TERMS VALUES(4388,0,3,'vegetative nervous system','vegetative')
-INSERT INTO CUI_TERMS VALUES(4388,2,4,'system , visceral nervous','visceral')
-INSERT INTO CUI_TERMS VALUES(4388,2,3,'visceral nervous systems','systems')
-INSERT INTO CUI_TERMS VALUES(4388,0,3,'visceral nervous system','visceral')
-INSERT INTO CUI_TERMS VALUES(4388,2,4,'system , vegetative nervous','vegetative')
-INSERT INTO CUI_TERMS VALUES(4388,0,3,'vegetative nervous systems','vegetative')
-INSERT INTO CUI_TERMS VALUES(4388,3,4,'nervous system , visceral','visceral')
-INSERT INTO CUI_TERMS VALUES(4388,0,4,'systems , visceral nervous','systems')
-INSERT INTO CUI_TERMS VALUES(4388,2,4,'systems , vegetative nervous','vegetative')
-INSERT INTO CUI_TERMS VALUES(4388,3,4,'nervous system , vegetative','vegetative')
-INSERT INTO CUI_TERMS VALUES(4398,2,3,'examination , post-mortem','post-mortem')
-INSERT INTO CUI_TERMS VALUES(4398,1,3,'post mortem examination','mortem')
-INSERT INTO CUI_TERMS VALUES(4398,0,1,'necropsy','necropsy')
-INSERT INTO CUI_TERMS VALUES(4398,0,1,'autopsies','autopsies')
-INSERT INTO CUI_TERMS VALUES(4398,2,3,'examinations , post-mortem','post-mortem')
-INSERT INTO CUI_TERMS VALUES(4398,0,2,'post-mortem examination','post-mortem')
-INSERT INTO CUI_TERMS VALUES(4398,0,1,'postmortem','postmortem')
-INSERT INTO CUI_TERMS VALUES(4398,0,2,'post-mortem examinations','post-mortem')
-INSERT INTO CUI_TERMS VALUES(4398,0,1,'autopsy','autopsy')
-INSERT INTO CUI_TERMS VALUES(4406,0,4,'autotransfusion of whole blood','autotransfusion')
-INSERT INTO CUI_TERMS VALUES(4409,0,1,'auxin','auxin')
-INSERT INTO CUI_TERMS VALUES(4409,0,1,'auxins','auxins')
-INSERT INTO CUI_TERMS VALUES(4415,2,3,'therapies , aversion','aversion')
-INSERT INTO CUI_TERMS VALUES(4415,0,2,'aversive psychotherapy','aversive')
-INSERT INTO CUI_TERMS VALUES(4415,1,2,'ther aversive','aversive')
-INSERT INTO CUI_TERMS VALUES(4415,0,2,'aversive therapies','aversive')
-INSERT INTO CUI_TERMS VALUES(4415,0,2,'aversion therapies','aversion')
-INSERT INTO CUI_TERMS VALUES(4415,2,3,'therapy , aversive','aversive')
-INSERT INTO CUI_TERMS VALUES(4415,0,2,'aversion therapy','aversion')
-INSERT INTO CUI_TERMS VALUES(4415,2,3,'therapies , aversive','aversive')
-INSERT INTO CUI_TERMS VALUES(4415,1,2,'ther aversion','aversion')
-INSERT INTO CUI_TERMS VALUES(4415,0,2,'aversive ther','aversive')
-INSERT INTO CUI_TERMS VALUES(4415,0,2,'aversion ther','aversion')
-INSERT INTO CUI_TERMS VALUES(4415,0,2,'aversive therapy','aversive')
-INSERT INTO CUI_TERMS VALUES(4415,2,3,'therapy , aversion','aversion')
-INSERT INTO CUI_TERMS VALUES(4416,0,2,'avian antigen','avian')
-INSERT INTO CUI_TERMS VALUES(4443,0,6,'avoidant disorder of childhood or adolescence','avoidant')
-INSERT INTO CUI_TERMS VALUES(4444,0,2,'avoidant personality','avoidant')
-INSERT INTO CUI_TERMS VALUES(4444,1,3,'personality avoidant disorder','avoidant')
-INSERT INTO CUI_TERMS VALUES(4444,3,4,'personality disorder , avoidant','avoidant')
-INSERT INTO CUI_TERMS VALUES(4444,0,3,'avoidant disorders personality','avoidant')
-INSERT INTO CUI_TERMS VALUES(4444,3,4,'personality disorders , avoidant','avoidant')
-INSERT INTO CUI_TERMS VALUES(4444,0,3,'avoidant disorder personality','avoidant')
-INSERT INTO CUI_TERMS VALUES(4445,0,3,'avulsion of eye','avulsion')
-INSERT INTO CUI_TERMS VALUES(4445,1,2,'traumatic enucleation','enucleation')
-INSERT INTO CUI_TERMS VALUES(4448,0,1,'aware','aware')
-INSERT INTO CUI_TERMS VALUES(4448,0,1,'awareness','awareness')
-INSERT INTO CUI_TERMS VALUES(4448,0,1,'awarenesses','awarenesses')
-INSERT INTO CUI_TERMS VALUES(4454,0,1,'armpit','armpit')
-INSERT INTO CUI_TERMS VALUES(4454,1,2,'regio axillaris','axillaris')
-INSERT INTO CUI_TERMS VALUES(4454,0,1,'underarm','underarm')
-INSERT INTO CUI_TERMS VALUES(4454,0,1,'axillary','axillary')
-INSERT INTO CUI_TERMS VALUES(4454,0,1,'armpits','armpits')
-INSERT INTO CUI_TERMS VALUES(4454,0,1,'axilla','axilla')
-INSERT INTO CUI_TERMS VALUES(4454,1,2,'fossa axillaris','axillaris')
-INSERT INTO CUI_TERMS VALUES(4455,2,3,'artery , axillary','axillary')
-INSERT INTO CUI_TERMS VALUES(4455,3,5,'axillary part of subclavian artery','subclavian')
-INSERT INTO CUI_TERMS VALUES(4455,1,2,'arteries axillary','axillary')
-INSERT INTO CUI_TERMS VALUES(4455,0,2,'axillary artery','axillary')
-INSERT INTO CUI_TERMS VALUES(4455,2,3,'arteries , axillary','axillary')
-INSERT INTO CUI_TERMS VALUES(4455,5,7,'axillary part of trunk of subclavian artery','subclavian')
-INSERT INTO CUI_TERMS VALUES(4455,1,2,'arteria axillaris','axillaris')
-INSERT INTO CUI_TERMS VALUES(4455,0,2,'axillary arteries','axillary')
-INSERT INTO CUI_TERMS VALUES(4456,0,2,'axillary vein','axillary')
-INSERT INTO CUI_TERMS VALUES(4456,2,3,'veins , axillary','axillary')
-INSERT INTO CUI_TERMS VALUES(4456,0,2,'axillary veins','axillary')
-INSERT INTO CUI_TERMS VALUES(4456,1,2,'vena axillaris','axillaris')
-INSERT INTO CUI_TERMS VALUES(4456,2,3,'vein , axillary','axillary')
-INSERT INTO CUI_TERMS VALUES(4457,2,3,'cervical vertebra axi','axi')
-INSERT INTO CUI_TERMS VALUES(4457,1,4,'vertebra axi , cervical','axi')
-INSERT INTO CUI_TERMS VALUES(4457,0,3,'second cervical vertebra','second')
-INSERT INTO CUI_TERMS VALUES(4457,0,1,'axis','axis')
-INSERT INTO CUI_TERMS VALUES(4457,0,4,'axi , cervical vertebra','axi')
-INSERT INTO CUI_TERMS VALUES(4457,0,1,'epistropheus','epistropheus')
-INSERT INTO CUI_TERMS VALUES(4457,0,2,'c2 vertebra','c2')
-INSERT INTO CUI_TERMS VALUES(4461,0,1,'neuraxon','neuraxon')
-INSERT INTO CUI_TERMS VALUES(4461,0,1,'axone','axone')
-INSERT INTO CUI_TERMS VALUES(4461,0,1,'axons','axons')
-INSERT INTO CUI_TERMS VALUES(4461,0,1,'axon','axon')
-INSERT INTO CUI_TERMS VALUES(4461,0,1,'neuraxons','neuraxons')
-INSERT INTO CUI_TERMS VALUES(4462,1,3,'axon cargo transport','cargo')
-INSERT INTO CUI_TERMS VALUES(4462,0,3,'transports , axoplasmic','transports')
-INSERT INTO CUI_TERMS VALUES(4462,0,2,'axoplasmic transport','axoplasmic')
-INSERT INTO CUI_TERMS VALUES(4462,2,3,'transport , axonal','axonal')
-INSERT INTO CUI_TERMS VALUES(4462,0,2,'axonal transport','axonal')
-INSERT INTO CUI_TERMS VALUES(4462,2,3,'transport , axoplasmic','axoplasmic')
-INSERT INTO CUI_TERMS VALUES(4462,0,3,'transports , axonal','transports')
-INSERT INTO CUI_TERMS VALUES(4462,1,2,'axoplasmic transports','transports')
-INSERT INTO CUI_TERMS VALUES(4462,1,2,'axonal transports','transports')
-INSERT INTO CUI_TERMS VALUES(4468,0,2,'ayerza syndrome','ayerza')
-INSERT INTO CUI_TERMS VALUES(4468,0,2,'cardiopathia nigra','cardiopathia')
-INSERT INTO CUI_TERMS VALUES(4468,0,3,'ayerza ''s syndrome','ayerza')
-INSERT INTO CUI_TERMS VALUES(4475,0,1,'ladakamycin','ladakamycin')
-INSERT INTO CUI_TERMS VALUES(4475,2,3,'5 - aza','aza')
-INSERT INTO CUI_TERMS VALUES(4475,1,2,'5 aza','aza')
-INSERT INTO CUI_TERMS VALUES(4475,2,3,'5 - ac','ac')
-INSERT INTO CUI_TERMS VALUES(4475,0,1,'azc','azc')
-INSERT INTO CUI_TERMS VALUES(4475,0,1,'azacytidine','azacytidine')
-INSERT INTO CUI_TERMS VALUES(4475,0,1,'azacitidina','azacitidina')
-INSERT INTO CUI_TERMS VALUES(4475,0,2,'ac 5','ac')
-INSERT INTO CUI_TERMS VALUES(4475,0,1,'azacitidinum','azacitidinum')
-INSERT INTO CUI_TERMS VALUES(4475,0,1,'azacitidine','azacitidine')
-INSERT INTO CUI_TERMS VALUES(4477,0,1,'azaperone','azaperone')
-INSERT INTO CUI_TERMS VALUES(4481,0,1,'azasteroid','azasteroid')
-INSERT INTO CUI_TERMS VALUES(4481,0,1,'azasteroids','azasteroids')
-INSERT INTO CUI_TERMS VALUES(4482,0,1,'aztp','aztp')
-INSERT INTO CUI_TERMS VALUES(4482,0,1,'aza','aza')
-INSERT INTO CUI_TERMS VALUES(4482,0,1,'azathioprine','azathioprine')
-INSERT INTO CUI_TERMS VALUES(4482,0,1,'atps','atps')
-INSERT INTO CUI_TERMS VALUES(4482,0,1,'azothioprine','azothioprine')
-INSERT INTO CUI_TERMS VALUES(4494,0,2,'azinphos methyl','azinphos')
-INSERT INTO CUI_TERMS VALUES(4494,0,3,'azinphos - methyl','azinphos')
-INSERT INTO CUI_TERMS VALUES(4494,0,1,'azinphosmethyl','azinphosmethyl')
-INSERT INTO CUI_TERMS VALUES(4499,0,1,'azlocillinum','azlocillinum')
-INSERT INTO CUI_TERMS VALUES(4499,0,1,'azlocilline','azlocilline')
-INSERT INTO CUI_TERMS VALUES(4499,0,1,'azlocillin','azlocillin')
-INSERT INTO CUI_TERMS VALUES(4499,0,1,'azlocilina','azlocilina')
-INSERT INTO CUI_TERMS VALUES(4504,0,1,'azoles','azoles')
-INSERT INTO CUI_TERMS VALUES(4504,0,1,'azole','azole')
-INSERT INTO CUI_TERMS VALUES(4509,0,1,'azoozpermia','azoozpermia')
-INSERT INTO CUI_TERMS VALUES(4509,3,4,'absent sperm in semen','semen')
-INSERT INTO CUI_TERMS VALUES(4509,0,1,'azoospermia','azoospermia')
-INSERT INTO CUI_TERMS VALUES(4509,0,1,'azoospermatism','azoospermatism')
-INSERT INTO CUI_TERMS VALUES(4509,0,1,'azospermia','azospermia')
-INSERT INTO CUI_TERMS VALUES(4521,0,2,'az threonam','az')
-INSERT INTO CUI_TERMS VALUES(4521,0,1,'aztreonamum','aztreonamum')
-INSERT INTO CUI_TERMS VALUES(4521,0,3,'az - threonam','az')
-INSERT INTO CUI_TERMS VALUES(4521,0,1,'aztreonam','aztreonam')
-INSERT INTO CUI_TERMS VALUES(4521,0,1,'azthreonam','azthreonam')
-INSERT INTO CUI_TERMS VALUES(4526,0,2,'azygous vein','azygous')
-INSERT INTO CUI_TERMS VALUES(4526,1,2,'vena azygos','azygos')
-INSERT INTO CUI_TERMS VALUES(4526,0,3,'azygos venous tree','azygos')
-INSERT INTO CUI_TERMS VALUES(4526,2,3,'veins , azygos','azygos')
-INSERT INTO CUI_TERMS VALUES(4526,2,3,'vein , azygos','azygos')
-INSERT INTO CUI_TERMS VALUES(4526,0,2,'azygos vein','azygos')
-INSERT INTO CUI_TERMS VALUES(4526,0,2,'azygos veins','azygos')
-INSERT INTO CUI_TERMS VALUES(4561,2,3,'bursa dependent lymphocytes','lymphocytes')
-INSERT INTO CUI_TERMS VALUES(4561,1,2,'b lymphocytes','lymphocytes')
-INSERT INTO CUI_TERMS VALUES(4561,2,3,'b - cell','cell')
-INSERT INTO CUI_TERMS VALUES(4561,2,3,'b - lymphocyte','lymphocyte')
-INSERT INTO CUI_TERMS VALUES(4561,0,5,'lymphocytes , bursa - dependent','lymphocytes')
-INSERT INTO CUI_TERMS VALUES(4561,1,2,'b cell','cell')
-INSERT INTO CUI_TERMS VALUES(4561,2,3,'b - cells','cells')
-INSERT INTO CUI_TERMS VALUES(4561,2,3,'b - lymphocytes','lymphocytes')
-INSERT INTO CUI_TERMS VALUES(4561,2,4,'bursa - dependent lymphocyte','dependent')
-INSERT INTO CUI_TERMS VALUES(4561,4,5,'lymphocyte , bursa - dependent','dependent')
-INSERT INTO CUI_TERMS VALUES(4561,1,2,'b cells','cells')
-INSERT INTO CUI_TERMS VALUES(4561,0,2,'lymphocytes b','lymphocytes')
-INSERT INTO CUI_TERMS VALUES(4561,1,2,'b lymphocyte','lymphocyte')
-INSERT INTO CUI_TERMS VALUES(4561,2,4,'bursa - equivalent lymphocyte','equivalent')
-INSERT INTO CUI_TERMS VALUES(4561,3,4,'bursa - dependent lymphocytes','lymphocytes')
-INSERT INTO CUI_TERMS VALUES(4576,2,4,'infection , babesia parasite','babesia')
-INSERT INTO CUI_TERMS VALUES(4576,2,4,'infections , babesia parasite','babesia')
-INSERT INTO CUI_TERMS VALUES(4576,2,3,'infection by babesia','babesia')
-INSERT INTO CUI_TERMS VALUES(4576,0,1,'babesiasis','babesiasis')
-INSERT INTO CUI_TERMS VALUES(4576,0,3,'babesia parasite infections','babesia')
-INSERT INTO CUI_TERMS VALUES(4576,0,3,'babesia parasite infection','babesia')
-INSERT INTO CUI_TERMS VALUES(4576,0,2,'babesia infection','babesia')
-INSERT INTO CUI_TERMS VALUES(4576,0,1,'piroplasmoses','piroplasmoses')
-INSERT INTO CUI_TERMS VALUES(4576,0,1,'babesioses','babesioses')
-INSERT INTO CUI_TERMS VALUES(4576,0,1,'piroplasmosis','piroplasmosis')
-INSERT INTO CUI_TERMS VALUES(4576,0,1,'babesiosis','babesiosis')
-INSERT INTO CUI_TERMS VALUES(4576,0,1,'babesiases','babesiases')
-INSERT INTO CUI_TERMS VALUES(4599,0,1,'bacitracin','bacitracin')
-INSERT INTO CUI_TERMS VALUES(4601,0,2,'inj back','inj')
-INSERT INTO CUI_TERMS VALUES(4601,1,2,'back injury','injury')
-INSERT INTO CUI_TERMS VALUES(4601,1,2,'back injuries','injuries')
-INSERT INTO CUI_TERMS VALUES(4601,4,8,'traumatic and / or non-traumatic injury of back','non-traumatic')
-INSERT INTO CUI_TERMS VALUES(4601,0,3,'injuries , back','injuries')
-INSERT INTO CUI_TERMS VALUES(4601,0,3,'injury , back','injury')
-INSERT INTO CUI_TERMS VALUES(4601,1,2,'back inj','inj')
-INSERT INTO CUI_TERMS VALUES(4604,1,2,'back aches','aches')
-INSERT INTO CUI_TERMS VALUES(4604,0,1,'dorsalgia','dorsalgia')
-INSERT INTO CUI_TERMS VALUES(4604,0,3,'ache , back','ache')
-INSERT INTO CUI_TERMS VALUES(4604,0,1,'backaches','backaches')
-INSERT INTO CUI_TERMS VALUES(4604,0,2,'backs pain','backs')
-INSERT INTO CUI_TERMS VALUES(4604,0,1,'backpain','backpain')
-INSERT INTO CUI_TERMS VALUES(4604,0,3,'aches , back','aches')
-INSERT INTO CUI_TERMS VALUES(4604,0,1,'notalgia','notalgia')
-INSERT INTO CUI_TERMS VALUES(4604,0,2,'dorsal pain','dorsal')
-INSERT INTO CUI_TERMS VALUES(4604,1,2,'back paining','paining')
-INSERT INTO CUI_TERMS VALUES(4604,0,3,'pain in back','pain')
-INSERT INTO CUI_TERMS VALUES(4604,0,2,'aches back','aches')
-INSERT INTO CUI_TERMS VALUES(4604,0,2,'ache back','ache')
-INSERT INTO CUI_TERMS VALUES(4604,0,3,'pains , back','pains')
-INSERT INTO CUI_TERMS VALUES(4604,0,3,'pain , back','pain')
-INSERT INTO CUI_TERMS VALUES(4604,0,2,'pain back','pain')
-INSERT INTO CUI_TERMS VALUES(4604,1,2,'back pains','pains')
-INSERT INTO CUI_TERMS VALUES(4604,1,2,'back ache','ache')
-INSERT INTO CUI_TERMS VALUES(4604,1,2,'pain dorsal','dorsal')
-INSERT INTO CUI_TERMS VALUES(4604,1,2,'back pain','pain')
-INSERT INTO CUI_TERMS VALUES(4604,0,4,'pain over the back','pain')
-INSERT INTO CUI_TERMS VALUES(4604,0,1,'backache','backache')
-INSERT INTO CUI_TERMS VALUES(4604,2,3,'back over pain','pain')
-INSERT INTO CUI_TERMS VALUES(4604,0,1,'dorsodynia','dorsodynia')
-INSERT INTO CUI_TERMS VALUES(4606,1,4,'non proliferative diabetic retinopathy','proliferative')
-INSERT INTO CUI_TERMS VALUES(4606,0,3,'non-proliferative diabetic retinopathy','non-proliferative')
-INSERT INTO CUI_TERMS VALUES(4606,0,3,'background diabetic retinopathy','background')
-INSERT INTO CUI_TERMS VALUES(4606,0,3,'nonproliferative diabetic retinopathy','nonproliferative')
-INSERT INTO CUI_TERMS VALUES(4609,0,1,'baclophen','baclophen')
-INSERT INTO CUI_TERMS VALUES(4609,11,13,'gamma - amino - beta - ( p - chlorophenyl ) butyric acid','butyric')
-INSERT INTO CUI_TERMS VALUES(4609,0,1,'baclofeno','baclofeno')
-INSERT INTO CUI_TERMS VALUES(4609,0,2,'chlorophenyl gaba','chlorophenyl')
-INSERT INTO CUI_TERMS VALUES(4609,8,10,'beta - ( aminomethyl ) - p - chlorohydrocinnamic acid','chlorohydrocinnamic')
-INSERT INTO CUI_TERMS VALUES(4609,8,10,'beta - ( aminomethyl ) - 4 - chlorobenzenepropanoic acid','chlorobenzenepropanoic')
-INSERT INTO CUI_TERMS VALUES(4609,2,3,'gaba , chlorophenyl','chlorophenyl')
-INSERT INTO CUI_TERMS VALUES(4609,0,1,'baclofen','baclofen')
-INSERT INTO CUI_TERMS VALUES(4609,0,3,'pcp - gaba','pcp')
-INSERT INTO CUI_TERMS VALUES(4609,5,12,'beta - ( p - chlorophenyl ) - gamma - aminobutyric acid','chlorophenyl')
-INSERT INTO CUI_TERMS VALUES(4609,0,12,'benzenepropanoic acid , beta - ( aminomethyl ) - 4 - chloro','benzenepropanoic')
-INSERT INTO CUI_TERMS VALUES(4609,0,1,'baclofenum','baclofenum')
-INSERT INTO CUI_TERMS VALUES(4609,5,8,'beta - ( 4 - chlorophenyl ) gaba','chlorophenyl')
-INSERT INTO CUI_TERMS VALUES(4609,0,1,'baclofene','baclofene')
-INSERT INTO CUI_TERMS VALUES(4610,0,1,'bacteremias','bacteremias')
-INSERT INTO CUI_TERMS VALUES(4610,1,2,'blood poisoning','poisoning')
-INSERT INTO CUI_TERMS VALUES(4610,0,4,'bacteria in the blood','bacteria')
-INSERT INTO CUI_TERMS VALUES(4610,0,1,'bacteraemia','bacteraemia')
-INSERT INTO CUI_TERMS VALUES(4610,0,1,'bacteremia','bacteremia')
-INSERT INTO CUI_TERMS VALUES(4616,1,2,'aneurysm bact','bact')
-INSERT INTO CUI_TERMS VALUES(4616,0,2,'bact aneurysm','bact')
-INSERT INTO CUI_TERMS VALUES(4616,1,2,'bact aneurysms','aneurysms')
-INSERT INTO CUI_TERMS VALUES(4616,1,2,'bacterial aneurysms','aneurysms')
-INSERT INTO CUI_TERMS VALUES(4616,0,3,'aneurysms , bacterial','aneurysms')
-INSERT INTO CUI_TERMS VALUES(4616,2,3,'aneurysm , bacterial','bacterial')
-INSERT INTO CUI_TERMS VALUES(4616,0,2,'bacterial aneurysm','bacterial')
-INSERT INTO CUI_TERMS VALUES(4618,0,3,'counts , bacterial','counts')
-INSERT INTO CUI_TERMS VALUES(4618,0,1,'bacteria','bacteria')
-INSERT INTO CUI_TERMS VALUES(4618,0,3,'count , bacterial','count')
-INSERT INTO CUI_TERMS VALUES(4618,0,1,'bact','bact')
-INSERT INTO CUI_TERMS VALUES(4618,1,2,'bacterial count','count')
-INSERT INTO CUI_TERMS VALUES(4618,1,2,'bacterial counts','counts')
-INSERT INTO CUI_TERMS VALUES(4623,0,3,'bacteria caused disease','bacteria')
-INSERT INTO CUI_TERMS VALUES(4623,1,3,'bacterial infectious disease','infectious')
-INSERT INTO CUI_TERMS VALUES(4623,1,3,'bacterial infectious diseases','infectious')
-INSERT INTO CUI_TERMS VALUES(4623,0,3,'bacteria caused diseases','bacteria')
-INSERT INTO CUI_TERMS VALUES(4623,0,2,'bacterial disease','bacterial')
-INSERT INTO CUI_TERMS VALUES(4623,1,2,'infection bacterial','bacterial')
-INSERT INTO CUI_TERMS VALUES(4623,0,2,'bacterial infection','bacterial')
-INSERT INTO CUI_TERMS VALUES(4623,0,2,'bacterial infections','bacterial')
-INSERT INTO CUI_TERMS VALUES(4623,0,2,'bacterial disorder','bacterial')
-INSERT INTO CUI_TERMS VALUES(4623,0,2,'bacterial diseases','bacterial')
-INSERT INTO CUI_TERMS VALUES(4623,0,2,'bact infect','bact')
-INSERT INTO CUI_TERMS VALUES(4623,3,4,'disease caused by bacteria','bacteria')
-INSERT INTO CUI_TERMS VALUES(4623,1,2,'infect bact','bact')
-INSERT INTO CUI_TERMS VALUES(4623,2,3,'infection , bacterial','bacterial')
-INSERT INTO CUI_TERMS VALUES(4623,2,3,'infections , bacterial','bacterial')
-INSERT INTO CUI_TERMS VALUES(4626,1,2,'bacterial pneumonias','pneumonias')
-INSERT INTO CUI_TERMS VALUES(4626,1,2,'pneumonia bact','bact')
-INSERT INTO CUI_TERMS VALUES(4626,1,2,'bacterial pneumonia','pneumonia')
-INSERT INTO CUI_TERMS VALUES(4626,0,3,'pneumonias , bacterial','pneumonias')
-INSERT INTO CUI_TERMS VALUES(4626,0,2,'pneumonia bacterial','pneumonia')
-INSERT INTO CUI_TERMS VALUES(4626,0,3,'pneumonia , bacterial','pneumonia')
-INSERT INTO CUI_TERMS VALUES(4626,0,2,'bact pneumonia','bact')
-INSERT INTO CUI_TERMS VALUES(4627,1,2,'bacterial proteins','proteins')
-INSERT INTO CUI_TERMS VALUES(4627,0,3,'proteins , bacterial','proteins')
-INSERT INTO CUI_TERMS VALUES(4627,0,2,'bact proteins','bact')
-INSERT INTO CUI_TERMS VALUES(4627,1,4,'gene product , bacterial','product')
-INSERT INTO CUI_TERMS VALUES(4627,0,3,'bact gene product','bact')
-INSERT INTO CUI_TERMS VALUES(4627,1,3,'bacterial gene protein','gene')
-INSERT INTO CUI_TERMS VALUES(4627,2,3,'gene product bact','bact')
-INSERT INTO CUI_TERMS VALUES(4627,2,3,'protein , bacterial','bacterial')
-INSERT INTO CUI_TERMS VALUES(4627,0,3,'bact gene protein','bact')
-INSERT INTO CUI_TERMS VALUES(4627,1,4,'gene products , bacterial','products')
-INSERT INTO CUI_TERMS VALUES(4627,0,3,'bact gene proteins','bact')
-INSERT INTO CUI_TERMS VALUES(4627,2,3,'bacterial gene product','product')
-INSERT INTO CUI_TERMS VALUES(4627,2,3,'bacterial gene products','products')
-INSERT INTO CUI_TERMS VALUES(4627,2,3,'gene products bact','bact')
-INSERT INTO CUI_TERMS VALUES(4627,1,2,'proteins bact','bact')
-INSERT INTO CUI_TERMS VALUES(4627,0,3,'bact gene products','bact')
-INSERT INTO CUI_TERMS VALUES(4627,0,2,'bacterial protein','bacterial')
-INSERT INTO CUI_TERMS VALUES(4627,1,2,'protein bact','bact')
-INSERT INTO CUI_TERMS VALUES(4627,2,3,'bacterial gene proteins','proteins')
-INSERT INTO CUI_TERMS VALUES(4627,0,2,'bact protein','bact')
-INSERT INTO CUI_TERMS VALUES(4630,0,3,'toxins , bacterial','toxins')
-INSERT INTO CUI_TERMS VALUES(4630,0,2,'toxins bact','toxins')
-INSERT INTO CUI_TERMS VALUES(4630,1,2,'bact toxins','toxins')
-INSERT INTO CUI_TERMS VALUES(4630,1,2,'bacterial toxins','toxins')
-INSERT INTO CUI_TERMS VALUES(4630,1,2,'bacterial toxin','toxin')
-INSERT INTO CUI_TERMS VALUES(4632,0,2,'vaccines bact','vaccines')
-INSERT INTO CUI_TERMS VALUES(4632,0,3,'vaccines , bacterial','vaccines')
-INSERT INTO CUI_TERMS VALUES(4632,1,2,'vaccine bact','bact')
-INSERT INTO CUI_TERMS VALUES(4632,0,1,'bacterin','bacterin')
-INSERT INTO CUI_TERMS VALUES(4632,2,3,'vaccine , bacterial','bacterial')
-INSERT INTO CUI_TERMS VALUES(4632,0,2,'bacterial vaccine','bacterial')
-INSERT INTO CUI_TERMS VALUES(4632,1,2,'bact vaccines','vaccines')
-INSERT INTO CUI_TERMS VALUES(4632,1,2,'bacterial vaccines','vaccines')
-INSERT INTO CUI_TERMS VALUES(4632,0,2,'bact vaccine','bact')
-INSERT INTO CUI_TERMS VALUES(4638,0,1,'bacteriochlorophyll','bacteriochlorophyll')
-INSERT INTO CUI_TERMS VALUES(4638,0,1,'bacteriochlorophylls','bacteriochlorophylls')
-INSERT INTO CUI_TERMS VALUES(4640,2,3,'typing , bacteriocin','bacteriocin')
-INSERT INTO CUI_TERMS VALUES(4640,0,2,'bacteriocin typing','bacteriocin')
-INSERT INTO CUI_TERMS VALUES(4650,0,2,'bacteriophage typing','bacteriophage')
-INSERT INTO CUI_TERMS VALUES(4650,2,3,'typing , phage','phage')
-INSERT INTO CUI_TERMS VALUES(4650,0,2,'phage typing','phage')
-INSERT INTO CUI_TERMS VALUES(4650,2,3,'typing , bacteriophage','bacteriophage')
-INSERT INTO CUI_TERMS VALUES(4654,0,1,'bacteriorhodopsin','bacteriorhodopsin')
-INSERT INTO CUI_TERMS VALUES(4654,0,1,'bacteriorhodopsins','bacteriorhodopsins')
-INSERT INTO CUI_TERMS VALUES(4659,0,3,'bacteria in urine','bacteria')
-INSERT INTO CUI_TERMS VALUES(4659,0,1,'bacilluria','bacilluria')
-INSERT INTO CUI_TERMS VALUES(4659,0,1,'bacteriurias','bacteriurias')
-INSERT INTO CUI_TERMS VALUES(4659,0,1,'bacteriuria','bacteriuria')
-INSERT INTO CUI_TERMS VALUES(4669,3,4,'bacterial infection with bacteroides','bacteroides')
-INSERT INTO CUI_TERMS VALUES(4669,2,3,'infections , bacteroides','bacteroides')
-INSERT INTO CUI_TERMS VALUES(4669,2,3,'infection , bacteroides','bacteroides')
-INSERT INTO CUI_TERMS VALUES(4669,0,2,'bacteroides infections','bacteroides')
-INSERT INTO CUI_TERMS VALUES(4669,1,2,'infect bacteroides','bacteroides')
-INSERT INTO CUI_TERMS VALUES(4669,0,2,'bacteroides infect','bacteroides')
-INSERT INTO CUI_TERMS VALUES(4669,3,4,'infection caused by bacteroides','bacteroides')
-INSERT INTO CUI_TERMS VALUES(4669,3,4,'infection due to bacteroides','bacteroides')
-INSERT INTO CUI_TERMS VALUES(4669,0,2,'bacteroides infection','bacteroides')
-INSERT INTO CUI_TERMS VALUES(4681,1,6,'sugar cane workers '' hypersensitivity pneumonitis','cane')
-INSERT INTO CUI_TERMS VALUES(4681,0,4,'bagasse workers '' lung','bagasse')
-INSERT INTO CUI_TERMS VALUES(4681,0,1,'bagassosis','bagassosis')
-INSERT INTO CUI_TERMS VALUES(4681,1,4,'sugar cane worker pneumonitis','cane')
-INSERT INTO CUI_TERMS VALUES(4681,0,2,'bagasse disease','bagasse')
-INSERT INTO CUI_TERMS VALUES(4681,0,4,'bagasse workers '' disease','bagasse')
-INSERT INTO CUI_TERMS VALUES(4690,0,2,'penile inflammation','penile')
-INSERT INTO CUI_TERMS VALUES(4690,0,1,'balanitides','balanitides')
-INSERT INTO CUI_TERMS VALUES(4690,0,3,'inflammation of penis','inflammation')
-INSERT INTO CUI_TERMS VALUES(4690,1,2,'penis inflammation','inflammation')
-INSERT INTO CUI_TERMS VALUES(4690,0,2,'inflammation penis','inflammation')
-INSERT INTO CUI_TERMS VALUES(4690,0,1,'balanitis','balanitis')
-INSERT INTO CUI_TERMS VALUES(4690,0,4,'inflammatory disorder of penis','inflammatory')
-INSERT INTO CUI_TERMS VALUES(4691,0,1,'balanoposthitis','balanoposthitis')
-INSERT INTO CUI_TERMS VALUES(4692,3,4,'disease due to balantidiidae','balantidiidae')
-INSERT INTO CUI_TERMS VALUES(4692,3,4,'disease caused by balantidiidae','balantidiidae')
-INSERT INTO CUI_TERMS VALUES(4692,0,1,'balantidiases','balantidiases')
-INSERT INTO CUI_TERMS VALUES(4692,0,2,'balantidial dysentery','balantidial')
-INSERT INTO CUI_TERMS VALUES(4692,0,1,'balantidiosis','balantidiosis')
-INSERT INTO CUI_TERMS VALUES(4692,0,1,'balantidiasis','balantidiasis')
-INSERT INTO CUI_TERMS VALUES(4698,0,2,'balkan nephropathy','balkan')
-INSERT INTO CUI_TERMS VALUES(4698,0,4,'danubian endemic familial nephropathy','danubian')
-INSERT INTO CUI_TERMS VALUES(4698,0,1,'defn','defn')
-INSERT INTO CUI_TERMS VALUES(4698,0,3,'balkan endemic nephropathy','balkan')
-INSERT INTO CUI_TERMS VALUES(4698,0,1,'ben','ben')
-INSERT INTO CUI_TERMS VALUES(4698,0,2,'nephropathia epidemica','nephropathia')
-INSERT INTO CUI_TERMS VALUES(4698,2,3,'nephropathy , balkan','balkan')
-INSERT INTO CUI_TERMS VALUES(4700,0,1,'ballistocardiographies','ballistocardiographies')
-INSERT INTO CUI_TERMS VALUES(4700,0,1,'ballistocardiography','ballistocardiography')
-INSERT INTO CUI_TERMS VALUES(4700,0,1,'ballistocardiogram','ballistocardiogram')
-INSERT INTO CUI_TERMS VALUES(4700,0,1,'ballistocardiogr','ballistocardiogr')
-INSERT INTO CUI_TERMS VALUES(4712,3,4,'encephalitis periaxialis , concentrica','concentrica')
-INSERT INTO CUI_TERMS VALUES(4712,0,3,'balo ''s disease','balo')
-INSERT INTO CUI_TERMS VALUES(4712,3,5,'encephalitis periaxialis , balo ''s','balo')
-INSERT INTO CUI_TERMS VALUES(4712,2,5,'scleroses , balo ''s concentric','balo')
-INSERT INTO CUI_TERMS VALUES(4712,0,3,'balos concentrics sclerosis','balos')
-INSERT INTO CUI_TERMS VALUES(4712,0,2,'concentric sclerosis','concentric')
-INSERT INTO CUI_TERMS VALUES(4717,0,1,'menomycin','menomycin')
-INSERT INTO CUI_TERMS VALUES(4717,0,1,'flavophospholipol','flavophospholipol')
-INSERT INTO CUI_TERMS VALUES(4717,0,1,'flavophospholipols','flavophospholipols')
-INSERT INTO CUI_TERMS VALUES(4717,0,1,'bambermycins','bambermycins')
-INSERT INTO CUI_TERMS VALUES(4717,0,1,'bambermycin','bambermycin')
-INSERT INTO CUI_TERMS VALUES(4717,0,1,'moenomycin','moenomycin')
-INSERT INTO CUI_TERMS VALUES(4717,0,1,'moenomycins','moenomycins')
-INSERT INTO CUI_TERMS VALUES(4718,0,1,'bametan','bametan')
-INSERT INTO CUI_TERMS VALUES(4718,0,1,'butylnorsynephrin','butylnorsynephrin')
-INSERT INTO CUI_TERMS VALUES(4718,0,1,'bamethane','bamethane')
-INSERT INTO CUI_TERMS VALUES(4718,0,1,'bamethan','bamethan')
-INSERT INTO CUI_TERMS VALUES(4718,2,3,'n - butylnorsympathone','butylnorsympathone')
-INSERT INTO CUI_TERMS VALUES(4743,0,1,'barbital','barbital')
-INSERT INTO CUI_TERMS VALUES(4743,0,1,'diethylmalonylurea','diethylmalonylurea')
-INSERT INTO CUI_TERMS VALUES(4743,0,1,'ethylbarbital','ethylbarbital')
-INSERT INTO CUI_TERMS VALUES(4743,0,1,'barbitone','barbitone')
-INSERT INTO CUI_TERMS VALUES(4745,0,1,'barbiturate','barbiturate')
-INSERT INTO CUI_TERMS VALUES(4745,0,1,'barbiturates','barbiturates')
-INSERT INTO CUI_TERMS VALUES(4749,0,1,'barium','barium')
-INSERT INTO CUI_TERMS VALUES(4749,0,1,'ba','ba')
-INSERT INTO CUI_TERMS VALUES(4751,0,4,'barium granuloma of colon','barium')
-INSERT INTO CUI_TERMS VALUES(4753,1,2,'barium radioisotope','radioisotope')
-INSERT INTO CUI_TERMS VALUES(4753,0,3,'radioisotopes , barium','radioisotopes')
-INSERT INTO CUI_TERMS VALUES(4753,1,2,'barium radioisotopes','radioisotopes')
-INSERT INTO CUI_TERMS VALUES(4754,0,2,'barium sulfate','barium')
-INSERT INTO CUI_TERMS VALUES(4754,2,3,'sulfate , barium','barium')
-INSERT INTO CUI_TERMS VALUES(4754,0,2,'barium sulphate','barium')
-INSERT INTO CUI_TERMS VALUES(4760,0,1,'barotrauma','barotrauma')
-INSERT INTO CUI_TERMS VALUES(4760,0,1,'dysbarism','dysbarism')
-INSERT INTO CUI_TERMS VALUES(4760,0,1,'barotraumas','barotraumas')
-INSERT INTO CUI_TERMS VALUES(4760,0,5,'air pressure - related disorder','air')
-INSERT INTO CUI_TERMS VALUES(4760,3,14,'accident due to extremes of atmospheric pressure and to sudden changes in atmospheric pressure','extremes')
-INSERT INTO CUI_TERMS VALUES(4763,1,4,'gastric metaplasia of oesophagus','metaplasia')
-INSERT INTO CUI_TERMS VALUES(4763,2,3,'syndrome , barrett','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,0,2,'barretts syndrome','barretts')
-INSERT INTO CUI_TERMS VALUES(4763,0,2,'barrett syndrome','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,0,2,'barrett esophagitis','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,0,3,'barrett ''s esophagitis','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,0,3,'barrett ''s syndrome','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,0,3,'barrett ''s esophagus','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,0,2,'barret syndrome','barret')
-INSERT INTO CUI_TERMS VALUES(4763,0,3,'barrett ''s oesophagitis','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,3,6,'columnar epithelial - lined lower esophagus','lined')
-INSERT INTO CUI_TERMS VALUES(4763,0,1,'endobrachyesophagus','endobrachyesophagus')
-INSERT INTO CUI_TERMS VALUES(4763,4,5,'esophagus , columnar - lined','lined')
-INSERT INTO CUI_TERMS VALUES(4763,0,1,'cle','cle')
-INSERT INTO CUI_TERMS VALUES(4763,3,6,'columnar epithelial - lined lower oesophagus','lined')
-INSERT INTO CUI_TERMS VALUES(4763,0,2,'barretts esophagus','barretts')
-INSERT INTO CUI_TERMS VALUES(4763,0,3,'barrett ''s oesophagus','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,2,4,'columnar - lined oesophagus','lined')
-INSERT INTO CUI_TERMS VALUES(4763,0,2,'barrett esophagus','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,2,3,'esophagus , barrett','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,0,2,'barrett oesophagitis','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,2,4,'columnar - lined esophagus','lined')
-INSERT INTO CUI_TERMS VALUES(4763,0,1,'cello','cello')
-INSERT INTO CUI_TERMS VALUES(4763,0,1,'endobrachyoesophagus','endobrachyoesophagus')
-INSERT INTO CUI_TERMS VALUES(4763,0,2,'barrett metaplasia','barrett')
-INSERT INTO CUI_TERMS VALUES(4763,1,4,'gastric metaplasia of esophagus','metaplasia')
-INSERT INTO CUI_TERMS VALUES(4764,0,2,'barrier contraception','barrier')
-INSERT INTO CUI_TERMS VALUES(4764,0,2,'barrier method','barrier')
-INSERT INTO CUI_TERMS VALUES(4764,2,3,'contraception , barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(4764,1,3,'barrier contraceptives method','contraceptives')
-INSERT INTO CUI_TERMS VALUES(4764,1,2,'barrier methods','methods')
-INSERT INTO CUI_TERMS VALUES(4766,1,2,'abscess bartholin','bartholin')
-INSERT INTO CUI_TERMS VALUES(4766,0,3,'vulvovaginal gland abscess','vulvovaginal')
-INSERT INTO CUI_TERMS VALUES(4766,0,3,'bartholin gland abscess','bartholin')
-INSERT INTO CUI_TERMS VALUES(4766,2,4,'abscess of bartholin gland','bartholin')
-INSERT INTO CUI_TERMS VALUES(4766,0,4,'bartholin gland , abscess','bartholin')
-INSERT INTO CUI_TERMS VALUES(4766,0,3,'bartholin ''s abscess','bartholin')
-INSERT INTO CUI_TERMS VALUES(4766,0,4,'bartholin ''s gland abscess','bartholin')
-INSERT INTO CUI_TERMS VALUES(4766,2,5,'abscess of bartholin ''s gland','bartholin')
-INSERT INTO CUI_TERMS VALUES(4766,0,2,'bartholin abscess','bartholin')
-INSERT INTO CUI_TERMS VALUES(4766,2,4,'bartholin ''s glnd abscess','glnd')
-INSERT INTO CUI_TERMS VALUES(4766,1,2,'abscess bartholins','bartholins')
-INSERT INTO CUI_TERMS VALUES(4767,0,4,'bartholin ''s duct cyst','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,0,3,'bartholin ''s cysts','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,0,2,'bartholin cysts','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,0,3,'bartholin gland cyst','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,0,4,'bartholin ''s gland cyst','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,2,5,'cyst of bartholin gland duct','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,0,2,'bartholin cyst','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,0,4,'bartholin gland , cyst','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,0,3,'bartholin ''s cyst','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,2,5,'cyst of bartholin ''s gland','bartholin')
-INSERT INTO CUI_TERMS VALUES(4767,0,4,'bartholins ''s cysts gland','bartholins')
-INSERT INTO CUI_TERMS VALUES(4767,0,2,'bartholins cyst','bartholins')
-INSERT INTO CUI_TERMS VALUES(4767,0,5,'bartholin ''s gland duct cyst','bartholin')
-INSERT INTO CUI_TERMS VALUES(4768,0,3,'bartholin ''s glands','bartholin')
-INSERT INTO CUI_TERMS VALUES(4768,0,2,'bartholins glands','bartholins')
-INSERT INTO CUI_TERMS VALUES(4768,2,4,'glands , bartholin ''s','bartholin')
-INSERT INTO CUI_TERMS VALUES(4768,0,3,'duverney ''s gland','duverney')
-INSERT INTO CUI_TERMS VALUES(4768,0,3,'tiedemann ''s gland','tiedemann')
-INSERT INTO CUI_TERMS VALUES(4768,0,3,'greater vestibular gland','greater')
-INSERT INTO CUI_TERMS VALUES(4768,0,2,'bartholin glands','bartholin')
-INSERT INTO CUI_TERMS VALUES(4768,2,3,'glands major vestibular','vestibular')
-INSERT INTO CUI_TERMS VALUES(4768,1,3,'glandula vestibularis major','vestibularis')
-INSERT INTO CUI_TERMS VALUES(4768,1,3,'major vestibular gland','vestibular')
-INSERT INTO CUI_TERMS VALUES(4768,0,2,'bartholins gland','bartholins')
-INSERT INTO CUI_TERMS VALUES(4768,0,2,'bartholin gland','bartholin')
-INSERT INTO CUI_TERMS VALUES(4768,0,3,'bartholin ''s gland','bartholin')
-INSERT INTO CUI_TERMS VALUES(4768,0,2,'vulvovaginal gland','vulvovaginal')
-INSERT INTO CUI_TERMS VALUES(4769,2,3,'bartholin ''s adenitis','adenitis')
-INSERT INTO CUI_TERMS VALUES(4769,0,1,'bartholinitis','bartholinitis')
-INSERT INTO CUI_TERMS VALUES(4771,0,1,'bartonelliasis','bartonelliasis')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'carrion dis','carrion')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'rochalimaea infections','rochalimaea')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'carrions disease','carrions')
-INSERT INTO CUI_TERMS VALUES(4771,2,3,'infection , bartonella','bartonella')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'carrions dis','carrions')
-INSERT INTO CUI_TERMS VALUES(4771,0,3,'carrion ''s disease','carrion')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'rochalimaea infect','rochalimaea')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'bartonella infect','bartonella')
-INSERT INTO CUI_TERMS VALUES(4771,2,3,'infections , bartonella','bartonella')
-INSERT INTO CUI_TERMS VALUES(4771,2,3,'infections , rochalimaea','rochalimaea')
-INSERT INTO CUI_TERMS VALUES(4771,2,3,'infection , rochalimaea','rochalimaea')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'guaitara fever','guaitara')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'carrion disease','carrion')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'bartonella infections','bartonella')
-INSERT INTO CUI_TERMS VALUES(4771,1,2,'infect bartonella','bartonella')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'bartonella infection','bartonella')
-INSERT INTO CUI_TERMS VALUES(4771,0,2,'rochalimaea infection','rochalimaea')
-INSERT INTO CUI_TERMS VALUES(4771,0,1,'bartonellosis','bartonellosis')
-INSERT INTO CUI_TERMS VALUES(4771,2,3,'disease , carrion','carrion')
-INSERT INTO CUI_TERMS VALUES(4771,0,1,'bartonelloses','bartonelloses')
-INSERT INTO CUI_TERMS VALUES(4771,1,2,'infect rochalimaea','rochalimaea')
-INSERT INTO CUI_TERMS VALUES(4775,0,3,'bartters ''s syndrome','bartters')
-INSERT INTO CUI_TERMS VALUES(4775,0,2,'bartters syndrome','bartters')
-INSERT INTO CUI_TERMS VALUES(4775,0,2,'bartters disease','bartters')
-INSERT INTO CUI_TERMS VALUES(4775,0,3,'bartter ''s disease','bartter')
-INSERT INTO CUI_TERMS VALUES(4775,0,2,'bartter disease','bartter')
-INSERT INTO CUI_TERMS VALUES(4775,0,7,'aldosteronism with hyperplasia of the adrenal cortex','aldosteronism')
-INSERT INTO CUI_TERMS VALUES(4775,0,2,'bartter dis','bartter')
-INSERT INTO CUI_TERMS VALUES(4775,0,2,'bartters dis','bartters')
-INSERT INTO CUI_TERMS VALUES(4775,0,2,'bartter syndrome','bartter')
-INSERT INTO CUI_TERMS VALUES(4775,0,3,'barter ''s disease','barter')
-INSERT INTO CUI_TERMS VALUES(4775,0,2,'barters disease','barters')
-INSERT INTO CUI_TERMS VALUES(4775,0,5,'juxtaglomerular hyperplasia with secondary aldosteronism','juxtaglomerular')
-INSERT INTO CUI_TERMS VALUES(4775,0,3,'bartter ''s syndrome','bartter')
-INSERT INTO CUI_TERMS VALUES(4775,1,3,'disease bartter ''s','bartter')
-INSERT INTO CUI_TERMS VALUES(4775,2,3,'syndrome , bartter','bartter')
-INSERT INTO CUI_TERMS VALUES(4779,1,2,'fifth phacomatosis','phacomatosis')
-INSERT INTO CUI_TERMS VALUES(4779,0,2,'gorlin syndrome','gorlin')
-INSERT INTO CUI_TERMS VALUES(4779,2,4,'basal cell nevus syndrome','nevus')
-INSERT INTO CUI_TERMS VALUES(4779,6,11,'multiple basal cell nevi , odontogenic keratocysts , and skeletal anomalies','keratocysts')
-INSERT INTO CUI_TERMS VALUES(4779,0,1,'nbccs','nbccs')
-INSERT INTO CUI_TERMS VALUES(4779,1,2,'fifth phacomatoses','phacomatoses')
-INSERT INTO CUI_TERMS VALUES(4779,0,1,'bcns','bcns')
-INSERT INTO CUI_TERMS VALUES(4779,2,3,'syndrome , gorlin','gorlin')
-INSERT INTO CUI_TERMS VALUES(4779,3,4,'multiple basal cell carcinomas','carcinomas')
-INSERT INTO CUI_TERMS VALUES(4779,0,5,'nevus syndrome , basal cell','nevus')
-INSERT INTO CUI_TERMS VALUES(4779,0,4,'basal cell carcinoma syndrome','basal')
-INSERT INTO CUI_TERMS VALUES(4779,0,3,'gorlins ''s syndrome','gorlins')
-INSERT INTO CUI_TERMS VALUES(4779,0,3,'gorlin ''s syndrome','gorlin')
-INSERT INTO CUI_TERMS VALUES(4779,2,4,'basal cell naevus syndrome','naevus')
-INSERT INTO CUI_TERMS VALUES(4779,0,2,'gorlins syndrome','gorlins')
-INSERT INTO CUI_TERMS VALUES(4779,2,4,'gorlin - goltz syndrome','goltz')
-INSERT INTO CUI_TERMS VALUES(4779,1,3,'gorlin goltz syndrome','goltz')
-INSERT INTO CUI_TERMS VALUES(4781,1,2,'basal ganglion','ganglion')
-INSERT INTO CUI_TERMS VALUES(4781,1,2,'basal ganglia','ganglia')
-INSERT INTO CUI_TERMS VALUES(4781,0,3,'ganglion , basal','ganglion')
-INSERT INTO CUI_TERMS VALUES(4781,0,3,'nuclei , basal','nuclei')
-INSERT INTO CUI_TERMS VALUES(4781,0,2,'basal nucleus','basal')
-INSERT INTO CUI_TERMS VALUES(4781,1,2,'basal nuclei','nuclei')
-INSERT INTO CUI_TERMS VALUES(4781,0,3,'ganglia , basal','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,1,3,'basal ganglia dis','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,1,3,'basal ganglia disease','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,1,3,'basal ganglia diseases','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,4,5,'abnormality of the basal ganglia','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,1,3,'basal ganglia disorders','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,2,3,'basal disorder ganglia','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,3,4,'disorder of basal ganglia','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,4,5,'anomaly of the basal ganglia','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,1,3,'basal ganglia disorder','ganglia')
-INSERT INTO CUI_TERMS VALUES(4782,1,5,'basal ganglia - - diseases','ganglia')
-INSERT INTO CUI_TERMS VALUES(4788,3,4,'basal substance of telencephalon','telencephalon')
-INSERT INTO CUI_TERMS VALUES(4788,2,3,'ganglion of meynert','meynert')
-INSERT INTO CUI_TERMS VALUES(4788,1,2,'nucleus basalis','basalis')
-INSERT INTO CUI_TERMS VALUES(4788,2,3,'substantia basalis telencephali','telencephali')
-INSERT INTO CUI_TERMS VALUES(4788,0,2,'basal nucleus','basal')
-INSERT INTO CUI_TERMS VALUES(4788,3,4,'basal nuclei of meynert','meynert')
-INSERT INTO CUI_TERMS VALUES(4788,0,3,'meynert ''s nucleus','meynert')
-INSERT INTO CUI_TERMS VALUES(4789,0,3,'veins , basal','veins')
-INSERT INTO CUI_TERMS VALUES(4789,1,2,'vena basalis','basalis')
-INSERT INTO CUI_TERMS VALUES(4789,0,2,'basal vein','basal')
-INSERT INTO CUI_TERMS VALUES(4789,1,2,'basal veins','veins')
-INSERT INTO CUI_TERMS VALUES(4789,2,3,'vein , basal','basal')
-INSERT INTO CUI_TERMS VALUES(4789,2,3,'v . basalis','basalis')
-INSERT INTO CUI_TERMS VALUES(4789,1,3,'posterior mesencephalic vein','mesencephalic')
-INSERT INTO CUI_TERMS VALUES(4789,0,3,'rosenthal ''s vein','rosenthal')
-INSERT INTO CUI_TERMS VALUES(4789,2,3,'vein of rosenthal','rosenthal')
-INSERT INTO CUI_TERMS VALUES(4795,0,1,'baseball','baseball')
-INSERT INTO CUI_TERMS VALUES(4799,0,2,'basement membrane','basement')
-INSERT INTO CUI_TERMS VALUES(4799,2,3,'membranes , basement','basement')
-INSERT INTO CUI_TERMS VALUES(4799,2,3,'membrane , basement','basement')
-INSERT INTO CUI_TERMS VALUES(4799,1,2,'membrane basement','basement')
-INSERT INTO CUI_TERMS VALUES(4799,0,2,'membrana basalis','membrana')
-INSERT INTO CUI_TERMS VALUES(4799,0,2,'basement membranes','basement')
-INSERT INTO CUI_TERMS VALUES(4811,0,2,'basilar artery','basilar')
-INSERT INTO CUI_TERMS VALUES(4811,2,3,'arteries , basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4811,2,3,'artery , basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4811,0,2,'basilar arteries','basilar')
-INSERT INTO CUI_TERMS VALUES(4811,1,2,'arteria basilaris','basilaris')
-INSERT INTO CUI_TERMS VALUES(4811,1,2,'artery basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4811,1,2,'arteries basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,1,4,'artery ischemias , basilar','ischemias')
-INSERT INTO CUI_TERMS VALUES(4812,2,3,'basilar artery ischemias','ischemias')
-INSERT INTO CUI_TERMS VALUES(4812,1,2,'basilar insufficiencies','insufficiencies')
-INSERT INTO CUI_TERMS VALUES(4812,0,2,'basilar insufficiency','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,1,3,'artery basilar syndrome','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,2,3,'insufficiency , basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,0,3,'insufficiencies , basilar','insufficiencies')
-INSERT INTO CUI_TERMS VALUES(4812,2,4,'ischemia , basilar artery','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,2,4,'insufficiency - basilar artery','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,0,3,'basilar artery ischemia','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,0,3,'basilar artery syndrome','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,0,3,'basilar artery insufficiency','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,2,3,'basilar artery insufficiencies','insufficiencies')
-INSERT INTO CUI_TERMS VALUES(4812,3,4,'artery ischemia , basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4812,0,4,'ischemias , basilar artery','ischemias')
-INSERT INTO CUI_TERMS VALUES(4814,0,5,'basilar part of occipital bone','basilar')
-INSERT INTO CUI_TERMS VALUES(4814,0,2,'basilar bone','basilar')
-INSERT INTO CUI_TERMS VALUES(4814,0,1,'basioccipital','basioccipital')
-INSERT INTO CUI_TERMS VALUES(4814,2,3,'bone , basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4814,0,2,'basilar bones','basilar')
-INSERT INTO CUI_TERMS VALUES(4814,1,6,'pars basilaris ( os occipitale )','basilaris')
-INSERT INTO CUI_TERMS VALUES(4814,1,4,'pars basilaris ossis occipitalis','basilaris')
-INSERT INTO CUI_TERMS VALUES(4814,2,3,'bones , basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4816,0,2,'basilar membranes','basilar')
-INSERT INTO CUI_TERMS VALUES(4816,2,3,'membranes , basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4816,2,3,'membrane , basilar','basilar')
-INSERT INTO CUI_TERMS VALUES(4816,0,2,'basilar membrane','basilar')
-INSERT INTO CUI_TERMS VALUES(4818,0,1,'basketball','basketball')
-INSERT INTO CUI_TERMS VALUES(4820,0,4,'degranulation test , basophil','degranulation')
-INSERT INTO CUI_TERMS VALUES(4820,2,4,'mast cell degranulation test','degranulation')
-INSERT INTO CUI_TERMS VALUES(4820,0,4,'degranulation tests , basophil','degranulation')
-INSERT INTO CUI_TERMS VALUES(4820,1,3,'basophil degranulation tests','degranulation')
-INSERT INTO CUI_TERMS VALUES(4820,1,3,'basophil degranulation test','degranulation')
-INSERT INTO CUI_TERMS VALUES(4823,0,2,'basophilic hyperplasia','basophilic')
-INSERT INTO CUI_TERMS VALUES(4827,0,1,'basophil','basophil')
-INSERT INTO CUI_TERMS VALUES(4827,0,1,'basophils','basophils')
-INSERT INTO CUI_TERMS VALUES(4827,0,2,'basophilic granulocyte','basophilic')
-INSERT INTO CUI_TERMS VALUES(4827,0,2,'basophilic leukocyte','basophilic')
-INSERT INTO CUI_TERMS VALUES(4838,0,1,'batrachotoxin','batrachotoxin')
-INSERT INTO CUI_TERMS VALUES(4838,0,1,'batrachotoxins','batrachotoxins')
-INSERT INTO CUI_TERMS VALUES(4886,0,4,'calmette guerin bacillus vaccine','calmette')
-INSERT INTO CUI_TERMS VALUES(4886,0,2,'calmettes vaccine','calmettes')
-INSERT INTO CUI_TERMS VALUES(4886,0,5,'bacillius calmette - guerin vaccine','bacillius')
-INSERT INTO CUI_TERMS VALUES(4886,0,3,'calmette ''s vaccine','calmette')
-INSERT INTO CUI_TERMS VALUES(4886,0,2,'calmette vaccine','calmette')
-INSERT INTO CUI_TERMS VALUES(4886,0,1,'bcg','bcg')
-INSERT INTO CUI_TERMS VALUES(4886,1,3,'bacillus calmette guerin','calmette')
-INSERT INTO CUI_TERMS VALUES(4886,0,5,'bacille calmette - guerin live','bacille')
-INSERT INTO CUI_TERMS VALUES(4886,2,4,'vaccine , calmette ''s','calmette')
-INSERT INTO CUI_TERMS VALUES(4886,1,4,'bacillus calmette - guerin','calmette')
-INSERT INTO CUI_TERMS VALUES(4891,3,4,'bcr - abl oncoprotein','oncoprotein')
-INSERT INTO CUI_TERMS VALUES(4891,4,5,'fusion protein bcr - abl','abl')
-INSERT INTO CUI_TERMS VALUES(4891,1,4,'bcr abl fusion protein','abl')
-INSERT INTO CUI_TERMS VALUES(4891,2,3,'bcr / abl','abl')
-INSERT INTO CUI_TERMS VALUES(4891,4,5,'fusion proteins , bcr abl','abl')
-INSERT INTO CUI_TERMS VALUES(4891,0,11,'breakpoint cluster region / tyrosine - protein kinase abl1 fusion protein','breakpoint')
-INSERT INTO CUI_TERMS VALUES(4891,2,5,'bcr - abl fusion proteins','abl')
-INSERT INTO CUI_TERMS VALUES(4891,5,6,'fusion proteins , bcr - abl','abl')
-INSERT INTO CUI_TERMS VALUES(4891,1,4,'bcr abl fusion proteins','abl')
-INSERT INTO CUI_TERMS VALUES(4891,4,6,'kinase , bcr - abl tyrosine','abl')
-INSERT INTO CUI_TERMS VALUES(4891,2,5,'bcr / abl1 fusion protein','abl1')
-INSERT INTO CUI_TERMS VALUES(4891,2,4,'bcr - abl protein','abl')
-INSERT INTO CUI_TERMS VALUES(4891,2,5,'bcr - abl fusion protein','abl')
-INSERT INTO CUI_TERMS VALUES(4891,5,6,'tyrosine kinase , bcr - abl','abl')
-INSERT INTO CUI_TERMS VALUES(4891,1,4,'bcr abl tyrosine kinase','abl')
-INSERT INTO CUI_TERMS VALUES(4891,2,5,'bcr - abl1 fusion protein','abl1')
-INSERT INTO CUI_TERMS VALUES(4891,2,5,'bcr - abl tyrosine kinase','abl')
-INSERT INTO CUI_TERMS VALUES(4903,1,2,'syndrome wiedemann','wiedemann')
-INSERT INTO CUI_TERMS VALUES(4903,0,2,'emg syndrome','emg')
-INSERT INTO CUI_TERMS VALUES(4903,2,6,'exomphalos - macroglossia - gigantism syndrome','macroglossia')
-INSERT INTO CUI_TERMS VALUES(4903,0,1,'wbs','wbs')
-INSERT INTO CUI_TERMS VALUES(4903,0,3,'beckwith ''s syndrome','beckwith')
-INSERT INTO CUI_TERMS VALUES(4903,2,3,'syndromes , emg','emg')
-INSERT INTO CUI_TERMS VALUES(4903,0,2,'beckwith syndrome','beckwith')
-INSERT INTO CUI_TERMS VALUES(4903,0,2,'wiedemann syndrome','wiedemann')
-INSERT INTO CUI_TERMS VALUES(4903,1,2,'syndrome emg','emg')
-INSERT INTO CUI_TERMS VALUES(4903,4,5,'syndrome , wiedemann - beckwith','beckwith')
-INSERT INTO CUI_TERMS VALUES(4903,2,3,'syndrome , emg','emg')
-INSERT INTO CUI_TERMS VALUES(4903,2,5,'syndrome , beckwith - wiedemann','beckwith')
-INSERT INTO CUI_TERMS VALUES(4903,0,2,'emg syndromes','emg')
-INSERT INTO CUI_TERMS VALUES(4903,0,1,'bws','bws')
-INSERT INTO CUI_TERMS VALUES(4905,0,1,'beclometh','beclometh')
-INSERT INTO CUI_TERMS VALUES(4905,0,1,'beclomethasone','beclomethasone')
-INSERT INTO CUI_TERMS VALUES(4905,0,1,'beclometasone','beclometasone')
-INSERT INTO CUI_TERMS VALUES(4906,0,3,'dipropionate , beclomethasone','dipropionate')
-INSERT INTO CUI_TERMS VALUES(4906,0,2,'beclomethasone dipropionate','beclomethasone')
-INSERT INTO CUI_TERMS VALUES(4906,0,2,'beclometasone dipropionate','beclometasone')
-INSERT INTO CUI_TERMS VALUES(4906,0,6,'beclometasone 17 , 21 - dipropionate','beclometasone')
-INSERT INTO CUI_TERMS VALUES(4906,0,1,'bdp','bdp')
-INSERT INTO CUI_TERMS VALUES(4910,0,3,'rest , bed','rest')
-INSERT INTO CUI_TERMS VALUES(4910,1,2,'bed rest','rest')
-INSERT INTO CUI_TERMS VALUES(4910,0,3,'confinement to bed','confinement')
-INSERT INTO CUI_TERMS VALUES(4910,0,1,'bedrest','bedrest')
-INSERT INTO CUI_TERMS VALUES(4910,0,3,'rests , bed','rests')
-INSERT INTO CUI_TERMS VALUES(4910,1,2,'bed rests','rests')
-INSERT INTO CUI_TERMS VALUES(4910,1,2,'bed confinement','confinement')
-INSERT INTO CUI_TERMS VALUES(4910,0,1,'bedrests','bedrests')
-INSERT INTO CUI_TERMS VALUES(4920,0,4,'bees - - venom','bees')
-INSERT INTO CUI_TERMS VALUES(4920,0,2,'apidae venom','apidae')
-INSERT INTO CUI_TERMS VALUES(4920,0,2,'apis venoms','apis')
-INSERT INTO CUI_TERMS VALUES(4920,2,3,'venom , bee','bee')
-INSERT INTO CUI_TERMS VALUES(4920,0,2,'bee venom','bee')
-INSERT INTO CUI_TERMS VALUES(4920,2,3,'venoms , apis','apis')
-INSERT INTO CUI_TERMS VALUES(4920,1,2,'bee venoms','venoms')
-INSERT INTO CUI_TERMS VALUES(4920,0,1,'apisin','apisin')
-INSERT INTO CUI_TERMS VALUES(4920,0,3,'venoms , bee','venoms')
-INSERT INTO CUI_TERMS VALUES(4924,0,3,'wax , yellow','wax')
-INSERT INTO CUI_TERMS VALUES(4924,0,2,'bees wax','bees')
-INSERT INTO CUI_TERMS VALUES(4924,0,1,'beeswax','beeswax')
-INSERT INTO CUI_TERMS VALUES(4924,1,2,'yellow wax','wax')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'behaviour modification','modification')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'conditioning therapy','conditioning')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'behavior therapy','behavior')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'ther conditioning','conditioning')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'behavioral therapy','behavioral')
-INSERT INTO CUI_TERMS VALUES(4933,0,3,'modification , behavior','modification')
-INSERT INTO CUI_TERMS VALUES(4933,2,3,'therapy , conditioning','conditioning')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'conditioning therapies','conditioning')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'conditioning ther','conditioning')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'behavior therapies','therapies')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'behavior modification','modification')
-INSERT INTO CUI_TERMS VALUES(4933,4,5,'behavior or life style modifications','modifications')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'behavior ther','ther')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'behavioural therapy','behavioural')
-INSERT INTO CUI_TERMS VALUES(4933,0,3,'modifications , behavior','modifications')
-INSERT INTO CUI_TERMS VALUES(4933,2,3,'therapy , behavior','behavior')
-INSERT INTO CUI_TERMS VALUES(4933,2,3,'therapies , conditioning','conditioning')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'ther behavior','ther')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'behavioral modification','modification')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'behavioral treatment','behavioral')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'behavioral interventions','interventions')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'behavioral intervention','behavioral')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'behaviour therapy','behaviour')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'behavioral treatments','treatments')
-INSERT INTO CUI_TERMS VALUES(4933,0,2,'behavioural psychotherapy','behavioural')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'behavior modifications','modifications')
-INSERT INTO CUI_TERMS VALUES(4933,1,2,'behavioral psychotherapy','psychotherapy')
-INSERT INTO CUI_TERMS VALUES(4933,0,3,'therapies , behavior','therapies')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'dysfunctions mental','dysfunctions')
-INSERT INTO CUI_TERMS VALUES(4936,1,2,'disorder mental','mental')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'illnesses psychiatric','illnesses')
-INSERT INTO CUI_TERMS VALUES(4936,1,2,'disorder psychological','psychological')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'dysfunctions psychological','dysfunctions')
-INSERT INTO CUI_TERMS VALUES(4936,1,2,'illness psychiatric','psychiatric')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'psychological disorder','psychological')
-INSERT INTO CUI_TERMS VALUES(4936,1,3,'mental health disorder','health')
-INSERT INTO CUI_TERMS VALUES(4936,1,2,'psychiatric nonspecific','nonspecific')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'mental dis','mental')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'psychological disorders','psychological')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'psychiatric disorder','psychiatric')
-INSERT INTO CUI_TERMS VALUES(4936,1,2,'diseases mental','mental')
-INSERT INTO CUI_TERMS VALUES(4936,1,2,'mental illness','illness')
-INSERT INTO CUI_TERMS VALUES(4936,1,2,'mental dysfunction','dysfunction')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'mental disease','mental')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'mental disorder','mental')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'mental disorders','mental')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'psychiatric illness','psychiatric')
-INSERT INTO CUI_TERMS VALUES(4936,1,2,'disease mental','mental')
-INSERT INTO CUI_TERMS VALUES(4936,1,2,'disorder psychiatric','psychiatric')
-INSERT INTO CUI_TERMS VALUES(4936,2,3,'disorders , mental','mental')
-INSERT INTO CUI_TERMS VALUES(4936,1,3,'disorder health mental','health')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'psychiatric disease','psychiatric')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'psychological dysfunction','psychological')
-INSERT INTO CUI_TERMS VALUES(4936,0,2,'psychiatric disorders','psychiatric')
-INSERT INTO CUI_TERMS VALUES(4936,2,3,'disorder , mental','mental')
-INSERT INTO CUI_TERMS VALUES(4943,0,2,'oculobuccogenital syndrome','oculobuccogenital')
-INSERT INTO CUI_TERMS VALUES(4943,0,4,'complices , triple symptom','complices')
-INSERT INTO CUI_TERMS VALUES(4943,0,3,'triple symptom complex','triple')
-INSERT INTO CUI_TERMS VALUES(4943,0,2,'behcet diseases','behcet')
-INSERT INTO CUI_TERMS VALUES(4943,0,3,'behcet recurrent disease','behcet')
-INSERT INTO CUI_TERMS VALUES(4943,1,4,'old silk route disease','silk')
-INSERT INTO CUI_TERMS VALUES(4943,2,5,'diseases , adamantiades - behcet','adamantiades')
-INSERT INTO CUI_TERMS VALUES(4943,2,4,'complex , triple symptom','triple')
-INSERT INTO CUI_TERMS VALUES(4943,2,3,'triple symptom complices','complices')
-INSERT INTO CUI_TERMS VALUES(4943,0,8,'beh & # 231 ; et ''s syndrome','beh')
-INSERT INTO CUI_TERMS VALUES(4943,0,7,'beh & # 231 ; et disease','beh')
-INSERT INTO CUI_TERMS VALUES(4943,0,2,'behcet syndrome','behcet')
-INSERT INTO CUI_TERMS VALUES(4943,2,5,'disease , adamantiades - behcet','adamantiades')
-INSERT INTO CUI_TERMS VALUES(4943,1,4,'symptom complices , triple','complices')
-INSERT INTO CUI_TERMS VALUES(4943,0,2,'behcets disease','behcets')
-INSERT INTO CUI_TERMS VALUES(4943,3,4,'symptom complex , triple','triple')
-INSERT INTO CUI_TERMS VALUES(4943,0,2,'behcet dis','behcet')
-INSERT INTO CUI_TERMS VALUES(4943,0,4,'triple - symptom complex','triple')
-INSERT INTO CUI_TERMS VALUES(4943,0,2,'behcet ''s','behcet')
-INSERT INTO CUI_TERMS VALUES(4943,0,7,'beh & # 231 ; et syndrome','beh')
-INSERT INTO CUI_TERMS VALUES(4943,0,2,'behcets syndrome','behcets')
-INSERT INTO CUI_TERMS VALUES(4943,0,2,'behcet disease','behcet')
-INSERT INTO CUI_TERMS VALUES(4945,0,1,'bejels','bejels')
-INSERT INTO CUI_TERMS VALUES(4945,0,2,'endemic syphilis','endemic')
-INSERT INTO CUI_TERMS VALUES(4945,0,1,'bejel','bejel')
-INSERT INTO CUI_TERMS VALUES(4954,0,3,'alkaloids , belladonna','alkaloids')
-INSERT INTO CUI_TERMS VALUES(4954,0,2,'belladonna alkaloid','belladonna')
-INSERT INTO CUI_TERMS VALUES(4954,0,2,'belladonna alkaloids','belladonna')
-INSERT INTO CUI_TERMS VALUES(4960,0,1,'methetharimide','methetharimide')
-INSERT INTO CUI_TERMS VALUES(4960,0,1,'ethylmethylglutarimide','ethylmethylglutarimide')
-INSERT INTO CUI_TERMS VALUES(4960,0,1,'bemegride','bemegride')
-INSERT INTO CUI_TERMS VALUES(4962,0,1,'benactyzine','benactyzine')
-INSERT INTO CUI_TERMS VALUES(4963,0,2,'diphenhydramine hcl','diphenhydramine')
-INSERT INTO CUI_TERMS VALUES(4963,0,3,'diphenhydramine . hcl','diphenhydramine')
-INSERT INTO CUI_TERMS VALUES(4963,0,2,'diphenhydramine hydrochloride','diphenhydramine')
-INSERT INTO CUI_TERMS VALUES(4963,2,3,'hydrochloride , diphenhydramine','diphenhydramine')
-INSERT INTO CUI_TERMS VALUES(4965,3,4,'jones protein , bence','bence')
-INSERT INTO CUI_TERMS VALUES(4965,0,3,'bence jones proteins','bence')
-INSERT INTO CUI_TERMS VALUES(4965,0,3,'bence jones protein','bence')
-INSERT INTO CUI_TERMS VALUES(4965,2,4,'protein , bence jones','bence')
-INSERT INTO CUI_TERMS VALUES(4965,1,4,'free monoclonal light chain','monoclonal')
-INSERT INTO CUI_TERMS VALUES(4968,0,4,'bence - jones proteinuria','bence')
-INSERT INTO CUI_TERMS VALUES(4968,1,3,'proteinuria bence jones','bence')
-INSERT INTO CUI_TERMS VALUES(4968,0,3,'bence jones proteinuria','bence')
-INSERT INTO CUI_TERMS VALUES(4969,0,1,'bencyclane','bencyclane')
-INSERT INTO CUI_TERMS VALUES(4972,2,5,'test , bender - gestalt','bender')
-INSERT INTO CUI_TERMS VALUES(4972,3,9,'psychologic test , bender visual - motor gestalt test','bender')
-INSERT INTO CUI_TERMS VALUES(4972,0,3,'bender gestalt test','bender')
-INSERT INTO CUI_TERMS VALUES(4972,0,4,'bender - gestalt test','bender')
-INSERT INTO CUI_TERMS VALUES(4972,2,8,'administration of bender visual - motor gestalt test','bender')
-INSERT INTO CUI_TERMS VALUES(4972,0,5,'bender visual motor gestalt test','bender')
-INSERT INTO CUI_TERMS VALUES(4975,0,1,'bendroflumethiazide','bendroflumethiazide')
-INSERT INTO CUI_TERMS VALUES(4975,0,1,'bendroflumetiazida','bendroflumetiazida')
-INSERT INTO CUI_TERMS VALUES(4975,0,1,'bendroflumethiazidum','bendroflumethiazidum')
-INSERT INTO CUI_TERMS VALUES(4975,0,1,'bendroflumethiazid','bendroflumethiazid')
-INSERT INTO CUI_TERMS VALUES(4975,0,1,'benzydroflumethiazide','benzydroflumethiazide')
-INSERT INTO CUI_TERMS VALUES(4975,0,1,'bendrofluazide','bendrofluazide')
-INSERT INTO CUI_TERMS VALUES(4975,0,1,'benzhydroflumethiazide','benzhydroflumethiazide')
-INSERT INTO CUI_TERMS VALUES(4991,1,3,'benign colon tumor','colon')
-INSERT INTO CUI_TERMS VALUES(4991,2,3,'benign colon tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(4991,1,3,'benign colonic tumor','colonic')
-INSERT INTO CUI_TERMS VALUES(4991,4,5,'benign neoplasm of the colon','colon')
-INSERT INTO CUI_TERMS VALUES(4991,1,3,'benign colon neoplasm','colon')
-INSERT INTO CUI_TERMS VALUES(4991,3,4,'benign neoplasm of colon','colon')
-INSERT INTO CUI_TERMS VALUES(4991,3,4,'benign tumor of colon','colon')
-INSERT INTO CUI_TERMS VALUES(4991,2,4,'benign neoplasm lg bowel','lg')
-INSERT INTO CUI_TERMS VALUES(4991,0,3,'colon benign tumor','colon')
-INSERT INTO CUI_TERMS VALUES(4991,3,4,'benign tumour of colon','colon')
-INSERT INTO CUI_TERMS VALUES(4991,1,3,'benign colonic neoplasm','colonic')
-INSERT INTO CUI_TERMS VALUES(4991,4,5,'benign tumor of the colon','colon')
-INSERT INTO CUI_TERMS VALUES(4992,2,4,'cranial nerve neopl benign','neopl')
-INSERT INTO CUI_TERMS VALUES(4992,2,5,'cranial nerve neoplasms , benign','neoplasms')
-INSERT INTO CUI_TERMS VALUES(4992,4,5,'benign neoplasm of cranial nerves','nerves')
-INSERT INTO CUI_TERMS VALUES(4992,1,4,'benign neo cranial nerve','neo')
-INSERT INTO CUI_TERMS VALUES(4992,2,5,'cranial nerve tumors , benign','tumors')
-INSERT INTO CUI_TERMS VALUES(4992,0,6,'neoplasms , cranial nerve , benign','neoplasms')
-INSERT INTO CUI_TERMS VALUES(4992,3,4,'benign cranial nerve neopl','neopl')
-INSERT INTO CUI_TERMS VALUES(4992,0,6,'tumors , cranial nerve , benign','tumors')
-INSERT INTO CUI_TERMS VALUES(4992,3,4,'benign cranial nerve tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(4992,0,4,'neopl cranial nerve benign','neopl')
-INSERT INTO CUI_TERMS VALUES(4992,3,5,'benign neoplasm of cranial nerve','cranial')
-INSERT INTO CUI_TERMS VALUES(4992,3,4,'benign cranial nerve neoplasms','neoplasms')
-INSERT INTO CUI_TERMS VALUES(4994,4,6,'benign neoplasm of lower jaw bone','jaw')
-INSERT INTO CUI_TERMS VALUES(4994,0,5,'ben neo lower jaw bone','ben')
-INSERT INTO CUI_TERMS VALUES(4994,3,4,'benign neoplasm of mandible','mandible')
-INSERT INTO CUI_TERMS VALUES(4997,4,5,'benign neoplasm of the ovary','ovary')
-INSERT INTO CUI_TERMS VALUES(4997,3,4,'benign neoplasm of ovary','ovary')
-INSERT INTO CUI_TERMS VALUES(4997,2,3,'benign ovary tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(4997,3,4,'benign tumor of ovary','ovary')
-INSERT INTO CUI_TERMS VALUES(4997,2,3,'benign ovarian tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(4997,0,3,'ovarian benign tumor','ovarian')
-INSERT INTO CUI_TERMS VALUES(4997,4,5,'benign tumor of the ovary','ovary')
-INSERT INTO CUI_TERMS VALUES(4997,1,3,'benign ovarian neoplasm','ovarian')
-INSERT INTO CUI_TERMS VALUES(4997,1,3,'benign ovary tumor','ovary')
-INSERT INTO CUI_TERMS VALUES(4997,1,3,'benign ovarian tumour','ovarian')
-INSERT INTO CUI_TERMS VALUES(4997,2,3,'benign neoplasm ovary','ovary')
-INSERT INTO CUI_TERMS VALUES(4997,0,3,'ovarian tumor benign','ovarian')
-INSERT INTO CUI_TERMS VALUES(4997,1,3,'benign ovarian tumor','ovarian')
-INSERT INTO CUI_TERMS VALUES(4998,0,4,'benign tumor of skin','benign')
-INSERT INTO CUI_TERMS VALUES(4998,1,3,'skin benign neoplasm','benign')
-INSERT INTO CUI_TERMS VALUES(4998,0,4,'benign neoplasm of skin','benign')
-INSERT INTO CUI_TERMS VALUES(4998,3,4,'benign of skin tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(4998,0,5,'benign neoplasm of the skin','benign')
-INSERT INTO CUI_TERMS VALUES(4998,2,3,'benign skin tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(4998,1,4,'skin neoplasms , benign','neoplasms')
-INSERT INTO CUI_TERMS VALUES(4998,1,3,'benign cutaneous neoplasm','cutaneous')
-INSERT INTO CUI_TERMS VALUES(4998,0,3,'benign skin tumor','benign')
-INSERT INTO CUI_TERMS VALUES(4998,0,3,'benign skin neoplasm','benign')
-INSERT INTO CUI_TERMS VALUES(4998,1,3,'benign cutaneous tumor','cutaneous')
-INSERT INTO CUI_TERMS VALUES(4998,0,5,'benign tumor of the skin','benign')
-INSERT INTO CUI_TERMS VALUES(4998,1,4,'benign tumour of skin','tumour')
-INSERT INTO CUI_TERMS VALUES(5001,0,6,'hypertrophy ( benign ) of prostate','hypertrophy')
-INSERT INTO CUI_TERMS VALUES(5001,3,4,'hypertrophy , benign prostatic','prostatic')
-INSERT INTO CUI_TERMS VALUES(5001,1,4,'benign enlargement of prostate','enlargement')
-INSERT INTO CUI_TERMS VALUES(5001,1,3,'benign enlarged prostate','enlarged')
-INSERT INTO CUI_TERMS VALUES(5001,2,3,'benign prostate enlargement','enlargement')
-INSERT INTO CUI_TERMS VALUES(5001,1,2,'prostate hypertrophy','hypertrophy')
-INSERT INTO CUI_TERMS VALUES(5001,2,5,'prostate , hypertrophy , benign','hypertrophy')
-INSERT INTO CUI_TERMS VALUES(5001,0,1,'bph','bph')
-INSERT INTO CUI_TERMS VALUES(5009,0,1,'benomyl','benomyl')
-INSERT INTO CUI_TERMS VALUES(5011,7,8,'2 - acetoxy - 4 '' - acetaminophenylbenzoate','acetaminophenylbenzoate')
-INSERT INTO CUI_TERMS VALUES(5011,0,1,'benorilate','benorilate')
-INSERT INTO CUI_TERMS VALUES(5011,2,7,'4 - acetamidophenyl - o - acetylsalicylate','acetamidophenyl')
-INSERT INTO CUI_TERMS VALUES(5011,0,1,'benorylate','benorylate')
-INSERT INTO CUI_TERMS VALUES(5013,0,1,'benperidol','benperidol')
-INSERT INTO CUI_TERMS VALUES(5014,0,1,'seryltrihydroxybenzylhydrazine','seryltrihydroxybenzylhydrazine')
-INSERT INTO CUI_TERMS VALUES(5014,2,3,'benzylhydrazine , seryltrihydroxy','seryltrihydroxy')
-INSERT INTO CUI_TERMS VALUES(5014,0,2,'seryltrihydroxy benzylhydrazine','seryltrihydroxy')
-INSERT INTO CUI_TERMS VALUES(5014,0,1,'serazide','serazide')
-INSERT INTO CUI_TERMS VALUES(5014,0,1,'benserazide','benserazide')
-INSERT INTO CUI_TERMS VALUES(5018,0,1,'bentonite','bentonite')
-INSERT INTO CUI_TERMS VALUES(5023,0,1,'benzaldehyde','benzaldehyde')
-INSERT INTO CUI_TERMS VALUES(5025,0,1,'benzalkonium','benzalkonium')
-INSERT INTO CUI_TERMS VALUES(5026,1,2,'chloride benzalkonium','benzalkonium')
-INSERT INTO CUI_TERMS VALUES(5026,0,2,'alkylbenzyldimethylammonium chloride','alkylbenzyldimethylammonium')
-INSERT INTO CUI_TERMS VALUES(5026,2,3,'chloride , benzalkonium','benzalkonium')
-INSERT INTO CUI_TERMS VALUES(5026,0,2,'benzalkonium chloride','benzalkonium')
-INSERT INTO CUI_TERMS VALUES(5034,0,1,'benzazepines','benzazepines')
-INSERT INTO CUI_TERMS VALUES(5034,0,1,'benzazepine','benzazepine')
-INSERT INTO CUI_TERMS VALUES(5035,0,1,'benzbromarone','benzbromarone')
-INSERT INTO CUI_TERMS VALUES(5035,0,1,'benzbromaron','benzbromaron')
-INSERT INTO CUI_TERMS VALUES(5036,0,1,'cyclohexatriene','cyclohexatriene')
-INSERT INTO CUI_TERMS VALUES(5036,0,1,'benzole','benzole')
-INSERT INTO CUI_TERMS VALUES(5036,0,1,'benzol','benzol')
-INSERT INTO CUI_TERMS VALUES(5036,0,1,'benzenes','benzenes')
-INSERT INTO CUI_TERMS VALUES(5036,0,1,'benzene','benzene')
-INSERT INTO CUI_TERMS VALUES(5038,0,1,'hexachlorocyclohexane','hexachlorocyclohexane')
-INSERT INTO CUI_TERMS VALUES(5038,1,2,'gamma hexachlor','hexachlor')
-INSERT INTO CUI_TERMS VALUES(5038,0,1,'lindan','lindan')
-INSERT INTO CUI_TERMS VALUES(5038,1,2,'benzene hexachloride','hexachloride')
-INSERT INTO CUI_TERMS VALUES(5038,0,1,'gammallin','gammallin')
-INSERT INTO CUI_TERMS VALUES(5038,0,5,'hexachloride , gamma - benzene','hexachloride')
-INSERT INTO CUI_TERMS VALUES(5038,0,1,'gammahexachlorocyclohexane','gammahexachlorocyclohexane')
-INSERT INTO CUI_TERMS VALUES(5038,2,3,'gamma - bhc','bhc')
-INSERT INTO CUI_TERMS VALUES(5038,2,3,'gamma - hexachlorzyklohexan','hexachlorzyklohexan')
-INSERT INTO CUI_TERMS VALUES(5038,0,1,'hexachlorane','hexachlorane')
-INSERT INTO CUI_TERMS VALUES(5038,0,1,'lindane','lindane')
-INSERT INTO CUI_TERMS VALUES(5038,0,3,'hexachloride , benzene','hexachloride')
-INSERT INTO CUI_TERMS VALUES(5038,0,1,'gammaxene','gammaxene')
-INSERT INTO CUI_TERMS VALUES(5038,2,3,'gamma - hch','hch')
-INSERT INTO CUI_TERMS VALUES(5041,0,1,'benzethonium','benzethonium')
-INSERT INTO CUI_TERMS VALUES(5047,1,4,'fast corinth base b','corinth')
-INSERT INTO CUI_TERMS VALUES(5047,0,1,'benzidine','benzidine')
-INSERT INTO CUI_TERMS VALUES(5047,2,3,'p - diaminodiphenyl','diaminodiphenyl')
-INSERT INTO CUI_TERMS VALUES(5059,0,1,'bensokain','bensokain')
-INSERT INTO CUI_TERMS VALUES(5059,3,4,'ethyl p - aminobenzoate','aminobenzoate')
-INSERT INTO CUI_TERMS VALUES(5059,0,1,'benzocaine','benzocaine')
-INSERT INTO CUI_TERMS VALUES(5059,2,6,'4 - aminobenzoic acid ethyl ester','aminobenzoic')
-INSERT INTO CUI_TERMS VALUES(5059,0,3,'amben ethyl ester','amben')
-INSERT INTO CUI_TERMS VALUES(5059,3,6,'p - ( ethoxycarbonyl ) aniline','ethoxycarbonyl')
-INSERT INTO CUI_TERMS VALUES(5059,2,3,'p - carbethoxyaniline','carbethoxyaniline')
-INSERT INTO CUI_TERMS VALUES(5059,2,4,'p - ethoxycarboxylic aniline','ethoxycarboxylic')
-INSERT INTO CUI_TERMS VALUES(5059,0,10,'benzoic acid , 4 - amino - , ethyl ester','benzoic')
-INSERT INTO CUI_TERMS VALUES(5059,0,1,'benzocainum','benzocainum')
-INSERT INTO CUI_TERMS VALUES(5059,1,2,'ethyl aminobenzoate','aminobenzoate')
-INSERT INTO CUI_TERMS VALUES(5059,3,4,'ethyl p - aminophenylcarboxylate','aminophenylcarboxylate')
-INSERT INTO CUI_TERMS VALUES(5059,0,1,'benzocaina','benzocaina')
-INSERT INTO CUI_TERMS VALUES(5061,0,1,'benzocycloheptene','benzocycloheptene')
-INSERT INTO CUI_TERMS VALUES(5061,0,1,'benzocycloheptenes','benzocycloheptenes')
-INSERT INTO CUI_TERMS VALUES(5068,0,1,'benzofuran','benzofuran')
-INSERT INTO CUI_TERMS VALUES(5068,0,1,'coumarone','coumarone')
-INSERT INTO CUI_TERMS VALUES(5068,0,1,'coumarones','coumarones')
-INSERT INTO CUI_TERMS VALUES(5068,0,1,'benzofurans','benzofurans')
-INSERT INTO CUI_TERMS VALUES(5070,8,9,'2 - hydroxy - 1 , 2 - diphenylethanone','diphenylethanone')
-INSERT INTO CUI_TERMS VALUES(5070,0,1,'benzoin','benzoin')
-INSERT INTO CUI_TERMS VALUES(5070,5,6,'2 hydroxy 1 , 2 diphenylethanone','diphenylethanone')
-INSERT INTO CUI_TERMS VALUES(5078,0,1,'chromene','chromene')
-INSERT INTO CUI_TERMS VALUES(5078,0,1,'benzopyran','benzopyran')
-INSERT INTO CUI_TERMS VALUES(5078,0,1,'chromenes','chromenes')
-INSERT INTO CUI_TERMS VALUES(5078,0,1,'benzopyrans','benzopyrans')
-INSERT INTO CUI_TERMS VALUES(5088,2,3,'superoxide , diphenylglyoxal','diphenylglyoxal')
-INSERT INTO CUI_TERMS VALUES(5088,0,2,'diphenylglyoxal superoxide','diphenylglyoxal')
-INSERT INTO CUI_TERMS VALUES(5088,1,2,'benzoyl superoxide','superoxide')
-INSERT INTO CUI_TERMS VALUES(5088,0,2,'benzoyl peroxide','benzoyl')
-INSERT INTO CUI_TERMS VALUES(5088,1,2,'peroxide benzyl','benzyl')
-INSERT INTO CUI_TERMS VALUES(5088,0,2,'dibenzoyl peroxide','dibenzoyl')
-INSERT INTO CUI_TERMS VALUES(5088,0,3,'superoxide , benzoyl','superoxide')
-INSERT INTO CUI_TERMS VALUES(5088,2,3,'peroxide , dibenzoyl','dibenzoyl')
-INSERT INTO CUI_TERMS VALUES(5088,0,2,'benzyl peroxide','benzyl')
-INSERT INTO CUI_TERMS VALUES(5088,2,3,'peroxide , benzoyl','benzoyl')
-INSERT INTO CUI_TERMS VALUES(5096,0,1,'benzaphetamine','benzaphetamine')
-INSERT INTO CUI_TERMS VALUES(5096,0,1,'benzphetamine','benzphetamine')
-INSERT INTO CUI_TERMS VALUES(5096,0,1,'benzfetaminum','benzfetaminum')
-INSERT INTO CUI_TERMS VALUES(5096,0,1,'benzfetamina','benzfetamina')
-INSERT INTO CUI_TERMS VALUES(5096,1,9,'( alphas ) - n , alpha - dimethylphenethylamine','alphas')
-INSERT INTO CUI_TERMS VALUES(5096,0,1,'benzfetamine','benzfetamine')
-INSERT INTO CUI_TERMS VALUES(5097,0,1,'benzpyrenes','benzpyrenes')
-INSERT INTO CUI_TERMS VALUES(5097,0,1,'benzpyrene','benzpyrene')
-INSERT INTO CUI_TERMS VALUES(5098,7,8,'3 - alpha - ( diphenylmethoxy ) tropane','tropane')
-INSERT INTO CUI_TERMS VALUES(5098,5,6,'3alpha - ( diphenylmethoxy ) tropane','tropane')
-INSERT INTO CUI_TERMS VALUES(5098,1,3,'tropine benzohydryl ether','benzohydryl')
-INSERT INTO CUI_TERMS VALUES(5098,6,11,'3alpha - ( diphenylmethoxy ) - 1alphah , 5alphah - tropane','1alphah')
-INSERT INTO CUI_TERMS VALUES(5098,0,1,'benzatropine','benzatropine')
-INSERT INTO CUI_TERMS VALUES(5098,0,1,'benzatropinum','benzatropinum')
-INSERT INTO CUI_TERMS VALUES(5098,0,1,'benztropine','benztropine')
-INSERT INTO CUI_TERMS VALUES(5098,0,3,'3endo - benzhydryloxytropane','3endo')
-INSERT INTO CUI_TERMS VALUES(5098,0,1,'benzatropina','benzatropina')
-INSERT INTO CUI_TERMS VALUES(5099,0,1,'benzidamine','benzidamine')
-INSERT INTO CUI_TERMS VALUES(5099,0,1,'benzindamine','benzindamine')
-INSERT INTO CUI_TERMS VALUES(5099,0,1,'benzydamine','benzydamine')
-INSERT INTO CUI_TERMS VALUES(5100,0,2,'aromatic alcohol','aromatic')
-INSERT INTO CUI_TERMS VALUES(5100,2,3,'alpha - toluenol','toluenol')
-INSERT INTO CUI_TERMS VALUES(5100,0,2,'phenylmethyl alcohol','phenylmethyl')
-INSERT INTO CUI_TERMS VALUES(5100,0,2,'benzyl alcohol','benzyl')
-INSERT INTO CUI_TERMS VALUES(5100,0,2,'alcoholum benzylicum','alcoholum')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'phenylcarbinol','phenylcarbinol')
-INSERT INTO CUI_TERMS VALUES(5100,1,2,'alcohol benzyl','benzyl')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'phenylmethanol','phenylmethanol')
-INSERT INTO CUI_TERMS VALUES(5100,0,2,'benzoyl alcohol','benzoyl')
-INSERT INTO CUI_TERMS VALUES(5100,0,2,'benzylic alcohol','benzylic')
-INSERT INTO CUI_TERMS VALUES(5100,2,3,'alcohol , benzyl','benzyl')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'benzalalcohol','benzalalcohol')
-INSERT INTO CUI_TERMS VALUES(5100,2,3,'alpha - hydroxytoluene','hydroxytoluene')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'benzylalkohol','benzylalkohol')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'alcoolbenzylique','alcoolbenzylique')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'benzenemethanol','benzenemethanol')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'benzenecarbinol','benzenecarbinol')
-INSERT INTO CUI_TERMS VALUES(5100,0,2,'alcool benzylique','alcool')
-INSERT INTO CUI_TERMS VALUES(5100,1,4,'( hydroxymethyl ) benzene','hydroxymethyl')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'benzalcohol','benzalcohol')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'hydroxymethylbenzene','hydroxymethylbenzene')
-INSERT INTO CUI_TERMS VALUES(5100,0,1,'bentalol','bentalol')
-INSERT INTO CUI_TERMS VALUES(5116,0,1,'bepridil','bepridil')
-INSERT INTO CUI_TERMS VALUES(5117,0,1,'umbellatine','umbellatine')
-INSERT INTO CUI_TERMS VALUES(5117,0,1,'berberine','berberine')
-INSERT INTO CUI_TERMS VALUES(5122,0,2,'bery bery','bery')
-INSERT INTO CUI_TERMS VALUES(5122,0,1,'beriberi','beriberi')
-INSERT INTO CUI_TERMS VALUES(5122,1,2,'endemic polyneuritis','polyneuritis')
-INSERT INTO CUI_TERMS VALUES(5122,0,2,'beri beri','beri')
-INSERT INTO CUI_TERMS VALUES(5122,0,3,'beri - beri','beri')
-INSERT INTO CUI_TERMS VALUES(5122,0,3,'polyneuritis , endemic','polyneuritis')
-INSERT INTO CUI_TERMS VALUES(5129,0,3,'giant platelet syndrome','giant')
-INSERT INTO CUI_TERMS VALUES(5129,0,1,'bss','bss')
-INSERT INTO CUI_TERMS VALUES(5129,3,4,'platelet syndromes , giant','giant')
-INSERT INTO CUI_TERMS VALUES(5129,0,5,'thrombopathy , bernard - soulier','thrombopathy')
-INSERT INTO CUI_TERMS VALUES(5129,4,5,'syndrome , bernard - soulier','soulier')
-INSERT INTO CUI_TERMS VALUES(5129,2,4,'syndromes , giant platelet','giant')
-INSERT INTO CUI_TERMS VALUES(5129,2,4,'bernard - soulier syndrome','soulier')
-INSERT INTO CUI_TERMS VALUES(5129,2,4,'syndrome , giant platelet','giant')
-INSERT INTO CUI_TERMS VALUES(5129,1,3,'bernard soulier syndrome','soulier')
-INSERT INTO CUI_TERMS VALUES(5136,2,3,'aneurysms , berry','berry')
-INSERT INTO CUI_TERMS VALUES(5136,2,3,'aneurysm , berry','berry')
-INSERT INTO CUI_TERMS VALUES(5136,0,2,'berry aneurysms','berry')
-INSERT INTO CUI_TERMS VALUES(5136,0,2,'berry aneurysm','berry')
-INSERT INTO CUI_TERMS VALUES(5137,3,4,'infection caused by bertiella','bertiella')
-INSERT INTO CUI_TERMS VALUES(5137,2,3,'infection by bertiella','bertiella')
-INSERT INTO CUI_TERMS VALUES(5137,0,1,'bertielliases','bertielliases')
-INSERT INTO CUI_TERMS VALUES(5137,0,1,'bertielliasis','bertielliasis')
-INSERT INTO CUI_TERMS VALUES(5138,0,1,'berylliosis','berylliosis')
-INSERT INTO CUI_TERMS VALUES(5138,0,2,'beryllium poisoning','beryllium')
-INSERT INTO CUI_TERMS VALUES(5138,0,1,'beryllioses','beryllioses')
-INSERT INTO CUI_TERMS VALUES(5138,0,2,'beryllium disease','beryllium')
-INSERT INTO CUI_TERMS VALUES(5139,0,1,'beryllium','beryllium')
-INSERT INTO CUI_TERMS VALUES(5139,1,2,'be element','element')
-INSERT INTO CUI_TERMS VALUES(5140,0,4,'beryllium and its derivatives','beryllium')
-INSERT INTO CUI_TERMS VALUES(5140,0,6,'beryllium and / or beryllium compound','beryllium')
-INSERT INTO CUI_TERMS VALUES(5146,3,4,'infection caused by besnoitia','besnoitia')
-INSERT INTO CUI_TERMS VALUES(5146,0,1,'besnoitiasis','besnoitiasis')
-INSERT INTO CUI_TERMS VALUES(5146,0,1,'besnoitiosis','besnoitiosis')
-INSERT INTO CUI_TERMS VALUES(5146,0,1,'besnoitiases','besnoitiases')
-INSERT INTO CUI_TERMS VALUES(5146,2,3,'infection by besnoitia','besnoitia')
-INSERT INTO CUI_TERMS VALUES(5146,0,1,'besnoitioses','besnoitioses')
-INSERT INTO CUI_TERMS VALUES(5149,4,5,'beta - 2 - microglobin','microglobin')
-INSERT INTO CUI_TERMS VALUES(5149,2,3,'beta 2 microglobulin','microglobulin')
-INSERT INTO CUI_TERMS VALUES(5149,3,4,'beta 2 - microglobulin','microglobulin')
-INSERT INTO CUI_TERMS VALUES(5149,0,3,'microglobulin beta 2','microglobulin')
-INSERT INTO CUI_TERMS VALUES(5149,2,3,'2 beta microglobulin','microglobulin')
-INSERT INTO CUI_TERMS VALUES(5149,1,3,'beta microglobulin 2','microglobulin')
-INSERT INTO CUI_TERMS VALUES(5149,4,5,'beta - 2 - microglobulin','microglobulin')
-INSERT INTO CUI_TERMS VALUES(5149,3,4,'beta - 2 microglobulin','microglobulin')
-INSERT INTO CUI_TERMS VALUES(5149,2,5,'2 - microglobulin , beta','microglobulin')
-INSERT INTO CUI_TERMS VALUES(5149,2,3,'2 beta microglobulins','microglobulins')
-INSERT INTO CUI_TERMS VALUES(5149,0,1,'thymotaxin','thymotaxin')
-INSERT INTO CUI_TERMS VALUES(5151,2,3,'beta 2 transferrin','transferrin')
-INSERT INTO CUI_TERMS VALUES(5151,3,4,'beta - 2 transferrin','transferrin')
-INSERT INTO CUI_TERMS VALUES(5151,3,4,'beta 2 - transferrin','transferrin')
-INSERT INTO CUI_TERMS VALUES(5157,2,3,'beta - globulins','globulins')
-INSERT INTO CUI_TERMS VALUES(5157,1,2,'beta globulins','globulins')
-INSERT INTO CUI_TERMS VALUES(5157,2,3,'beta - globulin','globulin')
-INSERT INTO CUI_TERMS VALUES(5157,1,2,'beta globulin','globulin')
-INSERT INTO CUI_TERMS VALUES(5194,9,10,'1 , 4 - alpha - d - glucan maltohydrolase','maltohydrolase')
-INSERT INTO CUI_TERMS VALUES(5194,0,2,'saccharogen amylase','saccharogen')
-INSERT INTO CUI_TERMS VALUES(5194,2,3,'beta - amylase','amylase')
-INSERT INTO CUI_TERMS VALUES(5194,1,2,'beta amylase','amylase')
-INSERT INTO CUI_TERMS VALUES(5210,2,3,'beta - endorphin','endorphin')
-INSERT INTO CUI_TERMS VALUES(5210,1,2,'beta endorphin','endorphin')
-INSERT INTO CUI_TERMS VALUES(5210,1,2,'b endorphin','endorphin')
-INSERT INTO CUI_TERMS VALUES(5210,1,2,'beta endorphins','endorphins')
-INSERT INTO CUI_TERMS VALUES(5210,0,3,'endorphin , beta','endorphin')
-INSERT INTO CUI_TERMS VALUES(5214,2,3,'beta - aescin','aescin')
-INSERT INTO CUI_TERMS VALUES(5214,1,2,'beta escin','escin')
-INSERT INTO CUI_TERMS VALUES(5214,2,3,'beta - escin','escin')
-INSERT INTO CUI_TERMS VALUES(5214,1,2,'beta aescin','aescin')
-INSERT INTO CUI_TERMS VALUES(5220,4,5,'beta - d - galactosidase','galactosidase')
-INSERT INTO CUI_TERMS VALUES(5220,2,4,'protein , lac z','lac')
-INSERT INTO CUI_TERMS VALUES(5220,2,3,'beta d galactosidase','galactosidase')
-INSERT INTO CUI_TERMS VALUES(5220,0,3,'lac z protein','lac')
-INSERT INTO CUI_TERMS VALUES(5220,2,3,'beta - galactosidase','galactosidase')
-INSERT INTO CUI_TERMS VALUES(5220,1,2,'beta galactosidase','galactosidase')
-INSERT INTO CUI_TERMS VALUES(5220,5,6,'beta - d - galactoside galactohydrolase','galactohydrolase')
-INSERT INTO CUI_TERMS VALUES(5220,2,3,'beta - galactosidases','galactosidases')
-INSERT INTO CUI_TERMS VALUES(5220,0,1,'lactases','lactases')
-INSERT INTO CUI_TERMS VALUES(5220,1,2,'beta galactosidases','galactosidases')
-INSERT INTO CUI_TERMS VALUES(5223,0,1,'cellobiases','cellobiases')
-INSERT INTO CUI_TERMS VALUES(5223,0,1,'cellobiase','cellobiase')
-INSERT INTO CUI_TERMS VALUES(5223,1,2,'beta glucosidase','glucosidase')
-INSERT INTO CUI_TERMS VALUES(5223,5,6,'beta - d - glucoside glucohydrolase','glucohydrolase')
-INSERT INTO CUI_TERMS VALUES(5223,0,1,'amygdalase','amygdalase')
-INSERT INTO CUI_TERMS VALUES(5223,0,1,'gentiobiase','gentiobiase')
-INSERT INTO CUI_TERMS VALUES(5223,2,3,'beta - glucosidase','glucosidase')
-INSERT INTO CUI_TERMS VALUES(5239,1,2,'beta keratins','keratins')
-INSERT INTO CUI_TERMS VALUES(5239,2,3,'beta - keratins','keratins')
-INSERT INTO CUI_TERMS VALUES(5239,2,3,'beta - keratin','keratin')
-INSERT INTO CUI_TERMS VALUES(5239,1,2,'beta keratin','keratin')
-INSERT INTO CUI_TERMS VALUES(5248,1,2,'beta lactoglobulin','lactoglobulin')
-INSERT INTO CUI_TERMS VALUES(5248,2,3,'beta - lactoglobulin','lactoglobulin')
-INSERT INTO CUI_TERMS VALUES(5261,1,5,'beta melanocyte - stimulating hormone','melanocyte')
-INSERT INTO CUI_TERMS VALUES(5261,1,2,'beta melanotropin','melanotropin')
-INSERT INTO CUI_TERMS VALUES(5261,2,6,'beta - melanocyte - stimulating hormone','melanocyte')
-INSERT INTO CUI_TERMS VALUES(5261,0,6,'melanocyte - stimulating hormone , beta','melanocyte')
-INSERT INTO CUI_TERMS VALUES(5261,0,5,'melanocyte stimulating hormone , beta','melanocyte')
-INSERT INTO CUI_TERMS VALUES(5261,1,4,'beta melanocyte stimulating hormone','melanocyte')
-INSERT INTO CUI_TERMS VALUES(5261,1,2,'beta msh','msh')
-INSERT INTO CUI_TERMS VALUES(5261,0,3,'msh , beta','msh')
-INSERT INTO CUI_TERMS VALUES(5261,2,3,'beta - msh','msh')
-INSERT INTO CUI_TERMS VALUES(5261,2,5,'beta - melanocyte stimulating hormone','melanocyte')
-INSERT INTO CUI_TERMS VALUES(5261,2,3,'beta - melanotropin','melanotropin')
-INSERT INTO CUI_TERMS VALUES(5270,4,5,'beta - n - acetylhexosaminidases','acetylhexosaminidases')
-INSERT INTO CUI_TERMS VALUES(5270,2,3,'beta n acetylhexosaminidase','acetylhexosaminidase')
-INSERT INTO CUI_TERMS VALUES(5270,0,1,'hexosaminidase','hexosaminidase')
-INSERT INTO CUI_TERMS VALUES(5270,4,5,'beta - n - acetylhexosaminidase','acetylhexosaminidase')
-INSERT INTO CUI_TERMS VALUES(5270,2,3,'beta n acetylhexosaminidases','acetylhexosaminidases')
-INSERT INTO CUI_TERMS VALUES(5270,1,3,'beta acetylhexosaminidase n','acetylhexosaminidase')
-INSERT INTO CUI_TERMS VALUES(5283,1,4,'type microcytemias , beta','microcytemias')
-INSERT INTO CUI_TERMS VALUES(5283,1,2,'beta thalassemias','thalassemias')
-INSERT INTO CUI_TERMS VALUES(5283,0,4,'microcytemias , beta type','microcytemias')
-INSERT INTO CUI_TERMS VALUES(5283,0,4,'microcytemia , beta type','microcytemia')
-INSERT INTO CUI_TERMS VALUES(5283,0,2,'thalassaemia beta','thalassaemia')
-INSERT INTO CUI_TERMS VALUES(5283,1,2,'beta thalassaemia','thalassaemia')
-INSERT INTO CUI_TERMS VALUES(5283,2,3,'beta type thalassemias','thalassemias')
-INSERT INTO CUI_TERMS VALUES(5283,0,3,'thalassemias , beta','thalassemias')
-INSERT INTO CUI_TERMS VALUES(5283,1,4,'type microcytemia , beta','microcytemia')
-INSERT INTO CUI_TERMS VALUES(5283,2,3,'beta type microcytemia','microcytemia')
-INSERT INTO CUI_TERMS VALUES(5283,2,3,'beta - thalassaemia','thalassaemia')
-INSERT INTO CUI_TERMS VALUES(5283,2,3,'beta - thalassemia','thalassemia')
-INSERT INTO CUI_TERMS VALUES(5283,2,3,'beta type thalassemia','thalassemia')
-INSERT INTO CUI_TERMS VALUES(5283,1,2,'beta thalassemia','thalassemia')
-INSERT INTO CUI_TERMS VALUES(5283,0,3,'thalassemia , beta','thalassemia')
-INSERT INTO CUI_TERMS VALUES(5283,0,2,'thalassemia beta','thalassemia')
-INSERT INTO CUI_TERMS VALUES(5283,2,3,'beta type microcytemias','microcytemias')
-INSERT INTO CUI_TERMS VALUES(5286,1,2,'beta tg','tg')
-INSERT INTO CUI_TERMS VALUES(5286,0,2,'thromboglobulin beta','thromboglobulin')
-INSERT INTO CUI_TERMS VALUES(5286,1,2,'beta thromboglobulin','thromboglobulin')
-INSERT INTO CUI_TERMS VALUES(5286,2,3,'beta - thromboglobulin','thromboglobulin')
-INSERT INTO CUI_TERMS VALUES(5287,4,5,'. beta . - tocopherol','tocopherol')
-INSERT INTO CUI_TERMS VALUES(5287,2,3,'beta - tocopherol','tocopherol')
-INSERT INTO CUI_TERMS VALUES(5287,1,2,'beta tocopherol','tocopherol')
-INSERT INTO CUI_TERMS VALUES(5290,1,2,'beta tubulin','tubulin')
-INSERT INTO CUI_TERMS VALUES(5290,2,3,'beta - tubulin','tubulin')
-INSERT INTO CUI_TERMS VALUES(5294,3,4,'broad - beta lipoproteins','lipoproteins')
-INSERT INTO CUI_TERMS VALUES(5294,0,4,'floating beta - lipoproteins','floating')
-INSERT INTO CUI_TERMS VALUES(5294,7,8,'beta - very - low - density lipoproteins','lipoproteins')
-INSERT INTO CUI_TERMS VALUES(5294,1,5,'beta very low density lipoprotein','very')
-INSERT INTO CUI_TERMS VALUES(5294,2,3,'beta - vldl','vldl')
-INSERT INTO CUI_TERMS VALUES(5301,0,1,'betahistina','betahistina')
-INSERT INTO CUI_TERMS VALUES(5301,2,7,'2 - pyridineethanamine , n - methyl','pyridineethanamine')
-INSERT INTO CUI_TERMS VALUES(5301,6,7,'n - methyl - 2 - pyridineethanamine','pyridineethanamine')
-INSERT INTO CUI_TERMS VALUES(5301,0,1,'betahistinum','betahistinum')
-INSERT INTO CUI_TERMS VALUES(5301,5,8,'2 - ( beta - methylaminoethyl ) pyridine','methylaminoethyl')
-INSERT INTO CUI_TERMS VALUES(5301,0,1,'betahistine','betahistine')
-INSERT INTO CUI_TERMS VALUES(5304,2,3,'2 - trimethylammonioacetate','trimethylammonioacetate')
-INSERT INTO CUI_TERMS VALUES(5304,0,1,'lycine','lycine')
-INSERT INTO CUI_TERMS VALUES(5304,0,1,'oxyneurine','oxyneurine')
-INSERT INTO CUI_TERMS VALUES(5304,0,1,'betaine','betaine')
-INSERT INTO CUI_TERMS VALUES(5304,0,1,'trimethylglycine','trimethylglycine')
-INSERT INTO CUI_TERMS VALUES(5304,0,1,'tmg','tmg')
-INSERT INTO CUI_TERMS VALUES(5308,0,1,'betametasona','betametasona')
-INSERT INTO CUI_TERMS VALUES(5308,2,4,'beta - methasone alcohol','methasone')
-INSERT INTO CUI_TERMS VALUES(5308,0,2,'betamethasonvalerat mikron','betamethasonvalerat')
-INSERT INTO CUI_TERMS VALUES(5308,0,1,'betamethasonum','betamethasonum')
-INSERT INTO CUI_TERMS VALUES(5308,0,1,'flubenisolone','flubenisolone')
-INSERT INTO CUI_TERMS VALUES(5308,0,1,'betadexamethasone','betadexamethasone')
-INSERT INTO CUI_TERMS VALUES(5308,4,7,'9 - fluoro - 16beta - methylprednisolone','16beta')
-INSERT INTO CUI_TERMS VALUES(5308,0,1,'betamethasone','betamethasone')
-INSERT INTO CUI_TERMS VALUES(5308,4,7,'9alpha - fluoro - 16beta - methylprednisolone','16beta')
-INSERT INTO CUI_TERMS VALUES(5310,0,2,'betamethasone acetate','betamethasone')
-INSERT INTO CUI_TERMS VALUES(5311,0,2,'betamethasone benzoate','betamethasone')
-INSERT INTO CUI_TERMS VALUES(5320,0,1,'betaxololum','betaxololum')
-INSERT INTO CUI_TERMS VALUES(5320,0,1,'betaxolol','betaxolol')
-INSERT INTO CUI_TERMS VALUES(5321,0,1,'ametazole','ametazole')
-INSERT INTO CUI_TERMS VALUES(5321,0,1,'betazolum','betazolum')
-INSERT INTO CUI_TERMS VALUES(5321,7,8,'3 - ( 2 - aminoethyl ) pyrazole','pyrazole')
-INSERT INTO CUI_TERMS VALUES(5321,6,7,'1h - pyrazole - 3 - ethanamine','ethanamine')
-INSERT INTO CUI_TERMS VALUES(5321,0,1,'betazole','betazole')
-INSERT INTO CUI_TERMS VALUES(5321,7,8,'3 - ( beta - aminoethyl ) pyrazole','pyrazole')
-INSERT INTO CUI_TERMS VALUES(5321,0,1,'betazol','betazol')
-INSERT INTO CUI_TERMS VALUES(5321,5,8,'2 - ( 3 - pyrazolyl ) ethylamine','pyrazolyl')
-INSERT INTO CUI_TERMS VALUES(5324,0,1,'betanidinum','betanidinum')
-INSERT INTO CUI_TERMS VALUES(5324,0,1,'betanidina','betanidina')
-INSERT INTO CUI_TERMS VALUES(5324,0,1,'betanidine','betanidine')
-INSERT INTO CUI_TERMS VALUES(5324,0,1,'bethanidine','bethanidine')
-INSERT INTO CUI_TERMS VALUES(5330,0,1,'bezafibrato','bezafibrato')
-INSERT INTO CUI_TERMS VALUES(5330,0,1,'bezafibrate','bezafibrate')
-INSERT INTO CUI_TERMS VALUES(5330,0,1,'bezafibrat','bezafibrat')
-INSERT INTO CUI_TERMS VALUES(5330,0,1,'bezafibratum','bezafibratum')
-INSERT INTO CUI_TERMS VALUES(5365,0,1,'bibliother','bibliother')
-INSERT INTO CUI_TERMS VALUES(5365,0,1,'bibliotherapy','bibliotherapy')
-INSERT INTO CUI_TERMS VALUES(5365,0,1,'bibliotherapies','bibliotherapies')
-INSERT INTO CUI_TERMS VALUES(5367,0,3,'carbonates , hydrogen','carbonates')
-INSERT INTO CUI_TERMS VALUES(5367,1,2,'hydrogen carbonates','carbonates')
-INSERT INTO CUI_TERMS VALUES(5367,0,1,'bicarbonates','bicarbonates')
-INSERT INTO CUI_TERMS VALUES(5367,0,1,'bicarbonate','bicarbonate')
-INSERT INTO CUI_TERMS VALUES(5367,0,1,'hco3','hco3')
-INSERT INTO CUI_TERMS VALUES(5382,0,1,'biguanide','biguanide')
-INSERT INTO CUI_TERMS VALUES(5382,0,1,'biguanides','biguanides')
-INSERT INTO CUI_TERMS VALUES(5390,1,2,'acid bile','bile')
-INSERT INTO CUI_TERMS VALUES(5390,0,2,'bile acid','bile')
-INSERT INTO CUI_TERMS VALUES(5390,1,2,'bile acids','acids')
-INSERT INTO CUI_TERMS VALUES(5390,0,2,'acids bile','acids')
-INSERT INTO CUI_TERMS VALUES(5390,0,3,'acids , bile','acids')
-INSERT INTO CUI_TERMS VALUES(5393,1,2,'bile canaliculus','canaliculus')
-INSERT INTO CUI_TERMS VALUES(5393,0,3,'canaliculi , bile','canaliculi')
-INSERT INTO CUI_TERMS VALUES(5393,1,2,'bile canaliculi','canaliculi')
-INSERT INTO CUI_TERMS VALUES(5393,0,3,'canaliculus , bile','canaliculus')
-INSERT INTO CUI_TERMS VALUES(5395,2,4,'diseases , bile duct','bile')
-INSERT INTO CUI_TERMS VALUES(5395,3,4,'duct diseases , bile','bile')
-INSERT INTO CUI_TERMS VALUES(5395,1,5,'bile ducts - - diseases','ducts')
-INSERT INTO CUI_TERMS VALUES(5395,2,4,'disorder of bile duct','bile')
-INSERT INTO CUI_TERMS VALUES(5395,0,3,'bile duct disease','bile')
-INSERT INTO CUI_TERMS VALUES(5395,0,3,'bile duct dis','bile')
-INSERT INTO CUI_TERMS VALUES(5395,0,3,'bile duct disorders','bile')
-INSERT INTO CUI_TERMS VALUES(5395,3,4,'duct disease , bile','bile')
-INSERT INTO CUI_TERMS VALUES(5395,2,3,'bile diseases ducts','ducts')
-INSERT INTO CUI_TERMS VALUES(5395,2,4,'disease , bile duct','bile')
-INSERT INTO CUI_TERMS VALUES(5395,0,3,'bile duct disorder','bile')
-INSERT INTO CUI_TERMS VALUES(5395,0,3,'bile duct diseases','bile')
-INSERT INTO CUI_TERMS VALUES(5395,0,3,'biles diseases ducts','biles')
-INSERT INTO CUI_TERMS VALUES(5398,1,4,'biliary stasis , extrahepatic','stasis')
-INSERT INTO CUI_TERMS VALUES(5398,0,3,'extrahepatic biliary obstruction','extrahepatic')
-INSERT INTO CUI_TERMS VALUES(5398,1,2,'extrahepatic cholestasis','cholestasis')
-INSERT INTO CUI_TERMS VALUES(5398,0,3,'cholestasis , extrahepatic','cholestasis')
-INSERT INTO CUI_TERMS VALUES(5398,0,4,'extrahepatic obstructive biliary disease','extrahepatic')
-INSERT INTO CUI_TERMS VALUES(5398,2,3,'extrahepatic biliary stasis','stasis')
-INSERT INTO CUI_TERMS VALUES(5398,4,5,'bile duct obstruction , extrahepatic','extrahepatic')
-INSERT INTO CUI_TERMS VALUES(5398,0,2,'cholestasis extrahepatic','cholestasis')
-INSERT INTO CUI_TERMS VALUES(5398,0,4,'extrahepatic bile duct obstruction','extrahepatic')
-INSERT INTO CUI_TERMS VALUES(5400,2,3,'duct , bile','bile')
-INSERT INTO CUI_TERMS VALUES(5400,1,2,'bile ductule','ductule')
-INSERT INTO CUI_TERMS VALUES(5400,2,3,'bile - ducts','ducts')
-INSERT INTO CUI_TERMS VALUES(5400,1,2,'bile ducts','ducts')
-INSERT INTO CUI_TERMS VALUES(5400,0,2,'bile duct','bile')
-INSERT INTO CUI_TERMS VALUES(5400,1,2,'ductus choledochus','choledochus')
-INSERT INTO CUI_TERMS VALUES(5400,0,3,'ducts , bile','ducts')
-INSERT INTO CUI_TERMS VALUES(5400,1,2,'biliary ducts','ducts')
-INSERT INTO CUI_TERMS VALUES(5400,0,2,'biliary duct','biliary')
-INSERT INTO CUI_TERMS VALUES(5400,1,2,'ductus biliaris','biliaris')
-INSERT INTO CUI_TERMS VALUES(5401,0,4,'intrahepatic biliary tract structure','intrahepatic')
-INSERT INTO CUI_TERMS VALUES(5401,0,3,'intrahepatic bile ducts','intrahepatic')
-INSERT INTO CUI_TERMS VALUES(5401,3,4,'bile duct , intrahepatic','intrahepatic')
-INSERT INTO CUI_TERMS VALUES(5401,3,4,'bile ducts , intrahepatic','intrahepatic')
-INSERT INTO CUI_TERMS VALUES(5401,2,4,'duct , intrahepatic bile','intrahepatic')
-INSERT INTO CUI_TERMS VALUES(5401,0,3,'intrahepatic bile duct','intrahepatic')
-INSERT INTO CUI_TERMS VALUES(5401,2,4,'ducts , intrahepatic bile','intrahepatic')
-INSERT INTO CUI_TERMS VALUES(5402,0,3,'pigments , bile','pigments')
-INSERT INTO CUI_TERMS VALUES(5402,1,2,'bile pigment','pigment')
-INSERT INTO CUI_TERMS VALUES(5402,0,3,'pigment , bile','pigment')
-INSERT INTO CUI_TERMS VALUES(5402,1,2,'bile pigments','pigments')
-INSERT INTO CUI_TERMS VALUES(5404,0,3,'salts , bile','salts')
-INSERT INTO CUI_TERMS VALUES(5404,1,2,'bile salts','salts')
-INSERT INTO CUI_TERMS VALUES(5404,1,2,'bile salt','salt')
-INSERT INTO CUI_TERMS VALUES(5409,0,3,'bilharzial pigment deposition','bilharzial')
-INSERT INTO CUI_TERMS VALUES(5409,0,2,'schistosomal pigmentation','schistosomal')
-INSERT INTO CUI_TERMS VALUES(5409,0,3,'schistosomal pigment deposition','schistosomal')
-INSERT INTO CUI_TERMS VALUES(5411,2,3,'extrahepatic biliary atresias','atresias')
-INSERT INTO CUI_TERMS VALUES(5411,0,3,'atresia , biliary','atresia')
-INSERT INTO CUI_TERMS VALUES(5411,3,6,'congenital atresia of extrahepatic bile duct','extrahepatic')
-INSERT INTO CUI_TERMS VALUES(5411,3,4,'atresia of bile ducts','ducts')
-INSERT INTO CUI_TERMS VALUES(5411,0,1,'ehba','ehba')
-INSERT INTO CUI_TERMS VALUES(5411,0,4,'atresias , extrahepatic biliary','atresias')
-INSERT INTO CUI_TERMS VALUES(5411,1,2,'biliary atresia','atresia')
-INSERT INTO CUI_TERMS VALUES(5411,2,3,'biliary duct atresia','atresia')
-INSERT INTO CUI_TERMS VALUES(5411,0,2,'atresia biliary','atresia')
-INSERT INTO CUI_TERMS VALUES(5411,2,4,'atresia , extrahepatic biliary','extrahepatic')
-INSERT INTO CUI_TERMS VALUES(5411,1,4,'biliary atresias , extrahepatic','atresias')
-INSERT INTO CUI_TERMS VALUES(5416,1,2,'biliary dyskinesias','dyskinesias')
-INSERT INTO CUI_TERMS VALUES(5416,0,3,'dyskinesias , biliary','dyskinesias')
-INSERT INTO CUI_TERMS VALUES(5416,0,2,'dyskinesia biliary','dyskinesia')
-INSERT INTO CUI_TERMS VALUES(5416,1,2,'biliary dyskinesia','dyskinesia')
-INSERT INTO CUI_TERMS VALUES(5416,0,3,'dyskinesia , biliary','dyskinesia')
-INSERT INTO CUI_TERMS VALUES(5417,0,3,'bile duct fistula','bile')
-INSERT INTO CUI_TERMS VALUES(5417,2,4,'fistula of bile duct','bile')
-INSERT INTO CUI_TERMS VALUES(5417,2,3,'fistula , biliary','biliary')
-INSERT INTO CUI_TERMS VALUES(5417,0,3,'biliary system fistula','biliary')
-INSERT INTO CUI_TERMS VALUES(5417,0,3,'biliary tract fistula','biliary')
-INSERT INTO CUI_TERMS VALUES(5417,0,3,'fistulas , biliary','fistulas')
-INSERT INTO CUI_TERMS VALUES(5417,1,2,'biliary fistulas','fistulas')
-INSERT INTO CUI_TERMS VALUES(5417,6,7,'perforation of biliary tree with fistula formation','formation')
-INSERT INTO CUI_TERMS VALUES(5417,0,2,'biliary fistula','biliary')
-INSERT INTO CUI_TERMS VALUES(5423,1,2,'biliary trees','trees')
-INSERT INTO CUI_TERMS VALUES(5423,1,2,'system biliary','biliary')
-INSERT INTO CUI_TERMS VALUES(5423,0,2,'biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5423,0,2,'bile tract','bile')
-INSERT INTO CUI_TERMS VALUES(5423,1,2,'biliary tree','tree')
-INSERT INTO CUI_TERMS VALUES(5423,2,3,'system , biliary','biliary')
-INSERT INTO CUI_TERMS VALUES(5423,1,2,'biliary apparatus','apparatus')
-INSERT INTO CUI_TERMS VALUES(5423,2,3,'tract , biliary','biliary')
-INSERT INTO CUI_TERMS VALUES(5423,0,2,'biliary system','biliary')
-INSERT INTO CUI_TERMS VALUES(5423,0,3,'tree , biliary','tree')
-INSERT INTO CUI_TERMS VALUES(5424,0,3,'biliary tract disease','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,2,4,'diseases , biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,2,4,'disease , biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,0,3,'biliary tract disorder','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,2,4,'disorder of biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,0,4,'biliary and gallbladder disorder','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,2,4,'disease of biliary system','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,0,3,'biliary tract disorders','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,0,3,'biliary disease tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,0,3,'biliary tract diseases','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,3,4,'tract diseases , biliary','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,0,3,'biliary tract dis','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,3,4,'tract disease , biliary','biliary')
-INSERT INTO CUI_TERMS VALUES(5424,0,5,'biliary tract - - diseases','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,2,4,'neoplasm , biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,1,3,'neopl biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,0,3,'biliary tract neoplasm','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,2,4,'neoplasm of biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,2,4,'neoplasms , biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,0,3,'biliary tract neopl','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,0,3,'biliary tract neoplasms','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,0,2,'biliary tumor','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,2,4,'tumor of biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,1,2,'biliary neoplasia','neoplasia')
-INSERT INTO CUI_TERMS VALUES(5426,2,4,'tumour of biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,1,3,'neoplasm biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5426,0,2,'biliary neoplasm','biliary')
-INSERT INTO CUI_TERMS VALUES(5427,2,4,'operation on biliary tract','biliary')
-INSERT INTO CUI_TERMS VALUES(5427,0,3,'surg procedure biliary','surg')
-INSERT INTO CUI_TERMS VALUES(5427,0,3,'surg procedures biliary','surg')
-INSERT INTO CUI_TERMS VALUES(5427,2,3,'biliary surgical procedures','procedures')
-INSERT INTO CUI_TERMS VALUES(5427,0,3,'biliary tract surgery','biliary')
-INSERT INTO CUI_TERMS VALUES(5427,1,3,'biliary surg procedure','surg')
-INSERT INTO CUI_TERMS VALUES(5427,2,4,'biliary tract surg procedures','surg')
-INSERT INTO CUI_TERMS VALUES(5427,0,4,'biliary tract surgical procedure','biliary')
-INSERT INTO CUI_TERMS VALUES(5427,3,4,'biliary tract surgical procedures','procedures')
-INSERT INTO CUI_TERMS VALUES(5427,3,4,'surgical procedure , biliary','biliary')
-INSERT INTO CUI_TERMS VALUES(5427,2,4,'biliary tract surg procedure','surg')
-INSERT INTO CUI_TERMS VALUES(5427,1,4,'surgical procedures , biliary','procedures')
-INSERT INTO CUI_TERMS VALUES(5427,0,5,'biliary tract - - surgery','biliary')
-INSERT INTO CUI_TERMS VALUES(5427,0,2,'biliary procedure','biliary')
-INSERT INTO CUI_TERMS VALUES(5427,1,2,'biliary operations','operations')
-INSERT INTO CUI_TERMS VALUES(5427,1,3,'biliary surg procedures','surg')
-INSERT INTO CUI_TERMS VALUES(5427,0,3,'biliary surgical procedure','biliary')
-INSERT INTO CUI_TERMS VALUES(5437,0,1,'bilirubin','bilirubin')
-INSERT INTO CUI_TERMS VALUES(5443,0,1,'bilirubinuria','bilirubinuria')
-INSERT INTO CUI_TERMS VALUES(5446,0,1,'uteroverdine','uteroverdine')
-INSERT INTO CUI_TERMS VALUES(5446,0,1,'dehydrobilirubin','dehydrobilirubin')
-INSERT INTO CUI_TERMS VALUES(5446,0,1,'ooecyan','ooecyan')
-INSERT INTO CUI_TERMS VALUES(5446,0,1,'biliverdin','biliverdin')
-INSERT INTO CUI_TERMS VALUES(5446,0,1,'biliverdine','biliverdine')
-INSERT INTO CUI_TERMS VALUES(5449,0,1,'biloptin','biloptin')
-INSERT INTO CUI_TERMS VALUES(5457,1,3,'antibody binding sites','binding')
-INSERT INTO CUI_TERMS VALUES(5457,1,3,'antibody combining site','combining')
-INSERT INTO CUI_TERMS VALUES(5457,0,4,'binding site , antibody','binding')
-INSERT INTO CUI_TERMS VALUES(5457,0,1,'paratope','paratope')
-INSERT INTO CUI_TERMS VALUES(5457,0,1,'paratopes','paratopes')
-INSERT INTO CUI_TERMS VALUES(5457,1,3,'antibody binding site','binding')
-INSERT INTO CUI_TERMS VALUES(5457,0,4,'binding sites , antibody','binding')
-INSERT INTO CUI_TERMS VALUES(5458,2,3,'binding , competitive','competitive')
-INSERT INTO CUI_TERMS VALUES(5458,0,2,'competitive binding','competitive')
-INSERT INTO CUI_TERMS VALUES(5461,0,3,'binocular vision disorders','binocular')
-INSERT INTO CUI_TERMS VALUES(5461,0,3,'binocular vision disorder','binocular')
-INSERT INTO CUI_TERMS VALUES(5491,0,1,'biofeedback','biofeedback')
-INSERT INTO CUI_TERMS VALUES(5491,2,3,'feedback , psychophysiological','psychophysiological')
-INSERT INTO CUI_TERMS VALUES(5491,0,1,'biofeedbacks','biofeedbacks')
-INSERT INTO CUI_TERMS VALUES(5491,0,2,'psychophysiol feedback','psychophysiol')
-INSERT INTO CUI_TERMS VALUES(5491,1,2,'feedback psychophysiol','psychophysiol')
-INSERT INTO CUI_TERMS VALUES(5491,0,2,'psychophysiologic feedback','psychophysiologic')
-INSERT INTO CUI_TERMS VALUES(5491,2,3,'feedback , psychophysiologic','psychophysiologic')
-INSERT INTO CUI_TERMS VALUES(5492,0,1,'bioflavonoid','bioflavonoid')
-INSERT INTO CUI_TERMS VALUES(5492,0,1,'bioflavanoids','bioflavanoids')
-INSERT INTO CUI_TERMS VALUES(5492,0,1,'bioflavonoids','bioflavonoids')
-INSERT INTO CUI_TERMS VALUES(5492,0,1,'bioflavanoid','bioflavanoid')
-INSERT INTO CUI_TERMS VALUES(5492,2,3,'vitamin p complex','complex')
-INSERT INTO CUI_TERMS VALUES(5496,0,2,'biogenic amines','biogenic')
-INSERT INTO CUI_TERMS VALUES(5496,2,3,'amines . biogenic','biogenic')
-INSERT INTO CUI_TERMS VALUES(5496,2,3,'amines , biogenic','biogenic')
-INSERT INTO CUI_TERMS VALUES(5496,2,3,'amine , biogenic','biogenic')
-INSERT INTO CUI_TERMS VALUES(5496,0,2,'biogenic amine','biogenic')
-INSERT INTO CUI_TERMS VALUES(5507,0,3,'assays , biological','assays')
-INSERT INTO CUI_TERMS VALUES(5507,1,2,'biological assays','assays')
-INSERT INTO CUI_TERMS VALUES(5507,0,1,'bioassay','bioassay')
-INSERT INTO CUI_TERMS VALUES(5507,0,2,'biologic assays','biologic')
-INSERT INTO CUI_TERMS VALUES(5507,0,1,'bioassays','bioassays')
-INSERT INTO CUI_TERMS VALUES(5507,0,2,'biol assays','biol')
-INSERT INTO CUI_TERMS VALUES(5507,2,3,'assays , biologic','biologic')
-INSERT INTO CUI_TERMS VALUES(5507,1,2,'assays biol','biol')
-INSERT INTO CUI_TERMS VALUES(5515,1,2,'biological substances','substances')
-INSERT INTO CUI_TERMS VALUES(5515,0,1,'biopharmaceuticals','biopharmaceuticals')
-INSERT INTO CUI_TERMS VALUES(5515,0,1,'biopharmaceutical','biopharmaceutical')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biological products','biological')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biological drug','biological')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biological agent','biological')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biological factor','biological')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biol factors','biol')
-INSERT INTO CUI_TERMS VALUES(5515,0,1,'biologics','biologics')
-INSERT INTO CUI_TERMS VALUES(5515,0,1,'biologic','biologic')
-INSERT INTO CUI_TERMS VALUES(5515,1,2,'factor biol','biol')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biological substance','biological')
-INSERT INTO CUI_TERMS VALUES(5515,2,3,'factors , biological','biological')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biological factors','biological')
-INSERT INTO CUI_TERMS VALUES(5515,1,2,'factors biol','biol')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biological agents','biological')
-INSERT INTO CUI_TERMS VALUES(5515,0,1,'biologicals','biologicals')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biotherapeutic agent','biotherapeutic')
-INSERT INTO CUI_TERMS VALUES(5515,2,3,'factor , biological','biological')
-INSERT INTO CUI_TERMS VALUES(5515,1,2,'agents biological','biological')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biol factor','biol')
-INSERT INTO CUI_TERMS VALUES(5515,0,2,'biological product','biological')
-INSERT INTO CUI_TERMS VALUES(5515,2,3,'agents , biological','biological')
-INSERT INTO CUI_TERMS VALUES(5528,0,1,'transport','transport')
-INSERT INTO CUI_TERMS VALUES(5533,0,2,'polymethyl methacrylate','polymethyl')
-INSERT INTO CUI_TERMS VALUES(5533,0,1,'polymethylmethacrylate','polymethylmethacrylate')
-INSERT INTO CUI_TERMS VALUES(5533,0,1,'pmma','pmma')
-INSERT INTO CUI_TERMS VALUES(5533,3,5,'poly ( methyl methacrylate )','methacrylate')
-INSERT INTO CUI_TERMS VALUES(5533,0,1,'polymethylmetacrylate','polymethylmetacrylate')
-INSERT INTO CUI_TERMS VALUES(5533,2,3,'methacrylate , polymethyl','polymethyl')
-INSERT INTO CUI_TERMS VALUES(5554,0,1,'biopolymer','biopolymer')
-INSERT INTO CUI_TERMS VALUES(5554,0,1,'biopolymers','biopolymers')
-INSERT INTO CUI_TERMS VALUES(5558,0,1,'biopsy','biopsy')
-INSERT INTO CUI_TERMS VALUES(5558,0,1,'bx','bx')
-INSERT INTO CUI_TERMS VALUES(5558,0,1,'biopsied','biopsied')
-INSERT INTO CUI_TERMS VALUES(5558,0,1,'biopsies','biopsies')
-INSERT INTO CUI_TERMS VALUES(5560,1,2,'biopsy needles','needles')
-INSERT INTO CUI_TERMS VALUES(5560,1,2,'needle biopsies','biopsies')
-INSERT INTO CUI_TERMS VALUES(5560,0,3,'biopsies , needle','biopsies')
-INSERT INTO CUI_TERMS VALUES(5560,2,3,'biopsy , needle','needle')
-INSERT INTO CUI_TERMS VALUES(5560,0,2,'needle biopsy','needle')
-INSERT INTO CUI_TERMS VALUES(5562,0,1,'biopterin','biopterin')
-INSERT INTO CUI_TERMS VALUES(5575,0,1,'biotina','biotina')
-INSERT INTO CUI_TERMS VALUES(5575,1,2,'h vitamin','vitamin')
-INSERT INTO CUI_TERMS VALUES(5575,0,1,'biotinum','biotinum')
-INSERT INTO CUI_TERMS VALUES(5575,0,1,'biotine','biotine')
-INSERT INTO CUI_TERMS VALUES(5575,0,1,'biotin','biotin')
-INSERT INTO CUI_TERMS VALUES(5575,1,2,'vitamin b7','b7')
-INSERT INTO CUI_TERMS VALUES(5575,0,4,'vitamin b - 7','vitamin')
-INSERT INTO CUI_TERMS VALUES(5575,0,2,'vitamin h','vitamin')
-INSERT INTO CUI_TERMS VALUES(5575,0,2,'coenzyme r','coenzyme')
-INSERT INTO CUI_TERMS VALUES(5578,0,1,'beperiden','beperiden')
-INSERT INTO CUI_TERMS VALUES(5578,0,1,'biperiden','biperiden')
-INSERT INTO CUI_TERMS VALUES(5578,0,1,'biperideno','biperideno')
-INSERT INTO CUI_TERMS VALUES(5578,0,1,'biperidenum','biperidenum')
-INSERT INTO CUI_TERMS VALUES(5578,0,1,'biperidene','biperidene')
-INSERT INTO CUI_TERMS VALUES(5586,0,5,'psychoses , manic - depressive','psychoses')
-INSERT INTO CUI_TERMS VALUES(5586,0,3,'bipolar mood disorder','bipolar')
-INSERT INTO CUI_TERMS VALUES(5586,2,5,'psychosis , manic - depressive','manic')
-INSERT INTO CUI_TERMS VALUES(5586,3,4,'psychosis , bipolar affective','affective')
-INSERT INTO CUI_TERMS VALUES(5586,0,2,'manic depressive','manic')
-INSERT INTO CUI_TERMS VALUES(5586,0,2,'bipolar disorder','bipolar')
-INSERT INTO CUI_TERMS VALUES(5586,0,4,'manic - depressive psychosis','manic')
-INSERT INTO CUI_TERMS VALUES(5586,0,4,'psychoses , bipolar affective','psychoses')
-INSERT INTO CUI_TERMS VALUES(5586,0,4,'affective psychosis , bipolar','affective')
-INSERT INTO CUI_TERMS VALUES(5586,1,4,'psychosis manic - depressive','manic')
-INSERT INTO CUI_TERMS VALUES(5586,0,1,'bpad','bpad')
-INSERT INTO CUI_TERMS VALUES(5586,3,4,'manic - depressive illness','illness')
-INSERT INTO CUI_TERMS VALUES(5586,0,3,'manic - depression','manic')
-INSERT INTO CUI_TERMS VALUES(5586,0,4,'manic - depressive disorders','manic')
-INSERT INTO CUI_TERMS VALUES(5586,0,2,'manic depression','manic')
-INSERT INTO CUI_TERMS VALUES(5586,0,2,'bipolar disorders','bipolar')
-INSERT INTO CUI_TERMS VALUES(5586,1,2,'bipolar illness','illness')
-INSERT INTO CUI_TERMS VALUES(5586,3,4,'manic - depressive psychoses','psychoses')
-INSERT INTO CUI_TERMS VALUES(5586,2,3,'disorder , bipolar','bipolar')
-INSERT INTO CUI_TERMS VALUES(5586,1,2,'manic depressions','depressions')
-INSERT INTO CUI_TERMS VALUES(5586,1,4,'reaction manic - depressive','manic')
-INSERT INTO CUI_TERMS VALUES(5586,0,2,'bipolar dis','bipolar')
-INSERT INTO CUI_TERMS VALUES(5586,0,2,'bi-polar disorder','bi-polar')
-INSERT INTO CUI_TERMS VALUES(5586,1,3,'bipolar affective psychosis','affective')
-INSERT INTO CUI_TERMS VALUES(5586,1,3,'bipolar affective disorder','affective')
-INSERT INTO CUI_TERMS VALUES(5587,2,3,'bipolar disorder depressed','depressed')
-INSERT INTO CUI_TERMS VALUES(5587,4,6,'manic depressive disease , depressed phase','depressed')
-INSERT INTO CUI_TERMS VALUES(5587,0,3,'bipolar disorder depression','bipolar')
-INSERT INTO CUI_TERMS VALUES(5587,3,4,'bipolar disease , depressed','depressed')
-INSERT INTO CUI_TERMS VALUES(5587,1,2,'depression bipolar','bipolar')
-INSERT INTO CUI_TERMS VALUES(5587,0,4,'cyclothymic disorder , depressed','cyclothymic')
-INSERT INTO CUI_TERMS VALUES(5587,4,6,'manic - depressive - now depressed','now')
-INSERT INTO CUI_TERMS VALUES(5587,3,5,'manic depressive disease depressed phase','depressed')
-INSERT INTO CUI_TERMS VALUES(5587,0,2,'bipolar depression','bipolar')
-INSERT INTO CUI_TERMS VALUES(5587,3,4,'bipolar disorder , depressed','depressed')
-INSERT INTO CUI_TERMS VALUES(5587,1,7,'bipolar affective disorder , current episode depression','affective')
-INSERT INTO CUI_TERMS VALUES(5587,2,3,'depression , bipolar','bipolar')
-INSERT INTO CUI_TERMS VALUES(5592,3,5,'lungs , bird fancier ''s','fancier')
-INSERT INTO CUI_TERMS VALUES(5592,1,4,'bird breeders '' disease','breeders')
-INSERT INTO CUI_TERMS VALUES(5592,1,3,'bird fancier disease','fancier')
-INSERT INTO CUI_TERMS VALUES(5592,1,4,'bird breeders '' lung','breeders')
-INSERT INTO CUI_TERMS VALUES(5592,2,3,'bird disease fanciers','fanciers')
-INSERT INTO CUI_TERMS VALUES(5592,3,5,'lung , bird fancier ''s','fancier')
-INSERT INTO CUI_TERMS VALUES(5592,1,4,'bird fancier ''s lung','fancier')
-INSERT INTO CUI_TERMS VALUES(5592,2,4,'pneumonitis , avian hypersensitivity','avian')
-INSERT INTO CUI_TERMS VALUES(5592,4,5,'pneumonitis , hypersensitivity , avian','avian')
-INSERT INTO CUI_TERMS VALUES(5592,2,5,'bird - fancier ''s lung','fancier')
-INSERT INTO CUI_TERMS VALUES(5592,1,3,'bird breeders lung','breeders')
-INSERT INTO CUI_TERMS VALUES(5592,1,4,'bird fancier ''s lungs','fancier')
-INSERT INTO CUI_TERMS VALUES(5592,0,3,'avian protein hypersensitivity','avian')
-INSERT INTO CUI_TERMS VALUES(5592,1,4,'bird fanciers '' disease','fanciers')
-INSERT INTO CUI_TERMS VALUES(5592,1,3,'bird breeder disease','breeder')
-INSERT INTO CUI_TERMS VALUES(5592,1,4,'bird fanciers '' lung','fanciers')
-INSERT INTO CUI_TERMS VALUES(5592,0,3,'avian hypersensitivity pneumonitis','avian')
-INSERT INTO CUI_TERMS VALUES(5592,2,3,'avian hypersensitivity pneumonitides','pneumonitides')
-INSERT INTO CUI_TERMS VALUES(5592,1,4,'bird breeder ''s lung','breeder')
-INSERT INTO CUI_TERMS VALUES(5592,1,3,'bird fanciers lung','fanciers')
-INSERT INTO CUI_TERMS VALUES(5592,2,5,'pigeon - breeder ''s lung','breeder')
-INSERT INTO CUI_TERMS VALUES(5592,1,4,'hypersensitivity pneumonitides , avian','pneumonitides')
-INSERT INTO CUI_TERMS VALUES(5592,1,3,'bird fancier lung','fancier')
-INSERT INTO CUI_TERMS VALUES(5592,0,4,'pneumonitides , avian hypersensitivity','pneumonitides')
-INSERT INTO CUI_TERMS VALUES(5592,2,5,'bird - breeder ''s lung','breeder')
-INSERT INTO CUI_TERMS VALUES(5592,2,5,'bird - fanciers '' lung','fanciers')
-INSERT INTO CUI_TERMS VALUES(5592,3,4,'hypersensitivity pneumonitis , avian','avian')
-INSERT INTO CUI_TERMS VALUES(5603,1,2,'birth hist','hist')
-INSERT INTO CUI_TERMS VALUES(5603,2,3,'history , birth','birth')
-INSERT INTO CUI_TERMS VALUES(5603,0,3,'histories , birth','histories')
-INSERT INTO CUI_TERMS VALUES(5603,1,2,'birth detail','detail')
-INSERT INTO CUI_TERMS VALUES(5603,1,2,'birth histories','histories')
-INSERT INTO CUI_TERMS VALUES(5603,0,2,'birth history','birth')
-INSERT INTO CUI_TERMS VALUES(5603,1,2,'birth details','details')
-INSERT INTO CUI_TERMS VALUES(5604,0,2,'birth injuries','birth')
-INSERT INTO CUI_TERMS VALUES(5604,0,2,'birthing injuries','birthing')
-INSERT INTO CUI_TERMS VALUES(5604,4,5,'neonatal injury related to birth','birth')
-INSERT INTO CUI_TERMS VALUES(5604,0,2,'birthing trauma','birthing')
-INSERT INTO CUI_TERMS VALUES(5604,0,2,'birth trauma','birth')
-INSERT INTO CUI_TERMS VALUES(5604,0,2,'birth injury','birth')
-INSERT INTO CUI_TERMS VALUES(5604,1,2,'injury birth','birth')
-INSERT INTO CUI_TERMS VALUES(5604,2,3,'injury , birth','birth')
-INSERT INTO CUI_TERMS VALUES(5604,0,2,'birth inj','birth')
-INSERT INTO CUI_TERMS VALUES(5604,1,2,'traumatic birth','birth')
-INSERT INTO CUI_TERMS VALUES(5604,1,2,'trauma birth','birth')
-INSERT INTO CUI_TERMS VALUES(5604,1,2,'inj birth','birth')
-INSERT INTO CUI_TERMS VALUES(5604,2,3,'injuries , birth','birth')
-INSERT INTO CUI_TERMS VALUES(5615,0,1,'parturitions','parturitions')
-INSERT INTO CUI_TERMS VALUES(5615,0,1,'born','born')
-INSERT INTO CUI_TERMS VALUES(5615,0,1,'birth','birth')
-INSERT INTO CUI_TERMS VALUES(5615,0,1,'births','births')
-INSERT INTO CUI_TERMS VALUES(5615,0,1,'parturition','parturition')
-INSERT INTO CUI_TERMS VALUES(5627,0,2,'bischloromethyl ether','bischloromethyl')
-INSERT INTO CUI_TERMS VALUES(5627,2,6,'methane , oxybis ( chloro )','oxybis')
-INSERT INTO CUI_TERMS VALUES(5627,0,2,'chloromethyl ether','chloromethyl')
-INSERT INTO CUI_TERMS VALUES(5627,0,2,'dichloromethyl ether','dichloromethyl')
-INSERT INTO CUI_TERMS VALUES(5627,2,5,'bis - chloro methyl ether','chloro')
-INSERT INTO CUI_TERMS VALUES(5627,2,3,'ether , chloromethyl','chloromethyl')
-INSERT INTO CUI_TERMS VALUES(5627,0,4,'oxybis ( chloromethane )','oxybis')
-INSERT INTO CUI_TERMS VALUES(5627,2,3,'ether , dichloromethyl','dichloromethyl')
-INSERT INTO CUI_TERMS VALUES(5627,2,5,'bis ( chloromethyl ) ether','chloromethyl')
-INSERT INTO CUI_TERMS VALUES(5627,2,3,'bis - cme','cme')
-INSERT INTO CUI_TERMS VALUES(5632,0,1,'bisacodilo','bisacodilo')
-INSERT INTO CUI_TERMS VALUES(5632,0,1,'bisacodyl','bisacodyl')
-INSERT INTO CUI_TERMS VALUES(5632,0,1,'bisacodylum','bisacodylum')
-INSERT INTO CUI_TERMS VALUES(5632,0,1,'bisacodyle','bisacodyle')
-INSERT INTO CUI_TERMS VALUES(5633,1,2,'bisacodyl tannex','tannex')
-INSERT INTO CUI_TERMS VALUES(5633,0,3,'tannex , bisacodyl','tannex')
-INSERT INTO CUI_TERMS VALUES(5640,1,2,'bis hydroxycoumarin','hydroxycoumarin')
-INSERT INTO CUI_TERMS VALUES(5640,0,1,'dicumarol','dicumarol')
-INSERT INTO CUI_TERMS VALUES(5640,0,1,'dicoumarolum','dicoumarolum')
-INSERT INTO CUI_TERMS VALUES(5640,0,1,'dicoumarol','dicoumarol')
-INSERT INTO CUI_TERMS VALUES(5640,0,1,'dicum','dicum')
-INSERT INTO CUI_TERMS VALUES(5640,2,3,'bis - hydroxycoumarin','hydroxycoumarin')
-INSERT INTO CUI_TERMS VALUES(5640,0,1,'bishydroxycoumarin','bishydroxycoumarin')
-INSERT INTO CUI_TERMS VALUES(5642,0,1,'bi','bi')
-INSERT INTO CUI_TERMS VALUES(5642,0,1,'bismuth','bismuth')
-INSERT INTO CUI_TERMS VALUES(5647,0,2,'bromhexine hcl','bromhexine')
-INSERT INTO CUI_TERMS VALUES(5647,2,3,'monohydrochloride , bromhexine','bromhexine')
-INSERT INTO CUI_TERMS VALUES(5647,0,2,'bromhexine hydrochloride','bromhexine')
-INSERT INTO CUI_TERMS VALUES(5647,2,3,'hydrochloride , bromhexine','bromhexine')
-INSERT INTO CUI_TERMS VALUES(5647,0,2,'bromhexine monohydrochloride','bromhexine')
-INSERT INTO CUI_TERMS VALUES(5651,0,2,'bisphosphoglycerate mutase','bisphosphoglycerate')
-INSERT INTO CUI_TERMS VALUES(5651,0,1,'diphosphoglyceromutase','diphosphoglyceromutase')
-INSERT INTO CUI_TERMS VALUES(5651,0,1,'bisphosphoglyceromutase','bisphosphoglyceromutase')
-INSERT INTO CUI_TERMS VALUES(5651,2,3,'synthase , bisphosphoglycerate','bisphosphoglycerate')
-INSERT INTO CUI_TERMS VALUES(5651,0,2,'bisphosphoglycerate synthase','bisphosphoglycerate')
-INSERT INTO CUI_TERMS VALUES(5651,1,2,'glycerate phosphomutase','phosphomutase')
-INSERT INTO CUI_TERMS VALUES(5651,0,2,'diphosphoglycerate mutase','diphosphoglycerate')
-INSERT INTO CUI_TERMS VALUES(5651,2,3,'mutase , diphosphoglycerate','diphosphoglycerate')
-INSERT INTO CUI_TERMS VALUES(5651,2,3,'mutase , bisphosphoglycerate','bisphosphoglycerate')
-INSERT INTO CUI_TERMS VALUES(5651,2,10,'3 - phospho-d - glycerate 1 , 2 - phosphomutase','phospho-d')
-INSERT INTO CUI_TERMS VALUES(5658,0,1,'biting','biting')
-INSERT INTO CUI_TERMS VALUES(5658,0,1,'bites','bites')
-INSERT INTO CUI_TERMS VALUES(5658,0,1,'bite','bite')
-INSERT INTO CUI_TERMS VALUES(5660,0,2,'bites human','bites')
-INSERT INTO CUI_TERMS VALUES(5660,1,2,'human bite','bite')
-INSERT INTO CUI_TERMS VALUES(5660,1,2,'human bites','bites')
-INSERT INTO CUI_TERMS VALUES(5660,0,3,'bites , human','bites')
-INSERT INTO CUI_TERMS VALUES(5660,1,2,'biting humans','humans')
-INSERT INTO CUI_TERMS VALUES(5660,0,3,'bite , human','bite')
-INSERT INTO CUI_TERMS VALUES(5660,1,2,'bites humans','humans')
-INSERT INTO CUI_TERMS VALUES(5660,0,2,'bite human','bite')
-INSERT INTO CUI_TERMS VALUES(5661,0,1,'bithionol','bithionol')
-INSERT INTO CUI_TERMS VALUES(5681,0,3,'hemoglobinuric , malaria','hemoglobinuric')
-INSERT INTO CUI_TERMS VALUES(5681,0,2,'malarial hemoglobinuria','malarial')
-INSERT INTO CUI_TERMS VALUES(5681,0,3,'black water fever','black')
-INSERT INTO CUI_TERMS VALUES(5681,2,3,'black water fevers','fevers')
-INSERT INTO CUI_TERMS VALUES(5681,0,3,'malarias , hemolytic','malarias')
-INSERT INTO CUI_TERMS VALUES(5681,0,2,'malarial haemoglobinuria','malarial')
-INSERT INTO CUI_TERMS VALUES(5681,1,2,'hemolytic malarias','malarias')
-INSERT INTO CUI_TERMS VALUES(5681,0,3,'malaria , hemolytic','malaria')
-INSERT INTO CUI_TERMS VALUES(5681,2,4,'fever , black water','black')
-INSERT INTO CUI_TERMS VALUES(5681,1,2,'hemolytic malaria','malaria')
-INSERT INTO CUI_TERMS VALUES(5681,2,3,'fever , blackwater','blackwater')
-INSERT INTO CUI_TERMS VALUES(5681,2,3,'fevers , blackwater','blackwater')
-INSERT INTO CUI_TERMS VALUES(5681,0,2,'blackwater fevers','blackwater')
-INSERT INTO CUI_TERMS VALUES(5681,0,2,'haemoglobinuric fever','haemoglobinuric')
-INSERT INTO CUI_TERMS VALUES(5681,0,4,'fevers , black water','fevers')
-INSERT INTO CUI_TERMS VALUES(5681,0,2,'blackwater fever','blackwater')
-INSERT INTO CUI_TERMS VALUES(5681,0,2,'hemoglobinuric fever','hemoglobinuric')
-INSERT INTO CUI_TERMS VALUES(5682,0,1,'bladders','bladders')
-INSERT INTO CUI_TERMS VALUES(5682,0,1,'bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5682,1,2,'vesica urinaria','urinaria')
-INSERT INTO CUI_TERMS VALUES(5683,0,3,'calculus of bladder','calculus')
-INSERT INTO CUI_TERMS VALUES(5683,0,1,'vesicolithiasis','vesicolithiasis')
-INSERT INTO CUI_TERMS VALUES(5683,0,3,'calculus urinary bladder','calculus')
-INSERT INTO CUI_TERMS VALUES(5683,2,3,'calculus , vesical','vesical')
-INSERT INTO CUI_TERMS VALUES(5683,0,2,'stones bladder','stones')
-INSERT INTO CUI_TERMS VALUES(5683,0,4,'stone , urinary bladder','stone')
-INSERT INTO CUI_TERMS VALUES(5683,0,3,'calculi , vesical','calculi')
-INSERT INTO CUI_TERMS VALUES(5683,1,2,'vesical calculi','calculi')
-INSERT INTO CUI_TERMS VALUES(5683,1,2,'bladder calculi','calculi')
-INSERT INTO CUI_TERMS VALUES(5683,0,3,'stones , bladder','stones')
-INSERT INTO CUI_TERMS VALUES(5683,0,3,'calculi , bladder','calculi')
-INSERT INTO CUI_TERMS VALUES(5683,0,4,'calculi of urinary bladder','calculi')
-INSERT INTO CUI_TERMS VALUES(5683,1,2,'bladder calculus','calculus')
-INSERT INTO CUI_TERMS VALUES(5683,3,4,'bladder - - calculi','calculi')
-INSERT INTO CUI_TERMS VALUES(5683,0,4,'calculus , urinary bladder','calculus')
-INSERT INTO CUI_TERMS VALUES(5683,0,1,'cystoliths','cystoliths')
-INSERT INTO CUI_TERMS VALUES(5683,2,3,'bladder , calculus','calculus')
-INSERT INTO CUI_TERMS VALUES(5683,1,2,'bladder stones','stones')
-INSERT INTO CUI_TERMS VALUES(5683,0,3,'stone , bladder','stone')
-INSERT INTO CUI_TERMS VALUES(5683,0,2,'vesical calculus','vesical')
-INSERT INTO CUI_TERMS VALUES(5683,1,2,'bladder stone','stone')
-INSERT INTO CUI_TERMS VALUES(5683,0,1,'cystolith','cystolith')
-INSERT INTO CUI_TERMS VALUES(5683,0,4,'calculi , urinary bladder','calculi')
-INSERT INTO CUI_TERMS VALUES(5683,0,3,'calculus , bladder','calculus')
-INSERT INTO CUI_TERMS VALUES(5683,0,4,'stones , urinary bladder','stones')
-INSERT INTO CUI_TERMS VALUES(5684,2,3,'cancer of bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,4,6,'malignant neoplasm of the urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,1,2,'bladder cancers','cancers')
-INSERT INTO CUI_TERMS VALUES(5684,1,4,'malignant urinary bladder tumor','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,3,4,'cancer of the bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,2,3,'cancer , bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,1,3,'malignant bladder neoplasm','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,4,5,'malignant neoplasm of the bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,3,5,'malignant neoplasm , urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,0,4,'bladder - - cancer','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,0,2,'bladder cancer','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,3,5,'malignant neoplasm of urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,3,5,'malignant tumor , urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,1,4,'malignant urinary bladder neoplasm','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,3,4,'malignant tumor of bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,1,2,'bladder ca','ca')
-INSERT INTO CUI_TERMS VALUES(5684,3,4,'malignant neoplasm , bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,2,4,'cancer , urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,3,5,'malignant tumor of urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,4,5,'malignant tumor of the bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,0,4,'urinary bladder malignant neoplasm','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,3,4,'malignant neoplasm of bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5684,3,5,'malignant tumour of urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,4,6,'malignant tumor of the urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,0,4,'urinary bladder malignant tumor','urinary')
-INSERT INTO CUI_TERMS VALUES(5684,1,3,'malignant bladder tumor','bladder')
-INSERT INTO CUI_TERMS VALUES(5686,0,4,'diseases of the bladder','diseases')
-INSERT INTO CUI_TERMS VALUES(5686,0,2,'bladder disease','bladder')
-INSERT INTO CUI_TERMS VALUES(5686,1,2,'bladder diseases','diseases')
-INSERT INTO CUI_TERMS VALUES(5686,0,2,'bladder disorder','bladder')
-INSERT INTO CUI_TERMS VALUES(5686,2,4,'disorder of urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5686,1,2,'bladder disorders','disorders')
-INSERT INTO CUI_TERMS VALUES(5686,3,4,'bladder - - diseases','diseases')
-INSERT INTO CUI_TERMS VALUES(5686,1,2,'bladder dis','dis')
-INSERT INTO CUI_TERMS VALUES(5686,2,3,'disorder of bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5686,1,2,'disease bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5687,1,2,'bladder distended','distended')
-INSERT INTO CUI_TERMS VALUES(5687,0,2,'distended bladder','distended')
-INSERT INTO CUI_TERMS VALUES(5687,1,2,'bladder distention','distention')
-INSERT INTO CUI_TERMS VALUES(5687,0,2,'distension bladder','distension')
-INSERT INTO CUI_TERMS VALUES(5687,1,2,'bladder distension','distension')
-INSERT INTO CUI_TERMS VALUES(5689,1,5,'congenital extroversion of urinary bladder','extroversion')
-INSERT INTO CUI_TERMS VALUES(5689,0,3,'exstrophy , bladder','exstrophy')
-INSERT INTO CUI_TERMS VALUES(5689,0,4,'exstrophy of urinary bladder','exstrophy')
-INSERT INTO CUI_TERMS VALUES(5689,1,3,'congenital ectopic bladder','ectopic')
-INSERT INTO CUI_TERMS VALUES(5689,0,2,'ectopia vesicae','ectopia')
-INSERT INTO CUI_TERMS VALUES(5689,1,2,'bladder exstrophies','exstrophies')
-INSERT INTO CUI_TERMS VALUES(5689,1,2,'bladder extrophy','extrophy')
-INSERT INTO CUI_TERMS VALUES(5689,0,3,'exstrophies , bladder','exstrophies')
-INSERT INTO CUI_TERMS VALUES(5689,0,3,'extroversion of bladder','extroversion')
-INSERT INTO CUI_TERMS VALUES(5689,1,2,'bladder exstrophy','exstrophy')
-INSERT INTO CUI_TERMS VALUES(5689,0,3,'extrophy , bladder','extrophy')
-INSERT INTO CUI_TERMS VALUES(5689,0,4,'exstrophies , urinary bladder','exstrophies')
-INSERT INTO CUI_TERMS VALUES(5689,0,4,'exstrophy of the bladder','exstrophy')
-INSERT INTO CUI_TERMS VALUES(5689,0,3,'extrophies , bladder','extrophies')
-INSERT INTO CUI_TERMS VALUES(5689,1,2,'bladder extrophies','extrophies')
-INSERT INTO CUI_TERMS VALUES(5689,0,4,'exstrophy , urinary bladder','exstrophy')
-INSERT INTO CUI_TERMS VALUES(5689,0,2,'extrophy bladder','extrophy')
-INSERT INTO CUI_TERMS VALUES(5689,0,3,'exstrophy of bladder','exstrophy')
-INSERT INTO CUI_TERMS VALUES(5690,1,2,'bladder fistula','fistula')
-INSERT INTO CUI_TERMS VALUES(5690,2,3,'fistulas , vesical','vesical')
-INSERT INTO CUI_TERMS VALUES(5690,0,2,'vesical fistula','vesical')
-INSERT INTO CUI_TERMS VALUES(5690,1,2,'bladder fistulas','fistulas')
-INSERT INTO CUI_TERMS VALUES(5690,2,3,'fistula , vesical','vesical')
-INSERT INTO CUI_TERMS VALUES(5690,0,4,'fistulas , urinary bladder','fistulas')
-INSERT INTO CUI_TERMS VALUES(5690,0,2,'vesical fistulas','vesical')
-INSERT INTO CUI_TERMS VALUES(5690,2,4,'fistula , urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5690,0,2,'fistula bladder','fistula')
-INSERT INTO CUI_TERMS VALUES(5690,0,3,'fistula , bladder','fistula')
-INSERT INTO CUI_TERMS VALUES(5694,1,2,'bladder obstruction','obstruction')
-INSERT INTO CUI_TERMS VALUES(5694,0,3,'obstruction urinary bladder','obstruction')
-INSERT INTO CUI_TERMS VALUES(5694,3,4,'bladder - neck obstruction','obstruction')
-INSERT INTO CUI_TERMS VALUES(5694,1,3,'urinary outlet obstruction','outlet')
-INSERT INTO CUI_TERMS VALUES(5694,0,2,'obstruction bladder','obstruction')
-INSERT INTO CUI_TERMS VALUES(5694,0,3,'vesicourethral orifice obstruction','vesicourethral')
-INSERT INTO CUI_TERMS VALUES(5694,1,3,'bladder outlet obstruction','outlet')
-INSERT INTO CUI_TERMS VALUES(5694,2,3,'bladder neck obstruction','obstruction')
-INSERT INTO CUI_TERMS VALUES(5694,5,7,'obstruction of bladder neck or vesicourethral orifice','vesicourethral')
-INSERT INTO CUI_TERMS VALUES(5695,0,3,'neoplasms , bladder','neoplasms')
-INSERT INTO CUI_TERMS VALUES(5695,1,2,'neoplasm bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5695,2,4,'tumor of urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5695,1,2,'tumor bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5695,2,3,'tumor of bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5695,3,4,'bladder - - tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(5695,3,5,'tumor of the urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5695,3,5,'neoplasm of the urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5695,0,3,'tumors , bladder','tumors')
-INSERT INTO CUI_TERMS VALUES(5695,2,4,'neoplasm of urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5695,2,4,'neoplasm , urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5695,1,2,'bladder neopl','neopl')
-INSERT INTO CUI_TERMS VALUES(5695,0,2,'bladder neoplasm','bladder')
-INSERT INTO CUI_TERMS VALUES(5695,0,2,'neopl bladder','neopl')
-INSERT INTO CUI_TERMS VALUES(5695,1,2,'bladder neoplasms','neoplasms')
-INSERT INTO CUI_TERMS VALUES(5695,3,4,'tumor of the bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5695,2,3,'tumor , bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5695,1,2,'bladder tumors','tumors')
-INSERT INTO CUI_TERMS VALUES(5695,0,2,'bladder tumor','bladder')
-INSERT INTO CUI_TERMS VALUES(5695,1,3,'neoplasm urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5695,0,6,'ngb - new growth of bladder','ngb')
-INSERT INTO CUI_TERMS VALUES(5695,2,4,'tumour of urinary bladder','urinary')
-INSERT INTO CUI_TERMS VALUES(5695,3,4,'neoplasm of the bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5695,2,3,'neoplasm of bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5695,2,3,'neoplasm , bladder','bladder')
-INSERT INTO CUI_TERMS VALUES(5697,0,6,'neurogenic dysfunction of the urinary bladder','neurogenic')
-INSERT INTO CUI_TERMS VALUES(5697,3,4,'bladder disorder , neurogenic','neurogenic')
-INSERT INTO CUI_TERMS VALUES(5697,1,2,'bladder neurogenic','neurogenic')
-INSERT INTO CUI_TERMS VALUES(5697,0,2,'neurogenic bladder','neurogenic')
-INSERT INTO CUI_TERMS VALUES(5697,2,3,'bladder , neurogenic','neurogenic')
-INSERT INTO CUI_TERMS VALUES(5697,0,3,'neurogenic urinary bladder','neurogenic')
-INSERT INTO CUI_TERMS VALUES(5697,0,2,'neuropathic bladder','neuropathic')
-INSERT INTO CUI_TERMS VALUES(5697,2,3,'bladder dis neurogenic','neurogenic')
-INSERT INTO CUI_TERMS VALUES(5699,0,5,'blastic phase chronic myelogenous leukemia','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,0,5,'blastic phase chronic myeloid leukaemia','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,2,6,'leukemia , blastic phase chronic myelogenous','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,0,3,'phases , blast','phases')
-INSERT INTO CUI_TERMS VALUES(5699,4,6,'chronic granulocytic leukemia , blastic phase','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,0,5,'blastic phase chronic myelocytic leukemia','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,4,6,'chronic myelogenous leukemia , blastic phase','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,2,3,'phase , blast','blast')
-INSERT INTO CUI_TERMS VALUES(5699,2,3,'crisis , blast','blast')
-INSERT INTO CUI_TERMS VALUES(5699,3,6,'myelocytic leukemia , blastic phase chronic','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,2,3,'blastic phase cgl','cgl')
-INSERT INTO CUI_TERMS VALUES(5699,1,2,'blast phases','phases')
-INSERT INTO CUI_TERMS VALUES(5699,0,4,'cgl , blastic phase','cgl')
-INSERT INTO CUI_TERMS VALUES(5699,2,4,'cml , blastic phase','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,3,6,'granulocytic leukemia , blastic phase chronic','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,1,2,'blast crises','crises')
-INSERT INTO CUI_TERMS VALUES(5699,0,2,'blast crisis','blast')
-INSERT INTO CUI_TERMS VALUES(5699,0,3,'crises , blast','crises')
-INSERT INTO CUI_TERMS VALUES(5699,0,2,'blast phase','blast')
-INSERT INTO CUI_TERMS VALUES(5699,0,5,'blastic phase chronic myeloid leukemia','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,4,6,'chronic myelocytic leukemia , blastic phase','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,3,6,'myelogenous leukemia , blastic phase chronic','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,0,5,'blastic phase chronic granulocytic leukemia','blastic')
-INSERT INTO CUI_TERMS VALUES(5699,0,3,'blastic phase cml','blastic')
-INSERT INTO CUI_TERMS VALUES(5700,0,2,'blast inj','blast')
-INSERT INTO CUI_TERMS VALUES(5700,0,1,'explosion','explosion')
-INSERT INTO CUI_TERMS VALUES(5700,0,2,'blast injuries','blast')
-INSERT INTO CUI_TERMS VALUES(5700,1,2,'inj blast','blast')
-INSERT INTO CUI_TERMS VALUES(5700,2,3,'injury , blast','blast')
-INSERT INTO CUI_TERMS VALUES(5700,0,2,'blast injury','blast')
-INSERT INTO CUI_TERMS VALUES(5700,4,5,'eff air press by explos','explos')
-INSERT INTO CUI_TERMS VALUES(5700,2,3,'injuries , blast','blast')
-INSERT INTO CUI_TERMS VALUES(5716,2,3,'infection by blastomyces','blastomyces')
-INSERT INTO CUI_TERMS VALUES(5716,0,2,'blastomycotic infection','blastomycotic')
-INSERT INTO CUI_TERMS VALUES(5716,4,5,'infection caused by blastomyces dermatitidis','dermatitidis')
-INSERT INTO CUI_TERMS VALUES(5716,0,1,'blastomycosis','blastomycosis')
-INSERT INTO CUI_TERMS VALUES(5716,0,1,'blastomycoses','blastomycoses')
-INSERT INTO CUI_TERMS VALUES(5717,0,2,'gilchrists disease','gilchrists')
-INSERT INTO CUI_TERMS VALUES(5717,0,2,'gilchrist disease','gilchrist')
-INSERT INTO CUI_TERMS VALUES(5717,0,2,'chicago disease','chicago')
-INSERT INTO CUI_TERMS VALUES(5717,2,3,'north american blastomycosis','blastomycosis')
-INSERT INTO CUI_TERMS VALUES(5717,0,4,'blastomycosis , north american','blastomycosis')
-INSERT INTO CUI_TERMS VALUES(5717,0,3,'gilchrist ''s disease','gilchrist')
-INSERT INTO CUI_TERMS VALUES(5721,3,4,'south american cutaneous blastomycosis','blastomycosis')
-INSERT INTO CUI_TERMS VALUES(5721,1,2,'cutaneous paracoccioidomycosis','paracoccioidomycosis')
-INSERT INTO CUI_TERMS VALUES(5723,1,2,'oral paracoccidioidomycosis','paracoccidioidomycosis')
-INSERT INTO CUI_TERMS VALUES(5723,3,4,'south american oral blastomycosis','blastomycosis')
-INSERT INTO CUI_TERMS VALUES(5724,1,2,'visceral paracoccidioidomycosis','paracoccidioidomycosis')
-INSERT INTO CUI_TERMS VALUES(5724,3,4,'south american visceral blastomycosis','blastomycosis')
-INSERT INTO CUI_TERMS VALUES(5729,0,3,'times , bleeding','times')
-INSERT INTO CUI_TERMS VALUES(5729,0,1,'bleedt','bleedt')
-INSERT INTO CUI_TERMS VALUES(5729,1,2,'time bleed','bleed')
-INSERT INTO CUI_TERMS VALUES(5729,1,2,'bleeding time','time')
-INSERT INTO CUI_TERMS VALUES(5729,2,3,'clotting time homeostasis','homeostasis')
-INSERT INTO CUI_TERMS VALUES(5729,1,3,'bleeding tests time','tests')
-INSERT INTO CUI_TERMS VALUES(5729,0,2,'time bleeding','time')
-INSERT INTO CUI_TERMS VALUES(5729,0,2,'bleed time','bleed')
-INSERT INTO CUI_TERMS VALUES(5729,1,3,'bleeding testing time','testing')
-INSERT INTO CUI_TERMS VALUES(5729,2,3,'bleeding test time','time')
-INSERT INTO CUI_TERMS VALUES(5729,0,3,'time , bleeding','time')
-INSERT INTO CUI_TERMS VALUES(5729,1,2,'bleeding times','times')
-INSERT INTO CUI_TERMS VALUES(5739,0,2,'bleomycin sulphate','bleomycin')
-INSERT INTO CUI_TERMS VALUES(5739,1,2,'bleomycin sulfas','sulfas')
-INSERT INTO CUI_TERMS VALUES(5739,0,2,'bleomycini sulfas','bleomycini')
-INSERT INTO CUI_TERMS VALUES(5739,0,2,'bleomycin sulfate','bleomycin')
-INSERT INTO CUI_TERMS VALUES(5739,2,3,'sulfate , bleomycin','bleomycin')
-INSERT INTO CUI_TERMS VALUES(5740,0,1,'bleomycinum','bleomycinum')
-INSERT INTO CUI_TERMS VALUES(5740,0,1,'bleomycin','bleomycin')
-INSERT INTO CUI_TERMS VALUES(5740,0,1,'blm','blm')
-INSERT INTO CUI_TERMS VALUES(5740,0,1,'bleomicina','bleomicina')
-INSERT INTO CUI_TERMS VALUES(5740,0,1,'bleomycins','bleomycins')
-INSERT INTO CUI_TERMS VALUES(5740,0,1,'bleomicin','bleomicin')
-INSERT INTO CUI_TERMS VALUES(5740,0,1,'bleo','bleo')
-INSERT INTO CUI_TERMS VALUES(5741,0,1,'tarsitis','tarsitis')
-INSERT INTO CUI_TERMS VALUES(5741,2,4,'inflammation of lid margin','lid')
-INSERT INTO CUI_TERMS VALUES(5741,0,3,'inflammation of eyelid','inflammation')
-INSERT INTO CUI_TERMS VALUES(5741,0,1,'blepharitides','blepharitides')
-INSERT INTO CUI_TERMS VALUES(5741,1,2,'inflammation eyelids','eyelids')
-INSERT INTO CUI_TERMS VALUES(5741,2,3,'inflammation of eyelids','eyelids')
-INSERT INTO CUI_TERMS VALUES(5741,0,1,'blepharitis','blepharitis')
-INSERT INTO CUI_TERMS VALUES(5741,1,2,'eyelid inflammation','inflammation')
-INSERT INTO CUI_TERMS VALUES(5742,0,4,'fuchs '' syndrome ii','fuchs')
-INSERT INTO CUI_TERMS VALUES(5742,0,2,'dermatolysis palpebrarum','dermatolysis')
-INSERT INTO CUI_TERMS VALUES(5742,0,4,'saggy upper eyelid skin','saggy')
-INSERT INTO CUI_TERMS VALUES(5742,0,1,'blepharochalasis','blepharochalasis')
-INSERT INTO CUI_TERMS VALUES(5743,0,1,'blepharoconjunctivitis','blepharoconjunctivitis')
-INSERT INTO CUI_TERMS VALUES(5745,1,2,'eyelid drooping','drooping')
-INSERT INTO CUI_TERMS VALUES(5745,0,2,'drooping eyelid','drooping')
-INSERT INTO CUI_TERMS VALUES(5745,1,2,'eyelid ptoses','ptoses')
-INSERT INTO CUI_TERMS VALUES(5745,0,1,'blepharoptoses','blepharoptoses')
-INSERT INTO CUI_TERMS VALUES(5745,0,1,'ptosis','ptosis')
-INSERT INTO CUI_TERMS VALUES(5745,0,3,'drooping upper eyelid','drooping')
-INSERT INTO CUI_TERMS VALUES(5745,0,2,'droopy eyelids','droopy')
-INSERT INTO CUI_TERMS VALUES(5745,0,2,'drooped eyelid','drooped')
-INSERT INTO CUI_TERMS VALUES(5745,0,1,'blepharoptosis','blepharoptosis')
-INSERT INTO CUI_TERMS VALUES(5745,0,3,'ptoses , eyelid','ptoses')
-INSERT INTO CUI_TERMS VALUES(5745,0,2,'droopy eyelid','droopy')
-INSERT INTO CUI_TERMS VALUES(5745,1,2,'eyelid droop','droop')
-INSERT INTO CUI_TERMS VALUES(5746,0,1,'tarsorrhaphies','tarsorrhaphies')
-INSERT INTO CUI_TERMS VALUES(5746,0,1,'blepharorrhaphy','blepharorrhaphy')
-INSERT INTO CUI_TERMS VALUES(5746,0,1,'tarsorrhaphy','tarsorrhaphy')
-INSERT INTO CUI_TERMS VALUES(5746,2,4,'suture of palpebral fissure','palpebral')
-INSERT INTO CUI_TERMS VALUES(5747,1,2,'eyelid spasm','spasm')
-INSERT INTO CUI_TERMS VALUES(5747,2,3,'spasm of eyelids','eyelids')
-INSERT INTO CUI_TERMS VALUES(5747,1,2,'eyelid twitch','twitch')
-INSERT INTO CUI_TERMS VALUES(5747,0,2,'twitching eyelid','twitching')
-INSERT INTO CUI_TERMS VALUES(5747,0,1,'blepharospasms','blepharospasms')
-INSERT INTO CUI_TERMS VALUES(5747,0,4,'involuntary closure of eyelid','involuntary')
-INSERT INTO CUI_TERMS VALUES(5747,0,2,'twitch eyelid','twitch')
-INSERT INTO CUI_TERMS VALUES(5747,1,2,'eyelid twitching','twitching')
-INSERT INTO CUI_TERMS VALUES(5747,0,4,'spontaneous closure of eyelid','spontaneous')
-INSERT INTO CUI_TERMS VALUES(5747,1,2,'eyelids twitching','twitching')
-INSERT INTO CUI_TERMS VALUES(5747,1,2,'eyelid spasms','spasms')
-INSERT INTO CUI_TERMS VALUES(5747,0,1,'blepharospasm','blepharospasm')
-INSERT INTO CUI_TERMS VALUES(5747,0,2,'spasm eyelid','spasm')
-INSERT INTO CUI_TERMS VALUES(5750,3,4,'syndrome , bacterial overgrowth','overgrowth')
-INSERT INTO CUI_TERMS VALUES(5750,3,4,'loop syndrome , stagnant','stagnant')
-INSERT INTO CUI_TERMS VALUES(5750,2,4,'syndrome , blind loop','blind')
-INSERT INTO CUI_TERMS VALUES(5750,2,4,'syndromes , stagnant loop','stagnant')
-INSERT INTO CUI_TERMS VALUES(5750,0,3,'stagnant loop syndrome','stagnant')
-INSERT INTO CUI_TERMS VALUES(5750,0,3,'stagnant loop syndromes','stagnant')
-INSERT INTO CUI_TERMS VALUES(5750,0,4,'contaminated small bowel syndrome','contaminated')
-INSERT INTO CUI_TERMS VALUES(5750,3,4,'loop syndromes , stagnant','stagnant')
-INSERT INTO CUI_TERMS VALUES(5750,0,6,'stasis ( blind loop ) syndrome','stasis')
-INSERT INTO CUI_TERMS VALUES(5750,0,2,'stasis syndrome','stasis')
-INSERT INTO CUI_TERMS VALUES(5750,2,4,'syndrome , stagnant loop','stagnant')
-INSERT INTO CUI_TERMS VALUES(5750,0,3,'blind loop syndrome','blind')
-INSERT INTO CUI_TERMS VALUES(5750,0,3,'blind loop syndromes','blind')
-INSERT INTO CUI_TERMS VALUES(5750,1,3,'bacterial overgrowth syndrome','overgrowth')
-INSERT INTO CUI_TERMS VALUES(5754,0,2,'blindness congenital','blindness')
-INSERT INTO CUI_TERMS VALUES(5754,1,2,'congenital amaurosis','amaurosis')
-INSERT INTO CUI_TERMS VALUES(5754,1,2,'congenital blindness','blindness')
-INSERT INTO CUI_TERMS VALUES(5754,0,4,'blindness present at birth','blindness')
-INSERT INTO CUI_TERMS VALUES(5757,0,1,'blinks','blinks')
-INSERT INTO CUI_TERMS VALUES(5757,0,1,'eyeblink','eyeblink')
-INSERT INTO CUI_TERMS VALUES(5757,0,1,'blink','blink')
-INSERT INTO CUI_TERMS VALUES(5757,0,1,'blinking','blinking')
-INSERT INTO CUI_TERMS VALUES(5758,0,2,'bullous lesion','bullous')
-INSERT INTO CUI_TERMS VALUES(5758,0,1,'blister','blister')
-INSERT INTO CUI_TERMS VALUES(5758,0,1,'bleb','bleb')
-INSERT INTO CUI_TERMS VALUES(5758,0,1,'bullae','bullae')
-INSERT INTO CUI_TERMS VALUES(5758,0,2,'bullous lesions','bullous')
-INSERT INTO CUI_TERMS VALUES(5758,0,1,'blisters','blisters')
-INSERT INTO CUI_TERMS VALUES(5758,2,3,'lesions , bullous','bullous')
-INSERT INTO CUI_TERMS VALUES(5758,0,1,'blistering','blistering')
-INSERT INTO CUI_TERMS VALUES(5758,0,1,'bulla','bulla')
-INSERT INTO CUI_TERMS VALUES(5758,0,1,'vesication','vesication')
-INSERT INTO CUI_TERMS VALUES(5758,0,1,'blebs','blebs')
-INSERT INTO CUI_TERMS VALUES(5758,0,1,'vesications','vesications')
-INSERT INTO CUI_TERMS VALUES(5758,2,3,'lesion , bullous','bullous')
-INSERT INTO CUI_TERMS VALUES(5763,0,1,'blocadren','blocadren')
-INSERT INTO CUI_TERMS VALUES(5767,0,1,'sanguis','sanguis')
-INSERT INTO CUI_TERMS VALUES(5767,0,1,'bld','bld')
-INSERT INTO CUI_TERMS VALUES(5767,0,1,'blood','blood')
-INSERT INTO CUI_TERMS VALUES(5767,0,1,'haema','haema')
-INSERT INTO CUI_TERMS VALUES(5771,2,3,'blood cells count','count')
-INSERT INTO CUI_TERMS VALUES(5771,0,4,'counts , blood cell','counts')
-INSERT INTO CUI_TERMS VALUES(5771,2,3,'blood cell count','count')
-INSERT INTO CUI_TERMS VALUES(5771,2,3,'cell blood count','count')
-INSERT INTO CUI_TERMS VALUES(5771,0,4,'count , blood cell','count')
-INSERT INTO CUI_TERMS VALUES(5771,2,3,'blood cells counts','counts')
-INSERT INTO CUI_TERMS VALUES(5771,2,3,'blood cell counts','counts')
-INSERT INTO CUI_TERMS VALUES(5771,0,4,'number , blood cell','number')
-INSERT INTO CUI_TERMS VALUES(5771,0,4,'numbers , blood cell','numbers')
-INSERT INTO CUI_TERMS VALUES(5771,2,3,'blood cell numbers','numbers')
-INSERT INTO CUI_TERMS VALUES(5771,2,3,'blood cell number','number')
-INSERT INTO CUI_TERMS VALUES(5771,2,3,'blood cells numbers','numbers')
-INSERT INTO CUI_TERMS VALUES(5773,1,2,'blood cell','cell')
-INSERT INTO CUI_TERMS VALUES(5773,1,2,'blood corpuscle','corpuscle')
-INSERT INTO CUI_TERMS VALUES(5773,0,3,'cells , blood','cells')
-INSERT INTO CUI_TERMS VALUES(5773,1,2,'blood cells','cells')
-INSERT INTO CUI_TERMS VALUES(5773,0,3,'cell , blood','cell')
-INSERT INTO CUI_TERMS VALUES(5773,0,3,'corpuscles , blood','corpuscles')
-INSERT INTO CUI_TERMS VALUES(5773,1,2,'blood corpuscles','corpuscles')
-INSERT INTO CUI_TERMS VALUES(5773,0,3,'corpuscle , blood','corpuscle')
-INSERT INTO CUI_TERMS VALUES(5774,1,2,'blood chemistry','chemistry')
-INSERT INTO CUI_TERMS VALUES(5774,0,4,'analyses , blood chemical','analyses')
-INSERT INTO CUI_TERMS VALUES(5774,2,3,'blood chemical analysis','analysis')
-INSERT INTO CUI_TERMS VALUES(5774,1,4,'chemical analysis , blood','analysis')
-INSERT INTO CUI_TERMS VALUES(5774,1,3,'blood chem anal','chem')
-INSERT INTO CUI_TERMS VALUES(5774,0,3,'chem anal blood','chem')
-INSERT INTO CUI_TERMS VALUES(5774,0,4,'analysis , blood chemical','analysis')
-INSERT INTO CUI_TERMS VALUES(5774,1,2,'blood chemistries','chemistries')
-INSERT INTO CUI_TERMS VALUES(5774,1,4,'chemical analyses , blood','analyses')
-INSERT INTO CUI_TERMS VALUES(5774,2,3,'blood chemical analyses','analyses')
-INSERT INTO CUI_TERMS VALUES(5774,2,3,'anal blood chem','chem')
-INSERT INTO CUI_TERMS VALUES(5776,1,3,'blood flow tests','flow')
-INSERT INTO CUI_TERMS VALUES(5776,0,3,'circulatory function tests','circulatory')
-INSERT INTO CUI_TERMS VALUES(5776,1,3,'blood flow test','flow')
-INSERT INTO CUI_TERMS VALUES(5776,0,4,'circ . function test','circ')
-INSERT INTO CUI_TERMS VALUES(5776,0,4,'flow tests - blood','flow')
-INSERT INTO CUI_TERMS VALUES(5776,1,3,'blood flow measurement','flow')
-INSERT INTO CUI_TERMS VALUES(5776,1,3,'vascular function test','function')
-INSERT INTO CUI_TERMS VALUES(5778,1,2,'blood coag','coag')
-INSERT INTO CUI_TERMS VALUES(5778,0,1,'clotting','clotting')
-INSERT INTO CUI_TERMS VALUES(5778,0,2,'coag blood','coag')
-INSERT INTO CUI_TERMS VALUES(5778,1,2,'blood clottings','clottings')
-INSERT INTO CUI_TERMS VALUES(5778,1,2,'blood coagulations','coagulations')
-INSERT INTO CUI_TERMS VALUES(5779,0,2,'coagulation disorders','coagulation')
-INSERT INTO CUI_TERMS VALUES(5779,2,3,'dis blood coag','coag')
-INSERT INTO CUI_TERMS VALUES(5779,2,3,'disorder , hemostasis','hemostasis')
-INSERT INTO CUI_TERMS VALUES(5779,3,4,'disorders , blood coagulation','coagulation')
-INSERT INTO CUI_TERMS VALUES(5779,0,1,'coagulopathy','coagulopathy')
-INSERT INTO CUI_TERMS VALUES(5779,0,2,'coagulation defect','coagulation')
-INSERT INTO CUI_TERMS VALUES(5779,2,4,'disorder of hemostatic system','hemostatic')
-INSERT INTO CUI_TERMS VALUES(5779,0,2,'bleeding disorders','bleeding')
-INSERT INTO CUI_TERMS VALUES(5779,0,3,'coag dis blood','coag')
-INSERT INTO CUI_TERMS VALUES(5779,1,2,'coagulation defects','defects')
-INSERT INTO CUI_TERMS VALUES(5779,4,5,'abnormality of the coagulation cascade','cascade')
-INSERT INTO CUI_TERMS VALUES(5779,0,1,'coagulopathies','coagulopathies')
-INSERT INTO CUI_TERMS VALUES(5779,1,3,'blood coag dis','coag')
-INSERT INTO CUI_TERMS VALUES(5779,2,3,'disorders of coagulation','coagulation')
-INSERT INTO CUI_TERMS VALUES(5779,1,2,'disorder coagulation','coagulation')
-INSERT INTO CUI_TERMS VALUES(5779,2,3,'disorder of haemostasis','haemostasis')
-INSERT INTO CUI_TERMS VALUES(5779,2,3,'disorder , coagulation','coagulation')
-INSERT INTO CUI_TERMS VALUES(5779,0,2,'hemostatic disorder','hemostatic')
-INSERT INTO CUI_TERMS VALUES(5779,2,4,'disorder of haemostatic system','haemostatic')
-INSERT INTO CUI_TERMS VALUES(5779,2,3,'disorder of hemostasis','hemostasis')
-INSERT INTO CUI_TERMS VALUES(5779,0,2,'coagulation disorder','coagulation')
-INSERT INTO CUI_TERMS VALUES(5779,0,4,'coagulation , disorders of','coagulation')
-INSERT INTO CUI_TERMS VALUES(5779,3,4,'disorder , blood coagulation','coagulation')
-INSERT INTO CUI_TERMS VALUES(5789,1,2,'factor coag','coag')
-INSERT INTO CUI_TERMS VALUES(5789,2,3,'factor , coagulation','coagulation')
-INSERT INTO CUI_TERMS VALUES(5789,2,3,'factors , clotting','clotting')
-INSERT INTO CUI_TERMS VALUES(5789,1,3,'blood clots factors','clots')
-INSERT INTO CUI_TERMS VALUES(5789,0,2,'clotting factors','clotting')
-INSERT INTO CUI_TERMS VALUES(5789,0,3,'factors , coagulation','factors')
-INSERT INTO CUI_TERMS VALUES(5789,0,2,'coagulation factor','coagulation')
-INSERT INTO CUI_TERMS VALUES(5789,0,4,'factors , blood coagulation','factors')
-INSERT INTO CUI_TERMS VALUES(5789,0,2,'factors coagulation','factors')
-INSERT INTO CUI_TERMS VALUES(5789,0,2,'clot factor','clot')
-INSERT INTO CUI_TERMS VALUES(5789,1,2,'coagulation factors','factors')
-INSERT INTO CUI_TERMS VALUES(5789,1,2,'factors coag','coag')
-INSERT INTO CUI_TERMS VALUES(5789,0,2,'clotting factor','clotting')
-INSERT INTO CUI_TERMS VALUES(5789,0,2,'clot factors','clot')
-INSERT INTO CUI_TERMS VALUES(5789,3,4,'factor , blood coagulation','coagulation')
-INSERT INTO CUI_TERMS VALUES(5789,0,2,'coag factor','coag')
-INSERT INTO CUI_TERMS VALUES(5789,0,2,'coag factors','coag')
-INSERT INTO CUI_TERMS VALUES(5790,0,2,'coagulations studies','coagulations')
-INSERT INTO CUI_TERMS VALUES(5790,0,2,'clotting screening','clotting')
-INSERT INTO CUI_TERMS VALUES(5790,0,1,'coagulation','coagulation')
-INSERT INTO CUI_TERMS VALUES(5790,1,3,'bleeding time test','time')
-INSERT INTO CUI_TERMS VALUES(5790,0,2,'clotting screen','clotting')
-INSERT INTO CUI_TERMS VALUES(5790,0,1,'coag','coag')
-INSERT INTO CUI_TERMS VALUES(5791,0,1,'pheresis','pheresis')
-INSERT INTO CUI_TERMS VALUES(5791,0,4,'removals , blood component','removals')
-INSERT INTO CUI_TERMS VALUES(5791,2,3,'blood component removals','removals')
-INSERT INTO CUI_TERMS VALUES(5791,0,1,'aphereses','aphereses')
-INSERT INTO CUI_TERMS VALUES(5791,0,4,'component removal , blood','component')
-INSERT INTO CUI_TERMS VALUES(5791,1,4,'component removals , blood','removals')
-INSERT INTO CUI_TERMS VALUES(5791,0,1,'apheresis','apheresis')
-INSERT INTO CUI_TERMS VALUES(5791,0,1,'apherese','apherese')
-INSERT INTO CUI_TERMS VALUES(5791,0,1,'hemapheresis','hemapheresis')
-INSERT INTO CUI_TERMS VALUES(5791,0,1,'phereses','phereses')
-INSERT INTO CUI_TERMS VALUES(5791,1,3,'blood component removal','component')
-INSERT INTO CUI_TERMS VALUES(5791,3,4,'removal , blood component','component')
-INSERT INTO CUI_TERMS VALUES(5800,2,3,'blood gas studies','studies')
-INSERT INTO CUI_TERMS VALUES(5800,1,4,'gas analysis , blood','analysis')
-INSERT INTO CUI_TERMS VALUES(5800,2,3,'anal blood gas','gas')
-INSERT INTO CUI_TERMS VALUES(5800,0,3,'analyse blood gas','analyse')
-INSERT INTO CUI_TERMS VALUES(5800,2,3,'blood gas analyses','analyses')
-INSERT INTO CUI_TERMS VALUES(5800,2,3,'blood gas levels','levels')
-INSERT INTO CUI_TERMS VALUES(5800,2,3,'blood gas analysis','analysis')
-INSERT INTO CUI_TERMS VALUES(5800,1,4,'gas analyses , blood','analyses')
-INSERT INTO CUI_TERMS VALUES(5800,1,3,'blood gas measurement','gas')
-INSERT INTO CUI_TERMS VALUES(5800,0,4,'analyses , blood gas','analyses')
-INSERT INTO CUI_TERMS VALUES(5800,1,2,'blood gase','gase')
-INSERT INTO CUI_TERMS VALUES(5800,1,3,'blood gas anal','gas')
-INSERT INTO CUI_TERMS VALUES(5800,1,2,'blood gases','gases')
-INSERT INTO CUI_TERMS VALUES(5800,0,4,'analysis , blood gas','analysis')
-INSERT INTO CUI_TERMS VALUES(5800,0,3,'analysis blood gas','analysis')
-INSERT INTO CUI_TERMS VALUES(5800,2,3,'blood gas measurements','measurements')
-INSERT INTO CUI_TERMS VALUES(5803,3,4,'self blood glucose monitoring','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,2,6,'self - monitoring , blood glucose','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,0,6,'sugar self - monitoring , blood','sugar')
-INSERT INTO CUI_TERMS VALUES(5803,2,5,'monitoring , home blood glucose','home')
-INSERT INTO CUI_TERMS VALUES(5803,2,6,'self - monitorings , blood sugar','monitorings')
-INSERT INTO CUI_TERMS VALUES(5803,2,4,'blood glucose monitored self','monitored')
-INSERT INTO CUI_TERMS VALUES(5803,4,5,'blood glucose self - monitorings','monitorings')
-INSERT INTO CUI_TERMS VALUES(5803,3,4,'blood glucose self monitoring','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,4,5,'blood sugar self - monitorings','monitorings')
-INSERT INTO CUI_TERMS VALUES(5803,2,6,'self - monitorings , blood glucose','monitorings')
-INSERT INTO CUI_TERMS VALUES(5803,1,4,'self monitoring blood glucose','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,1,4,'blood sugar self monitoring','sugar')
-INSERT INTO CUI_TERMS VALUES(5803,5,6,'glucose , blood , self monitoring','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,3,4,'self monitoring blood sugar','sugar')
-INSERT INTO CUI_TERMS VALUES(5803,1,5,'blood sugar self - monitoring','sugar')
-INSERT INTO CUI_TERMS VALUES(5803,3,6,'sugar self - monitorings , blood','monitorings')
-INSERT INTO CUI_TERMS VALUES(5803,3,6,'glucose self - monitoring , blood','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,0,4,'home blood glucose monitoring','home')
-INSERT INTO CUI_TERMS VALUES(5803,6,7,'glucose , blood , self - monitoring','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,0,1,'bgsm','bgsm')
-INSERT INTO CUI_TERMS VALUES(5803,3,6,'glucose self - monitorings , blood','monitorings')
-INSERT INTO CUI_TERMS VALUES(5803,5,6,'self - monitoring , blood sugar','sugar')
-INSERT INTO CUI_TERMS VALUES(5803,4,5,'blood glucose self - monitoring','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,2,4,'blood glucose home monitoring','home')
-INSERT INTO CUI_TERMS VALUES(5803,2,6,'self - monitoring of blood glucose','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,1,5,'self monitoring , blood glucose','monitoring')
-INSERT INTO CUI_TERMS VALUES(5803,2,4,'blood glucose monitoring self','monitoring')
-INSERT INTO CUI_TERMS VALUES(5804,0,3,'antigens blood group','antigens')
-INSERT INTO CUI_TERMS VALUES(5804,2,3,'blood group antigens','antigens')
-INSERT INTO CUI_TERMS VALUES(5804,2,3,'blood group ag','ag')
-INSERT INTO CUI_TERMS VALUES(5804,1,3,'blood group antigen','group')
-INSERT INTO CUI_TERMS VALUES(5804,0,4,'antigens , blood group','antigens')
-INSERT INTO CUI_TERMS VALUES(5818,1,2,'disorders platelets','platelets')
-INSERT INTO CUI_TERMS VALUES(5818,3,4,'disorder , blood platelet','platelet')
-INSERT INTO CUI_TERMS VALUES(5818,1,2,'disorder platelet','platelet')
-INSERT INTO CUI_TERMS VALUES(5818,0,3,'platelet blood disorder','platelet')
-INSERT INTO CUI_TERMS VALUES(5818,0,2,'platelet disorders','platelet')
-INSERT INTO CUI_TERMS VALUES(5818,3,4,'disorders , blood platelet','platelet')
-INSERT INTO CUI_TERMS VALUES(5818,0,1,'thrombocytopathies','thrombocytopathies')
-INSERT INTO CUI_TERMS VALUES(5818,0,1,'thrombocytopathy','thrombocytopathy')
-INSERT INTO CUI_TERMS VALUES(5818,1,3,'blood platelet dis','platelet')
-INSERT INTO CUI_TERMS VALUES(5818,0,2,'platelet disorder','platelet')
-INSERT INTO CUI_TERMS VALUES(5818,0,2,'thrombocyte disorders','thrombocyte')
-INSERT INTO CUI_TERMS VALUES(5821,0,1,'thrombocytes','thrombocytes')
-INSERT INTO CUI_TERMS VALUES(5821,0,4,'hayem ''s elementary corpuscle','hayem')
-INSERT INTO CUI_TERMS VALUES(5821,0,1,'platelets','platelets')
-INSERT INTO CUI_TERMS VALUES(5821,0,1,'thrombocyte','thrombocyte')
-INSERT INTO CUI_TERMS VALUES(5821,0,5,'bizzozero ''s corpuscle / cell','bizzozero')
-INSERT INTO CUI_TERMS VALUES(5821,0,3,'deetjeen ''s body','deetjeen')
-INSERT INTO CUI_TERMS VALUES(5821,0,1,'platelet','platelet')
-INSERT INTO CUI_TERMS VALUES(5823,1,2,'blood pressure','pressure')
-INSERT INTO CUI_TERMS VALUES(5823,0,1,'bp','bp')
-INSERT INTO CUI_TERMS VALUES(5823,0,3,'pressure , blood','pressure')
-INSERT INTO CUI_TERMS VALUES(5826,2,3,'abnormal blood pressures','pressures')
-INSERT INTO CUI_TERMS VALUES(5826,1,3,'blood pressure abnormal','pressure')
-INSERT INTO CUI_TERMS VALUES(5826,2,3,'abnormal blood pressure','pressure')
-INSERT INTO CUI_TERMS VALUES(5833,1,2,'erythrocyte sedimentation','sedimentation')
-INSERT INTO CUI_TERMS VALUES(5833,0,3,'sedimentation , blood','sedimentation')
-INSERT INTO CUI_TERMS VALUES(5833,1,2,'blood sedimentation','sedimentation')
-INSERT INTO CUI_TERMS VALUES(5833,0,3,'sedimentation , erythrocyte','sedimentation')
-INSERT INTO CUI_TERMS VALUES(5833,3,4,'blood - - sedimentation','sedimentation')
-INSERT INTO CUI_TERMS VALUES(5833,0,2,'sedimentation blood','sedimentation')
-INSERT INTO CUI_TERMS VALUES(5834,1,2,'blood sampling','sampling')
-INSERT INTO CUI_TERMS VALUES(5834,0,4,'collections , blood specimen','collections')
-INSERT INTO CUI_TERMS VALUES(5834,1,4,'specimen collection , blood','collection')
-INSERT INTO CUI_TERMS VALUES(5834,1,2,'blood draw','draw')
-INSERT INTO CUI_TERMS VALUES(5834,0,3,'taking blood sample','taking')
-INSERT INTO CUI_TERMS VALUES(5834,0,4,'collection , blood specimen','collection')
-INSERT INTO CUI_TERMS VALUES(5834,2,3,'blood specimen collections','collections')
-INSERT INTO CUI_TERMS VALUES(5834,2,3,'blood specimen collection','collection')
-INSERT INTO CUI_TERMS VALUES(5834,1,4,'blood withdrawal for testing','withdrawal')
-INSERT INTO CUI_TERMS VALUES(5834,5,6,'collection of blood specimen for laboratory','laboratory')
-INSERT INTO CUI_TERMS VALUES(5834,1,4,'specimen collections , blood','collections')
-INSERT INTO CUI_TERMS VALUES(5841,0,3,'transfusing blood products','transfusing')
-INSERT INTO CUI_TERMS VALUES(5841,0,1,'transfusions','transfusions')
-INSERT INTO CUI_TERMS VALUES(5841,0,1,'transfusion','transfusion')
-INSERT INTO CUI_TERMS VALUES(5841,4,6,'blood product administration by intravascular infusion','intravascular')
-INSERT INTO CUI_TERMS VALUES(5842,2,3,'autologous blood transfusions','transfusions')
-INSERT INTO CUI_TERMS VALUES(5842,2,3,'blood transfusions autol','autol')
-INSERT INTO CUI_TERMS VALUES(5842,0,3,'autologous blood transfusion','autologous')
-INSERT INTO CUI_TERMS VALUES(5842,0,3,'autol blood transfusion','autol')
-INSERT INTO CUI_TERMS VALUES(5842,0,1,'autotransfusions','autotransfusions')
-INSERT INTO CUI_TERMS VALUES(5842,5,6,'blood - - transfusion , autologous','autologous')
-INSERT INTO CUI_TERMS VALUES(5842,0,4,'transfusions , autologous blood','transfusions')
-INSERT INTO CUI_TERMS VALUES(5842,0,1,'autotransfusion','autotransfusion')
-INSERT INTO CUI_TERMS VALUES(5842,1,3,'transfusion autol blood','autol')
-INSERT INTO CUI_TERMS VALUES(5842,1,3,'transfusions autol blood','autol')
-INSERT INTO CUI_TERMS VALUES(5842,0,3,'autol blood transfusions','autol')
-INSERT INTO CUI_TERMS VALUES(5842,2,4,'transfusion , autologous blood','autologous')
-INSERT INTO CUI_TERMS VALUES(5842,2,3,'blood transfusion autol','autol')
-INSERT INTO CUI_TERMS VALUES(5842,1,4,'blood transfusions , autologous','transfusions')
-INSERT INTO CUI_TERMS VALUES(5842,3,4,'blood transfusion , autologous','autologous')
-INSERT INTO CUI_TERMS VALUES(5843,1,2,'intrauterine transfusions','transfusions')
-INSERT INTO CUI_TERMS VALUES(5843,1,2,'foetal transfusion','transfusion')
-INSERT INTO CUI_TERMS VALUES(5843,0,3,'transfusions , fetal','transfusions')
-INSERT INTO CUI_TERMS VALUES(5843,0,3,'intrauterine blood transfusion','intrauterine')
-INSERT INTO CUI_TERMS VALUES(5843,0,2,'intrauterine transfusion','intrauterine')
-INSERT INTO CUI_TERMS VALUES(5843,2,3,'intrauterine blood transfusions','transfusions')
-INSERT INTO CUI_TERMS VALUES(5843,1,2,'fetal transfusions','transfusions')
-INSERT INTO CUI_TERMS VALUES(5843,0,3,'transfusion , fetal','transfusion')
-INSERT INTO CUI_TERMS VALUES(5843,0,3,'transfusions , intrauterine','transfusions')
-INSERT INTO CUI_TERMS VALUES(5843,2,3,'transfusion , intrauterine','intrauterine')
-INSERT INTO CUI_TERMS VALUES(5843,1,2,'fetal transfusion','transfusion')
-INSERT INTO CUI_TERMS VALUES(5844,1,2,'blood typing','typing')
-INSERT INTO CUI_TERMS VALUES(5844,0,3,'grouping , blood','grouping')
-INSERT INTO CUI_TERMS VALUES(5844,2,3,'blood type determination','determination')
-INSERT INTO CUI_TERMS VALUES(5844,1,2,'blood grouping','grouping')
-INSERT INTO CUI_TERMS VALUES(5844,0,3,'typing , blood','typing')
-INSERT INTO CUI_TERMS VALUES(5844,0,4,'bgp - blood group','bgp')
-INSERT INTO CUI_TERMS VALUES(5844,2,3,'blood group typing','typing')
-INSERT INTO CUI_TERMS VALUES(5845,0,2,'urea blood','urea')
-INSERT INTO CUI_TERMS VALUES(5845,1,4,'urea nitrogen , blood','nitrogen')
-INSERT INTO CUI_TERMS VALUES(5845,0,1,'bun','bun')
-INSERT INTO CUI_TERMS VALUES(5845,1,2,'blood urea','urea')
-INSERT INTO CUI_TERMS VALUES(5847,0,1,'vessel','vessel')
-INSERT INTO CUI_TERMS VALUES(5847,0,1,'vascular','vascular')
-INSERT INTO CUI_TERMS VALUES(5847,0,1,'vessels','vessels')
-INSERT INTO CUI_TERMS VALUES(5855,3,4,'retinal - blood barriers','barriers')
-INSERT INTO CUI_TERMS VALUES(5855,3,4,'blood - retinal barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(5855,3,4,'blood - retinal barriers','barriers')
-INSERT INTO CUI_TERMS VALUES(5855,3,4,'retinal - blood barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(5855,0,5,'barrier , blood - retinal','barrier')
-INSERT INTO CUI_TERMS VALUES(5855,0,5,'barriers , retinal - blood','barriers')
-INSERT INTO CUI_TERMS VALUES(5855,0,5,'barrier , retinal - blood','barrier')
-INSERT INTO CUI_TERMS VALUES(5855,0,5,'barriers , blood - retinal','barriers')
-INSERT INTO CUI_TERMS VALUES(5855,3,4,'blood - retina barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(5855,2,3,'retinal blood barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(5855,2,3,'blood retinal barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(5856,3,4,'testis - blood barriers','barriers')
-INSERT INTO CUI_TERMS VALUES(5856,2,3,'testis blood barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(5856,0,5,'barriers , testis - blood','barriers')
-INSERT INTO CUI_TERMS VALUES(5856,2,3,'blood testis barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(5856,0,5,'barrier , testis - blood','barrier')
-INSERT INTO CUI_TERMS VALUES(5856,3,4,'blood - testis barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(5856,0,5,'barrier , blood - testis','barrier')
-INSERT INTO CUI_TERMS VALUES(5856,0,5,'barriers , blood - testis','barriers')
-INSERT INTO CUI_TERMS VALUES(5856,3,4,'testis - blood barrier','barrier')
-INSERT INTO CUI_TERMS VALUES(5856,3,4,'blood - testis barriers','barriers')
-INSERT INTO CUI_TERMS VALUES(5857,0,1,'bloodletting','bloodletting')
-INSERT INTO CUI_TERMS VALUES(5857,1,2,'blood letting','letting')
-INSERT INTO CUI_TERMS VALUES(5857,1,2,'therapeutic phlebotomy','phlebotomy')
-INSERT INTO CUI_TERMS VALUES(5858,0,2,'bloodshot eyes','bloodshot')
-INSERT INTO CUI_TERMS VALUES(5858,2,3,'blood eyes shot','shot')
-INSERT INTO CUI_TERMS VALUES(5858,1,2,'eye bloodshot','bloodshot')
-INSERT INTO CUI_TERMS VALUES(5858,1,2,'eyes bloodshot','bloodshot')
-INSERT INTO CUI_TERMS VALUES(5858,2,3,'eye blood shot','shot')
-INSERT INTO CUI_TERMS VALUES(5858,0,2,'bloodshot eye','bloodshot')
-INSERT INTO CUI_TERMS VALUES(5858,1,3,'blood shot eye','shot')
-INSERT INTO CUI_TERMS VALUES(5859,0,1,'bs','bs')
-INSERT INTO CUI_TERMS VALUES(5859,0,2,'blooms syndrome','blooms')
-INSERT INTO CUI_TERMS VALUES(5859,0,1,'bls','bls')
-INSERT INTO CUI_TERMS VALUES(5859,0,2,'bloom syndrome','bloom')
-INSERT INTO CUI_TERMS VALUES(5859,1,3,'congenital telangiectatic erythema','telangiectatic')
-INSERT INTO CUI_TERMS VALUES(5859,2,4,'bloom torre machacek syndrome','machacek')
-INSERT INTO CUI_TERMS VALUES(5859,2,3,'syndrome , bloom','bloom')
-INSERT INTO CUI_TERMS VALUES(5859,0,3,'bloom ''s syndrome','bloom')
-INSERT INTO CUI_TERMS VALUES(5859,4,6,'bloom - torre - machacek syndrome','machacek')
-INSERT INTO CUI_TERMS VALUES(5874,0,1,'blushes','blushes')
-INSERT INTO CUI_TERMS VALUES(5874,0,1,'blushing','blushing')
-INSERT INTO CUI_TERMS VALUES(5874,0,1,'blushings','blushings')
-INSERT INTO CUI_TERMS VALUES(5874,0,1,'blush','blush')
-INSERT INTO CUI_TERMS VALUES(5887,1,3,'body image disorder','image')
-INSERT INTO CUI_TERMS VALUES(5887,2,3,'body disorder dysmorphic','dysmorphic')
-INSERT INTO CUI_TERMS VALUES(5887,1,3,'body dysmorphic disorders','dysmorphic')
-INSERT INTO CUI_TERMS VALUES(5887,2,3,'body disorders image','image')
-INSERT INTO CUI_TERMS VALUES(5887,1,4,'image disfunction , body','disfunction')
-INSERT INTO CUI_TERMS VALUES(5887,2,3,'disorder body image','image')
-INSERT INTO CUI_TERMS VALUES(5887,2,3,'body image disfunction','disfunction')
-INSERT INTO CUI_TERMS VALUES(5887,0,4,'dysmorphic disorder , body','dysmorphic')
-INSERT INTO CUI_TERMS VALUES(5887,0,4,'image disorders , body','image')
-INSERT INTO CUI_TERMS VALUES(5887,1,4,'image disfunctions , body','disfunctions')
-INSERT INTO CUI_TERMS VALUES(5887,3,4,'disorder , body dysmorphic','dysmorphic')
-INSERT INTO CUI_TERMS VALUES(5887,1,2,'distortion corporeal','corporeal')
-INSERT INTO CUI_TERMS VALUES(5887,3,4,'disorders , body image','image')
-INSERT INTO CUI_TERMS VALUES(5887,0,4,'disfunction , body image','disfunction')
-INSERT INTO CUI_TERMS VALUES(5887,0,4,'disfunctions , body image','disfunctions')
-INSERT INTO CUI_TERMS VALUES(5887,2,3,'body image disfunctions','disfunctions')
-INSERT INTO CUI_TERMS VALUES(5887,0,1,'dysmorphophobia','dysmorphophobia')
-INSERT INTO CUI_TERMS VALUES(5887,0,4,'dysmorphic disorders , body','dysmorphic')
-INSERT INTO CUI_TERMS VALUES(5887,1,3,'body dysmorphic disorder','dysmorphic')
-INSERT INTO CUI_TERMS VALUES(5887,0,2,'distortion personal','distortion')
-INSERT INTO CUI_TERMS VALUES(5887,1,3,'body image disorders','image')
-INSERT INTO CUI_TERMS VALUES(5887,3,4,'disorders , body dysmorphic','dysmorphic')
-INSERT INTO CUI_TERMS VALUES(5888,0,4,'compartment , body fluid','compartment')
-INSERT INTO CUI_TERMS VALUES(5888,2,3,'body fluid compartments','compartments')
-INSERT INTO CUI_TERMS VALUES(5888,0,4,'compartments , body fluid','compartments')
-INSERT INTO CUI_TERMS VALUES(5888,2,3,'body fluid compartment','compartment')
-INSERT INTO CUI_TERMS VALUES(5888,1,4,'fluid compartment , body','compartment')
-INSERT INTO CUI_TERMS VALUES(5888,1,4,'fluid compartments , body','compartments')
-INSERT INTO CUI_TERMS VALUES(5891,1,2,'body images','images')
-INSERT INTO CUI_TERMS VALUES(5891,1,2,'body image','image')
-INSERT INTO CUI_TERMS VALUES(5891,0,3,'images , body','images')
-INSERT INTO CUI_TERMS VALUES(5891,0,3,'image , body','image')
-INSERT INTO CUI_TERMS VALUES(5891,1,2,'bodies image','image')
-INSERT INTO CUI_TERMS VALUES(5898,0,2,'topographic region','topographic')
-INSERT INTO CUI_TERMS VALUES(5898,0,2,'anatomic region','anatomic')
-INSERT INTO CUI_TERMS VALUES(5898,1,2,'body regions','regions')
-INSERT INTO CUI_TERMS VALUES(5898,0,1,'antreg','antreg')
-INSERT INTO CUI_TERMS VALUES(5898,0,3,'regions , body','regions')
-INSERT INTO CUI_TERMS VALUES(5898,0,2,'anatomical sites','anatomical')
-INSERT INTO CUI_TERMS VALUES(5898,0,2,'anatomical site','anatomical')
-INSERT INTO CUI_TERMS VALUES(5898,0,3,'region , body','region')
... 1338875 lines suppressed ...