UNPKG

@botonic/plugin-contentful

Version:

Botonic Plugin Contentful is one of the **[available](https://github.com/hubtype/botonic/tree/master/packages)** plugins for Botonic. **[Contentful](http://www.contentful.com)** is a CMS (Content Management System) which manages contents of a great variet

16 lines (15 loc) 577 B
/* eslint-disable prettier/prettier*/ export const esDefaultStopWords = [ // 'cuando','quien','donde','porque', // '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', '_',,'sí','no' 'a','un','el','ella','y','de','la','que','en', 'los','del','se','las','por','un','para','con', 'una','su','al','lo','como','más','pero','sus','le', 'ya','o','muy','sin','sobre','también', 'me','hasta','desde','nos','durante','uno', 'ni','contra','este','ese','eso','aquel','mí','qué','otro','él','cual', 'poco','mi','tú','te','ti', 'es', 'está', 'hola', 'tal' ];