Science Score: 10.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    1 of 3 committers (33.3%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary
Last synced: 11 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: dchang16
  • License: mit
  • Language: Python
  • Default Branch: master
  • Size: 184 KB
Statistics
  • Stars: 6
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 11 years ago · Last pushed almost 11 years ago
Metadata Files
Readme License

README.md

text_normalization

Python module for text normalization into canonical form.

Installation

pip install normalization

Example

```python import normalization

Whitespace Normalization

Output: "This is not a normal sentence structure. The spaces are incoherant."

normalization.whitespace("This is not a normal sentence structure . The spaces are incoherant .")

Capitalization Normalization

Output: "This is not capitalized. It should be."

normalization.capitalize("this is not capitalized. it should be.")

Abbreviations Normalization

Output: "Doctor where were you on August fifth?"

normalization.abbreviations("Dr. where were you on aug 5th?")

British Normalization

Output: "ax apologize"

normalization.british("axe apologise")

Contractions Normalization

Output: I will listen to you all

normalization.contractions("I'll listen to y'all")

Spellfix Normalization

Output: "This sentence is acceptable."

normalization.spellfix("This sentance is acceptible.")

Normalize

Combines all normalization methods above

Output: "This is a normal sentence."

normalization.normalize("This is a normal sentence.") ```

License

The MIT License (MIT)

Copyright (c) 2015

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.

Owner

  • Name: David Chang
  • Login: dchang16
  • Kind: user
  • Location: Waterloo Ontario

GitHub Events

Total
Last Year

Committers

Last synced: almost 3 years ago

All Time
  • Total Commits: 7
  • Total Committers: 3
  • Avg Commits per committer: 2.333
  • Development Distribution Score (DDS): 0.571
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
David Chang d****g@u****a 3
David Chang d****g@d****n 3
David Chang d****g@D****l 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 11 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:
    • pypi 67 last-month
  • Total docker downloads: 5,258,086
  • Total dependent packages: 0
  • Total dependent repositories: 5
  • Total versions: 2
  • Total maintainers: 1
pypi.org: normalization

Text normalization module for natural language processing

  • Versions: 2
  • Dependent Packages: 0
  • Dependent Repositories: 5
  • Downloads: 67 Last month
  • Docker Downloads: 5,258,086
Rankings
Docker downloads count: 0.6%
Dependent repos count: 6.7%
Dependent packages count: 10.0%
Average: 14.4%
Downloads: 19.0%
Stargazers count: 20.3%
Forks count: 29.8%
Maintainers (1)
Last synced: 11 months ago