From 36bf6b5f8a9eea0fc103d539a671780b0d96c4bb Mon Sep 17 00:00:00 2001 From: Marie-Pier Lessard Date: Tue, 5 Jun 2018 14:53:06 -0400 Subject: [PATCH 1/2] fix typo --- 200_Language_intro/00_Intro.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/200_Language_intro/00_Intro.asciidoc b/200_Language_intro/00_Intro.asciidoc index 6f8e105fc..9d7e6200a 100644 --- a/200_Language_intro/00_Intro.asciidoc +++ b/200_Language_intro/00_Intro.asciidoc @@ -39,7 +39,7 @@ order to make words from that((("language analyzers", "other transformations spe * The `french` analyzer ((("french analyzer")))removes _elisions_ like `l'` and `qu'` and _diacritics_ like `¨` or `^`: + -`l'église` -> `eglis` +`l'église` -> `église` * The `german` analyzer normalizes((("german analyzer"))) terms, replacing `ä` and `ae` with `a`, or `ß` with `ss`, among others: From 8e5d0c92994fbb7de8517fe2d1bf6af5687ac78a Mon Sep 17 00:00:00 2001 From: Marie-Pier Lessard Date: Tue, 12 Jun 2018 13:34:48 -0400 Subject: [PATCH 2/2] Update 00_Intro.asciidoc --- 200_Language_intro/00_Intro.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/200_Language_intro/00_Intro.asciidoc b/200_Language_intro/00_Intro.asciidoc index 9d7e6200a..964c62aaa 100644 --- a/200_Language_intro/00_Intro.asciidoc +++ b/200_Language_intro/00_Intro.asciidoc @@ -39,7 +39,7 @@ order to make words from that((("language analyzers", "other transformations spe * The `french` analyzer ((("french analyzer")))removes _elisions_ like `l'` and `qu'` and _diacritics_ like `¨` or `^`: + -`l'église` -> `église` +`l'église` -> `eglise` * The `german` analyzer normalizes((("german analyzer"))) terms, replacing `ä` and `ae` with `a`, or `ß` with `ss`, among others: