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 40c9b6a commit 9ad7df5Copy full SHA for 9ad7df5
src/test/scala/com/johnsnowlabs/nlp/annotators/spell/context/ContextSpellCheckerTestSpec.scala
@@ -31,7 +31,7 @@ class ContextSpellCheckerTestSpec extends FlatSpec {
31
val weights = loadWeights("src/test/resources/dist.psv")
32
}
33
34
- "Spell Checker" should "provide appropriate scores - sentence level" in {
+ "Spell Checker" should "provide appropriate scores - sentence level" ignore {
35
36
37
def time[R](block: => R): R = {
0 commit comments