Class DataViewParserKWIC

  • All Implemented Interfaces:
    DataViewParser

    @Deprecated
    public class DataViewParserKWIC
    extends Object
    implements DataViewParser
    Deprecated.
    Use only to talk to legacy clients. Endpoints should upgrade to recent CLARIN-FCS specification.
    An implementation of a Data View parser that parses legacy KWIC Data Views. The input will automatically be upgraded to a HITS Data View and an instance of DataViewHits will be returned.
    See Also:
    DataViewHits
    • Constructor Detail

      • DataViewParserKWIC

        public DataViewParserKWIC​(boolean fullLegacyCompatMode)
        Deprecated.