Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'phrase-extract/syntax-common/xml_tree_parser.h')
-rw-r--r--phrase-extract/syntax-common/xml_tree_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/phrase-extract/syntax-common/xml_tree_parser.h b/phrase-extract/syntax-common/xml_tree_parser.h
index 48ea056b8..04ad74e24 100644
--- a/phrase-extract/syntax-common/xml_tree_parser.h
+++ b/phrase-extract/syntax-common/xml_tree_parser.h
@@ -16,7 +16,7 @@ namespace Syntax {
* converts them to SyntaxTree objects.
*
* This is a thin wrapper around the ProcessAndStripXMLTags function. After
- * calling Parse(), the output of the ProcessAndStripXMLTags function (the
+ * calling Parse(), the output from the ProcessAndStripXMLTags call (the
* sentence, node collection, label set, and top label set) are available via
* accessors.
*/