TRF Language Model
base Directory Reference

Files

file  wb-file.cpp [code]
 
file  wb-file.h [code]
 define the file class
 
file  wb-heap.h [code]
 heap, using a linear array. It can be used to sort values.
 
file  wb-iter.h [code]
 
file  wb-lhash.h [code]
 linear hash, using 'open address' to handle collision
 
file  wb-linux.cpp [code]
 
file  wb-linux.h [code]
 
file  wb-log.cpp [code]
 
file  wb-log.h [code]
 a definition of a class Log, which can output to the cmd window and the log file simultaneously. In wb-log.cpp, there are a Log variable "lout", which can be directly used just like "cout". For example:
 
file  wb-mat.h [code]
 
file  wb-option.cpp [code]
 
file  wb-option.h [code]
 Define the option class.
 
file  wb-solve.cpp [code]
 
file  wb-solve.h [code]
 define the framework of iterative algorithms, such as gradient descent or LBFGS.
 
file  wb-string.cpp [code]
 
file  wb-string.h [code]
 define the class String
 
file  wb-system.h [code]
 include all the wb-written modules
 
file  wb-trie.h [code]
 Define the trie structure.
 
file  wb-vector.h [code]
 Defination of simple dynamic array/stack/queue and so on.
 
file  wb-win.cpp [code]
 
file  wb-win.h [code]
 Provide the toolkits for cmd window of window platform.
 
file  wb-word-cluster.cpp [code]
 
file  wb-word-cluster.h [code]