yoast-premium-site-wide-analysis-402.min.js 105 KB
!function a(b,c,d){function e(g,h){if(!c[g]){if(!b[g]){var i="function"==typeof require&&require;if(!h&&i)return i(g,!0);if(f)return f(g,!0);var j=new Error("Cannot find module '"+g+"'");throw j.code="MODULE_NOT_FOUND",j}var k=c[g]={exports:{}};b[g][0].call(k.exports,function(a){var c=b[g][1][a];return e(c?c:a)},k,k.exports,a,b,c,d)}return c[g].exports}for(var f="function"==typeof require&&require,g=0;g<d.length;g++)e(d[g]);return e}({1:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(c,"__esModule",{value:!0});var e=function(){function a(a,b){for(var c=0;c<b.length;c++){var d=b[c];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(a,d.key,d)}}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),f=function(){function a(b){var c=b.rootUrl,e=b.nonce;d(this,a),this._rootUrl=c,this._nonce=e}return e(a,[{key:"get",value:function(a,b){return b=Object.assign(b,{type:"GET",url:this._rootUrl+a}),this.request(b)}},{key:"post",value:function(a,b){return b=Object.assign(b,{type:"POST",url:this._rootUrl+a}),this.request(b)}},{key:"request",value:function(a){var b=this;return new Promise(function(c,d){a=Object.assign(a,{beforeSend:function(a){a.setRequestHeader("X-WP-Nonce",b._nonce)},success:c,error:d}),jQuery.ajax(a)})}}]),a}();c.default=f},{}],2:[function(a,b,c){"use strict";function d(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(c,"__esModule",{value:!0});var e=function(){function a(a,b){for(var c=0;c<b.length;c++){var d=b[c];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(a,d.key,d)}}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),f=function(){function a(){d(this,a),this._cache={}}return e(a,[{key:"getID",value:function(a){return this._cache.hasOwnProperty(a)?this._cache[a]:0}},{key:"setID",value:function(a,b){this._cache[a]=b}}]),a}();c.default=f},{}],3:[function(a,b,c){"use strict";function d(a){return a&&a.__esModule?a:{default:a}}function e(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(c,"__esModule",{value:!0});var f=function(){function a(a,b){for(var c=0;c<b.length;c++){var d=b[c];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(a,d.key,d)}}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),g=a("lodash/unescape"),h=d(g),i=function(){function a(b){var c=b.cache,d=b.restApi;e(this,a),this._cache=c,this._restApi=d,this._currentPage=1,this.processProminentWord=this.processProminentWord.bind(this)}return f(a,[{key:"populate",value:function(){var a=this,b={per_page:100,page:this._currentPage};return this._restApi.get("wp/v2/yst_prominent_words",{data:b}).then(function(b){if(0!==b.length)return b.forEach(a.processProminentWord),a._currentPage+=1,a.populate()})}},{key:"processProminentWord",value:function(a){var b=(0,h.default)(a.name);this._cache.setID(b,a.id)}}]),a}();c.default=i},{"lodash/unescape":182}],4:[function(a,b,c){"use strict";function d(a){return a&&a.__esModule?a:{default:a}}function e(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}function f(a,b){if(!a)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new TypeError("Super expression must either be null or a function, not "+typeof b);a.prototype=Object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(a,b):a.__proto__=b)}Object.defineProperty(c,"__esModule",{value:!0});var h=function(){function a(a,b){for(var c=0;c<b.length;c++){var d=b[c];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(a,d.key,d)}}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),i=a("./ProminentWordCache"),j=d(i),k=a("events"),l=d(k),m=a("lodash/isEqual"),n=d(m),o=function(a){function b(a){var c=a.postID,d=a.rootUrl,g=a.nonce,h=a.postSaveEndpoint,i=void 0===h?"":h,k=a.postTypeBase,l=void 0===k?null:k,m=a.cache,n=void 0===m?null:m;e(this,b);var o=f(this,(b.__proto__||Object.getPrototypeOf(b)).call(this));return o._rootUrl=d,o._nonce=g,o._postID=c,o._savingProminentWords=!1,o._previousProminentWords=null,o._postSaveEndpoint=i,null!==l&&(o._postSaveEndpoint=o._rootUrl+"wp/v2/"+l+"/"+o._postID),null===n&&(n=new j.default),o._cache=n,o.retrieveProminentWordId=o.retrieveProminentWordId.bind(o),o}return g(b,a),h(b,[{key:"saveProminentWords",value:function(a){var b=this;if(!this._savingProminentWords){this._savingProminentWords=!0;var c=a.slice(0,20),d=c.reduce(function(a,c){return a.then(function(a){return b.retrieveProminentWordId(c).then(function(b){return a.push(b),a},function(){return a})})},Promise.resolve([]));return d.then(function(a){return(0,n.default)(a,b._previousProminentWords)?(b._savingProminentWords=!1,Promise.resolve()):(b._previousProminentWords=a,new Promise(function(c,d){jQuery.ajax({type:"POST",url:b._postSaveEndpoint,beforeSend:function(a){a.setRequestHeader("X-WP-Nonce",b._nonce)},data:{yst_prominent_words:a},dataType:"json",success:c,error:d}).always(function(){b.emit("savedProminentWords",a),b._savingProminentWords=!1})}))}).catch(function(a){})}}},{key:"retrieveProminentWordId",value:function(a){var b=this,c=this._cache.getID(a.getCombination());if(0!==c)return Promise.resolve(c);var d=new Promise(function(c,d){jQuery.ajax({type:"GET",url:b._rootUrl+"yoast/v1/prominent_words",beforeSend:function(a){a.setRequestHeader("X-WP-Nonce",b._nonce)},data:{word:a.getCombination()},dataType:"json",success:function(a){c(a)},error:function(a){d(a)}})}),e=d.then(function(c){return null===c?b.createProminentWordTerm(a):c});return e.then(function(c){return b._cache.setID(a.getCombination(),c.id),c.id})}},{key:"createProminentWordTerm",value:function(a){var b=this;return new Promise(function(c,d){jQuery.ajax({type:"POST",url:b._rootUrl+"wp/v2/yst_prominent_words",beforeSend:function(a){a.setRequestHeader("X-WP-Nonce",b._nonce)},data:{name:a.getCombination()},dataType:"json",success:function(a){c(a)},error:function(a){d(a)}})})}}]),b}(l.default);c.default=o},{"./ProminentWordCache":2,events:7,"lodash/isEqual":158}],5:[function(a,b,c){"use strict";function d(a){return a&&a.__esModule?a:{default:a}}function e(a,b){if(!(a instanceof b))throw new TypeError("Cannot call a class as a function")}function f(a,b){if(!a)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!b||"object"!=typeof b&&"function"!=typeof b?a:b}function g(a,b){if("function"!=typeof b&&null!==b)throw new TypeError("Super expression must either be null or a function, not "+typeof b);a.prototype=Object.create(b&&b.prototype,{constructor:{value:a,enumerable:!1,writable:!0,configurable:!0}}),b&&(Object.setPrototypeOf?Object.setPrototypeOf(a,b):a.__proto__=b)}Object.defineProperty(c,"__esModule",{value:!0});var h=function(){function a(a,b){for(var c=0;c<b.length;c++){var d=b[c];d.enumerable=d.enumerable||!1,d.configurable=!0,"value"in d&&(d.writable=!0),Object.defineProperty(a,d.key,d)}}return function(b,c,d){return c&&a(b.prototype,c),d&&a(b,d),b}}(),i=a("yoastseo/js/stringProcessing/relevantWords"),j=a("./ProminentWordStorage"),k=d(j),l=a("./ProminentWordCache"),m=d(l),n=a("events"),o=d(n),p=["future","draft","pending","private","publish"].join(","),q=function(a){function b(a){var c=a.totalPosts,d=a.rootUrl,g=a.nonce,h=a.allProminentWordIds,i=a.listEndpoint,j=a.prominentWordCache,k=void 0===j?null:j,l=a.recalculateAll,n=void 0!==l&&l;e(this,b);var o=f(this,(b.__proto__||Object.getPrototypeOf(b)).call(this));return o._perPage=10,o._totalPosts=c,o._totalPages=Math.ceil(c/o._perPage),o._processedPosts=0,o._currentPage=1,o._rootUrl=d,o._nonce=g,o._recalculateAll=n,o._allProminentWordIds=h,o._listEndpoint=i,null===k&&(k=new m.default),o._prominentWordCache=k,o.processPost=o.processPost.bind(o),o.continueProcessing=o.continueProcessing.bind(o),o.processResponse=o.processResponse.bind(o),o.incrementProcessedPosts=o.incrementProcessedPosts.bind(o),o.calculate=o.calculate.bind(o),o}return g(b,a),h(b,[{key:"start",value:function(){this.calculate()}},{key:"calculate",value:function(){var a=this,b={page:this._currentPage,per_page:this._perPage,status:p};this._recalculateAll||(b.yst_prominent_words=this._allProminentWordIds),jQuery.ajax({type:"GET",url:this._listEndpoint,beforeSend:function(b){b.setRequestHeader("X-WP-Nonce",a._nonce)},data:b,dataType:"json",success:this.processResponse})}},{key:"processResponse",value:function(a){var b=this,c=a.reduce(function(a,c){return a.then(function(){return b.processPost(c)})},Promise.resolve());c.then(this.continueProcessing).catch(this.continueProcessing)}},{key:"continueProcessing",value:function(){this.emit("processedPage",this._currentPage,this._totalPages),this._currentPage<this._totalPages?(this._currentPage+=1,this.calculate()):this.emit("complete")}},{key:"processPost",value:function(a){var b=a.content.rendered,c=(0,i.getRelevantWords)(b),d=new k.default({postID:a.id,rootUrl:this._rootUrl,nonce:this._nonce,cache:this._prominentWordCache,postSaveEndpoint:a._links.self[0].href});return d.saveProminentWords(c).then(this.incrementProcessedPosts,this.incrementProcessedPosts)}},{key:"incrementProcessedPosts",value:function(){this._processedPosts+=1,this.emit("processedPost",this._processedPosts,this._totalPosts)}}]),b}(o.default);c.default=q},{"./ProminentWordCache":2,"./ProminentWordStorage":4,events:7,"yoastseo/js/stringProcessing/relevantWords":201}],6:[function(a,b,c){"use strict";function d(a){return a&&a.__esModule?a:{default:a}}function e(){var a=jQuery(".yoast-js-prominent-words-progress-current"),b=r.restApi.root;return new Promise(function(c){var d=new k.default({totalPosts:r.amount.total,recalculateAll:!0,rootUrl:b,nonce:r.restApi.nonce,allProminentWordIds:r.allWords,listEndpoint:b+"wp/v2/posts/",prominentWordCache:u});d.on("processedPost",function(b){a.html(b)}),d.start(),d.on("complete",c)})}function f(){var a=jQuery(".yoast-js-prominent-words-pages-progress-current"),b=r.restApi.root;return new Promise(function(c){var d=new k.default({totalPosts:r.amountPages.total,recalculateAll:!0,rootUrl:b,nonce:r.restApi.nonce,allProminentWordIds:r.allWords,listEndpoint:b+"wp/v2/pages/",prominentWordCache:u});d.on("processedPost",function(b){a.html(b)}),d.start(),d.on("complete",c)})}function g(){s.hide(),t.show()}function h(){s.show();var a=new q.default({rootUrl:r.restApi.root,nonce:r.restApi.nonce});u=new m.default;var b=new o.default({cache:u,restApi:a});b.populate().then(e).then(f).then(g)}function i(){jQuery(".yoast-js-calculate-prominent-words--all").on("click",function(){h(),jQuery(this).hide()}),s=jQuery(".yoast-js-prominent-words-progress"),s.hide(),t=jQuery(".yoast-js-prominent-words-completed"),t.hide()}var j=a("./keywordSuggestions/siteWideCalculation"),k=d(j),l=a("./keywordSuggestions/ProminentWordCache"),m=d(l),n=a("./keywordSuggestions/ProminentWordCachePopulator"),o=d(n),p=a("./helpers/restApi"),q=d(p),r=yoastSiteWideAnalysisData.data,s=void 0,t=void 0,u=void 0;jQuery(i)},{"./helpers/restApi":1,"./keywordSuggestions/ProminentWordCache":2,"./keywordSuggestions/ProminentWordCachePopulator":3,"./keywordSuggestions/siteWideCalculation":5}],7:[function(a,b,c){function d(){this._events=this._events||{},this._maxListeners=this._maxListeners||void 0}function e(a){return"function"==typeof a}function f(a){return"number"==typeof a}function g(a){return"object"==typeof a&&null!==a}function h(a){return void 0===a}b.exports=d,d.EventEmitter=d,d.prototype._events=void 0,d.prototype._maxListeners=void 0,d.defaultMaxListeners=10,d.prototype.setMaxListeners=function(a){if(!f(a)||a<0||isNaN(a))throw TypeError("n must be a positive number");return this._maxListeners=a,this},d.prototype.emit=function(a){var b,c,d,f,i,j;if(this._events||(this._events={}),"error"===a&&(!this._events.error||g(this._events.error)&&!this._events.error.length)){if(b=arguments[1],b instanceof Error)throw b;throw TypeError('Uncaught, unspecified "error" event.')}if(c=this._events[a],h(c))return!1;if(e(c))switch(arguments.length){case 1:c.call(this);break;case 2:c.call(this,arguments[1]);break;case 3:c.call(this,arguments[1],arguments[2]);break;default:for(d=arguments.length,f=new Array(d-1),i=1;i<d;i++)f[i-1]=arguments[i];c.apply(this,f)}else if(g(c)){for(d=arguments.length,f=new Array(d-1),i=1;i<d;i++)f[i-1]=arguments[i];for(j=c.slice(),d=j.length,i=0;i<d;i++)j[i].apply(this,f)}return!0},d.prototype.addListener=function(a,b){var c;if(!e(b))throw TypeError("listener must be a function");if(this._events||(this._events={}),this._events.newListener&&this.emit("newListener",a,e(b.listener)?b.listener:b),this._events[a]?g(this._events[a])?this._events[a].push(b):this._events[a]=[this._events[a],b]:this._events[a]=b,g(this._events[a])&&!this._events[a].warned){var c;c=h(this._maxListeners)?d.defaultMaxListeners:this._maxListeners,c&&c>0&&this._events[a].length>c&&(this._events[a].warned=!0,console.error("(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.",this._events[a].length),"function"==typeof console.trace&&console.trace())}return this},d.prototype.on=d.prototype.addListener,d.prototype.once=function(a,b){function c(){this.removeListener(a,c),d||(d=!0,b.apply(this,arguments))}if(!e(b))throw TypeError("listener must be a function");var d=!1;return c.listener=b,this.on(a,c),this},d.prototype.removeListener=function(a,b){var c,d,f,h;if(!e(b))throw TypeError("listener must be a function");if(!this._events||!this._events[a])return this;if(c=this._events[a],f=c.length,d=-1,c===b||e(c.listener)&&c.listener===b)delete this._events[a],this._events.removeListener&&this.emit("removeListener",a,b);else if(g(c)){for(h=f;h-- >0;)if(c[h]===b||c[h].listener&&c[h].listener===b){d=h;break}if(d<0)return this;1===c.length?(c.length=0,delete this._events[a]):c.splice(d,1),this._events.removeListener&&this.emit("removeListener",a,b)}return this},d.prototype.removeAllListeners=function(a){var b,c;if(!this._events)return this;if(!this._events.removeListener)return 0===arguments.length?this._events={}:this._events[a]&&delete this._events[a],this;if(0===arguments.length){for(b in this._events)"removeListener"!==b&&this.removeAllListeners(b);return this.removeAllListeners("removeListener"),this._events={},this}if(c=this._events[a],e(c))this.removeListener(a,c);else for(;c.length;)this.removeListener(a,c[c.length-1]);return delete this._events[a],this},d.prototype.listeners=function(a){var b;return b=this._events&&this._events[a]?e(this._events[a])?[this._events[a]]:this._events[a].slice():[]},d.listenerCount=function(a,b){var c;return c=a._events&&a._events[b]?e(a._events[b])?1:a._events[b].length:0}},{}],8:[function(a,b,c){var d=a("./_getNative"),e=a("./_root"),f=d(e,"DataView");b.exports=f},{"./_getNative":86,"./_root":122}],9:[function(a,b,c){function d(a){var b=-1,c=null==a?0:a.length;for(this.clear();++b<c;){var d=a[b];this.set(d[0],d[1])}}var e=a("./_hashClear"),f=a("./_hashDelete"),g=a("./_hashGet"),h=a("./_hashHas"),i=a("./_hashSet");d.prototype.clear=e,d.prototype.delete=f,d.prototype.get=g,d.prototype.has=h,d.prototype.set=i,b.exports=d},{"./_hashClear":91,"./_hashDelete":92,"./_hashGet":93,"./_hashHas":94,"./_hashSet":95}],10:[function(a,b,c){function d(a){var b=-1,c=null==a?0:a.length;for(this.clear();++b<c;){var d=a[b];this.set(d[0],d[1])}}var e=a("./_listCacheClear"),f=a("./_listCacheDelete"),g=a("./_listCacheGet"),h=a("./_listCacheHas"),i=a("./_listCacheSet");d.prototype.clear=e,d.prototype.delete=f,d.prototype.get=g,d.prototype.has=h,d.prototype.set=i,b.exports=d},{"./_listCacheClear":103,"./_listCacheDelete":104,"./_listCacheGet":105,"./_listCacheHas":106,"./_listCacheSet":107}],11:[function(a,b,c){var d=a("./_getNative"),e=a("./_root"),f=d(e,"Map");b.exports=f},{"./_getNative":86,"./_root":122}],12:[function(a,b,c){function d(a){var b=-1,c=null==a?0:a.length;for(this.clear();++b<c;){var d=a[b];this.set(d[0],d[1])}}var e=a("./_mapCacheClear"),f=a("./_mapCacheDelete"),g=a("./_mapCacheGet"),h=a("./_mapCacheHas"),i=a("./_mapCacheSet");d.prototype.clear=e,d.prototype.delete=f,d.prototype.get=g,d.prototype.has=h,d.prototype.set=i,b.exports=d},{"./_mapCacheClear":108,"./_mapCacheDelete":109,"./_mapCacheGet":110,"./_mapCacheHas":111,"./_mapCacheSet":112}],13:[function(a,b,c){var d=a("./_getNative"),e=a("./_root"),f=d(e,"Promise");b.exports=f},{"./_getNative":86,"./_root":122}],14:[function(a,b,c){var d=a("./_getNative"),e=a("./_root"),f=d(e,"Set");b.exports=f},{"./_getNative":86,"./_root":122}],15:[function(a,b,c){function d(a){var b=-1,c=null==a?0:a.length;for(this.__data__=new e;++b<c;)this.add(a[b])}var e=a("./_MapCache"),f=a("./_setCacheAdd"),g=a("./_setCacheHas");d.prototype.add=d.prototype.push=f,d.prototype.has=g,b.exports=d},{"./_MapCache":12,"./_setCacheAdd":123,"./_setCacheHas":124}],16:[function(a,b,c){function d(a){var b=this.__data__=new e(a);this.size=b.size}var e=a("./_ListCache"),f=a("./_stackClear"),g=a("./_stackDelete"),h=a("./_stackGet"),i=a("./_stackHas"),j=a("./_stackSet");d.prototype.clear=f,d.prototype.delete=g,d.prototype.get=h,d.prototype.has=i,d.prototype.set=j,b.exports=d},{"./_ListCache":10,"./_stackClear":128,"./_stackDelete":129,"./_stackGet":130,"./_stackHas":131,"./_stackSet":132}],17:[function(a,b,c){var d=a("./_root"),e=d.Symbol;b.exports=e},{"./_root":122}],18:[function(a,b,c){var d=a("./_root"),e=d.Uint8Array;b.exports=e},{"./_root":122}],19:[function(a,b,c){var d=a("./_getNative"),e=a("./_root"),f=d(e,"WeakMap");b.exports=f},{"./_getNative":86,"./_root":122}],20:[function(a,b,c){function d(a,b,c){switch(c.length){case 0:return a.call(b);case 1:return a.call(b,c[0]);case 2:return a.call(b,c[0],c[1]);case 3:return a.call(b,c[0],c[1],c[2])}return a.apply(b,c)}b.exports=d},{}],21:[function(a,b,c){function d(a,b){for(var c=-1,d=null==a?0:a.length;++c<d&&b(a[c],c,a)!==!1;);return a}b.exports=d},{}],22:[function(a,b,c){function d(a,b){for(var c=-1,d=null==a?0:a.length,e=0,f=[];++c<d;){var g=a[c];b(g,c,a)&&(f[e++]=g)}return f}b.exports=d},{}],23:[function(a,b,c){function d(a,b){var c=null==a?0:a.length;return!!c&&e(a,b,0)>-1}var e=a("./_baseIndexOf");b.exports=d},{"./_baseIndexOf":42}],24:[function(a,b,c){function d(a,b,c){for(var d=-1,e=null==a?0:a.length;++d<e;)if(c(b,a[d]))return!0;return!1}b.exports=d},{}],25:[function(a,b,c){function d(a,b){var c=g(a),d=!c&&f(a),k=!c&&!d&&h(a),m=!c&&!d&&!k&&j(a),n=c||d||k||m,o=n?e(a.length,String):[],p=o.length;for(var q in a)!b&&!l.call(a,q)||n&&("length"==q||k&&("offset"==q||"parent"==q)||m&&("buffer"==q||"byteLength"==q||"byteOffset"==q)||i(q,p))||o.push(q);return o}var e=a("./_baseTimes"),f=a("./isArguments"),g=a("./isArray"),h=a("./isBuffer"),i=a("./_isIndex"),j=a("./isTypedArray"),k=Object.prototype,l=k.hasOwnProperty;b.exports=d},{"./_baseTimes":66,"./_isIndex":97,"./isArguments":152,"./isArray":153,"./isBuffer":156,"./isTypedArray":167}],26:[function(a,b,c){function d(a,b){for(var c=-1,d=null==a?0:a.length,e=Array(d);++c<d;)e[c]=b(a[c],c,a);return e}b.exports=d},{}],27:[function(a,b,c){function d(a,b){for(var c=-1,d=b.length,e=a.length;++c<d;)a[e+c]=b[c];return a}b.exports=d},{}],28:[function(a,b,c){function d(a,b){for(var c=-1,d=null==a?0:a.length;++c<d;)if(b(a[c],c,a))return!0;return!1}b.exports=d},{}],29:[function(a,b,c){function d(a,b,c){var d=a[b];h.call(a,b)&&f(d,c)&&(void 0!==c||b in a)||e(a,b,c)}var e=a("./_baseAssignValue"),f=a("./eq"),g=Object.prototype,h=g.hasOwnProperty;b.exports=d},{"./_baseAssignValue":31,"./eq":139}],30:[function(a,b,c){function d(a,b){for(var c=a.length;c--;)if(e(a[c][0],b))return c;return-1}var e=a("./eq");b.exports=d},{"./eq":139}],31:[function(a,b,c){function d(a,b,c){"__proto__"==b&&e?e(a,b,{configurable:!0,enumerable:!0,value:c,writable:!0}):a[b]=c}var e=a("./_defineProperty");b.exports=d},{"./_defineProperty":78}],32:[function(a,b,c){var d=a("./_baseForOwn"),e=a("./_createBaseEach"),f=e(d);b.exports=f},{"./_baseForOwn":37,"./_createBaseEach":75}],33:[function(a,b,c){function d(a,b){var c=[];return e(a,function(a,d,e){b(a,d,e)&&c.push(a)}),c}var e=a("./_baseEach");b.exports=d},{"./_baseEach":32}],34:[function(a,b,c){function d(a,b,c,d){for(var e=a.length,f=c+(d?1:-1);d?f--:++f<e;)if(b(a[f],f,a))return f;return-1}b.exports=d},{}],35:[function(a,b,c){function d(a,b,c,g,h){var i=-1,j=a.length;for(c||(c=f),h||(h=[]);++i<j;){var k=a[i];b>0&&c(k)?b>1?d(k,b-1,c,g,h):e(h,k):g||(h[h.length]=k)}return h}var e=a("./_arrayPush"),f=a("./_isFlattenable");b.exports=d},{"./_arrayPush":27,"./_isFlattenable":96}],36:[function(a,b,c){var d=a("./_createBaseFor"),e=d();b.exports=e},{"./_createBaseFor":76}],37:[function(a,b,c){function d(a,b){return a&&e(a,b,f)}var e=a("./_baseFor"),f=a("./keys");b.exports=d},{"./_baseFor":36,"./keys":169}],38:[function(a,b,c){function d(a,b){b=e(b,a);for(var c=0,d=b.length;null!=a&&c<d;)a=a[f(b[c++])];return c&&c==d?a:void 0}var e=a("./_castPath"),f=a("./_toKey");b.exports=d},{"./_castPath":73,"./_toKey":135}],39:[function(a,b,c){function d(a){return null==a?void 0===a?i:h:(a=Object(a),j&&j in a?f(a):g(a))}var e=a("./_Symbol"),f=a("./_getRawTag"),g=a("./_objectToString"),h="[object Null]",i="[object Undefined]",j=e?e.toStringTag:void 0;b.exports=d},{"./_Symbol":17,"./_getRawTag":87,"./_objectToString":119}],40:[function(a,b,c){function d(a,b){return null!=a&&f.call(a,b)}var e=Object.prototype,f=e.hasOwnProperty;b.exports=d},{}],41:[function(a,b,c){function d(a,b){return null!=a&&b in Object(a)}b.exports=d},{}],42:[function(a,b,c){function d(a,b,c){return b===b?g(a,b,c):e(a,f,c)}var e=a("./_baseFindIndex"),f=a("./_baseIsNaN"),g=a("./_strictIndexOf");b.exports=d},{"./_baseFindIndex":34,"./_baseIsNaN":48,"./_strictIndexOf":133}],43:[function(a,b,c){function d(a,b,c){for(var d=c?g:f,l=a[0].length,m=a.length,n=m,o=Array(m),p=1/0,q=[];n--;){var r=a[n];n&&b&&(r=h(r,i(b))),p=k(r.length,p),o[n]=!c&&(b||l>=120&&r.length>=120)?new e(n&&r):void 0}r=a[0];var s=-1,t=o[0];a:for(;++s<l&&q.length<p;){var u=r[s],v=b?b(u):u;if(u=c||0!==u?u:0,!(t?j(t,v):d(q,v,c))){for(n=m;--n;){var w=o[n];if(!(w?j(w,v):d(a[n],v,c)))continue a}t&&t.push(v),q.push(u)}}return q}var e=a("./_SetCache"),f=a("./_arrayIncludes"),g=a("./_arrayIncludesWith"),h=a("./_arrayMap"),i=a("./_baseUnary"),j=a("./_cacheHas"),k=Math.min;b.exports=d},{"./_SetCache":15,"./_arrayIncludes":23,"./_arrayIncludesWith":24,"./_arrayMap":26,"./_baseUnary":68,"./_cacheHas":70}],44:[function(a,b,c){function d(a){return f(a)&&e(a)==g}var e=a("./_baseGetTag"),f=a("./isObjectLike"),g="[object Arguments]";b.exports=d},{"./_baseGetTag":39,"./isObjectLike":164}],45:[function(a,b,c){function d(a,b,c,h,i){return a===b||(null==a||null==b||!f(a)&&!g(b)?a!==a&&b!==b:e(a,b,c,h,d,i))}var e=a("./_baseIsEqualDeep"),f=a("./isObject"),g=a("./isObjectLike");b.exports=d},{"./_baseIsEqualDeep":46,"./isObject":163,"./isObjectLike":164}],46:[function(a,b,c){function d(a,b,c,d,q,s){var t=j(a),u=j(b),v=o,w=o;t||(v=i(a),v=v==n?p:v),u||(w=i(b),w=w==n?p:w);var x=v==p,y=w==p,z=v==w;if(z&&k(a)){if(!k(b))return!1;t=!0,x=!1}if(z&&!x)return s||(s=new e),t||l(a)?f(a,b,c,d,q,s):g(a,b,v,c,d,q,s);if(!(c&m)){var A=x&&r.call(a,"__wrapped__"),B=y&&r.call(b,"__wrapped__");if(A||B){var C=A?a.value():a,D=B?b.value():b;return s||(s=new e),q(C,D,c,d,s)}}return!!z&&(s||(s=new e),h(a,b,c,d,q,s))}var e=a("./_Stack"),f=a("./_equalArrays"),g=a("./_equalByTag"),h=a("./_equalObjects"),i=a("./_getTag"),j=a("./isArray"),k=a("./isBuffer"),l=a("./isTypedArray"),m=1,n="[object Arguments]",o="[object Array]",p="[object Object]",q=Object.prototype,r=q.hasOwnProperty;b.exports=d},{"./_Stack":16,"./_equalArrays":79,"./_equalByTag":80,"./_equalObjects":81,"./_getTag":88,"./isArray":153,"./isBuffer":156,"./isTypedArray":167}],47:[function(a,b,c){function d(a,b,c,d){var i=c.length,j=i,k=!d;if(null==a)return!j;for(a=Object(a);i--;){var l=c[i];if(k&&l[2]?l[1]!==a[l[0]]:!(l[0]in a))return!1}for(;++i<j;){l=c[i];var m=l[0],n=a[m],o=l[1];if(k&&l[2]){if(void 0===n&&!(m in a))return!1}else{var p=new e;if(d)var q=d(n,o,m,a,b,p);if(!(void 0===q?f(o,n,g|h,d,p):q))return!1}}return!0}var e=a("./_Stack"),f=a("./_baseIsEqual"),g=1,h=2;b.exports=d},{"./_Stack":16,"./_baseIsEqual":45}],48:[function(a,b,c){function d(a){return a!==a}b.exports=d},{}],49:[function(a,b,c){function d(a){if(!g(a)||f(a))return!1;var b=e(a)?o:j;return b.test(h(a))}var e=a("./isFunction"),f=a("./_isMasked"),g=a("./isObject"),h=a("./_toSource"),i=/[\\^$.*+?()[\]{}|]/g,j=/^\[object .+?Constructor\]$/,k=Function.prototype,l=Object.prototype,m=k.toString,n=l.hasOwnProperty,o=RegExp("^"+m.call(n).replace(i,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");b.exports=d},{"./_isMasked":100,"./_toSource":136,"./isFunction":159,"./isObject":163}],50:[function(a,b,c){function d(a){return g(a)&&f(a.length)&&!!F[e(a)]}var e=a("./_baseGetTag"),f=a("./isLength"),g=a("./isObjectLike"),h="[object Arguments]",i="[object Array]",j="[object Boolean]",k="[object Date]",l="[object Error]",m="[object Function]",n="[object Map]",o="[object Number]",p="[object Object]",q="[object RegExp]",r="[object Set]",s="[object String]",t="[object WeakMap]",u="[object ArrayBuffer]",v="[object DataView]",w="[object Float32Array]",x="[object Float64Array]",y="[object Int8Array]",z="[object Int16Array]",A="[object Int32Array]",B="[object Uint8Array]",C="[object Uint8ClampedArray]",D="[object Uint16Array]",E="[object Uint32Array]",F={};F[w]=F[x]=F[y]=F[z]=F[A]=F[B]=F[C]=F[D]=F[E]=!0,F[h]=F[i]=F[u]=F[j]=F[v]=F[k]=F[l]=F[m]=F[n]=F[o]=F[p]=F[q]=F[r]=F[s]=F[t]=!1,b.exports=d},{"./_baseGetTag":39,"./isLength":160,"./isObjectLike":164}],51:[function(a,b,c){function d(a){return"function"==typeof a?a:null==a?g:"object"==typeof a?h(a)?f(a[0],a[1]):e(a):i(a)}var e=a("./_baseMatches"),f=a("./_baseMatchesProperty"),g=a("./identity"),h=a("./isArray"),i=a("./property");b.exports=d},{"./_baseMatches":54,"./_baseMatchesProperty":55,"./identity":149,"./isArray":153,"./property":174}],52:[function(a,b,c){function d(a){if(!e(a))return f(a);var b=[];for(var c in Object(a))h.call(a,c)&&"constructor"!=c&&b.push(c);return b}var e=a("./_isPrototype"),f=a("./_nativeKeys"),g=Object.prototype,h=g.hasOwnProperty;b.exports=d},{"./_isPrototype":101,"./_nativeKeys":117}],53:[function(a,b,c){function d(a,b){var c=-1,d=f(a)?Array(a.length):[];return e(a,function(a,e,f){d[++c]=b(a,e,f)}),d}var e=a("./_baseEach"),f=a("./isArrayLike");b.exports=d},{"./_baseEach":32,"./isArrayLike":154}],54:[function(a,b,c){function d(a){var b=f(a);return 1==b.length&&b[0][2]?g(b[0][0],b[0][1]):function(c){return c===a||e(c,a,b)}}var e=a("./_baseIsMatch"),f=a("./_getMatchData"),g=a("./_matchesStrictComparable");b.exports=d},{"./_baseIsMatch":47,"./_getMatchData":85,"./_matchesStrictComparable":114}],55:[function(a,b,c){function d(a,b){return h(a)&&i(b)?j(k(a),b):function(c){var d=f(c,a);return void 0===d&&d===b?g(c,a):e(b,d,l|m)}}var e=a("./_baseIsEqual"),f=a("./get"),g=a("./hasIn"),h=a("./_isKey"),i=a("./_isStrictComparable"),j=a("./_matchesStrictComparable"),k=a("./_toKey"),l=1,m=2;b.exports=d},{"./_baseIsEqual":45,"./_isKey":98,"./_isStrictComparable":102,"./_matchesStrictComparable":114,"./_toKey":135,"./get":146,"./hasIn":148}],56:[function(a,b,c){function d(a,b){return a=Object(a),e(a,b,function(b,c){return f(a,c)})}var e=a("./_basePickBy"),f=a("./hasIn");b.exports=d},{"./_basePickBy":57,"./hasIn":148}],57:[function(a,b,c){function d(a,b,c){for(var d=-1,h=b.length,i={};++d<h;){var j=b[d],k=e(a,j);c(k,j)&&f(i,g(j,a),k)}return i}var e=a("./_baseGet"),f=a("./_baseSet"),g=a("./_castPath");b.exports=d},{"./_baseGet":38,"./_baseSet":62,"./_castPath":73}],58:[function(a,b,c){function d(a){return function(b){return null==b?void 0:b[a]}}b.exports=d},{}],59:[function(a,b,c){function d(a){return function(b){return e(b,a)}}var e=a("./_baseGet");b.exports=d},{"./_baseGet":38}],60:[function(a,b,c){function d(a){return function(b){return null==a?void 0:a[b]}}b.exports=d},{}],61:[function(a,b,c){function d(a,b){return g(f(a,b,e),a+"")}var e=a("./identity"),f=a("./_overRest"),g=a("./_setToString");b.exports=d},{"./_overRest":121,"./_setToString":126,"./identity":149}],62:[function(a,b,c){function d(a,b,c,d){if(!h(a))return a;b=f(b,a);for(var j=-1,k=b.length,l=k-1,m=a;null!=m&&++j<k;){var n=i(b[j]),o=c;if(j!=l){var p=m[n];o=d?d(p,n,m):void 0,void 0===o&&(o=h(p)?p:g(b[j+1])?[]:{})}e(m,n,o),m=m[n]}return a}var e=a("./_assignValue"),f=a("./_castPath"),g=a("./_isIndex"),h=a("./isObject"),i=a("./_toKey");b.exports=d},{"./_assignValue":29,"./_castPath":73,"./_isIndex":97,"./_toKey":135,"./isObject":163}],63:[function(a,b,c){var d=a("./constant"),e=a("./_defineProperty"),f=a("./identity"),g=e?function(a,b){return e(a,"toString",{configurable:!0,enumerable:!1,value:d(b),writable:!0})}:f;b.exports=g},{"./_defineProperty":78,"./constant":138,"./identity":149}],64:[function(a,b,c){function d(a,b,c){var d=-1,e=a.length;b<0&&(b=-b>e?0:e+b),c=c>e?e:c,c<0&&(c+=e),e=b>c?0:c-b>>>0,b>>>=0;for(var f=Array(e);++d<e;)f[d]=a[d+b];return f}b.exports=d},{}],65:[function(a,b,c){function d(a,b){for(var c,d=-1,e=a.length;++d<e;){var f=b(a[d]);void 0!==f&&(c=void 0===c?f:c+f)}return c}b.exports=d},{}],66:[function(a,b,c){function d(a,b){for(var c=-1,d=Array(a);++c<a;)d[c]=b(c);return d}b.exports=d},{}],67:[function(a,b,c){function d(a){if("string"==typeof a)return a;if(g(a))return f(a,d)+"";if(h(a))return k?k.call(a):"";var b=a+"";return"0"==b&&1/a==-i?"-0":b}var e=a("./_Symbol"),f=a("./_arrayMap"),g=a("./isArray"),h=a("./isSymbol"),i=1/0,j=e?e.prototype:void 0,k=j?j.toString:void 0;b.exports=d},{"./_Symbol":17,"./_arrayMap":26,"./isArray":153,"./isSymbol":166}],68:[function(a,b,c){function d(a){return function(b){return a(b)}}b.exports=d},{}],69:[function(a,b,c){function d(a,b){return e(b,function(b){return a[b]})}var e=a("./_arrayMap");b.exports=d},{"./_arrayMap":26}],70:[function(a,b,c){function d(a,b){return a.has(b)}b.exports=d},{}],71:[function(a,b,c){function d(a){return e(a)?a:[]}var e=a("./isArrayLikeObject");b.exports=d},{"./isArrayLikeObject":155}],72:[function(a,b,c){function d(a){return"function"==typeof a?a:e}var e=a("./identity");b.exports=d},{"./identity":149}],73:[function(a,b,c){function d(a,b){return e(a)?a:f(a,b)?[a]:g(h(a))}var e=a("./isArray"),f=a("./_isKey"),g=a("./_stringToPath"),h=a("./toString");b.exports=d},{"./_isKey":98,"./_stringToPath":134,"./isArray":153,"./toString":181}],74:[function(a,b,c){var d=a("./_root"),e=d["__core-js_shared__"];b.exports=e},{"./_root":122}],75:[function(a,b,c){function d(a,b){return function(c,d){if(null==c)return c;if(!e(c))return a(c,d);for(var f=c.length,g=b?f:-1,h=Object(c);(b?g--:++g<f)&&d(h[g],g,h)!==!1;);return c}}var e=a("./isArrayLike");b.exports=d},{"./isArrayLike":154}],76:[function(a,b,c){function d(a){return function(b,c,d){for(var e=-1,f=Object(b),g=d(b),h=g.length;h--;){var i=g[a?h:++e];if(c(f[i],i,f)===!1)break}return b}}b.exports=d},{}],77:[function(a,b,c){function d(a){return function(b,c,d){var h=Object(b);if(!f(b)){var i=e(c,3);b=g(b),c=function(a){return i(h[a],a,h)}}var j=a(b,c,d);return j>-1?h[i?b[j]:j]:void 0}}var e=a("./_baseIteratee"),f=a("./isArrayLike"),g=a("./keys");b.exports=d},{"./_baseIteratee":51,"./isArrayLike":154,"./keys":169}],78:[function(a,b,c){var d=a("./_getNative"),e=function(){try{var a=d(Object,"defineProperty");return a({},"",{}),a}catch(a){}}();b.exports=e},{"./_getNative":86}],79:[function(a,b,c){function d(a,b,c,d,j,k){var l=c&h,m=a.length,n=b.length;if(m!=n&&!(l&&n>m))return!1;var o=k.get(a);if(o&&k.get(b))return o==b;var p=-1,q=!0,r=c&i?new e:void 0;for(k.set(a,b),k.set(b,a);++p<m;){var s=a[p],t=b[p];if(d)var u=l?d(t,s,p,b,a,k):d(s,t,p,a,b,k);
if(void 0!==u){if(u)continue;q=!1;break}if(r){if(!f(b,function(a,b){if(!g(r,b)&&(s===a||j(s,a,c,d,k)))return r.push(b)})){q=!1;break}}else if(s!==t&&!j(s,t,c,d,k)){q=!1;break}}return k.delete(a),k.delete(b),q}var e=a("./_SetCache"),f=a("./_arraySome"),g=a("./_cacheHas"),h=1,i=2;b.exports=d},{"./_SetCache":15,"./_arraySome":28,"./_cacheHas":70}],80:[function(a,b,c){function d(a,b,c,d,e,x,z){switch(c){case w:if(a.byteLength!=b.byteLength||a.byteOffset!=b.byteOffset)return!1;a=a.buffer,b=b.buffer;case v:return!(a.byteLength!=b.byteLength||!x(new f(a),new f(b)));case m:case n:case q:return g(+a,+b);case o:return a.name==b.name&&a.message==b.message;case r:case t:return a==b+"";case p:var A=i;case s:var B=d&k;if(A||(A=j),a.size!=b.size&&!B)return!1;var C=z.get(a);if(C)return C==b;d|=l,z.set(a,b);var D=h(A(a),A(b),d,e,x,z);return z.delete(a),D;case u:if(y)return y.call(a)==y.call(b)}return!1}var e=a("./_Symbol"),f=a("./_Uint8Array"),g=a("./eq"),h=a("./_equalArrays"),i=a("./_mapToArray"),j=a("./_setToArray"),k=1,l=2,m="[object Boolean]",n="[object Date]",o="[object Error]",p="[object Map]",q="[object Number]",r="[object RegExp]",s="[object Set]",t="[object String]",u="[object Symbol]",v="[object ArrayBuffer]",w="[object DataView]",x=e?e.prototype:void 0,y=x?x.valueOf:void 0;b.exports=d},{"./_Symbol":17,"./_Uint8Array":18,"./_equalArrays":79,"./_mapToArray":113,"./_setToArray":125,"./eq":139}],81:[function(a,b,c){function d(a,b,c,d,g,i){var j=c&f,k=e(a),l=k.length,m=e(b),n=m.length;if(l!=n&&!j)return!1;for(var o=l;o--;){var p=k[o];if(!(j?p in b:h.call(b,p)))return!1}var q=i.get(a);if(q&&i.get(b))return q==b;var r=!0;i.set(a,b),i.set(b,a);for(var s=j;++o<l;){p=k[o];var t=a[p],u=b[p];if(d)var v=j?d(u,t,p,b,a,i):d(t,u,p,a,b,i);if(!(void 0===v?t===u||g(t,u,c,d,i):v)){r=!1;break}s||(s="constructor"==p)}if(r&&!s){var w=a.constructor,x=b.constructor;w!=x&&"constructor"in a&&"constructor"in b&&!("function"==typeof w&&w instanceof w&&"function"==typeof x&&x instanceof x)&&(r=!1)}return i.delete(a),i.delete(b),r}var e=a("./keys"),f=1,g=Object.prototype,h=g.hasOwnProperty;b.exports=d},{"./keys":169}],82:[function(a,b,c){function d(a){return g(f(a,void 0,e),a+"")}var e=a("./flatten"),f=a("./_overRest"),g=a("./_setToString");b.exports=d},{"./_overRest":121,"./_setToString":126,"./flatten":144}],83:[function(a,b,c){(function(a){var c="object"==typeof a&&a&&a.Object===Object&&a;b.exports=c}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],84:[function(a,b,c){function d(a,b){var c=a.__data__;return e(b)?c["string"==typeof b?"string":"hash"]:c.map}var e=a("./_isKeyable");b.exports=d},{"./_isKeyable":99}],85:[function(a,b,c){function d(a){for(var b=f(a),c=b.length;c--;){var d=b[c],g=a[d];b[c]=[d,g,e(g)]}return b}var e=a("./_isStrictComparable"),f=a("./keys");b.exports=d},{"./_isStrictComparable":102,"./keys":169}],86:[function(a,b,c){function d(a,b){var c=f(a,b);return e(c)?c:void 0}var e=a("./_baseIsNative"),f=a("./_getValue");b.exports=d},{"./_baseIsNative":49,"./_getValue":89}],87:[function(a,b,c){function d(a){var b=g.call(a,i),c=a[i];try{a[i]=void 0;var d=!0}catch(a){}var e=h.call(a);return d&&(b?a[i]=c:delete a[i]),e}var e=a("./_Symbol"),f=Object.prototype,g=f.hasOwnProperty,h=f.toString,i=e?e.toStringTag:void 0;b.exports=d},{"./_Symbol":17}],88:[function(a,b,c){var d=a("./_DataView"),e=a("./_Map"),f=a("./_Promise"),g=a("./_Set"),h=a("./_WeakMap"),i=a("./_baseGetTag"),j=a("./_toSource"),k="[object Map]",l="[object Object]",m="[object Promise]",n="[object Set]",o="[object WeakMap]",p="[object DataView]",q=j(d),r=j(e),s=j(f),t=j(g),u=j(h),v=i;(d&&v(new d(new ArrayBuffer(1)))!=p||e&&v(new e)!=k||f&&v(f.resolve())!=m||g&&v(new g)!=n||h&&v(new h)!=o)&&(v=function(a){var b=i(a),c=b==l?a.constructor:void 0,d=c?j(c):"";if(d)switch(d){case q:return p;case r:return k;case s:return m;case t:return n;case u:return o}return b}),b.exports=v},{"./_DataView":8,"./_Map":11,"./_Promise":13,"./_Set":14,"./_WeakMap":19,"./_baseGetTag":39,"./_toSource":136}],89:[function(a,b,c){function d(a,b){return null==a?void 0:a[b]}b.exports=d},{}],90:[function(a,b,c){function d(a,b,c){b=e(b,a);for(var d=-1,k=b.length,l=!1;++d<k;){var m=j(b[d]);if(!(l=null!=a&&c(a,m)))break;a=a[m]}return l||++d!=k?l:(k=null==a?0:a.length,!!k&&i(k)&&h(m,k)&&(g(a)||f(a)))}var e=a("./_castPath"),f=a("./isArguments"),g=a("./isArray"),h=a("./_isIndex"),i=a("./isLength"),j=a("./_toKey");b.exports=d},{"./_castPath":73,"./_isIndex":97,"./_toKey":135,"./isArguments":152,"./isArray":153,"./isLength":160}],91:[function(a,b,c){function d(){this.__data__=e?e(null):{},this.size=0}var e=a("./_nativeCreate");b.exports=d},{"./_nativeCreate":116}],92:[function(a,b,c){function d(a){var b=this.has(a)&&delete this.__data__[a];return this.size-=b?1:0,b}b.exports=d},{}],93:[function(a,b,c){function d(a){var b=this.__data__;if(e){var c=b[a];return c===f?void 0:c}return h.call(b,a)?b[a]:void 0}var e=a("./_nativeCreate"),f="__lodash_hash_undefined__",g=Object.prototype,h=g.hasOwnProperty;b.exports=d},{"./_nativeCreate":116}],94:[function(a,b,c){function d(a){var b=this.__data__;return e?void 0!==b[a]:g.call(b,a)}var e=a("./_nativeCreate"),f=Object.prototype,g=f.hasOwnProperty;b.exports=d},{"./_nativeCreate":116}],95:[function(a,b,c){function d(a,b){var c=this.__data__;return this.size+=this.has(a)?0:1,c[a]=e&&void 0===b?f:b,this}var e=a("./_nativeCreate"),f="__lodash_hash_undefined__";b.exports=d},{"./_nativeCreate":116}],96:[function(a,b,c){function d(a){return g(a)||f(a)||!!(h&&a&&a[h])}var e=a("./_Symbol"),f=a("./isArguments"),g=a("./isArray"),h=e?e.isConcatSpreadable:void 0;b.exports=d},{"./_Symbol":17,"./isArguments":152,"./isArray":153}],97:[function(a,b,c){function d(a,b){return b=null==b?e:b,!!b&&("number"==typeof a||f.test(a))&&a>-1&&a%1==0&&a<b}var e=9007199254740991,f=/^(?:0|[1-9]\d*)$/;b.exports=d},{}],98:[function(a,b,c){function d(a,b){if(e(a))return!1;var c=typeof a;return!("number"!=c&&"symbol"!=c&&"boolean"!=c&&null!=a&&!f(a))||(h.test(a)||!g.test(a)||null!=b&&a in Object(b))}var e=a("./isArray"),f=a("./isSymbol"),g=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,h=/^\w*$/;b.exports=d},{"./isArray":153,"./isSymbol":166}],99:[function(a,b,c){function d(a){var b=typeof a;return"string"==b||"number"==b||"symbol"==b||"boolean"==b?"__proto__"!==a:null===a}b.exports=d},{}],100:[function(a,b,c){function d(a){return!!f&&f in a}var e=a("./_coreJsData"),f=function(){var a=/[^.]+$/.exec(e&&e.keys&&e.keys.IE_PROTO||"");return a?"Symbol(src)_1."+a:""}();b.exports=d},{"./_coreJsData":74}],101:[function(a,b,c){function d(a){var b=a&&a.constructor,c="function"==typeof b&&b.prototype||e;return a===c}var e=Object.prototype;b.exports=d},{}],102:[function(a,b,c){function d(a){return a===a&&!e(a)}var e=a("./isObject");b.exports=d},{"./isObject":163}],103:[function(a,b,c){function d(){this.__data__=[],this.size=0}b.exports=d},{}],104:[function(a,b,c){function d(a){var b=this.__data__,c=e(b,a);if(c<0)return!1;var d=b.length-1;return c==d?b.pop():g.call(b,c,1),--this.size,!0}var e=a("./_assocIndexOf"),f=Array.prototype,g=f.splice;b.exports=d},{"./_assocIndexOf":30}],105:[function(a,b,c){function d(a){var b=this.__data__,c=e(b,a);return c<0?void 0:b[c][1]}var e=a("./_assocIndexOf");b.exports=d},{"./_assocIndexOf":30}],106:[function(a,b,c){function d(a){return e(this.__data__,a)>-1}var e=a("./_assocIndexOf");b.exports=d},{"./_assocIndexOf":30}],107:[function(a,b,c){function d(a,b){var c=this.__data__,d=e(c,a);return d<0?(++this.size,c.push([a,b])):c[d][1]=b,this}var e=a("./_assocIndexOf");b.exports=d},{"./_assocIndexOf":30}],108:[function(a,b,c){function d(){this.size=0,this.__data__={hash:new e,map:new(g||f),string:new e}}var e=a("./_Hash"),f=a("./_ListCache"),g=a("./_Map");b.exports=d},{"./_Hash":9,"./_ListCache":10,"./_Map":11}],109:[function(a,b,c){function d(a){var b=e(this,a).delete(a);return this.size-=b?1:0,b}var e=a("./_getMapData");b.exports=d},{"./_getMapData":84}],110:[function(a,b,c){function d(a){return e(this,a).get(a)}var e=a("./_getMapData");b.exports=d},{"./_getMapData":84}],111:[function(a,b,c){function d(a){return e(this,a).has(a)}var e=a("./_getMapData");b.exports=d},{"./_getMapData":84}],112:[function(a,b,c){function d(a,b){var c=e(this,a),d=c.size;return c.set(a,b),this.size+=c.size==d?0:1,this}var e=a("./_getMapData");b.exports=d},{"./_getMapData":84}],113:[function(a,b,c){function d(a){var b=-1,c=Array(a.size);return a.forEach(function(a,d){c[++b]=[d,a]}),c}b.exports=d},{}],114:[function(a,b,c){function d(a,b){return function(c){return null!=c&&(c[a]===b&&(void 0!==b||a in Object(c)))}}b.exports=d},{}],115:[function(a,b,c){function d(a){var b=e(a,function(a){return c.size===f&&c.clear(),a}),c=b.cache;return b}var e=a("./memoize"),f=500;b.exports=d},{"./memoize":171}],116:[function(a,b,c){var d=a("./_getNative"),e=d(Object,"create");b.exports=e},{"./_getNative":86}],117:[function(a,b,c){var d=a("./_overArg"),e=d(Object.keys,Object);b.exports=e},{"./_overArg":120}],118:[function(a,b,c){var d=a("./_freeGlobal"),e="object"==typeof c&&c&&!c.nodeType&&c,f=e&&"object"==typeof b&&b&&!b.nodeType&&b,g=f&&f.exports===e,h=g&&d.process,i=function(){try{return h&&h.binding&&h.binding("util")}catch(a){}}();b.exports=i},{"./_freeGlobal":83}],119:[function(a,b,c){function d(a){return f.call(a)}var e=Object.prototype,f=e.toString;b.exports=d},{}],120:[function(a,b,c){function d(a,b){return function(c){return a(b(c))}}b.exports=d},{}],121:[function(a,b,c){function d(a,b,c){return b=f(void 0===b?a.length-1:b,0),function(){for(var d=arguments,g=-1,h=f(d.length-b,0),i=Array(h);++g<h;)i[g]=d[b+g];g=-1;for(var j=Array(b+1);++g<b;)j[g]=d[g];return j[b]=c(i),e(a,this,j)}}var e=a("./_apply"),f=Math.max;b.exports=d},{"./_apply":20}],122:[function(a,b,c){var d=a("./_freeGlobal"),e="object"==typeof self&&self&&self.Object===Object&&self,f=d||e||Function("return this")();b.exports=f},{"./_freeGlobal":83}],123:[function(a,b,c){function d(a){return this.__data__.set(a,e),this}var e="__lodash_hash_undefined__";b.exports=d},{}],124:[function(a,b,c){function d(a){return this.__data__.has(a)}b.exports=d},{}],125:[function(a,b,c){function d(a){var b=-1,c=Array(a.size);return a.forEach(function(a){c[++b]=a}),c}b.exports=d},{}],126:[function(a,b,c){var d=a("./_baseSetToString"),e=a("./_shortOut"),f=e(d);b.exports=f},{"./_baseSetToString":63,"./_shortOut":127}],127:[function(a,b,c){function d(a){var b=0,c=0;return function(){var d=g(),h=f-(d-c);if(c=d,h>0){if(++b>=e)return arguments[0]}else b=0;return a.apply(void 0,arguments)}}var e=800,f=16,g=Date.now;b.exports=d},{}],128:[function(a,b,c){function d(){this.__data__=new e,this.size=0}var e=a("./_ListCache");b.exports=d},{"./_ListCache":10}],129:[function(a,b,c){function d(a){var b=this.__data__,c=b.delete(a);return this.size=b.size,c}b.exports=d},{}],130:[function(a,b,c){function d(a){return this.__data__.get(a)}b.exports=d},{}],131:[function(a,b,c){function d(a){return this.__data__.has(a)}b.exports=d},{}],132:[function(a,b,c){function d(a,b){var c=this.__data__;if(c instanceof e){var d=c.__data__;if(!f||d.length<h-1)return d.push([a,b]),this.size=++c.size,this;c=this.__data__=new g(d)}return c.set(a,b),this.size=c.size,this}var e=a("./_ListCache"),f=a("./_Map"),g=a("./_MapCache"),h=200;b.exports=d},{"./_ListCache":10,"./_Map":11,"./_MapCache":12}],133:[function(a,b,c){function d(a,b,c){for(var d=c-1,e=a.length;++d<e;)if(a[d]===b)return d;return-1}b.exports=d},{}],134:[function(a,b,c){var d=a("./_memoizeCapped"),e=/^\./,f=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,g=/\\(\\)?/g,h=d(function(a){var b=[];return e.test(a)&&b.push(""),a.replace(f,function(a,c,d,e){b.push(d?e.replace(g,"$1"):c||a)}),b});b.exports=h},{"./_memoizeCapped":115}],135:[function(a,b,c){function d(a){if("string"==typeof a||e(a))return a;var b=a+"";return"0"==b&&1/a==-f?"-0":b}var e=a("./isSymbol"),f=1/0;b.exports=d},{"./isSymbol":166}],136:[function(a,b,c){function d(a){if(null!=a){try{return f.call(a)}catch(a){}try{return a+""}catch(a){}}return""}var e=Function.prototype,f=e.toString;b.exports=d},{}],137:[function(a,b,c){var d=a("./_basePropertyOf"),e={"&amp;":"&","&lt;":"<","&gt;":">","&quot;":'"',"&#39;":"'"},f=d(e);b.exports=f},{"./_basePropertyOf":60}],138:[function(a,b,c){function d(a){return function(){return a}}b.exports=d},{}],139:[function(a,b,c){function d(a,b){return a===b||a!==a&&b!==b}b.exports=d},{}],140:[function(a,b,c){function d(a,b){var c=h(a)?e:f;return c(a,g(b,3))}var e=a("./_arrayFilter"),f=a("./_baseFilter"),g=a("./_baseIteratee"),h=a("./isArray");b.exports=d},{"./_arrayFilter":22,"./_baseFilter":33,"./_baseIteratee":51,"./isArray":153}],141:[function(a,b,c){var d=a("./_createFind"),e=a("./findIndex"),f=d(e);b.exports=f},{"./_createFind":77,"./findIndex":142}],142:[function(a,b,c){function d(a,b,c){var d=null==a?0:a.length;if(!d)return-1;var i=null==c?0:g(c);return i<0&&(i=h(d+i,0)),e(a,f(b,3),i)}var e=a("./_baseFindIndex"),f=a("./_baseIteratee"),g=a("./toInteger"),h=Math.max;b.exports=d},{"./_baseFindIndex":34,"./_baseIteratee":51,"./toInteger":179}],143:[function(a,b,c){function d(a,b){return e(f(a,b),1)}var e=a("./_baseFlatten"),f=a("./map");b.exports=d},{"./_baseFlatten":35,"./map":170}],144:[function(a,b,c){function d(a){var b=null==a?0:a.length;return b?e(a,1):[]}var e=a("./_baseFlatten");b.exports=d},{"./_baseFlatten":35}],145:[function(a,b,c){function d(a,b){var c=h(a)?e:f;return c(a,g(b))}var e=a("./_arrayEach"),f=a("./_baseEach"),g=a("./_castFunction"),h=a("./isArray");b.exports=d},{"./_arrayEach":21,"./_baseEach":32,"./_castFunction":72,"./isArray":153}],146:[function(a,b,c){function d(a,b,c){var d=null==a?void 0:e(a,b);return void 0===d?c:d}var e=a("./_baseGet");b.exports=d},{"./_baseGet":38}],147:[function(a,b,c){function d(a,b){return null!=a&&f(a,b,e)}var e=a("./_baseHas"),f=a("./_hasPath");b.exports=d},{"./_baseHas":40,"./_hasPath":90}],148:[function(a,b,c){function d(a,b){return null!=a&&f(a,b,e)}var e=a("./_baseHasIn"),f=a("./_hasPath");b.exports=d},{"./_baseHasIn":41,"./_hasPath":90}],149:[function(a,b,c){function d(a){return a}b.exports=d},{}],150:[function(a,b,c){function d(a,b,c,d){a=f(a)?a:i(a),c=c&&!d?h(c):0;var k=a.length;return c<0&&(c=j(k+c,0)),g(a)?c<=k&&a.indexOf(b,c)>-1:!!k&&e(a,b,c)>-1}var e=a("./_baseIndexOf"),f=a("./isArrayLike"),g=a("./isString"),h=a("./toInteger"),i=a("./values"),j=Math.max;b.exports=d},{"./_baseIndexOf":42,"./isArrayLike":154,"./isString":165,"./toInteger":179,"./values":183}],151:[function(a,b,c){var d=a("./_arrayMap"),e=a("./_baseIntersection"),f=a("./_baseRest"),g=a("./_castArrayLikeObject"),h=f(function(a){var b=d(a,g);return b.length&&b[0]===a[0]?e(b):[]});b.exports=h},{"./_arrayMap":26,"./_baseIntersection":43,"./_baseRest":61,"./_castArrayLikeObject":71}],152:[function(a,b,c){var d=a("./_baseIsArguments"),e=a("./isObjectLike"),f=Object.prototype,g=f.hasOwnProperty,h=f.propertyIsEnumerable,i=d(function(){return arguments}())?d:function(a){return e(a)&&g.call(a,"callee")&&!h.call(a,"callee")};b.exports=i},{"./_baseIsArguments":44,"./isObjectLike":164}],153:[function(a,b,c){var d=Array.isArray;b.exports=d},{}],154:[function(a,b,c){function d(a){return null!=a&&f(a.length)&&!e(a)}var e=a("./isFunction"),f=a("./isLength");b.exports=d},{"./isFunction":159,"./isLength":160}],155:[function(a,b,c){function d(a){return f(a)&&e(a)}var e=a("./isArrayLike"),f=a("./isObjectLike");b.exports=d},{"./isArrayLike":154,"./isObjectLike":164}],156:[function(a,b,c){var d=a("./_root"),e=a("./stubFalse"),f="object"==typeof c&&c&&!c.nodeType&&c,g=f&&"object"==typeof b&&b&&!b.nodeType&&b,h=g&&g.exports===f,i=h?d.Buffer:void 0,j=i?i.isBuffer:void 0,k=j||e;b.exports=k},{"./_root":122,"./stubFalse":175}],157:[function(a,b,c){function d(a){if(null==a)return!0;if(i(a)&&(h(a)||"string"==typeof a||"function"==typeof a.splice||j(a)||l(a)||g(a)))return!a.length;var b=f(a);if(b==m||b==n)return!a.size;if(k(a))return!e(a).length;for(var c in a)if(p.call(a,c))return!1;return!0}var e=a("./_baseKeys"),f=a("./_getTag"),g=a("./isArguments"),h=a("./isArray"),i=a("./isArrayLike"),j=a("./isBuffer"),k=a("./_isPrototype"),l=a("./isTypedArray"),m="[object Map]",n="[object Set]",o=Object.prototype,p=o.hasOwnProperty;b.exports=d},{"./_baseKeys":52,"./_getTag":88,"./_isPrototype":101,"./isArguments":152,"./isArray":153,"./isArrayLike":154,"./isBuffer":156,"./isTypedArray":167}],158:[function(a,b,c){function d(a,b){return e(a,b)}var e=a("./_baseIsEqual");b.exports=d},{"./_baseIsEqual":45}],159:[function(a,b,c){function d(a){if(!f(a))return!1;var b=e(a);return b==h||b==i||b==g||b==j}var e=a("./_baseGetTag"),f=a("./isObject"),g="[object AsyncFunction]",h="[object Function]",i="[object GeneratorFunction]",j="[object Proxy]";b.exports=d},{"./_baseGetTag":39,"./isObject":163}],160:[function(a,b,c){function d(a){return"number"==typeof a&&a>-1&&a%1==0&&a<=e}var e=9007199254740991;b.exports=d},{}],161:[function(a,b,c){function d(a){return e(a)&&a!=+a}var e=a("./isNumber");b.exports=d},{"./isNumber":162}],162:[function(a,b,c){function d(a){return"number"==typeof a||f(a)&&e(a)==g}var e=a("./_baseGetTag"),f=a("./isObjectLike"),g="[object Number]";b.exports=d},{"./_baseGetTag":39,"./isObjectLike":164}],163:[function(a,b,c){function d(a){var b=typeof a;return null!=a&&("object"==b||"function"==b)}b.exports=d},{}],164:[function(a,b,c){function d(a){return null!=a&&"object"==typeof a}b.exports=d},{}],165:[function(a,b,c){function d(a){return"string"==typeof a||!f(a)&&g(a)&&e(a)==h}var e=a("./_baseGetTag"),f=a("./isArray"),g=a("./isObjectLike"),h="[object String]";b.exports=d},{"./_baseGetTag":39,"./isArray":153,"./isObjectLike":164}],166:[function(a,b,c){function d(a){return"symbol"==typeof a||f(a)&&e(a)==g}var e=a("./_baseGetTag"),f=a("./isObjectLike"),g="[object Symbol]";b.exports=d},{"./_baseGetTag":39,"./isObjectLike":164}],167:[function(a,b,c){var d=a("./_baseIsTypedArray"),e=a("./_baseUnary"),f=a("./_nodeUtil"),g=f&&f.isTypedArray,h=g?e(g):d;b.exports=h},{"./_baseIsTypedArray":50,"./_baseUnary":68,"./_nodeUtil":118}],168:[function(a,b,c){function d(a){return void 0===a}b.exports=d},{}],169:[function(a,b,c){function d(a){return g(a)?e(a):f(a)}var e=a("./_arrayLikeKeys"),f=a("./_baseKeys"),g=a("./isArrayLike");b.exports=d},{"./_arrayLikeKeys":25,"./_baseKeys":52,"./isArrayLike":154}],170:[function(a,b,c){function d(a,b){var c=h(a)?e:g;return c(a,f(b,3))}var e=a("./_arrayMap"),f=a("./_baseIteratee"),g=a("./_baseMap"),h=a("./isArray");b.exports=d},{"./_arrayMap":26,"./_baseIteratee":51,"./_baseMap":53,"./isArray":153}],171:[function(a,b,c){function d(a,b){if("function"!=typeof a||null!=b&&"function"!=typeof b)throw new TypeError(f);var c=function(){var d=arguments,e=b?b.apply(this,d):d[0],f=c.cache;if(f.has(e))return f.get(e);var g=a.apply(this,d);return c.cache=f.set(e,g)||f,g};return c.cache=new(d.Cache||e),c}var e=a("./_MapCache"),f="Expected a function";d.Cache=e,b.exports=d},{"./_MapCache":12}],172:[function(a,b,c){function d(a){if("function"!=typeof a)throw new TypeError(e);return function(){var b=arguments;switch(b.length){case 0:return!a.call(this);case 1:return!a.call(this,b[0]);case 2:return!a.call(this,b[0],b[1]);case 3:return!a.call(this,b[0],b[1],b[2])}return!a.apply(this,b)}}var e="Expected a function";b.exports=d},{}],173:[function(a,b,c){var d=a("./_basePick"),e=a("./_flatRest"),f=e(function(a,b){return null==a?{}:d(a,b)});b.exports=f},{"./_basePick":56,"./_flatRest":82}],174:[function(a,b,c){function d(a){return g(a)?e(h(a)):f(a)}var e=a("./_baseProperty"),f=a("./_basePropertyDeep"),g=a("./_isKey"),h=a("./_toKey");b.exports=d},{"./_baseProperty":58,"./_basePropertyDeep":59,"./_isKey":98,"./_toKey":135}],175:[function(a,b,c){function d(){return!1}b.exports=d},{}],176:[function(a,b,c){function d(a){return a&&a.length?e(a,f):0}var e=a("./_baseSum"),f=a("./identity");b.exports=d},{"./_baseSum":65,"./identity":149}],177:[function(a,b,c){function d(a,b,c){return a&&a.length?(b=c||void 0===b?1:f(b),e(a,0,b<0?0:b)):[]}var e=a("./_baseSlice"),f=a("./toInteger");b.exports=d},{"./_baseSlice":64,"./toInteger":179}],178:[function(a,b,c){function d(a){if(!a)return 0===a?a:0;if(a=e(a),a===f||a===-f){var b=a<0?-1:1;return b*g}return a===a?a:0}var e=a("./toNumber"),f=1/0,g=1.7976931348623157e308;b.exports=d},{"./toNumber":180}],179:[function(a,b,c){function d(a){var b=e(a),c=b%1;return b===b?c?b-c:b:0}var e=a("./toFinite");b.exports=d},{"./toFinite":178}],180:[function(a,b,c){function d(a){if("number"==typeof a)return a;if(f(a))return g;if(e(a)){var b="function"==typeof a.valueOf?a.valueOf():a;a=e(b)?b+"":b}if("string"!=typeof a)return 0===a?a:+a;a=a.replace(h,"");var c=j.test(a);return c||k.test(a)?l(a.slice(2),c?2:8):i.test(a)?g:+a}var e=a("./isObject"),f=a("./isSymbol"),g=NaN,h=/^\s+|\s+$/g,i=/^[-+]0x[0-9a-f]+$/i,j=/^0b[01]+$/i,k=/^0o[0-7]+$/i,l=parseInt;b.exports=d},{"./isObject":163,"./isSymbol":166}],181:[function(a,b,c){function d(a){return null==a?"":e(a)}var e=a("./_baseToString");b.exports=d},{"./_baseToString":67}],182:[function(a,b,c){function d(a){return a=e(a),a&&h.test(a)?a.replace(g,f):a}var e=a("./toString"),f=a("./_unescapeHtmlChar"),g=/&(?:amp|lt|gt|quot|#39);/g,h=RegExp(g.source);b.exports=d},{"./_unescapeHtmlChar":137,"./toString":181}],183:[function(a,b,c){function d(a){return null==a?[]:e(a,f(a))}var e=a("./_baseValues"),f=a("./keys");b.exports=d},{"./_baseValues":69,"./keys":169}],184:[function(a,b,c){var d=function(a,b){var c;for(c=0;c<a.length;c++)if(a[c].regex.test(b))return a[c]},e=function(a,b){var c,e,f;for(c=0;c<b.length;c++)if(e=d(a,b.substring(0,c+1)))f=e;else if(f)return{max_index:c,rule:f};return f?{max_index:b.length,rule:f}:void 0};b.exports=function(a){var b="",c=[],f=1,g=1,h=function(b,c){a({type:c,src:b,line:f,col:g});var d=b.split("\n");f+=d.length-1,g=(d.length>1?1:g)+d[d.length-1].length};return{addRule:function(a,b){c.push({regex:a,type:b})},onText:function(a){for(var d=b+a,f=e(c,d);f&&f.max_index!==d.length;)h(d.substring(0,f.max_index),f.rule.type),d=d.substring(f.max_index),f=e(c,d);b=d},end:function(){if(0!==b.length){var a=d(c,b);if(!a){var e=new Error("unable to tokenize");throw e.tokenizer2={buffer:b,line:f,col:g},e}h(b,a.type)}}}}},{}],185:[function(a,b,c){var d=a("../helpers/getLanguage.js"),e=a("lodash/isUndefined"),f=a("./syllables/de.json"),g=a("./syllables/en.json"),h=a("./syllables/nl.json");b.exports=function(a){switch(e(a)&&(a="en_US"),d(a)){case"de":return f;case"nl":return h;case"en":default:return g}}},{"../helpers/getLanguage.js":189,"./syllables/de.json":186,"./syllables/en.json":187,"./syllables/nl.json":188,"lodash/isUndefined":168}],186:[function(a,b,c){b.exports={vowels:"aeiouyäöüáéâàèîêâûôœ",deviations:{vowels:[{fragments:["ouil","deaux","deau$","oard","äthiop","euil","veau","eau$","ueue","lienisch","ance$","ence$","time$","once$","ziat","guette","ête","ôte$","[hp]omme$","[qdscn]ue$","aire$","ture$","êpe$","[^q]ui$","tiche$","vice$","oile$","zial","cruis","leas","coa[ct]","[^i]deal","[fw]eat","[lsx]ed$"],countModifier:-1},{fragments:["aau","a[äöüo]","äue","äeu","aei","aue","aeu","ael","ai[aeo]","saik","aismus","ä[aeoi]","auä","éa","e[äaoö]","ei[eo]","ee[aeiou]","eu[aäe]","eum$","eü","o[aäöü]","poet","oo[eo]","oie","oei[^l]","oeu[^f]","öa","[fgrz]ieu","mieun","tieur","ieum","i[aiuü]","[^l]iä","[^s]chien","io[bcdfhjkmpqtuvwx]","[bdhmprv]ion","[lr]ior","[^g]io[gs]","[dr]ioz","elioz","zioni","bio[lnorz]","iö[^s]","ie[ei]","rier$","öi[eg]","[^r]öisch","[^gqv]u[aeéioöuü]","quie$","quie[^s]","uäu","^us-","^it-","üe","naiv","aisch$","aische$","aische[nrs]$","[lst]ien","dien$","gois","[^g]rient","[aeiou]y[aeiou]","byi","yä","[a-z]y[ao]","yau","koor","scient","eriel","[dg]oing"],countModifier:1},{fragments:["eauü","ioi","ioo","ioa","iii","oai","eueu"],countModifier:1}],words:{full:[{word:"beach",syllables:1},{word:"beat",syllables:1},{word:"beau",syllables:1},{word:"beaune",syllables:1},{word:"belle",syllables:1},{word:"bouche",syllables:1},{word:"brake",syllables:1},{word:"cache",syllables:1},{word:"cache",syllables:1},{word:"chaiselongue",syllables:2},{word:"choke",syllables:1},{word:"cordiale",syllables:3},{word:"core",syllables:1},{word:"dope",syllables:1},{word:"eat",syllables:1},{word:"eye",syllables:1},{word:"fake",syllables:1},{word:"fame",syllables:1},{word:"fatigue",syllables:2},{word:"femme",syllables:1},{word:"force",syllables:1},{word:"game",syllables:1},{word:"games",syllables:1},{word:"gate",syllables:1},{word:"grande",syllables:1},{word:"ice",syllables:1},{word:"ion",syllables:2},{word:"joke",syllables:1},{word:"jupe",syllables:1},{word:"maisch",syllables:1},{word:"maische",syllables:2},{word:"move",syllables:1},{word:"native",syllables:2},{word:"nice",syllables:1},{word:"one",syllables:1},{word:"pipe",syllables:1},{word:"prime",syllables:1},{word:"rate",syllables:1},{word:"rhythm",syllables:2},{word:"ride",syllables:1},{word:"rides",syllables:1},{word:"rien",syllables:2},{word:"save",syllables:1},{word:"science",syllables:2},{word:"siècle",syllables:1},{word:"site",syllables:1},{word:"suite",syllables:1},{word:"take",syllables:1},{word:"taupe",syllables:1},{word:"universe",syllables:3},{word:"vogue",syllables:1},{word:"wave",syllables:1},{word:"zion",syllables:2}],fragments:{global:[{word:"abreaktion",syllables:4},{word:"adware",syllables:2},{word:"affaire",syllables:3},{word:"aiguière",syllables:2},{word:"anisette",syllables:3},{word:"appeal",syllables:2},{word:"backstage",syllables:2},{word:"bankrate",syllables:2},{word:"baseball",syllables:2},{word:"basejump",syllables:2},{word:"beachcomber",syllables:3},{word:"beachvolleyball",syllables:4},{word:"beagle",syllables:2},{word:"beamer",syllables:2},{word:"beamer",syllables:2},{word:"béarnaise",syllables:3},{word:"beaufort",syllables:2},{word:"beaujolais",syllables:3},{word:"beauté",syllables:2},{word:"beauty",syllables:2},{word:"belgier",syllables:3},{word:"bestien",syllables:2},{word:"biskuit",syllables:2},{word:"bleach",syllables:1},{word:"blue",syllables:1},{word:"board",syllables:1},{word:"boat",syllables:1},{word:"bodysuit",syllables:3},{word:"bordelaise",syllables:3},{word:"break",syllables:1},{word:"build",syllables:1},{word:"bureau",syllables:2},{word:"business",syllables:2},{word:"cabrio",syllables:3},{word:"cabriolet",syllables:4},{word:"cachesexe",syllables:2},{word:"camaieu",syllables:3},{word:"canyon",syllables:2},{word:"case",syllables:1},{word:"catsuit",syllables:2},{word:"centime",syllables:3},{word:"chaise",syllables:2},{word:"champion",syllables:2},{word:"championat",syllables:3},{word:"chapiteau",syllables:3},{word:"chateau",syllables:2},{word:"château",syllables:2},{word:"cheat",syllables:1},{word:"cheese",syllables:1},{word:"chihuahua",syllables:3},{word:"choice",syllables:1},{word:"circonflexe",syllables:3},{word:"clean",syllables:1},{word:"cloche",syllables:1},{word:"close",syllables:1},{word:"clothes",syllables:1},{word:"commerce",syllables:2},{word:"crime",syllables:1},{word:"crossrate",syllables:2},{word:"cuisine",syllables:2},{word:"culotte",syllables:2},{word:"death",syllables:1},{word:"defense",syllables:2},{word:"détente",syllables:2},{word:"dread",syllables:1},{word:"dream",syllables:1},{word:"dresscode",syllables:2},{word:"dungeon",syllables:2},{word:"easy",syllables:2},{word:"engagement",syllables:3},{word:"entente",syllables:2},{word:"eye-catcher",syllables:3},{word:"eyecatcher",syllables:3},{word:"eyeliner",syllables:3},{word:"eyeword",syllables:2},{word:"fashion",syllables:2},{word:"feature",syllables:2},{word:"ferien",syllables:3},{word:"fineliner",syllables:3},{word:"fisheye",syllables:2},{word:"flake",syllables:1},{word:"flambeau",syllables:2},{word:"flatrate",syllables:2},{word:"fleece",syllables:1},{word:"fraîche",syllables:1},{word:"freak",syllables:1},{word:"frites",syllables:1},{word:"future",syllables:2},{word:"gaelic",syllables:2},{word:"game-show",syllables:2},{word:"gameboy",syllables:2},{word:"gamepad",syllables:2},{word:"gameplay",syllables:2},{word:"gameport",syllables:2},{word:"gameshow",syllables:2},{word:"garigue",syllables:2},{word:"garrigue",syllables:2},{word:"gatefold",syllables:2},{word:"gateway",syllables:2},{word:"geflashed",syllables:2},{word:"georgier",syllables:4},{word:"goal",syllables:1},{word:"grapefruit",syllables:2},{word:"great",syllables:1},{word:"groupware",syllables:2},{word:"gueule",syllables:1},{word:"guide",syllables:1},{word:"guilloche",syllables:2},{word:"gynäzeen",syllables:4},{word:"gynözeen",syllables:4},{word:"haircare",syllables:2},{word:"hardcore",syllables:2},{word:"hardware",syllables:2},{word:"head",syllables:1},{word:"hearing",syllables:2},{word:"heart",syllables:1},{word:"heavy",syllables:2},{word:"hedge",syllables:1},{word:"heroin",syllables:3},{word:"inclusive",syllables:3},{word:"initiative",syllables:4},{word:"inside",syllables:2},{word:"jaguar",syllables:3},{word:"jalousette",syllables:3},{word:"jeans",syllables:1},{word:"jeunesse",syllables:2},{word:"juice",syllables:1},{word:"jukebox",syllables:2},{word:"jumpsuit",syllables:2},{word:"kanarien",syllables:4},{word:"kapriole",syllables:4},{word:"karosserielinie",syllables:6},{word:"konopeen",syllables:4},{word:"lacrosse",syllables:2},{word:"laplace",syllables:2},{word:"late-",syllables:1},{word:"lead",syllables:1},{word:"league",syllables:1},{word:"learn",syllables:1},{word:"légière",syllables:2},{word:"lizenziat",syllables:4},{word:"load",syllables:1},{word:"lotterielos",syllables:4},{word:"lounge",syllables:1},{word:"lyzeen",syllables:3},{word:"madame",syllables:2},{word:"mademoiselle",syllables:3},{word:"magier",syllables:3},{word:"make-up",syllables:2},{word:"malware",syllables:2},{word:"management",syllables:3},{word:"manteau",syllables:2},{word:"mausoleen",syllables:4},{word:"mauve",syllables:1},{word:"medien",syllables:3},{word:"mesdames",syllables:2},{word:"mesopotamien",syllables:6},{word:"milliarde",syllables:3},{word:"missile",syllables:2},{word:"miszellaneen",syllables:5},{word:"mousse",syllables:1},{word:"mousseline",syllables:3},{word:"museen",syllables:3},{word:"musette",syllables:2},{word:"nahuatl",syllables:2},{word:"noisette",syllables:2},{word:"notebook",syllables:2},{word:"nuance",syllables:3},{word:"nuklease",syllables:4},{word:"odeen",syllables:3},{word:"offline",syllables:2},{word:"offside",syllables:2},{word:"oleaster",syllables:4},{word:"on-stage",syllables:2},{word:"online",syllables:2},{word:"orpheen",syllables:3},{word:"parforceritt",syllables:3},{word:"patiens",syllables:2},{word:"patient",syllables:2},{word:"peace",syllables:1},{word:"peace",syllables:1},{word:"peanuts",syllables:2},{word:"people",syllables:2},{word:"perineen",syllables:4},{word:"peritoneen",syllables:5},{word:"picture",syllables:2},{word:"piece",syllables:1},{word:"pipeline",syllables:2},{word:"plateau",syllables:2},{word:"poesie",syllables:3},{word:"poleposition",syllables:4},{word:"portemanteau",syllables:3},{word:"portemonnaie",syllables:3},{word:"primerate",syllables:2},{word:"primerate",syllables:2},{word:"primetime",syllables:2},{word:"protease",syllables:4},{word:"protein",syllables:3},{word:"prytaneen",syllables:4},{word:"quotient",syllables:2},{word:"radio",syllables:3},{word:"reader",syllables:2},{word:"ready",syllables:2},{word:"reallife",syllables:2},{word:"repeat",syllables:2},{word:"retake",syllables:2},{word:"rigole",syllables:2},{word:"risolle",syllables:2},{word:"road",syllables:1},{word:"roaming",syllables:2},{word:"roquefort",syllables:2},{word:"safe",syllables:1},{word:"savonette",syllables:3},{word:"sciencefiction",syllables:3},{word:"search",syllables:1},{word:"selfmade",syllables:2},{word:"septime",syllables:3},{word:"serapeen",syllables:4},{word:"service",syllables:2},{word:"serviette",syllables:2},{word:"share",syllables:1},{word:"shave",syllables:1},{word:"shore",syllables:1},{word:"sidebar",syllables:2},{word:"sideboard",syllables:2},{word:"sidekick",syllables:2},{word:"silhouette",syllables:3},{word:"sitemap",syllables:2},{word:"slide",syllables:1
},{word:"sneak",syllables:1},{word:"soap",syllables:1},{word:"softcore",syllables:2},{word:"software",syllables:2},{word:"soutanelle",syllables:3},{word:"speak",syllables:1},{word:"special",syllables:2},{word:"spracheinstellung",syllables:5},{word:"spyware",syllables:2},{word:"square",syllables:1},{word:"stagediving",syllables:3},{word:"stakeholder",syllables:3},{word:"statement",syllables:2},{word:"steady",syllables:2},{word:"steak",syllables:1},{word:"stealth",syllables:1},{word:"steam",syllables:1},{word:"stoned",syllables:1},{word:"stracciatella",syllables:4},{word:"stream",syllables:1},{word:"stride",syllables:1},{word:"strike",syllables:1},{word:"suitcase",syllables:2},{word:"sweepstake",syllables:2},{word:"t-bone",syllables:2},{word:"t-shirt",syllables:1},{word:"tailgate",syllables:2},{word:"take-off",syllables:2},{word:"take-over",syllables:3},{word:"takeaway",syllables:3},{word:"takeoff",syllables:2},{word:"takeover",syllables:3},{word:"throat",syllables:1},{word:"time-out",syllables:2},{word:"timelag",syllables:2},{word:"timeline",syllables:2},{word:"timesharing",syllables:3},{word:"toast",syllables:1},{word:"traubenmaische",syllables:4},{word:"tristesse",syllables:2},{word:"usenet",syllables:2},{word:"varietät",syllables:4},{word:"varieté",syllables:4},{word:"vinaigrette",syllables:3},{word:"vintage",syllables:2},{word:"violett",syllables:3},{word:"voice",syllables:1},{word:"wakeboard",syllables:2},{word:"washed",syllables:1},{word:"waveboard",syllables:2},{word:"wear",syllables:1},{word:"wear",syllables:1},{word:"website",syllables:2},{word:"white",syllables:1},{word:"widescreen",syllables:2},{word:"wire",syllables:1},{word:"yacht",syllables:1},{word:"yorkshire",syllables:2},{word:"éprouvette",syllables:3,notFollowedBy:["n"]},{word:"galette",syllables:2,notFollowedBy:["n"]},{word:"gigue",syllables:1,notFollowedBy:["n"]},{word:"groove",syllables:1,notFollowedBy:["n"]},{word:"morgue",syllables:1,notFollowedBy:["n"]},{word:"paillette",syllables:2,notFollowedBy:["n"]},{word:"raclette",syllables:2,notFollowedBy:["n"]},{word:"roulette",syllables:2,notFollowedBy:["n"]},{word:"spike",syllables:1,notFollowedBy:["n"]},{word:"style",syllables:1,notFollowedBy:["n"]},{word:"tablette",syllables:2,notFollowedBy:["n"]},{word:"grunge",syllables:1,notFollowedBy:["r"]},{word:"size",syllables:1,notFollowedBy:["r"]},{word:"value",syllables:1,notFollowedBy:["r"]},{word:"quiche",syllables:1,notFollowedBy:["s"]},{word:"house",syllables:1,notFollowedBy:["n","s"]},{word:"sauce",syllables:1,notFollowedBy:["n","s"]},{word:"space",syllables:1,notFollowedBy:["n","s"]},{word:"airline",syllables:2,notFollowedBy:["n","r"]},{word:"autosave",syllables:3,notFollowedBy:["n","r"]},{word:"bagpipe",syllables:2,notFollowedBy:["n","r"]},{word:"bike",syllables:1,notFollowedBy:["n","r"]},{word:"dance",syllables:1,notFollowedBy:["n","r"]},{word:"deadline",syllables:2,notFollowedBy:["n","r"]},{word:"halfpipe",syllables:2,notFollowedBy:["n","r"]},{word:"headline",syllables:2,notFollowedBy:["n","r"]},{word:"home",syllables:1,notFollowedBy:["n","r"]},{word:"hornpipe",syllables:2,notFollowedBy:["n","r"]},{word:"hotline",syllables:2,notFollowedBy:["n","r"]},{word:"infoline",syllables:3,notFollowedBy:["n","r"]},{word:"inline",syllables:2,notFollowedBy:["n","r"]},{word:"kite",syllables:1,notFollowedBy:["n","r"]},{word:"rollerblade",syllables:1,notFollowedBy:["n","r"]},{word:"score",syllables:1,notFollowedBy:["n","r"]},{word:"skyline",syllables:2,notFollowedBy:["n","r"]},{word:"slackline",syllables:2,notFollowedBy:["n","r"]},{word:"slice",syllables:1,notFollowedBy:["n","r","s"]},{word:"snooze",syllables:1,notFollowedBy:["n","r"]},{word:"storyline",syllables:3,notFollowedBy:["n","r"]},{word:"office",syllables:2,notFollowedBy:["s","r"]},{word:"space",syllables:1,notFollowedBy:["n","s","r"]},{word:"tease",syllables:1,notFollowedBy:["n","s","r"]},{word:"cache",syllables:1,notFollowedBy:["t"]}],atBeginningOrEnd:[{word:"case",syllables:1},{word:"life",syllables:1},{word:"teak",syllables:1},{word:"team",syllables:1},{word:"creme",syllables:1,notFollowedBy:["n","r"]},{word:"crème",syllables:1,notFollowedBy:["n","r"]},{word:"drive",syllables:1,notFollowedBy:["n","r"]},{word:"skate",syllables:1,notFollowedBy:["n","r"]},{word:"update",syllables:2,notFollowedBy:["n","r"]},{word:"upgrade",syllables:2,notFollowedBy:["n","r"]}],atBeginning:[{word:"anion",syllables:3},{word:"facelift",syllables:2},{word:"jiu",syllables:1},{word:"pace",syllables:1},{word:"shake",syllables:1},{word:"tea",syllables:1},{word:"trade",syllables:1},{word:"deal",syllables:1}],atEnd:[{word:"face",syllables:1},{word:"file",syllables:1},{word:"mousse",syllables:1},{word:"plate",syllables:1},{word:"tape",syllables:1},{word:"byte",syllables:1,alsoFollowedBy:["s"]},{word:"cape",syllables:1,alsoFollowedBy:["s"]},{word:"five",syllables:1,alsoFollowedBy:["s"]},{word:"hype",syllables:1,alsoFollowedBy:["s"]},{word:"leak",syllables:1,alsoFollowedBy:["s"]},{word:"like",syllables:1,alsoFollowedBy:["s"]},{word:"make",syllables:1,alsoFollowedBy:["s"]},{word:"phone",syllables:1,alsoFollowedBy:["s"]},{word:"rave",syllables:1,alsoFollowedBy:["s"]},{word:"regime",syllables:2,alsoFollowedBy:["s"]},{word:"statue",syllables:2,alsoFollowedBy:["s"]},{word:"store",syllables:1,alsoFollowedBy:["s"]},{word:"wave",syllables:1,alsoFollowedBy:["s"]},{word:"date",syllables:1,notFollowedBy:["n"]},{word:"image",syllables:2,notFollowedBy:["s"]}]}}}}},{}],187:[function(a,b,c){b.exports={vowels:"aeiouy",deviations:{vowels:[{fragments:["cial","tia","cius","giu","ion","[^bdnprv]iou","sia$","[^aeiuot]{2,}ed$","[aeiouy][^aeiuoyts]{1,}e$","[a-z]ely$","[cgy]ed$","rved$","[aeiouy][dt]es?$","eau","ieu","oeu","[aeiouy][^aeiouydt]e[sd]?$","[aeouy]rse$","^eye"],countModifier:-1},{fragments:["ia","iu","ii","io","[aeio][aeiou]{2}","[aeiou]ing","[^aeiou]ying","ui[aeou]"],countModifier:1},{fragments:["^ree[jmnpqrsx]","^reele","^reeva","riet","dien","[aeiouym][bdp]le$","uei","uou","^mc","ism$","[^l]lien","^coa[dglx].","[^gqauieo]ua[^auieo]","dn't$","uity$","ie(r|st)","[aeiouw]y[aeiou]","[^ao]ire[ds]","[^ao]ire$"],countModifier:1},{fragments:["eoa","eoo","ioa","ioe","ioo"],countModifier:1}],words:{full:[{word:"business",syllables:2},{word:"coheiress",syllables:3},{word:"colonel",syllables:2},{word:"heiress",syllables:2},{word:"i.e",syllables:2},{word:"shoreline",syllables:2},{word:"simile",syllables:3},{word:"unheired",syllables:2},{word:"wednesday",syllables:2}],fragments:{global:[{word:"coyote",syllables:3},{word:"graveyard",syllables:2},{word:"lawyer",syllables:2}]}}}}},{}],188:[function(a,b,c){b.exports={vowels:"aáäâeéëêiíïîoóöôuúüûy",deviations:{vowels:[{fragments:["ue$","dge$","[tcp]iënt","ace$","[br]each","[ainpr]tiaal","[io]tiaan","gua[yc]","[^i]deal","tive$","load","[^e]coke","[^s]core$"],countModifier:-1},{fragments:["aä","aeu","aie","ao","ë","eo","eú","ieau","ea$","ea[^u]","ei[ej]","eu[iu]","ï","iei","ienne","[^l]ieu[^w]","[^l]ieu$","i[auiy]","stion","[^cstx]io","^sion","riè","oö","oa","oeing","oie","[eu]ü","[^q]u[aeèo]","uie","[bhnpr]ieel","[bhnpr]iël"],countModifier:1},{fragments:["[aeolu]y[aeéèoóu]"],countModifier:1}],words:{full:[{word:"bye",syllables:1},{word:"core",syllables:1},{word:"cure",syllables:1},{word:"dei",syllables:2},{word:"dope",syllables:1},{word:"dude",syllables:1},{word:"fake",syllables:1},{word:"fame",syllables:1},{word:"five",syllables:1},{word:"hole",syllables:1},{word:"least",syllables:1},{word:"lone",syllables:1},{word:"minute",syllables:2},{word:"move",syllables:1},{word:"nice",syllables:1},{word:"one",syllables:1},{word:"state",syllables:1},{word:"surplace",syllables:2},{word:"take",syllables:1},{word:"trade",syllables:1},{word:"wide",syllables:1}],fragments:{global:[{word:"adieu",syllables:2},{word:"airline",syllables:2},{word:"airmiles",syllables:2},{word:"alien",syllables:3},{word:"ambient",syllables:3},{word:"announcement",syllables:3},{word:"appearance",syllables:3},{word:"appeasement",syllables:3},{word:"atheneum",syllables:4},{word:"awesome",syllables:2},{word:"baccalaurei",syllables:5},{word:"baccalaureus",syllables:5},{word:"baseball",syllables:3},{word:"basejump",syllables:2},{word:"banlieue",syllables:3},{word:"bapao",syllables:2},{word:"barbecue",syllables:3},{word:"beamer",syllables:2},{word:"beanie",syllables:2},{word:"beat",syllables:1},{word:"belle",syllables:2},{word:"bête",syllables:1},{word:"bingewatch",syllables:2},{word:"blocnote",syllables:2},{word:"blue",syllables:1},{word:"board",syllables:1},{word:"break",syllables:1},{word:"broad",syllables:1},{word:"bulls-eye",syllables:2},{word:"business",syllables:2},{word:"byebye",syllables:2},{word:"cacao",syllables:2},{word:"caesar",syllables:2},{word:"camaieu",syllables:3},{word:"caoutchouc",syllables:2},{word:"carbolineum",syllables:5},{word:"catchphrase",syllables:1},{word:"carrier",syllables:3},{word:"cheat",syllables:1},{word:"cheese",syllables:1},{word:"circonflexe",syllables:3},{word:"clean",syllables:1},{word:"cloak",syllables:1},{word:"cobuying",syllables:3},{word:"comeback",syllables:2},{word:"comfortzone",syllables:3},{word:"communiqué",syllables:4},{word:"conopeum",syllables:4},{word:"console",syllables:2},{word:"corporate",syllables:3},{word:"coûte",syllables:1},{word:"creamer",syllables:2},{word:"crime",syllables:1},{word:"cruesli",syllables:2},{word:"deadline",syllables:2},{word:"deautoriseren",syllables:6},{word:"deuce",syllables:1},{word:"deum",syllables:2},{word:"dirndl",syllables:2},{word:"dread",syllables:2},{word:"dreamteam",syllables:2},{word:"drone",syllables:1},{word:"enquête",syllables:3},{word:"escape",syllables:2},{word:"exposure",syllables:3},{word:"extranei",syllables:4},{word:"extraneus",syllables:4},{word:"eyecatcher",syllables:3},{word:"eyeliner",syllables:3},{word:"eyeopener",syllables:4},{word:"eyetracker",syllables:3},{word:"eyetracking",syllables:3},{word:"fairtrade",syllables:2},{word:"fauteuil",syllables:2},{word:"feature",syllables:2},{word:"feuilletee",syllables:3},{word:"feuilleton",syllables:3},{word:"fisheye",syllables:2},{word:"fineliner",syllables:3},{word:"finetunen",syllables:3},{word:"forehand",syllables:2},{word:"freak",syllables:1},{word:"fusioneren",syllables:4},{word:"gayparade",syllables:3},{word:"gaypride",syllables:2},{word:"goal",syllables:1},{word:"grapefruit",syllables:2},{word:"gruyère",syllables:3},{word:"guele",syllables:1},{word:"guerrilla",syllables:3},{word:"guest",syllables:1},{word:"hardware",syllables:2},{word:"haute",syllables:1},{word:"healing",syllables:2},{word:"heater",syllables:2},{word:"heavy",syllables:2},{word:"hoax",syllables:1},{word:"hotline",syllables:2},{word:"idee-fixe",syllables:3},{word:"inclusive",syllables:3},{word:"inline",syllables:2},{word:"intake",syllables:2},{word:"intensive",syllables:3},{word:"jeans",syllables:1},{word:"Jones",syllables:1},{word:"jubileum",syllables:4},{word:"kalfsribeye",syllables:3},{word:"kraaiennest",syllables:3},{word:"lastminute",syllables:3},{word:"learning",syllables:2},{word:"league",syllables:1},{word:"line-up",syllables:2},{word:"linoleum",syllables:4},{word:"load",syllables:1},{word:"loafer",syllables:2},{word:"longread",syllables:2},{word:"lookalike",syllables:3},{word:"louis",syllables:3},{word:"lyceum",syllables:3},{word:"magazine",syllables:3},{word:"mainstream",syllables:2},{word:"make-over",syllables:3},{word:"make-up",syllables:2},{word:"malware",syllables:2},{word:"marmoleum",syllables:4},{word:"mausoleum",syllables:4},{word:"medeauteur",syllables:4},{word:"midlifecrisis",syllables:4},{word:"migraineaura",syllables:5},{word:"milkshake",syllables:2},{word:"millefeuille",syllables:4},{word:"mixed",syllables:1},{word:"muesli",syllables:2},{word:"museum",syllables:3},{word:"must-have",syllables:2},{word:"must-read",syllables:2},{word:"notebook",syllables:2},{word:"nonsense",syllables:2},{word:"nowhere",syllables:2},{word:"nurture",syllables:2},{word:"offline",syllables:2},{word:"oneliner",syllables:3},{word:"onesie",syllables:2},{word:"online",syllables:2},{word:"opinion",syllables:3},{word:"paella",syllables:3},{word:"pacemaker",syllables:3},{word:"panache",syllables:2},{word:"papegaaienneus",syllables:5},{word:"passe-partout",syllables:3},{word:"peanuts",syllables:2},{word:"perigeum",syllables:4},{word:"perineum",syllables:4},{word:"perpetuum",syllables:4},{word:"petroleum",syllables:4},{word:"phone",syllables:3},{word:"picture",syllables:2},{word:"placemat",syllables:2},{word:"porte-manteau",syllables:3},{word:"portefeuille",syllables:4},{word:"presse-papier",syllables:3},{word:"primetime",syllables:2},{word:"queen",syllables:1},{word:"questionnaire",syllables:3},{word:"queue",syllables:1},{word:"reader",syllables:2},{word:"reality",syllables:3},{word:"reallife",syllables:2},{word:"remake",syllables:2},{word:"repeat",syllables:2},{word:"repertoire",syllables:3},{word:"research",syllables:2},{word:"reverence",syllables:3},{word:"ribeye",syllables:2},{word:"ringtone",syllables:3},{word:"road",syllables:1},{word:"roaming",syllables:2},{word:"sciencefiction",syllables:4},{word:"selfmade",syllables:2},{word:"sidekick",syllables:2},{word:"sightseeing",syllables:3},{word:"skyline",syllables:2},{word:"smile",syllables:1},{word:"sneaky",syllables:2},{word:"software",syllables:2},{word:"sparerib",syllables:2},{word:"speaker",syllables:2},{word:"spread",syllables:1},{word:"statement",syllables:2},{word:"steak",syllables:1},{word:"steeplechase",syllables:3},{word:"stonewash",syllables:2},{word:"store",syllables:1},{word:"streaken",syllables:2},{word:"stream",syllables:1},{word:"streetware",syllables:1},{word:"supersoaker",syllables:4},{word:"surprise-party",syllables:4},{word:"sweater",syllables:2},{word:"teaser",syllables:2},{word:"tenue",syllables:2},{word:"template",syllables:2},{word:"timeline",syllables:2},{word:"tissue",syllables:2},{word:"toast",syllables:1},{word:"tête-à-tête",syllables:3},{word:"typecast",syllables:2},{word:"unique",syllables:2},{word:"ureum",syllables:3},{word:"vibe",syllables:1},{word:"vieux",syllables:1},{word:"ville",syllables:1},{word:"vintage",syllables:2},{word:"wandelyup",syllables:3},{word:"wiseguy",syllables:2},{word:"wake-up-call",syllables:3},{word:"webcare",syllables:2},{word:"winegum",syllables:2},{word:"base",syllables:1,notFollowedBy:["e","n","r"]},{word:"game",syllables:1,notFollowedBy:["n","l","r"]},{word:"style",syllables:1,notFollowedBy:["n","s"]},{word:"douche",syllables:1,notFollowedBy:["n","s"]},{word:"space",syllables:1,notFollowedBy:["n","s"]},{word:"striptease",syllables:2,notFollowedBy:["n","s"]},{word:"jive",syllables:1,notFollowedBy:["n","r"]},{word:"keynote",syllables:2,notFollowedBy:["n","r"]},{word:"mountainbike",syllables:3,notFollowedBy:["n","r"]},{word:"face",syllables:1,notFollowedBy:["n","t"]},{word:"challenge",syllables:2,notFollowedBy:["n","r","s"]},{word:"cruise",syllables:1,notFollowedBy:["n","r","s"]},{word:"house",syllables:1,notFollowedBy:["n","r","s"]},{word:"dance",syllables:1,notFollowedBy:["n","r","s"]},{word:"franchise",syllables:2,notFollowedBy:["n","r","s"]},{word:"freelance",syllables:2,notFollowedBy:["n","r","s"]},{word:"lease",syllables:1,notFollowedBy:["n","r","s"]},{word:"linedance",syllables:2,notFollowedBy:["n","r","s"]},{word:"lounge",syllables:1,notFollowedBy:["n","r","s"]},{word:"merchandise",syllables:3,notFollowedBy:["n","r","s"]},{word:"performance",syllables:3,notFollowedBy:["n","r","s"]},{word:"release",syllables:2,notFollowedBy:["n","r","s"]},{word:"resource",syllables:2,notFollowedBy:["n","r","s"]},{word:"cache",syllables:1,notFollowedBy:["c","l","n","t","x"]},{word:"office",syllables:2,notFollowedBy:["r","s"]},{word:"close",syllables:1,notFollowedBy:["r","t"]}],atBeginningOrEnd:[{word:"byte",syllables:1},{word:"cake",syllables:1},{word:"care",syllables:1},{word:"coach",syllables:1},{word:"coat",syllables:1},{word:"earl",syllables:1},{word:"foam",syllables:1},{word:"gate",syllables:1},{word:"head",syllables:1},{word:"home",syllables:1},{word:"live",syllables:1},{word:"safe",syllables:1},{word:"site",syllables:1},{word:"soap",syllables:1},{word:"teak",syllables:1},{word:"team",syllables:1},{word:"wave",syllables:1},{word:"brace",syllables:1,notFollowedBy:["s"]},{word:"case",syllables:1,notFollowedBy:["s"]},{word:"fleece",syllables:1,notFollowedBy:["s"]},{word:"service",syllables:2,notFollowedBy:["s"]},{word:"voice",syllables:1,notFollowedBy:["s"]},{word:"kite",syllables:1,notFollowedBy:["n","r"]},{word:"skate",syllables:1,notFollowedBy:["n","r"]},{word:"race",syllables:1,notFollowedBy:["n","r","s"]}],atBeginning:[{word:"coke",syllables:1},{word:"deal",syllables:1},{word:"image",syllables:2,notFollowedBy:["s"]}],atEnd:[{word:"force",syllables:1},{word:"tea",syllables:1},{word:"time",syllables:1},{word:"date",syllables:1,alsoFollowedBy:["s"]},{word:"hype",syllables:1,alsoFollowedBy:["s"]},{word:"quote",syllables:1,alsoFollowedBy:["s"]},{word:"tape",syllables:1,alsoFollowedBy:["s"]},{word:"upgrade",syllables:2,alsoFollowedBy:["s"]}]}}}}},{}],189:[function(a,b,c){b.exports=function(a){return a.split("_")[0]}},{}],190:[function(a,b,c){function d(){y=[],h=v(function(a){y.push(a)}),h.addRule(s,"content"),h.addRule(t,"greater-than-sign-content"),h.addRule(m,"block-start"),h.addRule(n,"block-end"),h.addRule(o,"inline-start"),h.addRule(p,"inline-end"),h.addRule(q,"other-element-start"),h.addRule(r,"other-element-end")}function e(a){return k.test(a)}function f(a){return l.test(a)}function g(a){var b=[],c=0,e="",f="",g="";return a=a.replace(u,""),d(),h.onText(a),h.end(),w(y,function(a,d){var h=y[d+1];switch(a.type){case"content":case"greater-than-sign-content":case"inline-start":case"inline-end":case"other-tag":case"other-element-start":case"other-element-end":case"greater than sign":h&&(0!==c||"block-start"!==h.type&&"block-end"!==h.type)?f+=a.src:(f+=a.src,b.push(f),e="",f="",g="");break;case"block-start":0!==c&&(""!==f.trim()&&b.push(f),f="",g=""),c++,e=a.src;break;case"block-end":c--,g=a.src,""!==e&&""!==g?b.push(e+f+g):""!==f.trim()&&b.push(f),e="",f="",g=""}c<0&&(c=0)}),b}var h,i=["address","article","aside","blockquote","canvas","dd","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","li","main","nav","noscript","ol","output","p","pre","section","table","tfoot","ul","video"],j=["b","big","i","small","tt","abbr","acronym","cite","code","dfn","em","kbd","strong","samp","time","var","a","bdo","br","img","map","object","q","script","span","sub","sup","button","input","label","select","textarea"],k=new RegExp("^("+i.join("|")+")$","i"),l=new RegExp("^("+j.join("|")+")$","i"),m=new RegExp("^<("+i.join("|")+")[^>]*?>$","i"),n=new RegExp("^</("+i.join("|")+")[^>]*?>$","i"),o=new RegExp("^<("+j.join("|")+")[^>]*>$","i"),p=new RegExp("^</("+j.join("|")+")[^>]*>$","i"),q=/^<([^>\s\/]+)[^>]*>$/,r=/^<\/([^>\s]+)[^>]*>$/,s=/^[^<]+$/,t=/^<[^><]*$/,u=/<!--(.|[\r\n])*?-->/g,v=a("tokenizer2/core"),w=a("lodash/forEach"),x=a("lodash/memoize"),y=[];b.exports={blockElements:i,inlineElements:j,isBlockElement:e,isInlineElement:f,getBlocks:x(g)}},{"lodash/forEach":145,"lodash/memoize":171,"tokenizer2/core":184}],191:[function(a,b,c){var d=a("./syllableCountStep.js"),e=a("lodash/isUndefined"),f=a("lodash/forEach"),g=function(a){this.countSteps=[],e(a)||this.createSyllableCountSteps(a.deviations.vowels)};g.prototype.createSyllableCountSteps=function(a){f(a,function(a){this.countSteps.push(new d(a))}.bind(this))},g.prototype.getAvailableSyllableCountSteps=function(){return this.countSteps},g.prototype.countSyllables=function(a){var b=0;return f(this.countSteps,function(c){b+=c.countSyllables(a)}),b},b.exports=g},{"./syllableCountStep.js":192,"lodash/forEach":145,"lodash/isUndefined":168}],192:[function(a,b,c){var d=a("lodash/isUndefined"),e=a("../stringProcessing/createRegexFromArray.js"),f=function(a){this._hasRegex=!1,this._regex="",this._multiplier="",this.createRegex(a)};f.prototype.hasRegex=function(){return this._hasRegex},f.prototype.createRegex=function(a){d(a)||d(a.fragments)||(this._hasRegex=!0,this._regex=e(a.fragments,!0),this._multiplier=a.countModifier)},f.prototype.getRegex=function(){return this._regex},f.prototype.countSyllables=function(a){if(this._hasRegex){var b=a.match(this._regex)||[];return b.length*this._multiplier}return 0},b.exports=f},{"../stringProcessing/createRegexFromArray.js":197,"lodash/isUndefined":168}],193:[function(a,b,c){var d=a("./passivevoice/auxiliaries.js")().filteredAuxiliaries,e=a("./passivevoice/auxiliaries.js")().notFilteredAuxiliaries,f=a("./transitionWords.js")().singleWords,g=["the","an","a"],h=["one","two","three","four","five","six","seven","eight","nine","ten","eleven","twelve","thirteen","fourteen","fifteen","sixteen","seventeen","eighteen","nineteen","twenty","first","second","third","fourth","fifth","sixth","seventh","eighth","ninth","tenth","eleventh","twelfth","thirteenth","fourteenth","fifteenth","sixteenth","seventeenth","eighteenth","nineteenth","twentieth","hundred","hundreds","thousand","thousands","million","million","billion","billions"],i=["i","you","he","she","it","we","they"],j=["me","him","her","us","them"],k=["this","that","these","those"],l=["my","your","his","her","its","their","our","mine","yours","hers","theirs","ours"],m=["all","some","many","few","lot","lots","tons","bit","no","every","enough","little","less","much","more","most","plenty","several","few","fewer","many","kind"],n=["myself","yourself","himself","herself","itself","oneself","ourselves","yourselves","themselves"],o=["none","nobody","everyone","everybody","someone","somebody","anyone","anybody","nothing","everything","something","anything","each","another","other","whatever","whichever","whoever","whomever","whomsoever","whosoever","others","neither","both","either","any","such"],p=["one's","nobody's","everyone's","everybody's","someone's","somebody's","anyone's","anybody's","nothing's","everything's","something's","anything's","whoever's","others'","other's","another's","neither's","either's"],q=[],r=["which","what","whose"],s=["who","whom"],t=["where","whither","whence","how","why","whether","wherever","whomever","whenever","however","whyever","whoever","whatever","wheresoever","whomsoever","whensoever","howsoever","whysoever","whosoever","whatsoever","whereso","whomso","whenso","howso","whyso","whoso","whatso"],u=["therefor","therein","hereby","hereto","wherein","therewith","herewith","wherewith","thereby"],v=["there","here","whither","thither","hither","whence","thence","hence"],w=["always","afterwards","towards","once","twice","thrice","amidst","amongst","midst","whilst"],x=["can","cannot","can't","could","couldn't","could've","dare","dares","dared","daring","do","don't","does","doesn't","did","didn't","doing","done","have","haven't","had","hadn't","has","hasn't","having","i've","you've","we've","they've","i'd","you'd","he'd","she'd","it'd","we'd","they'd","would","wouldn't","would've","may","might","must","need","needn't","needs","ought","shall","shalln't","shan't","should","shouldn't","will","won't","i'll","you'll","he'll","she'll","it'll","we'll","they'll","there's","there're","there'll","here's","here're","there'll"],y=["appear","appears","appearing","appeared","become","becomes","becoming","became","come","comes","coming","came","keep","keeps","kept","keeping","remain","remains","remaining","remained","stay","stays","stayed","staying","turn","turns","turned"],z=["in","from","with","under","throughout","atop","for","on","until","of","to","aboard","about","above","abreast","absent","across","adjacent","after","against","along","alongside","amid","midst","mid","among","apropos","apud","around","as","astride","at","ontop","before","afore","tofore","behind","ahind","below","ablow","beneath","neath","beside","besides","between","atween","beyond","ayond","but","by","chez","circa","come","despite","spite","down","during","except","into","less","like","minus","near","nearer","nearest","anear","notwithstanding","off","onto","opposite","out","outen","over","past","per","pre","qua","sans","sauf","since","sithence","than","through","thru","truout","toward","underneath","unlike","until","up","upon","upside","versus","via","vis-à-vis","without","ago","apart","aside","aslant","away","withal"],A=["back","within","forward","backward","ahead"],B=["so","and","nor","but","or","yet","for"],C=["rather","sooner","just","only"],D=["after","although","when","as","if","though","because","before","even","since","unless","whereas","while"],E=["say","says","said","saying","claimed","ask","asks","asked","asking","stated","stating","explain","explains","explained","think","thinks"],F=["and","or","about","absolutely","again","definitely","eternally","expressively","expressly","extremely","immediately","including","instantly","namely","naturally","next","notably","now","nowadays","ordinarily","positively","truly","ultimately","uniquely","usually","almost","first","second","third","maybe","probably","granted","initially","overall","too","actually","already","e.g","i.e","often","regularly","simply","optionally","perhaps","sometimes","likely","never","ever","else","inasmuch","provided","currently","incidentally","elsewhere","following","particular","recently","relatively","f.i","clearly","apparently"],G=["highly","very","really","extremely","absolutely","completely","totally","utterly","quite","somewhat","seriously","fairly","fully","amazingly"],H=["seem","seems","seemed","seeming","let","let's","lets","letting","make","making","makes","made","want","showing","showed","shown","go","goes","going","went","gone","take","takes","took","taken","set","sets","setting","put","puts","putting","use","using","used","try","tries","tried","trying","mean","means","meant","called","based","add","adds","adding","added","contain","contains","containing","contained"],I=["new","newer","newest","old","older","oldest","previous","good","well","better","best","big","bigger","biggest","easy","easier","easiest","fast","faster","fastest","far","hard","harder","hardest","least","own","large","larger","largest","long","longer","longest","low","lower","lowest","high","higher","highest","regular","simple","simpler","simplest","small","smaller","smallest","tiny","tinier","tiniest","short","shorter","shortest","main","actual","nice","nicer","nicest","real","same","able","certain","usual","so-called","mainly","mostly","recent","anymore","complete","lately","possible","commonly","constantly","continually","directly","easily","nearly","slightly","somewhere","estimated","latest","different","similar","widely","bad","worse","worst","great"],J=["oh","wow","tut-tut","tsk-tsk","ugh","whew","phew","yeah","yea","shh","oops","ouch","aha","yikes"],K=["tbs","tbsp","spk","lb","qt","pk","bu","oz","pt","mod","doz","hr","f.g","ml","dl","cl","l","mg","g","kg","quart"],L=["thing","things","way","ways","matter","case","likelihood","ones","piece","pieces","stuff","times","part","parts","percent","instance","instances","aspect","aspects","item","items","people","idea","theme","person","percent"],M=["not","yes","rid","sure","top","bottom","ok","okay","amen","aka","%"];b.exports=function(){return{articles:g,personalPronouns:i.concat(j,l),prepositions:z,demonstrativePronouns:k,conjunctions:B.concat(D),verbs:d.concat(e,x,y,E,H),quantifiers:m,relativePronouns:r.concat(s,t),filteredPassiveAuxiliaries:d,all:g.concat(h,k,l,n,i,j,q,m,o,p,r,s,t,u,v,w,A,d,e,x,y,z,B,C,D,E,f,F,G,H,J,I,K,L,M)}}},{"./passivevoice/auxiliaries.js":194,"./transitionWords.js":195}],194:[function(a,b,c){var d=["am","is","are","was","were","been","get","gets","got","gotten","be","she's","he's","it's","i'm","we're","they're","you're","isn't","weren't","wasn't","that's","aren't"],e=["being","getting","having","what's"];b.exports=function(){return{filteredAuxiliaries:d,notFilteredAuxiliaries:e,all:d.concat(e)}}},{}],195:[function(a,b,c){var d=["accordingly","additionally","afterward","afterwards","albeit","also","although","altogether","another","basically","because","before","besides","but","certainly","chiefly","comparatively","concurrently","consequently","contrarily","conversely","correspondingly","despite","doubtedly","during","e.g.","earlier","emphatically","equally","especially","eventually","evidently","explicitly","finally","firstly","following","formerly","forthwith","fourthly","further","furthermore","generally","hence","henceforth","however","i.e.","identically","indeed","instead","last","lastly","later","lest","likewise","markedly","meanwhile","moreover","nevertheless","nonetheless","nor","notwithstanding","obviously","occasionally","otherwise","overall","particularly","presently","previously","rather","regardless","secondly","shortly","significantly","similarly","simultaneously","since","so","soon","specifically","still","straightaway","subsequently","surely","surprisingly","than","then","thereafter","therefore","thereupon","thirdly","though","thus","till","too","undeniably","undoubtedly","unless","unlike","unquestionably","until","when","whenever","whereas","while"],e=["above all","after all","after that","all in all","all of a sudden","all things considered","analogous to","although this may be true","analogous to","another key point","as a matter of fact","as a result","as an illustration","as can be seen","as has been noted","as I have noted","as I have said","as I have shown","as long as","as much as","as shown above","as soon as","as well as","at any rate","at first","at last","at least","at length","at the present time","at the same time","at this instant","at this point","at this time","balanced against","being that","by all means","by and large","by comparison","by the same token","by the time","compared to","be that as it may","coupled with","different from","due to","equally important","even if","even more","even so","even though","first thing to remember","for example","for fear that","for instance","for one thing","for that reason","for the most part","for the purpose of","for the same reason","for this purpose","for this reason","from time to time","given that","given these points","important to realize","in a word","in addition","in another case","in any case","in any event","in brief","in case","in conclusion","in contrast","in detail","in due time","in effect","in either case","in essence","in fact","in general","in light of","in like fashion","in like manner","in order that","in order to","in other words","in particular","in reality","in short","in similar fashion","in spite of","in sum","in summary","in that case","in the event that","in the final analysis","in the first place","in the fourth place","in the hope that","in the light of","in the long run","in the meantime","in the same fashion","in the same way","in the second place","in the third place","in this case","in this situation","in time","in truth","in view of","inasmuch as","most compelling evidence","most important","must be remembered","not to mention","now that","of course","on account of","on balance","on condition that","on one hand","on the condition that","on the contrary","on the negative side","on the other hand","on the positive side","on the whole","on this occasion","once","once in a while","only if","owing to","point often overlooked","prior to","provided that","seeing that","so as to","so far","so long as","so that","sooner or later","such as","summing up","take the case of","that is","that is to say","then again","this time","to be sure","to begin with","to clarify","to conclude","to demonstrate","to emphasize","to enumerate","to explain","to illustrate","to list","to point out","to put it another way","to put it differently","to repeat","to rephrase it","to say nothing of","to sum up","to summarize","to that end","to the end that","to this end","together with","under those circumstances","until now","up against","up to the present time","vis a vis","what's more","while it may be true","while this may be true","with attention to","with the result that","with this in mind","with this intention","with this purpose in mind","without a doubt","without delay","without doubt","without reservation"];
b.exports=function(){return{singleWords:d,multipleWords:e,allWords:d.concat(e)}}},{}],196:[function(a,b,c){b.exports=function(a,b){var c,d,e,f=b||"";return c="[ \\n\\r\\t.,'()\"+-;!?:/»«‹›"+f+"<>]",d="(^|"+c+")",e="($|"+c+")",d+a+e}},{}],197:[function(a,b,c){var d=a("../stringProcessing/addWordboundary.js"),e=a("lodash/map");b.exports=function(a,b){var c,f=b||!1,g=e(a,function(a){return f?a:d(a)});return c="("+g.join(")|(")+")",new RegExp(c,"ig")}},{"../stringProcessing/addWordboundary.js":196,"lodash/map":170}],198:[function(a,b,c){function d(){P=[],q=A(function(a){P.push(a)}),q.addRule(K,"html-start"),q.addRule(L,"html-end"),q.addRule(N,"block-start"),q.addRule(O,"block-end"),q.addRule(H,"full-stop"),q.addRule(I,"sentence-delimiter"),q.addRule(J,"sentence")}function e(a){return a!==a.toLocaleLowerCase()}function f(a){return!u(parseInt(a,10))}function g(a){return/<br/.test(a)}function h(a){return a=C(a),"'"===a||'"'===a}function i(a){return"¿"===a||"¡"===a}function j(a){return d(),q.onText(a),q.end(),P}function k(a){return a.replace(/\s+/," ")}function l(a){var b="";return s(a[0])||(b+=a[0].src),s(a[1])||(b+=a[1].src),b=k(b)}function m(a){return e(a)||f(a)||h(a)||i(a)}function n(a){return!s(a)&&("html-start"===a.type||"html-end"===a.type||"block-start"===a.type)}function o(a){var b,c,d=[],e="";do{c=!1;var h=a[0],i=a[a.length-1];"html-start"===h.type&&"html-end"===i.type&&(a=a.slice(1,a.length-1),c=!0)}while(c&&a.length>1);return t(a,function(c,h){var i,j,k=a[h+1],o=a[h+2];switch(c.type){case"html-start":case"html-end":g(c.src)?(d.push(e),e=""):e+=c.src;break;case"sentence":e+=c.src;break;case"sentence-delimiter":e+=c.src,s(k)||"block-end"===k.type||(d.push(e),e="");break;case"full-stop":if(e+=c.src,j=l([k,o]),i=j.length>=2,b=i?j[1]:"",i&&f(j[0]))break;(i&&m(b)||n(k))&&(d.push(e),e="");break;case"newline":d.push(e),e="";break;case"block-start":e+=c.src;break;case"block-end":if(e+=c.src,j=l([k,o]),i=j.length>=2,b=i?j[0]:"",i&&f(j[0]))break;(i&&m(b)||n(k))&&(d.push(e),e="")}}),""!==e&&d.push(e),d=r(d,function(a){return a.trim()})}function p(a){var b=j(a);return 0===b.length?[]:o(b)}var q,r=a("lodash/map"),s=a("lodash/isUndefined"),t=a("lodash/forEach"),u=a("lodash/isNaN"),v=a("lodash/filter"),w=a("lodash/flatMap"),x=a("lodash/isEmpty"),y=a("lodash/negate"),z=a("lodash/memoize"),A=a("tokenizer2/core"),B=a("../helpers/html.js").getBlocks,C=a("../stringProcessing/quotes.js").normalize,D=a("../stringProcessing/unifyWhitespace.js").unifyNonBreakingSpace,E=".",F="?!;…",G="\n\r|\n|\r",H=new RegExp("^["+E+"]$"),I=new RegExp("^["+F+"]$"),J=new RegExp("^[^"+E+F+"<\\(\\)\\[\\]]+$"),K=/^<([^>\s\/]+)[^>]*>$/im,L=/^<\/([^>\s]+)[^>]*>$/im,M=new RegExp(G),N=/^\s*[\[\(\{]\s*$/,O=/^\s*[\]\)}]\s*$/,P=[],Q=z(p);b.exports=function(a){a=D(a);var b,c=B(a);return c=w(c,function(a){return a.split(M)}),b=w(c,Q),v(b,y(x))}},{"../helpers/html.js":190,"../stringProcessing/quotes.js":200,"../stringProcessing/unifyWhitespace.js":207,"lodash/filter":140,"lodash/flatMap":143,"lodash/forEach":145,"lodash/isEmpty":157,"lodash/isNaN":161,"lodash/isUndefined":168,"lodash/map":170,"lodash/memoize":171,"lodash/negate":172,"tokenizer2/core":184}],199:[function(a,b,c){var d=a("./stripHTMLTags.js").stripFullTags,e=a("./stripSpaces.js"),f=a("./removePunctuation.js"),g=a("lodash/map"),h=a("lodash/filter");b.exports=function(a){if(a=e(d(a)),""===a)return[];var b=a.split(/\s/g);return b=g(b,function(a){return f(a)}),h(b,function(a){return""!==a.trim()})}},{"./removePunctuation.js":202,"./stripHTMLTags.js":203,"./stripSpaces.js":204,"lodash/filter":140,"lodash/map":170}],200:[function(a,b,c){function d(a){return a.replace(/[‘’‛`]/g,"'")}function e(a){return a.replace(/[“”〝〞〟‟„]/g,'"')}function f(a){return e(d(a))}b.exports={normalizeSingle:d,normalizeDouble:e,normalize:f}},{}],201:[function(a,b,c){function d(a,b){var c,d,e=p(a);return y(e,function(a){return a=a.toLocaleLowerCase(),a=r(a),c=o(a),u(v(c,function(a,e){return e+b-1<c.length&&(d=c.slice(e,e+b),new q(d))}))})}function e(a){var b={};return w(a,function(a){var c=a.getCombination();x(b,c)||(b[c]=a),b[c].incrementOccurrences()}),z(b)}function f(a){return a=a.filter(function(a){return 1!==a.getOccurrences()&&0!==a.getRelevance()})}function g(a){a.sort(function(a,b){var c=b.getRelevance()-a.getRelevance();return 0!==c?c:b.getLength()-a.getLength()})}function h(a,b){return a.filter(function(a){return!B(b,a.getWords()[0])})}function i(a,b){return a.filter(function(a){var c=a.getWords(),d=c.length-1;return!B(b,c[d])})}function j(a,b){return a=h(a,b),a=i(a,b)}function k(a,b){return a.filter(function(a){return D(C(b,a.getWords()))})}function l(a,b){return a.filter(function(a){return!(1===a.getLength()&&t(a.getWords()[0],"en_US")<=b)})}function m(a,b,c,d){return a.filter(function(a){return a.getDensity(b)>=c&&a.getDensity(b)<d})}function n(a){var b=d(a,1),c=b.length,k=f(e(b));g(k),k=A(k,100);var n={};w(k,function(a){n[a.getCombination()]=a.getRelevance()});var o=e(d(a,2)),p=e(d(a,3)),q=e(d(a,4)),r=e(d(a,5)),t=k.concat(o,p,q,r);return t=j(t,I),t=j(t,s().articles),t=j(t,s().personalPronouns),t=j(t,s().prepositions),t=j(t,s().conjunctions),t=j(t,s().quantifiers),t=j(t,s().demonstrativePronouns),t=h(t,s().filteredPassiveAuxiliaries),t=i(t,s().verbs),t=i(t,s().relativePronouns),t=l(t,1),w(t,function(a){a.setRelevantWords(n)}),t=f(t,c),g(t),c>=H&&(t=m(t,c,E,F)),A(t,G)}var o=a("../stringProcessing/getWords"),p=a("../stringProcessing/getSentences"),q=a("../values/WordCombination"),r=a("../stringProcessing/quotes.js").normalizeSingle,s=a("../researches/english/functionWords.js"),t=a("../stringProcessing/syllables/count.js"),u=a("lodash/filter"),v=a("lodash/map"),w=a("lodash/forEach"),x=a("lodash/has"),y=a("lodash/flatMap"),z=a("lodash/values"),A=a("lodash/take"),B=a("lodash/includes"),C=a("lodash/intersection"),D=a("lodash/isEmpty"),E=0,F=.03,G=100,H=200,I=["–","—","-"];b.exports={getWordCombinations:d,getRelevantWords:n,calculateOccurrences:e,getRelevantCombinations:f,sortCombinations:g,filterFunctionWordsAtBeginning:h,filterFunctionWords:j,filterSpecialCharacters:k,filterOnSyllableCount:l,filterOnDensity:m}},{"../researches/english/functionWords.js":193,"../stringProcessing/getSentences":198,"../stringProcessing/getWords":199,"../stringProcessing/quotes.js":200,"../stringProcessing/syllables/count.js":206,"../values/WordCombination":208,"lodash/filter":140,"lodash/flatMap":143,"lodash/forEach":145,"lodash/has":147,"lodash/includes":150,"lodash/intersection":151,"lodash/isEmpty":157,"lodash/map":170,"lodash/take":177,"lodash/values":183}],202:[function(a,b,c){var d="[\\–\\-\\(\\)_\\[\\]’“”\"'.?!:;,¿¡«»—×+&]+",e=new RegExp("^"+d),f=new RegExp(d+"$");b.exports=function(a){return a=a.replace(e,""),a=a.replace(f,"")}},{}],203:[function(a,b,c){var d=a("../stringProcessing/stripSpaces.js"),e=a("../helpers/html.js").blockElements,f=new RegExp("^<("+e.join("|")+")[^>]*?>","i"),g=new RegExp("</("+e.join("|")+")[^>]*?>$","i"),h=function(a){return a=a.replace(/^(<\/([^>]+)>)+/i,""),a=a.replace(/(<([^\/>]+)>)+$/i,"")},i=function(a){return a=a.replace(f,""),a=a.replace(g,"")},j=function(a){return a=a.replace(/(<([^>]+)>)/gi," "),a=d(a)};b.exports={stripFullTags:j,stripIncompleteTags:h,stripBlockTagsAtStartEnd:i}},{"../helpers/html.js":190,"../stringProcessing/stripSpaces.js":204}],204:[function(a,b,c){b.exports=function(a){return a=a.replace(/\s{2,}/g," "),a=a.replace(/\s\./g,"."),a=a.replace(/^\s+|\s+$/g,"")}},{}],205:[function(a,b,c){function d(a){this._location=a.location,this._fragment=a.word,this._syllables=a.syllables,this._regex=null,this._options=f(a,["notFollowedBy","alsoFollowedBy"])}var e=a("lodash/isUndefined"),f=a("lodash/pick");d.prototype.createRegex=function(){var a="",b=this._options,c=this._fragment;switch(e(b.notFollowedBy)||(c+="(?!["+b.notFollowedBy.join("")+"])"),e(b.alsoFollowedBy)||(c+="["+b.alsoFollowedBy.join("")+"]?"),this._location){case"atBeginning":a="^"+c;break;case"atEnd":a=c+"$";break;case"atBeginningOrEnd":a="(^"+c+")|("+c+"$)";break;default:a=c}this._regex=new RegExp(a)},d.prototype.getRegex=function(){return null===this._regex&&this.createRegex(),this._regex},d.prototype.occursIn=function(a){var b=this.getRegex();return b.test(a)},d.prototype.removeFrom=function(a){return a.replace(this._fragment," ")},d.prototype.getSyllables=function(){return this._syllables},b.exports=d},{"lodash/isUndefined":168,"lodash/pick":173}],206:[function(a,b,c){function d(a){var b=[],c=a.deviations;return j(c.words)||j(c.words.fragments)||(b=n(c.words.fragments,function(a,b){return k(a,function(a){return a.location=b,new p(a)})})),b}var e=a("../../config/syllables.js"),f=a("../getWords.js"),g=a("lodash/forEach"),h=a("lodash/filter"),i=a("lodash/find"),j=a("lodash/isUndefined"),k=a("lodash/map"),l=a("lodash/sum"),m=a("lodash/memoize"),n=a("lodash/flatMap"),o=a("../../helpers/syllableCountIterator.js"),p=a("./DeviationFragment"),q=function(a,b){var c=0,d=new RegExp("[^"+e(b).vowels+"]","ig"),f=a.split(d),g=h(f,function(a){return""!==a});return c+=g.length},r=function(a,b){var c=new o(e(b));return c.countSyllables(a)},s=function(a,b){var c=e(b).deviations.words.full,d=i(c,function(b){return b.word===a});return j(d)?0:d.syllables},t=m(d),u=function(a,b){var c=t(e(b)),d=a,f=0;return g(c,function(a){a.occursIn(d)&&(d=a.removeFrom(d),f+=a.getSyllables())}),{word:d,syllableCount:f}},v=function(a,b){var c=0;return c+=q(a,b),c+=r(a,b)},w=function(a,b){var c=0,d=s(a,b);if(0!==d)return d;var e=u(a,b);return a=e.word,c+=e.syllableCount,c+=v(a,b)},x=function(a,b){a=a.toLocaleLowerCase();var c=f(a),d=k(c,function(a){return w(a,b)});return l(d)};b.exports=x},{"../../config/syllables.js":185,"../../helpers/syllableCountIterator.js":191,"../getWords.js":199,"./DeviationFragment":205,"lodash/filter":140,"lodash/find":141,"lodash/flatMap":143,"lodash/forEach":145,"lodash/isUndefined":168,"lodash/map":170,"lodash/memoize":171,"lodash/sum":176}],207:[function(a,b,c){var d=function(a){return a.replace(/&nbsp;/g," ")},e=function(a){return a.replace(/\s/g," ")},f=function(a){return a=d(a),e(a)};b.exports={unifyNonBreakingSpace:d,unifyWhiteSpace:e,unifyAllSpaces:f}},{}],208:[function(a,b,c){function d(a){return-1!==f.indexOf(a.toLocaleLowerCase())}function e(a,b){this._words=a,this._length=a.length,this._occurrences=b||0}var f=a("../researches/english/functionWords")().all,g=a("lodash/forEach"),h=a("lodash/has");e.lengthBonus={2:3,3:7,4:12,5:18},e.prototype.getLengthBonus=function(){return h(e.lengthBonus,this._length)?e.lengthBonus[this._length]:0},e.prototype.getWords=function(){return this._words},e.prototype.getLength=function(){return this._length},e.prototype.getCombination=function(){return this._words.join(" ")},e.prototype.getOccurrences=function(){return this._occurrences},e.prototype.incrementOccurrences=function(){this._occurrences+=1},e.prototype.getMultiplier=function(a){var b=this.getLengthBonus();return 1+a*b},e.prototype.isRelevantWord=function(a){return h(this._relevantWords,a)},e.prototype.getRelevantWordPercentage=function(){var a=0,b=1;return this._length>1&&(g(this._words,function(b){this.isRelevantWord(b)&&(a+=1)}.bind(this)),b=a/this._length),b},e.prototype.getRelevance=function(){if(1===this._words.length&&d(this._words[0]))return 0;var a=this.getRelevantWordPercentage();return 0===a?0:this.getMultiplier(a)*this._occurrences},e.prototype.setRelevantWords=function(a){this._relevantWords=a},e.prototype.getDensity=function(a){return this._occurrences/a},b.exports=e},{"../researches/english/functionWords":193,"lodash/forEach":145,"lodash/has":147}]},{},[6]);