-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opennlp dotnet core support mavenreference #27
base: master
Are you sure you want to change the base?
Conversation
|
912bc93
to
fd152f1
Compare
fd152f1
to
99c421a
Compare
|
99c421a
to
7deafeb
Compare
|
2 similar comments
|
|
e7082f0
to
81ddf2c
Compare
|
1 similar comment
|
…61 is selected and net7.0 when net5.0 is selected. In CI, we set IsTestProject=false and IsPublishable=false to skip these tests.
…and net6.0 for Lucene.Net.Tests.Analysis.OpenNLP tests.
…Lucene.Net.Tests.Analysis.OpenNLP
…afe to 6.0.0 to match IKVM 8.5.0
…Services.Unsafe for netstandard2.0 and net462 to ensure the version will work with any combination of Lucene.Net components. This is a transitive dependency in a few 3rd party DLLs, but there may be version conflicts if this isn't done on .NET Framework.
…or netstandard2.0 and net462, since it is being used in Lucene.Net.Facet.
… to pin the version so it matches the reference of IKVM 8.5.0 (6.0.6).
…d to use <MavenReference> to build opennlp-tools instead of using the pre-built OpenNLP.NET NuGet package.
… minimum supported by IKVM.
…ly compile with IKVM in the mix, both on .NET Framework and .NET Core
… can be managed with the other packages
…to eliminate build warnings (at least 1 type is referenced in opennlp-tools)
bfbe2e7
to
57df67c
Compare
|
1 similar comment
|
… on Windows due to lack of non-Windows build support in IKVM 8.7.3 (see: ikvmnet/ikvm-maven#49).
|
…build issues with opennlp-uima on 1.9.4. This aligns with Lucene 8.2.0.
…ne and link to MavenReference demo. Fixes apache#890.
… from Lucene 8.2.0 because it is called out in the docs as part of the process of configuring Lucene.Net.Analysis.OpenNLP. Changed CannedTokenStream to set ITypeAttribute.Type because it is required by the tests for TypeAsSynonymFilter.
|
…ed comment with lucene version compatibility level (to indicate we ported it from Lucene 8.2.0)
…which filters are included in the package (there is no NER filter in the box)
|
No description provided.