Skip to content

Commit

Permalink
Revert "Tidy up before putting chapters live"
Browse files Browse the repository at this point in the history
This reverts commit 9451c31.
  • Loading branch information
clintongormley committed Jun 18, 2014
1 parent cf1f8b5 commit 87d0336
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions 230_Stemming.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[[stemming]]
== Reducing words to their root form (TODO)
include::230_Stemming/00_Intro.asciidoc[]

include::230_Stemming/10_Algorithmic_stemmers.asciidoc[]

algorithmic stemmers
porter stem token filter
Expand Down
2 changes: 1 addition & 1 deletion 240_Stopwords.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[stopwords]]
== Stopwords: performance vs precision (TODO)
== Stopwords: performance vs precision

stop token filter
elision token filter
Expand Down
2 changes: 1 addition & 1 deletion 260_Synonyms.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[synonyms]]
== Synonyms (TODO)
== Synonyms

TODO

Expand Down
2 changes: 1 addition & 1 deletion 280_Suggesters.asciidoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[[suggesters]]
== Suggesters (TODO)
== Suggesters

Did you mean phrase suggester

Expand Down

0 comments on commit 87d0336

Please sign in to comment.