Free cookie consent management tool by TermsFeed Policy Generator

source: branches/SimulationCore/HeuristicLab.SimulationCore.Dsl/CodeAnalysisDictionary.xml @ 13323

Last change on this file since 13323 was 10525, checked in by abeham, 10 years ago

#1610: added visual model

File size: 911 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Dictionary>
3  <Words>
4    <Unrecognized>
5      <!-- Words to be excluded from the existing dictionary -->
6      <!-- <Word>instate</Word> -->
7    </Unrecognized>
8    <Recognized>
9      <!-- Words to augment the existing dictionary -->
10      <!-- If your company or product name is an unusal word, you may want to include it. -->
11      <!-- For compound words, include the individual words (if necessary) -->
12      <!--<Word>HEAL</Word>-->
13      <!--<Word>HeuristicLab</Word>-->
14    </Recognized>
15    <Acronyms>
16      <!-- Company, domain, or project specific acronyms -->
17      <CasingExceptions>
18        <!-- If your company or product name is an acroynm, you may want to include these here -->
19        <!--<Acronym>HEAL</Acronym>-->
20        <!--<Acronym>HeuristicLab</Acronym>-->
21      </CasingExceptions>
22    </Acronyms>
23  </Words>
24</Dictionary>
Note: See TracBrowser for help on using the repository browser.