Skip to content
Snippets Groups Projects
Select Git revision
  • d3723f8796812e8637e3b5312a02ede0b0f748a8
  • master default protected
  • fix-words-ann
  • wccl-rules-migration
  • develop
5 results

issubsetof.h

Blame
  • helpers.h 354 B
    #ifndef LIBSORPUS2_IO_HELPERS_H
    #define LIBCORPUS2_IO_HELPERS_H
    
    #include <libcorpus2/chunk.h>
    #include <libcorpus2/tagset.h>
    
    namespace Corpus2 {
    
    std::vector<boost::shared_ptr<Chunk> > read_chunks_from_utf8_string(
    	const std::string& data,
    	const Tagset& tagset,
    	const std::string& format);
    
    } /* end ns Corpus2 */
    
    #endif // LIBCORPUS2_IO_HELPERS_H