kInvariantExceptions constant

Map<String, String> const kInvariantExceptions

Collection of terms that have no stem but do not fit the algorithm.

Implementation

static const kInvariantExceptions = {
  'sky': 'sky',
  'bye': 'bye',
  'ugly': 'ugly',
  'early': 'early',
  'only': 'only',
  'goodbye': 'goodbye',
  'commune': 'commune',
  'skye': 'skye',
  'news': 'news',
  'howe': 'howe',
  'atlas': 'atlas',
  'cosmos': 'cosmos',
  'bias': 'bias',
  'andes': 'andes',
};