https://github.com/centre-for-humanities-computing/namestat-extractor
https://github.com/centre-for-humanities-computing/namestat-extractor
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/centre-for-humanities-computing/namestat-extractor
- Owner: centre-for-humanities-computing
- Created: 2019-12-03T09:14:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T09:30:35.000Z (over 6 years ago)
- Last Synced: 2025-09-10T00:01:45.315Z (9 months ago)
- Language: Jupyter Notebook
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NameStat Extractor #
Documentation TBD by client - project description.
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install foobar.
```bash
pip install foobar
```
## Usage
```python
import foobar
foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'
```
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)