예제 #1
0
 /// <summary>
 /// Clears the strata.
 /// </summary>
 public void ClearStrata()
 {
     m_strata.Clear();
 }
예제 #2
0
 public virtual void Reset()
 {
     m_curMorpher = null;
     m_morphers.Clear();
     m_isLoaded = false;
 }
예제 #3
0
 /// <summary>
 /// Clears the affix templates.
 /// </summary>
 public void ClearAffixTemplates()
 {
     m_templates.Clear();
 }
예제 #4
0
 /// <summary>
 /// Uninstantiates the part of speech.
 /// </summary>
 internal void UninstantiatePOS()
 {
     m_pos.Clear();
 }
예제 #5
0
 /// <summary>
 /// Resets this instance.
 /// </summary>
 public void Reset()
 {
     m_families.Clear();
     m_entries.Clear();
 }
예제 #6
0
 /// <summary>
 /// Resets this instance.
 /// </summary>
 public void Reset()
 {
     m_features.Clear();
     m_values.Clear();
 }