We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 655acaf commit 097c922Copy full SHA for 097c922
tests/TextAnalysis/Corpus/WordnetCorpusTest.php
@@ -85,7 +85,7 @@ public function testGetSynsets()
85
86
public function testGetExceptionMapFromString()
87
{
88
- $wn = new WordnetCorpus(get_storage_path('corpora/wordnet'));
+ $wn = new WordnetCorpus('not_used');
89
90
$e1 = $wn->getExceptionMapFromString('thieves thief', 'n');
91
$this->assertCount(1, $e1->getExceptionList());
0 commit comments