mosesdecoder/phrase-extract
Phil Williams 23488e1adb extract-ghkm: use square brackets for --TreeFragments
Use square brackets instead of round brackets for internal tree
structure.  This avoids the need for additional escaping since
square brackets are already escaped in Moses.

Also: tweak code style to match the rest of the source file, and
output less whitespace to make the extract files (marginally)
smaller.
2013-09-20 14:57:40 +01:00
..
extract-ghkm extract-ghkm: use square brackets for --TreeFragments 2013-09-20 14:57:40 +01:00
lexical-reordering beautify 2013-05-29 18:16:15 +01:00
pcfg-common beautify 2013-05-29 18:16:15 +01:00
pcfg-extract beautify 2013-05-29 18:16:15 +01:00
pcfg-score beautify 2013-05-29 18:16:15 +01:00
AlignmentPhrase.cpp add namespace to phrase-extract 2012-06-30 15:43:47 +01:00
AlignmentPhrase.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
consolidate-direct-main.cpp beautify 2013-05-29 18:16:15 +01:00
consolidate-direct.vcxproj move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
consolidate-main.cpp consolidate: write key-value field to rule table 2013-09-20 09:42:13 +01:00
consolidate-reverse-main.cpp beautify 2013-05-29 18:16:15 +01:00
consolidate.vcxproj move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
domain.cpp beautify 2013-05-29 18:16:15 +01:00
domain.h beautify 2013-05-29 18:16:15 +01:00
extract-lex-main.cpp beautify 2013-05-29 18:16:15 +01:00
extract-lex.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
extract-lex.vcxproj move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
extract-main.cpp refactoring to minimize overhead from flexibility score code (if off) 2013-09-07 23:04:40 +02:00
extract-rules-main.cpp Merge master 2013-09-13 22:32:45 +01:00
extract-rules.vcxproj move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
extract.vcxproj move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
ExtractedRule.h Merge master 2013-09-13 22:32:45 +01:00
gzfilebuf.h move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
hierarchical.h add namespace to phrase-extract 2012-06-30 15:43:47 +01:00
Hole.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
HoleCollection.cpp beautify 2013-05-29 18:16:15 +01:00
HoleCollection.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
InputFileStream.cpp move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
InputFileStream.h move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
InternalStructFeature.cpp Merge branch 'GHKMStruct' of github.com:moses-smt/mosesdecoder into GHKMStruct 2013-09-13 17:13:20 +02:00
InternalStructFeature.h added Dense and Sparse feature to scorer 2013-09-13 12:45:46 +02:00
Jamfile only include moses root when compiling 2012-11-14 13:43:04 +00:00
OutputFileStream.cpp beautify 2013-05-29 18:16:15 +01:00
OutputFileStream.h move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
phrase-extract.sln move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
PhraseAlignment.cpp Tree fragments in GHKM glue rules; 2013-09-13 17:10:21 +02:00
PhraseAlignment.h Tree fragments in GHKM glue rules; 2013-09-13 17:10:21 +02:00
PhraseExtractionOptions.h flexibility scores 2013-09-07 23:04:01 +02:00
relax-parse-main.cpp beautify 2013-07-08 20:52:14 +01:00
relax-parse.h namespace all classes in mert directory 2012-06-30 21:39:10 +01:00
RuleExist.h add namespace to phrase-extract 2012-06-30 15:43:47 +01:00
RuleExtractionOptions.h Merge master 2013-09-13 22:32:45 +01:00
SafeGetline.h move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
score-main.cpp comment 2013-09-14 10:50:33 +02:00
score.h beautify 2013-05-29 18:16:15 +01:00
score.vcxproj move c++ code out of /script/ to / 2012-05-31 17:24:06 +01:00
ScoreFeature.cpp added Dense and Sparse feature to scorer 2013-09-13 12:45:46 +02:00
ScoreFeature.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
ScoreFeatureTest.cpp added Dense and Sparse feature to scorer 2013-09-13 12:45:46 +02:00
SentenceAlignment.cpp beautify 2013-05-29 18:16:15 +01:00
SentenceAlignment.h beautify 2013-05-29 18:16:15 +01:00
SentenceAlignmentWithSyntax.cpp extract-ghkm and friends: don't unescape special characters 2012-12-17 20:08:02 +00:00
SentenceAlignmentWithSyntax.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
statistics-main.cpp Refactor phrase-extract/Jamfile 2012-11-12 14:17:48 +00:00
SyntaxTree.cpp fix two bugs with relax-parse: 2013-04-25 17:27:50 +02:00
SyntaxTree.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
tables-core.cpp beautify 2013-05-29 18:16:15 +01:00
tables-core.h add namespace to phrase-extract 2012-06-30 15:43:47 +01:00
test.domain Feature function interface for use in scoring 2012-11-02 23:30:51 +00:00
XmlException.h refactor parsing of feature functiona args 2013-06-10 18:11:55 +01:00
XmlTree.cpp beautify 2013-05-29 18:16:15 +01:00
XmlTree.h extract-ghkm and friends: don't unescape special characters 2012-12-17 20:08:02 +00:00