[GitHub] incubator-joshua pull request #60: Moved several regression tests to unit te...

2016-09-15 Thread michael-aloys
GitHub user michael-aloys opened a pull request:

https://github.com/apache/incubator-joshua/pull/60

Moved several regression tests to unit tests (3).



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/michael-aloys/incubator-joshua master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-joshua/pull/60.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #60


commit 9cbc045fe8b058b3fac028180ad99390b9fbf709
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-14T17:45:50Z

Moved regression test decoder/num_translation_options to unit test. 
Regenerated and split gold output into several files to be used by different 
test methods.

commit 931a67d78c8f7de69695b400ed8c2db046d86784
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T09:46:32Z

Moved regression test decoder/oov-list to unit test. Regenerated gold 
output and cleaned up the directory. Copied the lm from n-ary to remove 
dependency to other test resource directory.

commit 11b87c38ccfcdbe967d46b1f06834a5c5355fed3
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T09:58:33Z

Moved regression test decoder/rescoring to unit test. Regenerated gold 
output and cleaned up the directory. Copied the lm from constrained to remove 
dependency to other test resource directory.

commit d9f34aa24b2eb884947a7c0113819cfdb0534559
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T10:00:04Z

Removed resources of unused regression test decoder/segment-oovs

commit 32f27536978879ecfb7be69c820cdfa33e7fc7f5
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T10:34:44Z

Moved regression test decoder/source-annotations to unit test. Regenerated 
gold output and cleaned up the directory.

commit 17ecec13e942e08855074611df5c9d36cb5b57d7
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T10:53:58Z

Moved regression test decoder/too-long to unit test. Removed resources as 
they are no longer needed.

commit 99b475b3ffe08f2bfcc8105e906293dbd9d1c12f
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T11:00:38Z

Moved regression test decoder/tree-output to unit test. Regenerated gold 
output and cleaned up the directory.

commit d9bb3e5a841998c0bb8b87018c06ef28b46176c4
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T11:03:04Z

Removed resources of unused regression test 
decoder/phrase/include-align-index.

commit b429cc7d8802a67c0eb948339984d5c7f5bef24e
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T12:09:51Z

Moved regression test decoder/phrase/unique-hypothesis to unit test. 
Replaced broken soft-links with actual files and cleaned up the directory.

commit b9e6ffac00fa15906f6642107b7b8140e6465cfe
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T12:19:30Z

Moved regression test decoder/target-bigram to unit test. Cleaned up the 
corresponding directory.

commit b09081aede83f3fbe895bf0f4e4b79577a4c70a6
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-15T12:23:42Z

Added missing license texts.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-joshua pull request #56: Moved several regression tests to unit te...

2016-09-14 Thread michael-aloys
GitHub user michael-aloys opened a pull request:

https://github.com/apache/incubator-joshua/pull/56

Moved several regression tests to unit tests.



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/michael-aloys/incubator-joshua master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-joshua/pull/56.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #56


commit 74d800657377a05ded552cb5b2b26c46a5b6bc52
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-14T12:32:35Z

Moved regression test decoder/do-not-crash to unit test and refactored code 
to reuse utility test functions.

commit 0871742c7b6512260053969af75c1c2a91ae323a
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-14T12:58:56Z

Moved regression test decoder/empty-test to unit test.

commit 99c791d1d54702061aafeb7678e88ae40521b419
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-14T13:12:46Z

Moved regression test decoder/constrained to unit test. Cleaned up the 
corresponding directory.

commit dc55f07a9440fe32afc5658fed3ac6acecb22cd1
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-14T13:15:50Z

Added missing license in Unit test




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-joshua issue #52: Moved regression tests bn-en/hiero to unit test

2016-09-14 Thread michael-aloys
Github user michael-aloys commented on the issue:

https://github.com/apache/incubator-joshua/pull/52
  
If we do not remove the old tests from master, we need to coordinate in a 
different way on which tests are already moved.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-joshua issue #52: Moved regression tests bn-en/hiero to unit test

2016-09-14 Thread michael-aloys
Github user michael-aloys commented on the issue:

https://github.com/apache/incubator-joshua/pull/52
  
Okay, I'll continue on 7.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] incubator-joshua pull request #54: Moved regression tests bn-en/packed and b...

2016-09-14 Thread michael-aloys
GitHub user michael-aloys opened a pull request:

https://github.com/apache/incubator-joshua/pull/54

Moved regression tests bn-en/packed and bn-en/samt to unit test

Moved the shell script regression tests from bn-en/packed and bn-en/samt to 
a unit test class. Cleaned up the corresponding resource directory. Regenerated 
gold output with "%c %s" format. Should also fix the failing Travis CI on Mac 
without KenLM.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/michael-aloys/incubator-joshua master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/incubator-joshua/pull/54.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #54


commit e199d8514b52bf6842f19afb2afb51d218c18c3a
Author: Michael A. Hedderich <michael-al...@users.noreply.github.com>
Date:   2016-09-14T09:50:33Z

Moved regression tests bn-en/packed and bn-en/samt to unit test
Moved the shell script regression tests from bn-en/packed and bn-en/samt to 
a unit test class. Also cleaned up the corresponding resource directory. 
Regenerated gold output with "%c %s" format.




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---