We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb82e46 commit 5c1a6e0Copy full SHA for 5c1a6e0
src/BaselineOfNgramModel/BaselineOfNgramModel.class.st
@@ -16,5 +16,5 @@ BaselineOfNgramModel >> baseline: spec [
16
package: 'Ngram-Tests' with: [ spec requires: #( 'Ngram' ) ];
17
package: 'NgramModel-Tests' with: [ spec requires: #( 'NgramModel' ) ].
18
19
- spec group: 'Ngram' with: #( 'Ngram' 'Ngram-Tests' ) ]
+ spec group: 'Ngram-core' with: #( 'Ngram' 'Ngram-Tests' ) ]
20
]
0 commit comments