mosesdecoder/phrase-extract/extract-ghkm
Jeroen Vermeulen a25193cc5d Fix a lot of lint, mostly trailing whitespace.
This is lint reported by the new lint-checking functionality in beautify.py.
(We can change to a different lint checker if we have a better one, but it
would probably still flag these same problems.)

Lint checking can help a lot, but only if we get the lint under control.
2015-05-17 20:04:04 +07:00
..
Alignment.cpp extract-ghkm: add -T2S option 2014-11-12 14:03:24 +00:00
Alignment.h move n-best code for phrase-based from IOWrapper to ChartManager 2014-12-02 17:40:53 +00:00
AlignmentGraph.cpp beautify 2013-05-29 18:16:15 +01:00
AlignmentGraph.h beautify 2013-05-29 18:16:15 +01:00
ComposedRule.cpp beautify 2013-05-29 18:16:15 +01:00
ComposedRule.h beautify 2013-05-29 18:16:15 +01:00
Exception.h beautify 2013-05-29 18:16:15 +01:00
ExtractGHKM.cpp Fix a lot of lint, mostly trailing whitespace. 2015-05-17 20:04:04 +07:00
ExtractGHKM.h GHKM extraction: option to strip non-terminal labels from BitPar syntactic parses right during extraction (i.e., remove any suffix starting with a hyphen from the label) 2015-03-10 21:25:32 +00:00
Jamfile Fix extract-ghkm compilation 2012-11-12 16:50:46 +00:00
Main.cpp beautify 2013-05-29 18:16:15 +01:00
Node.cpp beautify 2013-05-29 18:16:15 +01:00
Node.h beautify 2013-05-29 18:16:15 +01:00
Options.h GHKM extraction: option to strip non-terminal labels from BitPar syntactic parses right during extraction (i.e., remove any suffix starting with a hyphen from the label) 2015-03-10 21:25:32 +00:00
ParseTree.cpp beautify 2013-05-29 18:16:15 +01:00
ParseTree.h GHKM extraction can add a source labels phrase property 2014-06-11 19:27:18 +01:00
PhraseOrientation.cpp use astyle 2.01. It's on Edinburgh server and doesn't screw up enum 2015-01-14 19:21:11 +00:00
PhraseOrientation.h beautify 2015-01-14 11:07:42 +00:00
Rule.cpp extract-ghkm: add --STSG option 2014-11-21 11:30:29 +00:00
Rule.h beautify 2015-01-14 11:07:42 +00:00
ScfgRule.cpp GHKM: write target parts-of-speech as a factor 2015-03-09 21:54:03 +00:00
ScfgRule.h GHKM: write target parts-of-speech as a factor 2015-03-09 21:54:03 +00:00
ScfgRuleWriter.cpp GHKM extraction: option to strip non-terminal labels from BitPar syntactic parses right during extraction (i.e., remove any suffix starting with a hyphen from the label) 2015-03-10 21:25:32 +00:00
ScfgRuleWriter.h GHKM: write target parts-of-speech as a factor 2015-03-09 21:54:03 +00:00
Span.cpp beautify 2013-05-29 18:16:15 +01:00
Span.h beautify 2013-05-29 18:16:15 +01:00
StsgRule.cpp beautify 2015-01-14 11:07:42 +00:00
StsgRule.h extract-ghkm: add --STSG option 2014-11-21 11:30:29 +00:00
StsgRuleWriter.cpp extract-ghkm: change STSG output format. 2014-11-21 15:46:12 +00:00
StsgRuleWriter.h extract-ghkm: add --STSG option 2014-11-21 11:30:29 +00:00
Subgraph.cpp GHKM: write target parts-of-speech as a factor 2015-03-09 21:54:03 +00:00
Subgraph.h GHKM: write target parts-of-speech as a factor 2015-03-09 21:54:03 +00:00
XmlTreeParser.cpp Support tokenize(const std::string &) as well. 2015-04-22 10:35:18 +07:00
XmlTreeParser.h beautify 2015-01-14 11:07:42 +00:00