Repository: lucenenet Updated Branches: refs/heads/master 46613e4c3 -> 5f1b2e0cf
Removed SmartCn from the pending work in CONTRIBUTING.md Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/5f1b2e0c Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/5f1b2e0c Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/5f1b2e0c Branch: refs/heads/master Commit: 5f1b2e0cf7ef1907fcf65481ef32b1b43ba24f03 Parents: 46613e4 Author: Shad Storhaug <[email protected]> Authored: Sun Jun 25 03:23:31 2017 +0700 Committer: Shad Storhaug <[email protected]> Committed: Sun Jun 25 03:23:31 2017 +0700 ---------------------------------------------------------------------- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucenenet/blob/5f1b2e0c/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eda09e5..4e00086 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,6 @@ helpers to help with that, see for examples see our [Java style methods to avoid * [Lucene.Net.Replicator](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/replicator) * [Lucene.Net.Analysis.ICU](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/analysis/icu) (note that we will be putting this functionality into the Lucene.Net.ICU package) * [Lucene.Net.Analysis.Kuromoji](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/analysis/kuromoji) -* [Lucene.Net.Analysis.SmartCn](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/analysis/smartcn) There are a few other specialized Analysis packages ([Morfologik](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/analysis/morfologik), [Phonetic](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/analysis/phonetic), [UIMA](https://github.com/apache/lucene-solr/tree/releases/lucene-solr/4.8.0/lucene/analysis/uima)) that have dependencies that would also need to be ported if they don't exist in .NET yet.
