From 9e90558a3522e63919525898ae17211996d3a077 Mon Sep 17 00:00:00 2001 From: Mustafa Paltun Date: Sat, 6 Apr 2019 17:39:19 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 55df22f..d47053a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # asciifolding +Rust port of Lucene's [Ascii folding filter](http://lucene.apache.org/core/8_0_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html) [![Build Status](https://travis-ci.com/mpaltun/asciifolding.svg?branch=master)](https://travis-ci.com/mpaltun/asciifolding) -Rust port of Lucene's [Ascii folding filter](http://lucene.apache.org/core/8_0_0/analyzers-common/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.html) From Lucene documentation: > This class converts alphabetic, numeric, and symbolic Unicode characters which are not in the first 127 ASCII characters (the "Basic Latin" Unicode block) into their ASCII equivalents, if one exists. @@ -9,4 +9,4 @@ From Lucene documentation: - https://github.com/apache/lucene-solr/blob/2ae4746365c1ee72a0047ced7610b2096e438979/lucene/analysis/common/src/java/org/apache/lucene/analysis/miscellaneous/ASCIIFoldingFilter.java # Thanks -- https://github.com/kaedroho/rusticsearch \ No newline at end of file +- https://github.com/kaedroho/rusticsearch