Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
sleepyhead111
/
vllm_fairseq
like
0
ONNX
Safetensors
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
main
vllm_fairseq
/
mosesdecoder
/
moses2
/
Phrase.cpp
sleepyhead111
Add files using upload-large-folder tool
cd33cd3
verified
over 1 year ago
Raw
Download with hf CLI
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