Skip to content
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

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Conversation

NightOwl888
Copy link
Owner

No description provided.

@github-actions
Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

@NightOwl888 NightOwl888 force-pushed the opennlp-dotnet-core-support-mavenreference branch from 99c421a to 7deafeb Compare January 12, 2024 19:28
Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

2 similar comments
Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

@NightOwl888 NightOwl888 force-pushed the opennlp-dotnet-core-support-mavenreference branch from e7082f0 to 81ddf2c Compare January 13, 2024 12:52
Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

1 similar comment
Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

laimis and others added 18 commits January 20, 2024 16:05
…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.
…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.
…ly compile with IKVM in the mix, both on .NET Framework and .NET Core
…to eliminate build warnings (at least 1 type is referenced in opennlp-tools)
@NightOwl888 NightOwl888 force-pushed the opennlp-dotnet-core-support-mavenreference branch from bfbe2e7 to 57df67c Compare January 20, 2024 09:06
Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

1 similar comment
Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

… on Windows due to lack of non-Windows build support in IKVM 8.7.3 (see: ikvmnet/ikvm-maven#49).
Copy link

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

…build issues with opennlp-uima on 1.9.4. This aligns with Lucene 8.2.0.
… 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.
Copy link

github-actions bot commented Feb 1, 2024

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

…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)
Copy link

github-actions bot commented Feb 1, 2024

⚠️ IMPORTANT: This PR may contain changes to dependency versions. The GitHub Actions test runner is not set up to detect dependency version conflicts between projects. To ensure the changes do not cause dependency conflicts, run the tests for these changes in Azure DevOps before accepting this pull request. ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants