text-normalizer

Text normalizer for obtaining a Unicode Normalization Form for URL creation

https://github.com/louisbrulenaudet/text-normalizer

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.4%) to scientific vocabulary

Keywords

expressjs nodejs normalization open-source url
Last synced: 6 months ago · JSON representation ·

Repository

Text normalizer for obtaining a Unicode Normalization Form for URL creation

Basic Info
  • Host: GitHub
  • Owner: louisbrulenaudet
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 14.6 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Topics
expressjs nodejs normalization open-source url
Created over 2 years ago · Last pushed over 2 years ago
Metadata Files
Readme Funding License Citation Security

README.md

text-normalizer for URL creation

the yarn kitten

Ultralight, non-dependent and minimalist open-source package to create Unicode Normalization Form of string for URL creation and text sanitization.

```js const normalizer = require("text-normalizer");

normalizer.normalize("string"); ``` MIT License contributions welcome npm version

Features

  • Low memory usage
  • Executable for generating applications quickly
  • Simple deployment with one-line integration

Tech Stack

Server: Node, Express

Installation

This is a Node.js module available through the npm & yarn registries.

Before installing, download and install Node.js. Node.js 0.10 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command. Then:

bash npm i text-normalizer yarn install text-normalizer

Importing

js // Using Node.js 'require()' const normalizer = require('text-normalizer');

Usage/Examples

```javascript const normalizer = require('text-normalizer');

normalizer.normalize("égrgr^''gèk3"); ```

javascript egrgrgek3 Clean URLs (also known as friendly URLs, pretty URLs, search-engine friendly URLs or RESTful URLs) are web addresses or uniform resource locators (URLs) designed to improve the usability and accessibility of a website, web application or web service by being immediately and intuitively understandable to non-expert users.

License

Copyright (c) 2022 Louis Brulé Naudet contact@louisbrulenaudet.com.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Feedback

If you have any feedback, please reach out to us at contact@louisbrulenaudet.com.

Owner

  • Name: Louis Brulé Naudet
  • Login: louisbrulenaudet
  • Kind: user
  • Location: Paris
  • Company: Université Paris-Dauphine (Paris Sciences et Lettres - PSL)

Research in business taxation and development (NLP, LLM, Computer vision...), University Dauphine-PSL 📖 | Backed by the Microsoft for Startups Hub program

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Brulé Naudet"
  given-names: "Louis"
  orcid: "https://orcid.org/0000-0001-9111-4879"
title: "text-normalizer"
version: 1.0.0
date-released: 2023-04-01
url: "https://github.com/louisbrulenaudet/text-normalizer"

GitHub Events

Total
Last Year

Committers

Last synced: 7 months ago

All Time
  • Total Commits: 8
  • Total Committers: 1
  • Avg Commits per committer: 8.0
  • Development Distribution Score (DDS): 0.0
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
Louis Brulé Naudet l****t@i****m 8

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • npm 2 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 1
  • Total versions: 3
  • Total maintainers: 1
npmjs.org: text-normalizer

Ultralight, non-dependent and minimalist open-source package to normalize text for clean URL

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 2 Last month
Rankings
Dependent repos count: 10.6%
Forks count: 15.8%
Stargazers count: 21.5%
Average: 30.2%
Downloads: 50.3%
Dependent packages count: 53.0%
Maintainers (1)
Funding
  • type: Revolut: url: https://revolut.me/louisbrulenaudet
  • type: Lydia: url: https://lydia-app.com/collect/louisbrulenaudet
Last synced: 6 months ago