diff options
| author | janna <unknown> | 2004-06-06 19:57:56 +0000 |
|---|---|---|
| committer | janna <unknown> | 2004-06-06 19:57:56 +0000 |
| commit | 63232b69826272e68849a2d90e6caefd3039c9b8 (patch) | |
| tree | 3c8c906be94e6e80352ed8ce58c61b6f2d2b1a5f | |
| parent | c10aa3b696f4d934072792a9427b9c511e9dc8fe (diff) | |
*** empty log message ***
| -rw-r--r-- | grammars/health/healthCorpus.txt | 47 | ||||
| -rw-r--r-- | src/JavaGUI/GFEditor2.java | 1 |
2 files changed, 48 insertions, 0 deletions
diff --git a/grammars/health/healthCorpus.txt b/grammars/health/healthCorpus.txt new file mode 100644 index 000000000..e5119e18a --- /dev/null +++ b/grammars/health/healthCorpus.txt @@ -0,0 +1,47 @@ +and pain in injured broken have take catch cold pregnant
+
+influenza malaria diarrhea skin allergy heartburn
+rheumatism cystitis asthma arthritis diabetes tonsillitis constipation
+
+ dentist gynecologist Urologist
+ Pediatrician
+ Physician
+ Dermatologist
+ Cardiologist
+ Neuropathologist
+ Ophthalmologist
+ Surgeon
+
+ Sleeping Peels
+ Sedative
+ Vitamins
+ Eye Drops
+ Antibiotics
+ Viagra
+ Laxative
+ Insulin
+ Antidepressant
+ PainKiller
+
+ Head headache
+ Leg
+ Stomach stomach-ache
+ Throat sore
+ Ear
+ Chest
+ Foot
+ Arm
+ Back
+ Shoulder
+-- Tooth
+-- Knee
+
+
+-- Fever
+-- Sickness
+-- High
+-- Low
+-- Terrible
+-- Blood Pressure
+
+
diff --git a/src/JavaGUI/GFEditor2.java b/src/JavaGUI/GFEditor2.java index 91fe1fcdc..9c204bfa3 100644 --- a/src/JavaGUI/GFEditor2.java +++ b/src/JavaGUI/GFEditor2.java @@ -1614,6 +1614,7 @@ System.out.println("encoding "+defaultEncoding); /** Handle the key released event. */
public void keyReleased(KeyEvent e) {
}
+
public String comparePositions(String first, String second)
{
String common ="[]";
|
