| 1 |
<!-- protege.home = the Protege 3.x installation directory, e.g., /home/user/Protege_3.4 --> |
| 2 |
protege.home=. |
| 3 |
|
| 4 |
<!-- The fully specified filename of the ICD umbrella PPRJ file, e.g., home/ttania/projects/icd_umbrella.pprj --> |
| 5 |
pprj.file=resources/projects/icd/icd_umbrella.pprj |
| 6 |
|
| 7 |
<!-- The Excel file containing the linearization information for the Special Tabulation List for Mortality --> |
| 8 |
xls.mlist.file=resources/xls/Mortlistsmatching_v4.xls |
| 9 |
|
| 10 |
<!-- Use 2 for Mortlistsmatching_v4.xls (or 1 for backwards compatibility with Mortlistsmatching_v3.xls ) --> |
| 11 |
xls.format.ver=2 |
| 12 |
|
| 13 |
<!-- The Excel file containing the ICD10 categories and the mapping to their parents --> |
| 14 |
xls.icd10.file=resources/xls/icd10.xls |
| 15 |
|
| 16 |
<!-- Maximum Java heap size --> |
| 17 |
heap.size.max=500m |