CWB
Functions
ngram-hash.h File Reference
#include "cl.h"

Functions

unsigned int hash_ngram (int N, int *tuple)
 Computes 32bit hash value for n-gram. More...
 

Function Documentation

unsigned int hash_ngram ( int  N,
int *  tuple 
)

Computes 32bit hash value for n-gram.

Referenced by cl_ngram_hash_check_grow(), and cl_ngram_hash_find_i().