Skip to content

Commit eb7bec1

Browse files
paulirwinclaude
andcommitted
Enable OpenNLP in ApiCheck (diffs against 8.2.0)
lucene-analyzers-opennlp was excluded because it has no 4.8.1 release: the module was added to upstream Lucene long after 4.8, and Maven Central's earliest published version is 7.3.0. The Lucene.Net.Analysis.OpenNLP assembly is therefore mapped to 8.2.0 (via its LuceneMavenMapping) rather than 4.8.1 like every other module. The scan now runs cleanly against 8.2.0 (16 types matched, 0 type-level gaps, only a handful of member diffs), so enable it for coverage. Note its baseline is a newer API generation than the rest of the report. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 813b3eb commit eb7bec1

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

apicheck-config.jsonc

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@
1717
"org.carrot2:morfologik-polish:1.7.1"
1818
]
1919
},
20-
// OpenNLP not currently supported due to version difference
21-
// {
22-
// "luceneNetName": "Lucene.Net.Analysis.OpenNLP",
23-
// "mavenDependencies": [
24-
// "org.apache.opennlp:opennlp-tools:1.9.1",
25-
// ]
26-
// },
20+
{
21+
"luceneNetName": "Lucene.Net.Analysis.OpenNLP",
22+
"mavenDependencies": [
23+
"org.apache.opennlp:opennlp-tools:1.9.1",
24+
]
25+
},
2726
{
2827
"luceneNetName": "Lucene.Net.Analysis.Phonetic",
2928
},

0 commit comments

Comments
 (0)