mosesdecoder/phrase-extract/syntax-common
Phil Williams fa51da28c5 moses/phrase-extract refactoring
Final commit in this round of refactoring (which started with commit
2f735998...).  The main changes are:

  - a general storage mechanism for attribute/value pairs in XML-style
    tree / lattice input.  E.g. the "pcfg-score" and "semantic-role"
    attributes in:

     <tree label="PRP" pcfg-score="1.0" semantic-role="AGENT"> I </tree>

  - consolidation of the various near-duplicate Tree / XmlTreeParser classes
    that have accumulated over the years (my fault)

  - miscellaneous de-crufting
2015-06-09 16:50:27 +01:00
..
exception.h phrase-extract: add syntax-common sub-library 2014-12-07 14:27:51 +00:00
Jamfile phrase-extract: add syntax-common sub-library 2014-12-07 14:27:51 +00:00
numbered_set.h phrase-extract: add syntax-common sub-library 2014-12-07 14:27:51 +00:00
pcfg.cc Ongoing moses/phrase-extract refactoring 2015-06-04 14:36:39 +01:00
pcfg.h Ongoing moses/phrase-extract refactoring 2015-06-04 14:36:39 +01:00
string_tree.h phrase-extract: add syntax-common sub-library 2014-12-07 14:27:51 +00:00
tool.cc Ongoing moses/phrase-extract refactoring 2015-06-04 16:54:31 +01:00
tool.h Ongoing moses/phrase-extract refactoring 2015-06-04 16:54:31 +01:00
tree_fragment_tokenizer_test.cc phrase-extract: add syntax-common sub-library 2014-12-07 14:27:51 +00:00
tree_fragment_tokenizer.cc phrase-extract: add syntax-common sub-library 2014-12-07 14:27:51 +00:00
tree_fragment_tokenizer.h phrase-extract: add syntax-common sub-library 2014-12-07 14:27:51 +00:00
tree_test.cc Add LeafIterator and ConstLeafIterator to MosesTraining::Syntax::Tree 2015-06-01 11:01:00 +01:00
tree-inl.h Add LeafIterator and ConstLeafIterator to MosesTraining::Syntax::Tree 2015-06-01 11:01:00 +01:00
tree.h Add LeafIterator and ConstLeafIterator to MosesTraining::Syntax::Tree 2015-06-01 11:01:00 +01:00
vocabulary.h Ongoing moses/phrase-extract refactoring 2015-06-04 14:36:39 +01:00
xml_tree_parser.cc Ongoing moses/phrase-extract refactoring 2015-06-03 11:10:45 +01:00
xml_tree_parser.h moses/phrase-extract refactoring 2015-06-09 16:50:27 +01:00
xml_tree_writer.cc Ongoing moses/phrase-extract refactoring 2015-06-03 11:10:45 +01:00
xml_tree_writer.h Ongoing moses/phrase-extract refactoring 2015-06-03 09:28:38 +01:00