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
  • const.hpp
  • porządek z nagłówkami (teraz są tylko dwa - morfeusz.h i morfeusz_version.h) ...
    1ad7f1ab
    git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/morfeusz@215 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
    Michał Lenart authored
    2014-06-13 16:58:47 +0000  
    Browse Code »
const.hpp 395 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 24 25 26 27 28 29
/* 
 * File:   const.hpp
 * Author: lennyn
 *
 * Created on December 3, 2013, 9:04 PM
 */

#ifndef CONST1_HPP
#define	CONST1_HPP

#include "morfeusz2.h"

namespace morfeusz {

enum MorfeuszProcessorType {
    GENERATOR,
    ANALYZER
};

extern const Charset DEFAULT_MORFEUSZ_CHARSET;

extern const unsigned char SHIFT_ORTH_NODE;

extern const char HOMONYM_SEPARATOR;

}

#endif	/* CONST_HPP */