Logo

GitLab

Sign in

SGJP / Morfeusz

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
b37840896f40eb029000af6fbf1a1fab7241c9b9
  • Morfeusz
  • morfeusz
  • ChunkBounds.hpp
  • obsługa opcji whitespaceHandling==APPEND + testy do niej ...
    349ab047
    git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@237 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
    Michał Lenart authored
    11 years ago  
    Browse Code »
ChunkBounds.hpp 370 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
/* 
 * File:   ChunkBounds.hpp
 * Author: lennyn
 *
 * Created on June 27, 2014, 10:59 PM
 */

#ifndef CHUNKBOUNDS_HPP
#define	CHUNKBOUNDS_HPP

namespace morfeusz {

    struct ChunkBounds {
        const char* chunkStartPtr;
        const char* wordStartPtr;
        const char* wordEndPtr;
        const char* chunkEndPtr;
    };
    
}

#endif	/* CHUNKBOUNDS_HPP */