Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
sleepyhead111
/
vllm_fairseq
like
0
ONNX
Safetensors
Model card
Files
Files and versions
xet
Community
main
vllm_fairseq
/
mosesdecoder
/
moses2
/
Phrase.cpp
sleepyhead111
Add files using upload-large-folder tool
cd33cd3
verified
9 months ago
raw
Copy download link
history
blame
contribute
delete
275 Bytes
/*
* PhraseImpl.cpp
*
* Created on: 23 Oct 2015
* Author: hieu
*/
#
include
<boost/functional/hash.hpp>
#
include
"Phrase.h"
#
include
"Word.h"
#
include
"MemPool.h"
#
include
"Scores.h"
#
include
"System.h"
using
namespace
std;
namespace
Moses2
{
}
// namespace