Contact Us
Have questions about proper usage, licensing, or sharing our seed and corpus files? Want to use our data for research or academic endeavors? We’re here to help!
General Inquiries
-
Usage & Licensing: Need clarification on allowed uses or integration into your workflow?
-
Academic Support: We offer assistance and tailored resources for researchers who plan to use our data in a paper, thesis, or other academic publication.
How to Reach Us
-
Email: admin@everycorpus.com
If you have a business proposal, partnership idea, or any corporate-related request, please visit our Business Proposals & Partnerships section instead. We're eager to explore potential collaborations and ensure your inquiry is directed to the right team.
FAQ
-
To address concerns about file duplication, our system ensures that each file is uniquely identified by naming it with its SHA-256 hash, effectively eliminating duplicates. This is achieved through the following function:
```python
def hashFile(filePath):
hasher = hashlib.sha256()
with open(filePath, 'rb') as file:
while chunk := file.read(8192):
hasher.update(chunk)
return hasher.hexdigest()
```
-
Furthermore, while files can be updated by requesting a new link to your purchased product, we cannot guarantee regular updates. Nevertheless, we strive to provide a diverse range of file types and a substantial number of files to meet your needs effectively.