Fork me on GitHub
Search Results for

    Show / Hide Table of Contents

    stempel-patch-stems

    Name

    analysis-stempel-patch-stems - Generates patch commands from an already prepared stemmer table for the Egothor stemmer in the Lucene.Net.Analysis.Stempel project.

    Synopsis

    lucene analysis stempel-patch-stems <STEMMER_TABLE_FILE> [-e|--encoding] [?|-h|--help]
    

    Description

    See the Egothor project documentation for more information.

    Arguments

    STEMMER_TABLE_FILE

    The path to a file containing a stemmer table. Multiple values can be supplied separated by a space.

    Options

    ?|-h|--help

    Prints out a short help for the command.

    -e|--encoding <ENCODING>

    The file encoding used by the stemmer files. If not supplied, the default value is UTF-8. Note this value can alternatively be supplied by setting the environment variable egothor.stemmer.charset.

    Example

    lucene analysis stempel-patch-stems X:\stemmer-data\table1.txt X:\stemmer-data\table2.txt --encoding UTF-16
    
    • Improve this Doc
    In This Article
    Back to top Copyright © 2021 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.