Added a test case that runs almost all the tsheg bars from all

non-reference, publicly available ACIP files (hundreds of megabytes of
them) through the converter.  The frequencies of these tsheg bars in
in the file, too.
This commit is contained in:
dchandler 2003-10-26 06:02:48 +00:00
parent 7ba1ad0735
commit 31b3020d07
8 changed files with 23771 additions and 7 deletions

View file

@ -317,7 +317,7 @@ class TParseTree {
if (warningLevel == "All")
return "Warning: The last stack does not have a vowel in the ACIP {" + ((null != originalACIP) ? originalACIP : recoverACIP()) + "}; this may indicate a typo, because Sanskrit, which this is (because it's not legal Tibetan), should have a vowel after each stack.";
} else {
throw new Error("Can't happen now that we stack greedily");
return "Warning: Trying to stack non-consonants."; // DLC
}
}
}