Home Reference Source

src/tokenizers/orthography_matchers.js

const orthographyMatchers = {
  fi: /[^A-Za-zÅåÄäÖö]/
};

export default orthographyMatchers;