@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
26 lines • 1.61 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.enDefaultStopWords = void 0;
/* eslint-disable prettier/prettier*/
exports.enDefaultStopWords = [
'about', 'above', 'after', 'again', 'all', 'also', 'am', 'an', 'and', 'another',
'any', 'are', 'as', 'at', 'be', 'because', 'been', 'before', 'being', 'below',
'between', 'both', 'but', 'by', 'came', 'come', 'could', 'did',
'do', 'does', 'doing', 'during', 'each', 'few', 'for', 'from', 'further', 'get',
'got', 'has', 'had', 'he', 'have', 'her', 'here', 'him', 'himself', 'his', 'how',
'if', 'in', 'into', 'is', 'it', 'its', 'itself', 'like', 'make', 'many', 'me',
'might', 'more', 'most', 'much', 'must', 'my', 'myself', 'never', 'now', 'of', 'on',
'only', 'or', 'other', 'our', 'ours', 'ourselves', 'out', 'over', 'own',
'said', 'same', 'see', 'should', 'since', 'so', 'some', 'still', 'such', 'take', 'than',
'that', 'the', 'their', 'theirs', 'them', 'themselves', 'then', 'there', 'these', 'they',
'this', 'those', 'through', 'to', 'too', 'under', 'until', 'up', 'very', 'was',
'way', 'we', 'well', 'were', 'while',
'with', 'would', 'you', 'your', 'yours', 'yourself',
'hi', 'hello'
// 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n',
// 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', '$', '1',
// '2', '3', '4', '5', '6', '7', '8', '9', '0', '_'
];
// 'what', 'where', 'when', 'which', 'who', 'whom', 'why'
// 'can', 'cannot': cannot would be splitted in can & not by tokenizer
//# sourceMappingURL=stopwords-en.js.map