Logo

GitLab

Sign in

SGJP / Morfeusz

  • Back to Group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Morfeusz
  • morfeusz
  • MorfeuszOptions.hpp
  • - dodanie prawdziwej obsługi "niestandardowych" charsetów ...
    80bfec77
    git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@40 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
    Michał Lenart authored
    2013-12-08 13:26:09 +0000  
    Browse File »
MorfeuszOptions.hpp 298 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
/* 
 * File:   MorfeuszOptions.hpp
 * Author: mlenart
 *
 * Created on December 7, 2013, 9:36 PM
 */

#ifndef MORFEUSZOPTIONS_HPP
#define	MORFEUSZOPTIONS_HPP

#include "const.hpp"

struct MorfeuszOptions {
    bool caseSensitive;
    MorfeuszCharset encoding;
};

#endif	/* MORFEUSZOPTIONS_HPP */