stopWords property

List<String> stopWords
final

Implementation

final stopWords = [
  'a',
  'an',
  'any',
  'can',
  'for',
  'i',
  'if',
  'it',
  'its',
  'it\'s',
  'is',
  'in',
  'just',
  'may',
  'on',
  'this',
  'there',
  'the',
  'to',
  'we',
  'yes'
];