https://github.com/abehandler/contracts_nlp
Uses NLP methods to parse and classify contracts from The City of New Orleans
https://github.com/abehandler/contracts_nlp
Last synced: 12 months ago
JSON representation
Uses NLP methods to parse and classify contracts from The City of New Orleans
- Host: GitHub
- URL: https://github.com/abehandler/contracts_nlp
- Owner: AbeHandler
- Created: 2015-03-08T17:38:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T23:39:47.000Z (about 11 years ago)
- Last Synced: 2025-05-15T02:36:09.315Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.02 MB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# What is this?
This code uses natural language tools and methods to analyze 6500 contracts from the City of New Orleans. Specifically, it tries to answer two questions:
- **How much is each contract worth?** The city does not post the value of each contract on its website. So there is no way to know how much money has been promised or spent.
- **What kinds of contracts does the city post?** Many different kinds of "contracts" wash up on the city's purchasing portal. Each has different langauge, requiring different kinds of analysis. Can the 6500 contracts be broken into smaller families? For instance, can we distinguish between leases, film permits and cooperative endevor agreements?