Skip to content
Snippets Groups Projects
Select Git revision
  • 4ed1d1d961196b6b67fe83e52c2faca0022e4a16
  • master default protected
  • develop protected
  • feat_remove_attr
  • python2.7
  • python3.8
6 results

tokenmetadata.cpp

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