You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sy...@apache.org on 2016/12/14 20:00:50 UTC

[4/4] lucenenet git commit: Merge remote-tracking branch 'devmk/master'

Merge remote-tracking branch 'devmk/master'


Project: http://git-wip-us.apache.org/repos/asf/lucenenet/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucenenet/commit/7214c8a3
Tree: http://git-wip-us.apache.org/repos/asf/lucenenet/tree/7214c8a3
Diff: http://git-wip-us.apache.org/repos/asf/lucenenet/diff/7214c8a3

Branch: refs/heads/master
Commit: 7214c8a3c991889f0cb024b0b8045304b1b3d6df
Parents: e75dbf6 7ecb752
Author: Itamar Syn-Hershko <it...@code972.com>
Authored: Wed Dec 14 22:00:34 2016 +0200
Committer: Itamar Syn-Hershko <it...@code972.com>
Committed: Wed Dec 14 22:00:34 2016 +0200

----------------------------------------------------------------------
 .../Analysis/Compound/Hyphenation/ByteVector.cs | 156 ++++
 .../Analysis/Compound/Hyphenation/CharVector.cs | 171 ++++
 .../Analysis/Compound/Hyphenation/Hyphen.cs     |  72 ++
 .../Compound/Hyphenation/Hyphenation.cs         |  53 ++
 .../Compound/Hyphenation/HyphenationTree.cs     | 581 +++++++++++++
 .../Compound/Hyphenation/PatternConsumer.cs     |  54 ++
 .../Compound/Hyphenation/PatternParser.cs       | 483 +++++++++++
 .../Compound/Hyphenation/TernaryTree.cs         | 816 +++++++++++++++++++
 .../Compound/Hyphenation/hyphenation.dtd        |  68 ++
 .../Analysis/Compound/hyphenation/ByteVector.cs | 156 ----
 .../Analysis/Compound/hyphenation/CharVector.cs | 171 ----
 .../Analysis/Compound/hyphenation/Hyphen.cs     |  72 --
 .../Compound/hyphenation/Hyphenation.cs         |  53 --
 .../Compound/hyphenation/HyphenationTree.cs     | 581 -------------
 .../Compound/hyphenation/PatternConsumer.cs     |  54 --
 .../Compound/hyphenation/PatternParser.cs       | 483 -----------
 .../Compound/hyphenation/TernaryTree.cs         | 816 -------------------
 .../Compound/hyphenation/hyphenation.dtd        |  68 --
 18 files changed, 2454 insertions(+), 2454 deletions(-)
----------------------------------------------------------------------