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

or.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