Skip to content

Commit 1479974

Browse files
chore: bump npm version — minor
1 parent c7345fa commit 1479974

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

docs/Tokenizer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
16171617
<br class="clear">
16181618

16191619
<footer>
1620-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 27 2022 20:39:38 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
1620+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 27 2022 20:46:31 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
16211621
</footer>
16221622

16231623
<script>prettyPrint();</script>

docs/global.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
418418
<br class="clear">
419419

420420
<footer>
421-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 27 2022 20:39:38 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
421+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 27 2022 20:46:31 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
422422
</footer>
423423

424424
<script>prettyPrint();</script>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h3>Need Help?</h3>
299299
<h3>About wink</h3>
300300
<p><a href="http://winkjs.org/">Wink</a> is a family of open source packages for <strong>Statistical Analysis</strong>, <strong>Natural Language Processing</strong> and <strong>Machine Learning</strong> in NodeJS. The code is <strong>thoroughly documented</strong> for easy human comprehension and has a <strong>test coverage of ~100%</strong> for reliability to build production grade solutions.</p>
301301
<h3>Copyright &amp; License</h3>
302-
<p><strong>wink-tokenizer</strong> is copyright 2017-20 <a href="http://graype.in/">GRAYPE Systems Private Limited</a>.</p>
302+
<p><strong>wink-tokenizer</strong> is copyright 2017-21 <a href="http://graype.in/">GRAYPE Systems Private Limited</a>.</p>
303303
<p>It is licensed under the terms of the MIT License.</p></article>
304304
</section>
305305

@@ -322,7 +322,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
322322
<br class="clear">
323323

324324
<footer>
325-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 27 2022 20:39:38 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
325+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 27 2022 20:46:31 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
326326
</footer>
327327

328328
<script>prettyPrint();</script>

docs/wink-tokenizer.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h1 class="page-title">wink-tokenizer.js</h1>
193193
<pre class="prettyprint source linenums"><code>// wink-tokenizer
194194
// Multilingual tokenizer that automatically tags each token with its type.
195195
//
196-
// Copyright (C) 2017-20 GRAYPE Systems Private Limited
196+
// Copyright (C) GRAYPE Systems Private Limited
197197
//
198198
// This file is part of “wink-tokenizer”.
199199
//
@@ -694,7 +694,7 @@ <h2><a href="index.html">Summary</a></h2><h2><a href="https://github.com/winkjs/
694694
<br class="clear">
695695

696696
<footer>
697-
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 27 2022 20:39:38 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
697+
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.10</a> on Thu Jan 27 2022 20:46:31 GMT+0530 (India Standard Time) using the <a href="https://github.com/clenemt/docdash">docdash</a> theme.
698698
</footer>
699699

700700
<script>prettyPrint();</script>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wink-tokenizer",
3-
"version": "5.2.3",
3+
"version": "5.3.0",
44
"description": "Multilingual tokenizer that automatically tags each token with its type",
55
"keywords": [
66
"Tokenizer",

0 commit comments

Comments
 (0)