Thread portable class


Gate portable class


Timer class


Pool class


Terimber 2.0


About C++


Downloads Products & Services Support Clients Open Source About



Home / Open source / Terimber 2.0

ngram_suggestions_info Class Reference

ngram suggestion information More...

#include <fuzzyimpl.h>

List of all members.

Public Member Functions

 ngram_suggestions_info (size_t vpk, size_t popularity, double score, size_t penalty)
 constructor

Public Attributes

size_t _vpk
 word key
size_t _popularity
 word popularity
double _score
 match score
size_t _penalty
 mismatch penalty


Detailed Description

ngram suggestion information

Definition at line 314 of file fuzzyimpl.h.


Constructor & Destructor Documentation

ngram_suggestions_info::ngram_suggestions_info ( size_t  vpk,
size_t  popularity,
double  score,
size_t  penalty 
) [inline]

constructor

Parameters:
vpk  word key
popularity  word popularity
score  match score
penalty  mismatch penalty

Definition at line 318 of file fuzzyimpl.h.


Member Data Documentation

word key

Definition at line 330 of file fuzzyimpl.h.

word popularity

Definition at line 331 of file fuzzyimpl.h.

match score

Definition at line 332 of file fuzzyimpl.h.

mismatch penalty

Definition at line 333 of file fuzzyimpl.h.


The documentation for this class was generated from the following file:


© Copyright Terimber 2003-.