From 28edff70dfe3da34a041519838efc0b4094fef94 Mon Sep 17 00:00:00 2001 From: "Titus Wormer (from Travis CI)" Date: Mon, 4 Nov 2019 08:18:22 +0000 Subject: [PATCH] Deploy words/lancaster-stemmer to github.com/words/lancaster-stemmer.git:gh-pages --- .gitkeep | 0 index.css | 1 + index.html | 1 + index.js | 1 + 4 files changed, 3 insertions(+) create mode 100644 .gitkeep create mode 100644 index.css create mode 100644 index.html create mode 100644 index.js diff --git a/.gitkeep b/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/index.css b/index.css new file mode 100644 index 0000000..406a4bc --- /dev/null +++ b/index.css @@ -0,0 +1 @@ +body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;margin:3em auto;max-width:30em}output{font-weight:700} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..1282c0a --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +lancaster-stemmer

lancaster-stemmer

A quick demo of lancaster-stemmer.

Please raise any issues on GitHub.

Stem:

\ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..ae5a8e8 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +!function(){"use strict";var e=function(e){return function e(p,r){var l,y,h,i,u,s=m[p.charAt(p.length-1)];if(!s)return p;for(y=-1,h=s.length;++y1:e.length>2&&p.test(e)}var r=document.querySelector("input"),l=document.querySelector("output");function y(){l.textContent=e(r.value)}r.addEventListener("input",y),y()}(); \ No newline at end of file