source: app/src/kor/common_cor.h @ b6109b9

help
Last change on this file since b6109b9 was b3179eb, checked in by pawelk <pawelk@…>, 16 years ago

Dolozylismy dwie opcje do kora: wyswietlanie lub nie wynikow oraz wyswietlanie liczby najlepszych zmian.

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@27 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100755
File size: 510 bytes
Line 
1#ifndef __COMMON_COR_H
2#define __COMMON_COR_H
3
4// SEKCJA STALYCH
5#ifndef _CMDLINE_FILE
6  #define _CMDLINE_FILE "../kor/cmdline.h"
7#endif
8
9#define MAX_LEN 2
10#define PREC 1000
11#define Weight int
12
13// SEKCJA INCLUDOW
14#include "../common/common.h"
15#include _CMDLINE_FILE
16
17
18// SEKCJA GENGETOPT
19extern int change_count;
20extern void process_cor_options(gengetopt_args_info* args);
21extern char dictionary[];
22extern char file_weights[];
23extern float threshold;
24extern bool show_scores;
25extern int result_count;
26
27#endif
28
Note: See TracBrowser for help on using the repository browser.