vocab method

List<String> vocab()

Returns the vocabulary tokens.

Implementation

List<String> vocab() {
  return i2s.values.toList();
}