You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/Unit/CoreNlpTest.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ class CoreNlpTest extends TestCase
12
12
/** @test */
13
13
publicfunctiontest_core_nlp()
14
14
{
15
-
$corenlp = new \Web64\Nlp\CoreNlp('http://localhost:9000/');
15
+
$corenlp = new \Web64\Nlp\CoreNlp('http://homestead:9000/');
16
16
17
17
//echo PHP_EOL. PHP_EOL;
18
18
$text = "Catalonia: Ex-police chief Trapero charged with sedition. The former chief of Catalonia's police force, Josep Lluis Trapero, has been charged over events linked with last year's independence referendum.";
0 commit comments