You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by to...@apache.org on 2017/09/27 08:22:18 UTC

[opennlp-sandbox] branch master updated: OPENNLP-1009 - wrong test file

This is an automated email from the ASF dual-hosted git repository.

tommaso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e234db  OPENNLP-1009 - wrong test file
8e234db is described below

commit 8e234dbceb9340d52907397408f0a32195084cf1
Author: Tommaso Teofili <to...@apache.org>
AuthorDate: Wed Sep 27 10:22:01 2017 +0200

    OPENNLP-1009 - wrong test file
---
 opennlp-dl/src/test/java/opennlp/tools/dl/StackedRNNTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opennlp-dl/src/test/java/opennlp/tools/dl/StackedRNNTest.java b/opennlp-dl/src/test/java/opennlp/tools/dl/StackedRNNTest.java
index dbf5a4b..c716f9d 100644
--- a/opennlp-dl/src/test/java/opennlp/tools/dl/StackedRNNTest.java
+++ b/opennlp-dl/src/test/java/opennlp/tools/dl/StackedRNNTest.java
@@ -54,7 +54,7 @@ public class StackedRNNTest {
 
   @Before
   public void setUp() throws Exception {
-    InputStream stream = getClass().getResourceAsStream("/text/queries.txt");
+    InputStream stream = getClass().getResourceAsStream("/text/sentences.txt");
     text = IOUtils.toString(stream);
     words = Arrays.asList(text.split("\\s"));
     stream.close();

-- 
To stop receiving notification emails like this one, please contact
['"commits@opennlp.apache.org" <co...@opennlp.apache.org>'].