xapian-core  2.0.0
Macros | Enumerations | Variables
sbl-dispatch.h File Reference

Map string to language code. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SNOWBALL_DISPATCH
 
#define LANGSTRING   "arabic armenian basque catalan danish dutch dutch_porter earlyenglish english esperanto estonian finnish french german greek hindi hungarian indonesian irish italian lithuanian lovins nepali norwegian polish porter portuguese romanian russian serbian spanish swedish tamil turkish yiddish"
 

Enumerations

enum  sbl_code {
  NONE = 0 , ARABIC = 1 , ARMENIAN = 2 , BASQUE = 3 ,
  CATALAN = 4 , DANISH = 5 , DUTCH = 6 , DUTCH_PORTER = 7 ,
  EARLYENGLISH = 8 , ENGLISH = 9 , ESPERANTO = 10 , ESTONIAN = 11 ,
  FINNISH = 12 , FRENCH = 13 , GERMAN = 14 , GREEK = 15 ,
  HINDI = 16 , HUNGARIAN = 17 , INDONESIAN = 18 , IRISH = 19 ,
  ITALIAN = 20 , LITHUANIAN = 21 , LOVINS = 22 , NEPALI = 23 ,
  NORWEGIAN = 24 , POLISH = 25 , PORTER = 26 , PORTUGUESE = 27 ,
  ROMANIAN = 28 , RUSSIAN = 29 , SERBIAN = 30 , SPANISH = 31 ,
  SWEDISH = 32 , TAMIL = 33 , TURKISH = 34 , YIDDISH = 35
}
 

Variables

static const unsigned char tab []
 

Detailed Description

Map string to language code.

Definition in file sbl-dispatch.h.

Macro Definition Documentation

◆ LANGSTRING

#define LANGSTRING   "arabic armenian basque catalan danish dutch dutch_porter earlyenglish english esperanto estonian finnish french german greek hindi hungarian indonesian irish italian lithuanian lovins nepali norwegian polish porter portuguese romanian russian serbian spanish swedish tamil turkish yiddish"

Definition at line 200 of file sbl-dispatch.h.

◆ SNOWBALL_DISPATCH

#define SNOWBALL_DISPATCH

Definition at line 162 of file sbl-dispatch.h.

Enumeration Type Documentation

◆ sbl_code

enum sbl_code
Enumerator
NONE 
ARABIC 
ARMENIAN 
BASQUE 
CATALAN 
DANISH 
DUTCH 
DUTCH_PORTER 
EARLYENGLISH 
ENGLISH 
ESPERANTO 
ESTONIAN 
FINNISH 
FRENCH 
GERMAN 
GREEK 
HINDI 
HUNGARIAN 
INDONESIAN 
IRISH 
ITALIAN 
LITHUANIAN 
LOVINS 
NEPALI 
NORWEGIAN 
POLISH 
PORTER 
PORTUGUESE 
ROMANIAN 
RUSSIAN 
SERBIAN 
SPANISH 
SWEDISH 
TAMIL 
TURKISH 
YIDDISH 

Definition at line 25 of file sbl-dispatch.h.

Variable Documentation

◆ tab

const unsigned char tab[]
static

Definition at line 64 of file sbl-dispatch.h.

Referenced by Xapian::Stem::Stem().