droliveira / corpus-analysis-tools-list

The code behind corpus-analysis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

corpus-analysis-tools-list

corpus-analysis.com

This repository contains the code behind the list at corpus-analysis.com.

The site is written in old-school PHP and definitely not an example of great software engineering. That being said, you're more than welcome to optimize the code!

The architecture is a bit odd: The actual data is stored in a Google Sheets sheet. This sheet, which effectively works as a multiuser backend, is then being downloaded as a CSV file and processed.

If you want to run your own version, you simply need to change and rename config.default.php to config.php. Also, make sure to remove the analytics code and change the copyright/impressum.

About

The code behind corpus-analysis.com

License:MIT License


Languages

Language:Hack 57.4%Language:PHP 37.1%Language:CSS 3.4%Language:JavaScript 2.1%