Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gatsby-lee/gatsbypythonnormalizer
Keyword Normalizer
https://github.com/gatsby-lee/gatsbypythonnormalizer
Last synced: about 1 month ago
JSON representation
Keyword Normalizer
- Host: GitHub
- URL: https://github.com/gatsby-lee/gatsbypythonnormalizer
- Owner: Gatsby-Lee
- License: agpl-3.0
- Created: 2018-05-23T03:39:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-23T23:44:22.000Z (over 6 years ago)
- Last Synced: 2024-10-28T22:39:09.506Z (2 months ago)
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Gatsby Normalizer
=================.. image:: https://img.shields.io/badge/license-AGPL%20v3-blue.svg
:target: https://www.gnu.org/licenses/agpl-3.0.. image:: https://img.shields.io/badge/version-1.0.3-green.svg?style=flat
:target: https://pypi.org/project/gatsby-normalizer/
.. image:: https://img.shields.io/travis/Gatsby-Lee/GatsbyPythonNormalizer.svg
:target: https://travis-ci.org/Gatsby-Lee/GatsbyPythonNormalizerInstallation
------------To install gatsby-normalizer, simply:
.. code-block:: bash
$ sudo pip install gatsby-normalizer
API References
--------------normalize_searchterm
^^^^^^^^^^^^^^^^^^^^1. remove special characters
2. Remove *tab*, *new line*
3. Lower cases.. code-block:: python
>>> from gatsby_normalizer import *
>>> normalize_searchterm('HELLO+WORLD')
'hello world'