Merge branch 'master' of github.com:moses-smt/mosesdecoder

This commit is contained in:
Hieu Hoang 2017-05-02 10:59:02 +01:00
commit b8de7c3528
5 changed files with 1182 additions and 9 deletions

View File

@ -35,8 +35,8 @@ class ChartRuleLookupManagerExample : public ChartRuleLookupManager
{
public:
ChartRuleLookupManagerExample(const ChartParser &parser,
const ChartCellCollectionBase &cellColl,
const ExamplePT &skeletonPt);
const ChartCellCollectionBase &cellColl,
const ExamplePT &skeletonPt);
~ChartRuleLookupManagerExample();

View File

@ -12,7 +12,7 @@ namespace Moses2
{
ExampleStatelessFF::ExampleStatelessFF(size_t startInd,
const std::string &line) :
const std::string &line) :
StatelessFeatureFunction(startInd, line)
{
ReadParameters();

View File

@ -1,7 +1,4 @@
#!/usr/bin/env perl
#
# This file is part of moses. Its use is licensed under the GNU Lesser General
# Public License version 2.1 or, at your option, any later version.
use warnings;
use strict;

View File

@ -1,7 +1,4 @@
#!/usr/bin/env perl
#
# This file is part of moses. Its use is licensed under the GNU Lesser General
# Public License version 2.1 or, at your option, any later version.
use warnings;
use strict;

File diff suppressed because it is too large Load Diff