![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
This repository contains the source code used for performing Named Entity Recognition for the following languages:
Development requirements:
Installing as a regular Gem:
gem install opener-ner-base
Using Bundler:
gem 'opener-ner-base',
:git => 'git@github.com:opener-project/ner-base.git',
:branch => 'master'
Using specific install:
gem install specific_install
gem specific_install opener-ner-base \
-l https://github.com/opener-project/ner-base.git
Basic usage:
cat some_input_file.kaf | ner-base
This component ships a built-in set of models. If you have your own models you
can set the environment variable NER_BASE_MODELS_PATH
to the directory
containing your models. Each model should be named LANGUAGE.bin
where
LANGUAGE
is a 2 letter language code (nl
. en
, etc).
First make sure all the required dependencies are installed:
bundle install
Then compile the required Java code:
bundle exec rake compile
For this you'll need to have Java 1.7 and Maven installed. These requirements are verified for you before the Rake task calls Maven.
To run the tests (which are powered by Cucumber), simply run the following:
bundle exec rake
This will take care of verifying the requirements, installing the required Java packages and running the tests.
For more information on the available Rake tasks run the following:
bundle exec rake -T
This repository comes in two parts: a collection of Java source files and Ruby
source files. The Java code can be found in the core/
directory, everything
else will be Ruby source code.
FAQs
Unknown package
We found that opener-ner-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.