
Product
Announcing Bun and vlt Support in Socket
Bringing supply chain security to the next generation of JavaScript package managers
freeling-analyzer
Advanced tools

FreeLing::Analyzer is a Ruby wrapper around analyzer, a binary tool
included in FreeLing's package that allows the user to process a stream of text
with FreeLing.
This has been tested with version 3.0+ only.
text = "Mi amigo Juan Mesa se mesa la barba al lado de la mesa."
analyzer = FreeLing::Analyzer.new(text, :language => :es)
analyzer.tokens.first
# => #<FreeLing::Analyzer::Token form="Mi" lemma="mi" prob=0.995536 tag="DP1CSS">
analyzer.tokens.map { |t| t.lemma }
# => ["mi", "amigo", "juan_mesa", "se", "mesar", "el", "barba", "a+el", "lado", "de", "el", "mesa", "."]
analyzer on demand.FreeLing::Analyzer.new(text, :server_host => 'localhost:50005') (analyze must be running in server mode)Add this line to your application's Gemfile:
gem 'freeling-analyzer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install freeling-analyzer
FreeLing is an open source suite of language analyzers written in C++.
The main services offered are:
Currently supported languages are:
git checkout -b my-new-feature)git commit -am 'Added some feature')git push origin my-new-feature)FAQs
Unknown package
We found that freeling-analyzer 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.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.