Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
.. image:: https://img.shields.io/pypi/v/find_job_titles.svg :target: https://pypi.python.org/pypi/find_job_titles
.. image:: https://img.shields.io/pypi/pyversions/find_job_titles.svg :target: https://pypi.python.org/pypi/find_job_titles
.. image:: https://img.shields.io/travis/fluquid/find_job_titles.svg :target: https://travis-ci.org/fluquid/find_job_titles
.. image:: https://codecov.io/github/fluquid/find_job_titles/coverage.svg?branch=master :alt: Coverage Status :target: https://codecov.io/github/fluquid/find_job_titles
Find Job Titles in Strings
Instantiate "Finder" and start extracting job titles::
>>> from find_job_titles import Finder
>>> finder.findall('I am the Senior Vice President')
[('Senior Vice President', 9),
('Vice President', 16),
('President', 21)]
All possible, overlapping matches are returned. Matches contain positional information of where the match was found.
Alternatively use "finditer" for lazy consumption of matches::
>>> finder.finditer('I am the Senior Vice President')]
<generator object ...>
This package was created with Cookiecutter_ and the fluquid/cookiecutter-pypackage
_ project template.
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _fluquid/cookiecutter-pypackage
: https://github.com/fluquid/cookiecutter-pypackage
Finder
using pyahocorasick now.FAQs
Fast extraction of job titles from strings
We found that find-job-titles demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.