Skip to content

Commit e862f1e

Browse files
author
Chris McKenzie
committed
Added specifications and mailing list link.
1 parent 6d639b1 commit e862f1e

File tree

3 files changed

+1388
-2
lines changed

3 files changed

+1388
-2
lines changed

README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The official javascript implementation of the Porter Stemmer
1+
The official javascript implementation of the Porter Stemmer.
22

33
# About
44

@@ -7,6 +7,8 @@ the [original Porter Stemmer from 1980](http://tartarus.org/martin/PorterStemmer
77
and the second corresponding to the [Porter2 stemming algorithm](http://snowball.tartarus.org/algorithms/english/stemmer.html),
88
(rev. July 2005) covered by PorterStemmer2.js.
99

10+
These files have also been included in the spec directory for referencing.
11+
1012
# Usage
1113

1214
Both implementations are invoked the same way, `stemmer(<word to stem>)`, returning the stemmed word.
@@ -24,5 +26,8 @@ for completion by September 15th, 2012.
2426

2527
# Demo
2628

27-
There is a demo available at [demo](http://qaa.ath.cx/porter_js_demo.html)
29+
There is a demo available [here](http://qaa.ath.cx/porter_js_demo.html)
30+
31+
# Mailing List
2832

33+
Available over [here](https://groups.google.com/forum/#!forum/js-porter-stemmer).

0 commit comments

Comments
 (0)