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.cpp
  • - nowa wersja API przechodząca testy ...
    4cf58ae1
    git-svn-id: svn://svn.nlp.ipipan.waw.pl/morfeusz/trunk@245 ff4e3ee1-f430-4e82-ade0-24591c43f1fd
    Michał Lenart authored
    2014-08-06 12:13:21 +0000  
    Browse Dir »
const.cpp 237 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14

#include "const.hpp"

namespace morfeusz {

extern const Charset DEFAULT_MORFEUSZ_CHARSET = UTF8;

extern const unsigned char SHIFT_ORTH_NODE = 1;

extern const char HOMONYM_SEPARATOR = ':';

extern const char LABELS_SEPARATOR = '|';

}