Metadata-Version: 2.1
Name: cannuckfind
Version: 0.0.6
Summary: Identify Country of origin from informal text files
Author-email: Harold Henson <economisthenson@gmail.com>
Project-URL: Homepage, https://github.com/twitloccan
Project-URL: Bug Tracker, https://github.com/pypa/twitloccan/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# cannuckfind

Ecletic Routines for Categorizing Location Information Given on Social Media (Primarily Twitter)

## Installation

```bash
$ pip install cannuckfind
```
Assumes geograpy is already installed.
## Usage

'cannuckfind' provides a set of tools to convert a text field describing location to a categorical variable.
Sample usage could be:

```python
import geograpy
from cannuckfind import location

testlocation = location.C3(useGEOGRPY = True)
isCan = testlocation.isCan("Winnipeg")

print(isCan)
```

## Contributing

Contributions are welcome.  Check out the guidelines.  Bonus points for those familiar with
Canadian Privacy Guidelines.  Please note that this project is release with a Code of Conduct.
By contributing to this project, you agree to abide by its terms.

## License

`twitloccan` was created by Harold Henson. It is licensed under the terms of the MIT
license.

