Home
last modified time | relevance | path

Searched refs:wcerr (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/dports/textproc/pict/pict-3.7.1/cli/
H A Dccommon.cpp26 wcerr << L")\n"; in Print()
38 wcerr << L"="; in Print()
41 wcerr << L">="; in Print()
44 wcerr << L">"; in Print()
47 wcerr << L"in"; in Print()
50 wcerr << L"<="; in Print()
56 wcerr << L"<"; in Print()
59 wcerr << L"<>"; in Print()
69 wcerr << L" "; in Print()
96 wcerr << L"\n"; in Print()
[all …]
H A Dcommon.cpp21 wcerr << L"Input Error: "; in PrintMessage()
25 wcerr << L"Input Warning: "; in PrintMessage()
29 wcerr << L"Generation Error: "; in PrintMessage()
33 wcerr << L"Seeding Error: "; in PrintMessage()
37 wcerr << L"System Error: "; in PrintMessage()
41 wcerr << L"Constraints Warning: "; in PrintMessage()
45 wcerr << L"Seeding Warning: "; in PrintMessage()
53 wcerr << text1; in PrintMessage()
54 if ( text2 != NULL ) wcerr << L" " << text2; in PrintMessage()
56 wcerr << endl; in PrintMessage()
[all …]
/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dapertium_lextor.cc45 wcerr<<"USAGE:\n"; in help()
50 wcerr<<"ARGUMENTS: \n" in help()
200 wcerr<<L"LICENSE:\n\n" in main()
273 wcerr<<L"Error: Cannot open file '" in main()
280 wcerr<<L"Error: Cannot open file '" in main()
287 wcerr<<L"Error: Cannot open file '" in main()
295 wcerr<<L"Error: Cannot open file '" in main()
382 wcerr<<L"Error: Cannot open file '" in main()
389 wcerr<<L"Error: Cannot open file '" in main()
396 wcerr<<L"Error: Cannot open file '" in main()
[all …]
H A Dapertium_tagger_readwords.cc80 wcerr<<nwords<<" were readed\n"; in readwords()
85 wcerr<<"USAGE:\n"; in help()
88 wcerr<<"ARGUMENTS: \n" in help()
103 wcerr<<"LOCALE: "<<setlocale(LC_ALL,"")<<"\n"; in main()
105 wcerr<<"Command line: "; in main()
107 wcerr<<argv[i]<<" "; in main()
108 wcerr<<"\n"; in main()
145 wcerr<<"apertium-tagger-readwords\n"; in main()
146 wcerr<<"LICENSE:\n\n" in main()
185 wcerr<<"done.\n"; in main()
[all …]
H A Dapertium_transfer.cc44 wcerr << " trules transfer rules file" << endl; in message()
49 wcerr << " -b input from lexical transfer" << endl; in message()
50 wcerr << " -n don't use bilingual dictionary" << endl; in message()
55 wcerr << " -z null-flushing output on '\0'" << endl; in message()
56 wcerr << " -h shows this message" << endl; in message()
67 wcerr << "Error: can't stat file '"; in testfile()
68 wcerr << filename << "'." << endl; in testfile()
78 wcerr << "Error: can't open input file '"; in open_input()
79 wcerr << filename.c_str() << "'." << endl; in open_input()
91 wcerr << "Error: can't open output file '"; in open_output()
[all …]
H A Dapertium_lextor_eval.cc41 wcerr<<"USAGE:\n"; in help()
43 wcerr<<"ARGUMENTS: \n" in help()
87 wcerr<<"Command line: "; in main()
89 wcerr<<argv[i]<<" "; in main()
90 wcerr<<"\n"; in main()
150 wcerr<<"LICENSE:\n\n" in main()
172 wcerr<<"TH ANGLE: "<<LexTor::angleth<<"\n"; in main()
175 wcerr<<"Error: No reference corpus was given\n"; in main()
205 wcerr<<"Error: No model file was given\n"; in main()
268 wcerr<<"Error: no stopwords file was given\n"; in main()
[all …]
H A Dlextor.cc88 wcerr<<L"\n"; in trainwrd()
135 wcerr<<L"\n"; in trainwrd()
221 wcerr<<L"\n"; in trainlch()
237 wcerr<<L"\n"; in trainlch()
297 wcerr<<L"\n"; in trainlch()
323 wcerr<<L"\n"; in trainlch()
577 wcerr<<L"\n"; in lexical_selector()
581 wcerr<<L"\n\n"; in lexical_selector()
692 wcerr<<L"\n"; in estimate_winner_lch_voting()
886 wcerr<<L"\n"; in estimate_winner_lch_votingtl()
[all …]
H A Dapertium_tagger_apply_new_rules.cc42 wcerr<<"Error: cannot open file '"<<path.c_str()<<"'\n"; in check_file()
49 wcerr<<"USAGE:\n"; in help()
52 wcerr<<"ARGUMENTS: \n" in help()
67 wcerr<<"Command line: "; in main()
69 wcerr<<argv[i]<<" "; in main()
70 wcerr<<"\n"; in main()
99 wcerr<<"LICENSE:\n\n" in main()
148 wcerr<<"done.\n"; in main()
153 wcerr<<"done.\n"; in main()
164 wcerr<<"Writing apertium-tagger data to file '"<<fileout<<"' ... "<<flush; in main()
[all …]
H A Dapertium_tmxbuild.cc38 wcerr << L"Options:" << endl; in usage()
40 wcerr << L" (0.85 by default) in length terms" << endl; in usage()
42 wcerr << L" (0.30 by default) in edit distance terms" << endl; in usage()
44 wcerr << L" (15 by default)" << endl; in usage()
46 wcerr << L" sentences (50 by default)" << endl; in usage()
49 wcerr << L" (100 sentences by default)" << endl; in usage()
51 wcerr << L" (75 sentences by default)" << endl; in usage()
52 wcerr << L" -h help display this help" << endl; in usage()
53 wcerr << L"Other parameters:" << endl; in usage()
54 wcerr << L" code1, code2 codes of the languages (i.e. ISO-631 ones)" << endl; in usage()
[all …]
H A Dapertium_interchunk.cc40 wcerr << " t2x t2x rules file" << endl; in message()
41 wcerr << " preproc result of preprocess trules file" << endl; in message()
44 wcerr << "OPTIONS" <<endl; in message()
45 wcerr << " -t trace mode" << endl; in message()
46 wcerr << " -z flush buffer on '\0'" << endl; in message()
56 wcerr << "Error: can't stat file '"; in testfile()
57 wcerr << filename << "'." << endl; in testfile()
67 wcerr << "Error: can't open input file '"; in open_input()
68 wcerr << filename.c_str() << "'." << endl; in open_input()
80 wcerr << "Error: can't open output file '"; in open_output()
[all …]
H A Dapertium_postchunk.cc39 wcerr << " t3x t3x rules file" << endl; in message()
40 wcerr << " preproc result of preprocess trules file" << endl; in message()
41 wcerr << " input input file, standard input by default" << endl; in message()
43 wcerr << "OPTIONS" <<endl; in message()
45 wcerr << " -z null-flushing output on '\0'" << endl; in message()
55 wcerr << "Error: can't stat file '"; in testfile()
56 wcerr << filename << "'." << endl; in testfile()
66 wcerr << "Error: can't open input file '"; in open_input()
67 wcerr << filename.c_str() << "'." << endl; in open_input()
79 wcerr << "Error: can't open output file '"; in open_output()
[all …]
H A Dapertium_gen_wlist_lextor_translation.cc36 wcerr<<L"USAGE:\n"; in help()
38 wcerr<<L"ARGUMENTS: \n" in help()
85 wcerr<<L"APERTIUM"<<L"\n"; //"APERTIUM" era PACKAGE_STRING in main()
86 wcerr<<L"LICENSE:\n\n" in main()
109 wcerr<<L"Error: no monolingual dictionary file was given\n"; in main()
115 wcerr<<L"Error: no bilingual dictionary file was given\n"; in main()
121 wcerr<<L"Error: no word list file was given\n"; in main()
131 wcerr<<L"Error: Cannot open file '" in main()
138 wcerr<<L"Error: Cannot open file '" in main()
145 wcerr<<L"Error: Cannot open file '" in main()
[all …]
H A Dlextor_eval.cc62 wcerr<<L"# of words.......................................... "<<nwords<<L"\n" in print_evaluation()
71 wcerr<<L"NOTE: # ignored words ARE NOT included in the rest of counts\n"; in print_evaluation()
75 wcerr<<L"\nReport by words:\n---------------------------------------\n"; in print_evaluation()
78 wcerr<<L"WORD\t\tOCCURR\tERROR\tDEFAULT\t%ERROR\t%DEFAULT\n"; in print_evaluation()
79 wcerr<<L"-----------------------------------------------------------------\n"; in print_evaluation()
118 wcerr<<L"========= ERROR\n"; in evalword()
122 wcerr<<L"========= OK\n"; in evalword()
130 wcerr<<L"Error: Input and reference corpora are not aligned\n"; in evalword()
131 wcerr<<L"word="<<reduced_w<<L" ref. word="<<reduced_wref<<L"\n"; in evalword()
132 wcerr<<L"Number of words: "<<nwords+nignored<<L"\n"; in evalword()
[all …]
H A Dlextor_word.cc68 wcerr<<L"Error in LexTorWord::get_lexical_choice, choice position given is " in get_lexical_choice()
70 wcerr<<L"position requested: "<<choice<<"\n"; in get_lexical_choice()
71 wcerr<<L"number of lexical choices: "<<lexical_choices.size()<<"\n"; in get_lexical_choice()
72 wcerr<<L"Returning default choice\n"; in get_lexical_choice()
91 wcerr<<L"Error in LexTorWord::translate, choice position given is " in translate()
93 wcerr<<L"position requested: "<<lexchoice<<"\n"; in translate()
94 wcerr<<L"number of lexical choices: "<<lexical_choices.size()<<"\n"; in translate()
95 wcerr<<L"Returning default choice\n"; in translate()
118 wcerr<<L"Error in LexTorWord::next_word when analyzing lexical options\n"; in extract_lexical_choices()
140 wcerr<<L"Error in LexTorWord::next_word while reading input word\n"; in next_word()
[all …]
/dports/textproc/lttoolbox/lttoolbox-3.5.4/lttoolbox/
H A Dcompiler.cc400 wcerr << L">' in this context." << endl; in readString()
415 wcerr << L"): Invalid construction." << endl; in skipBlanks()
450 wcerr << L"): Invalid construction." << endl; in skip()
491 wcerr << L"): Entry begins with space." << endl; in procIdentity()
536 wcerr << L"): Entry begins with space." << endl; in procTransduction()
624 wcerr << L"): Invalid entry token." << endl; in insertEntryTokens()
700 wcerr << L"): '<" << elemname; in requireAttribute()
701 wcerr << L"' element must specify non-void '"; in requireAttribute()
702 wcerr << attrname << L"' attribute." << endl; in requireAttribute()
774 wcerr << L"): Parse error." << endl; in procEntry()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl; in test06()
32 wcerr << L"i == " << i << endl; in test06()
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
39 wcerr << L"i == " << i << endl; in test06()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl; in test06()
32 wcerr << L"i == " << i << endl; in test06()
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
39 wcerr << L"i == " << i << endl; in test06()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl; in test06()
32 wcerr << L"i == " << i << endl; in test06()
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
39 wcerr << L"i == " << i << endl; in test06()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl; in test06()
32 wcerr << L"i == " << i << endl; in test06()
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
39 wcerr << L"i == " << i << endl; in test06()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl; in test06()
32 wcerr << L"i == " << i << endl; in test06()
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
39 wcerr << L"i == " << i << endl; in test06()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl; in test06()
32 wcerr << L"i == " << i << endl; in test06()
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
39 wcerr << L"i == " << i << endl; in test06()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl; in test06()
32 wcerr << L"i == " << i << endl; in test06()
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
39 wcerr << L"i == " << i << endl; in test06()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc32 wcerr << endl; in test06()
33 wcerr << L"i == " << i << endl; in test06()
34 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
35 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
36 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
37 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
40 wcerr << L"i == " << i << endl; in test06()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl; in test06()
32 wcerr << L"i == " << i << endl; in test06()
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
39 wcerr << L"i == " << i << endl; in test06()
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/27_io/objects/wchar_t/
H A D5280_xin.cc31 wcerr << endl; in test06()
32 wcerr << L"i == " << i << endl; in test06()
33 wcerr << L"wcin.rdstate() == " << wcin.rdstate() << endl; in test06()
34 wcerr << L"wcin.bad() == " << wcin.bad() << endl; in test06()
35 wcerr << L"wcin.fail() == " << wcin.fail() << endl; in test06()
36 wcerr << L"wcin.eof() == " << wcin.eof() << endl; in test06()
39 wcerr << L"i == " << i << endl; in test06()

12345678910>>...28