m_DisallowInternalPeriods = disallow;
}
public void loadThesaurus(Stemmer st, Stopwords sw) {
m_Vocabulary = new Vocabulary(m_vocabulary,m_vocabularyFormat, m_documentLanguage);
m_Vocabulary.setStemmer(st);
m_Vocabulary.setStopwords(sw);
m_Vocabulary.initialize();
try {