{
int index = getWordIndex(
TextTranslator.translateToExternalFormat(wordForm));
if (index < 0)
{
throw new WordNetException("Attempted to get the tag count for '" +
wordForm + "' from a synset that does not contain it.");
}
if (tagCounts[index] < 0)
{
SenseIndexEntry entry = getIndexEntry(senseKeys[index]);