mosesdecoder/scripts/training/phrase-extract
2011-08-04 07:36:25 +00:00
..
extract-ghkm run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
extract.xcodeproj fixed backoff phrase table. Allow backoff of unigrams 2011-07-25 12:23:49 +00:00
AlignmentPhrase.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
AlignmentPhrase.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
consolidate-direct.cpp #include for Ubuntu build 2011-03-08 15:45:03 +00:00
consolidate-direct.vcxproj visual studio 2010 2011-07-19 03:07:15 +00:00
consolidate-reverse.cpp create reverse phrase table. Not ready for prime time 2011-07-26 09:12:58 +00:00
consolidate.cpp consolidate gzip files 2011-07-18 05:08:26 +00:00
consolidate.vcxproj vs.net build 2011-07-23 23:26:56 +00:00
extract-lex.cpp consolidate gzip files 2011-07-18 05:08:26 +00:00
extract-lex.h rewrite of lex prob calculation 2011-07-07 09:29:03 +00:00
extract-lex.vcxproj vs.net 2011-07-01 05:48:44 +00:00
extract-rules.cpp vs.net build 2011-07-23 23:26:56 +00:00
extract-rules.vcxproj visual studio 2010 2011-07-19 03:07:15 +00:00
extract.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
extract.vcxproj visual studio 2010 2011-07-19 03:07:15 +00:00
ExtractedRule.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
gzfilebuf.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
hierarchical.h added new file hierarchical.h 2010-01-30 09:16:27 +00:00
Hole.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
HoleCollection.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
HoleCollection.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
InputFileStream.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
InputFileStream.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
Makefile optmised version of score program. Original version is slow when source phrase has many target phrases 'cos it scans a large vector. New version puts it into a set. Slight hack in that it const_cast to get items out of the set. For a source with 100k targets, took 1.2sec, versus 2m20sec. Current version can can take days to run. Won't make it the main score program until regression test for score is set up 2011-07-27 09:40:58 +00:00
phrase-extract.sln vs.net 2011-07-01 05:48:44 +00:00
PhraseAlignment.cpp optmised version of score program. Original version is slow when source phrase has many target phrases 'cos it scans a large vector. New version puts it into a set. Slight hack in that it const_cast to get items out of the set. For a source with 100k targets, took 1.2sec, versus 2m20sec. Current version can can take days to run. Won't make it the main score program until regression test for score is set up 2011-07-27 09:40:58 +00:00
PhraseAlignment.h start on speed optimisation for scoring 2011-07-27 07:55:03 +00:00
relax-parse.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
relax-parse.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
RuleExist.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
RuleExtractionOptions.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
SafeGetline.h Use a generic version of the SAFE_GETLINE macro in scripts/phrase-extract 2010-04-13 16:29:55 +00:00
score2.cpp fix new scorer to output phrase pairs in same order as old scorer 2011-08-04 07:36:25 +00:00
score2.h fix new scorer to output phrase pairs in same order as old scorer 2011-08-04 07:36:25 +00:00
score.cpp Oops, fix commit 4032: option is called --PhrasePairCount not --RuleCount. 2011-06-24 16:40:17 +00:00
score.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
score.vcxproj visual studio 2010 2011-07-19 03:07:15 +00:00
SentenceAlignment.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
SentenceAlignment.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
SentenceAlignmentWithSyntax.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
SentenceAlignmentWithSyntax.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
statistics.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
SyntaxTree.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
SyntaxTree.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
tables-core.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
tables-core.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
XmlException.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
XmlTree.cpp run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00
XmlTree.h run beautify.perl. Consistent formatting for .h & .cpp files 2011-02-24 13:57:11 +00:00