Show / Hide Table of Contents

    Class JapanesePartOfSpeechStopFilter

    Removes tokens that match a set of part-of-speech tags.

    Inheritance
    System.Object
    AttributeSource
    TokenStream
    TokenFilter
    FilteringTokenFilter
    JapanesePartOfSpeechStopFilter
    Implements
    IDisposable
    Inherited Members
    FilteringTokenFilter.m_version
    FilteringTokenFilter.IncrementToken()
    FilteringTokenFilter.Reset()
    FilteringTokenFilter.EnablePositionIncrements
    FilteringTokenFilter.SetEnablePositionIncrements(Boolean)
    FilteringTokenFilter.End()
    TokenFilter.m_input
    TokenFilter.Dispose(Boolean)
    TokenStream.Dispose()
    AttributeSource.GetAttributeFactory()
    AttributeSource.GetAttributeClassesEnumerator()
    AttributeSource.GetAttributeImplsEnumerator()
    AttributeSource.AddAttributeImpl(Attribute)
    AttributeSource.AddAttribute<T>()
    AttributeSource.HasAttributes
    AttributeSource.HasAttribute<T>()
    AttributeSource.GetAttribute<T>()
    AttributeSource.ClearAttributes()
    AttributeSource.CaptureState()
    AttributeSource.RestoreState(AttributeSource.State)
    AttributeSource.GetHashCode()
    AttributeSource.Equals(Object)
    AttributeSource.ReflectAsString(Boolean)
    AttributeSource.ReflectWith(IAttributeReflector)
    AttributeSource.CloneAttributes()
    AttributeSource.CopyTo(AttributeSource)
    AttributeSource.ToString()
    Namespace: Lucene.Net.Analysis.Ja
    Assembly: Lucene.Net.Analysis.Kuromoji.dll
    Syntax
    public sealed class JapanesePartOfSpeechStopFilter : FilteringTokenFilter, IDisposable

    Constructors

    | Improve this Doc View Source

    JapanesePartOfSpeechStopFilter(LuceneVersion, TokenStream, ISet<String>)

    Create a new JapanesePartOfSpeechStopFilter.

    Declaration
    public JapanesePartOfSpeechStopFilter(LuceneVersion version, TokenStream input, ISet<string> stopTags)
    Parameters
    Type Name Description
    LuceneVersion version

    The Lucene match version.

    TokenStream input

    The TokenStream to consume.

    ISet<System.String> stopTags

    The part-of-speech tags that should be removed.

    | Improve this Doc View Source

    JapanesePartOfSpeechStopFilter(LuceneVersion, Boolean, TokenStream, ISet<String>)

    Declaration
    public JapanesePartOfSpeechStopFilter(LuceneVersion version, bool enablePositionIncrements, TokenStream input, ISet<string> stopTags)
    Parameters
    Type Name Description
    LuceneVersion version
    System.Boolean enablePositionIncrements
    TokenStream input
    ISet<System.String> stopTags

    Methods

    | Improve this Doc View Source

    Accept()

    Declaration
    protected override bool Accept()
    Returns
    Type Description
    System.Boolean
    Overrides
    FilteringTokenFilter.Accept()

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)