strusAnalyzer  0.17
segmenter_tsv.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2014 Patrick P. Frey
3  * Copyright (c) 2016 Andreas Baumann
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  */
11 #ifndef _STRUS_ANALYZER_SEGMENTER_TSV_LIB_HPP_INCLUDED
12 #define _STRUS_ANALYZER_SEGMENTER_TSV_LIB_HPP_INCLUDED
13 #include <string>
14 
16 namespace strus {
17 
19 class SegmenterInterface;
21 class ErrorBufferInterface;
22 
25 SegmenterInterface* createSegmenter_tsv( ErrorBufferInterface* errorhnd);
26 
27 }//namespace
28 #endif
29 
SegmenterInterface * createSegmenter_tsv(ErrorBufferInterface *errorhnd)
Get a document segmenter using tab-separated files as input.