top of page
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

 

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.

POLICY

⚠️ We embed unique files and/or hidden markers within each copy of the Product (“Markers”) to identify the specific Buyer. These Markers do not affect the functionality or performance of the Product but allow us to trace unauthorized distribution or misuse.

If we discover unauthorized sharing, distribution, or use of the Product (including misuse of our intellectual property or distribution of unlicensed copies), we may pursue all legal remedies available, including criminal charges where applicable, and civil litigation for damages and compensation.

© 2024 EveryCorpus

admin@everycorpus.com

bottom of page