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
/
moses
/
TranslationModel
/
UG
/
mm
/
test-xml-escaping.cc
sleepyhead111
Add files using upload-large-folder tool
1747e32
verified
10 months ago
raw
Copy download link
history
blame
contribute
delete
211 Bytes
#
include
<iostream>
#
include
<string>
#
include
<iomanip>
#
include
"ug_http_client.h"
using
namespace
std;
int
main
()
{
string line;
while
(
getline
(cin,line))
cout << Moses::
uri_encode
(line) << endl;
}