Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Port Lucene.Net.Analysis.Ko #645

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Sep 28, 2022

  1. KoreanAnalyzer feature added

    The current released version of Lucenenet does not implement the Korean
    Analyzer as it does in Java. This commit serves to port over the logic
    from the Java repo to C# however it only contains logic for the Analyzer
    class.
    r.hwang committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    75bf47f View commit details
    Browse the repository at this point in the history
  2. KoreanAnalyzer feature added

    The current released version of Lucenenet does not implement the Korean
    Analyzer as it does in Java. This commit serves to port over the logic
    from the Java repo to C# however it only contains logic for the Analyzer
    class.
    r.hwang committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    870bc49 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/add-korean-analyzer' into add-ko…

    …rean-analyzer
    
    # Conflicts:
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/DecompoundToken.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/BinaryDictionary.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/CharacterDefinition.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/ConnectionCosts.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/Dictionary.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/TokenInfoDictionary.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/TokenInfoFST.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/UnknownDictionary.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/DictionaryToken.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/KoreanAnalyzer.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/TokenAttributes/PartOfSpeechAttributes.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/TokenAttributes/ReadingAttributes.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/TokenAttributes/ReadingAttributesImpl.cs
    r.hwang committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    5b7052d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/add-korean-analyzer' into add-ko…

    …rean-analyzer
    
    # Conflicts:
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/DecompoundToken.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/BinaryDictionary.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/CharacterDefinition.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/ConnectionCosts.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/Dictionary.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/TokenInfoDictionary.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/TokenInfoFST.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/Dict/UnknownDictionary.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/DictionaryToken.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/KoreanAnalyzer.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/TokenAttributes/PartOfSpeechAttributes.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/TokenAttributes/ReadingAttributes.cs
    #	src/Lucene.Net.Analysis.Common/Analysis/Ko/TokenAttributes/ReadingAttributesImpl.cs
    r.hwang committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    01d2c4c View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/add-korean-analyzer' into add-ko…

    …rean-analyzer
    r.hwang committed Sep 28, 2022
    Configuration menu
    Copy the full SHA
    a5b0ded View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Expanded the Filter libraries

    implementation of the number filter and the respective filter factories
    r.hwang committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    645b171 View commit details
    Browse the repository at this point in the history
  2. Added CSVUtil and comments

    r.hwang committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    26fc963 View commit details
    Browse the repository at this point in the history
  3. More comments and license disclaimers

    r.hwang committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    8b4f807 View commit details
    Browse the repository at this point in the history
  4. Remove unneccesary directory

    r.hwang committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    db816ed View commit details
    Browse the repository at this point in the history