vladi/words_counter

统计文件中最常出现的关键词

dev-master 2021-08-09 14:26 UTC

This package is auto-updated.

Last update: 2024-09-09 21:36:50 UTC


README

在文件中查找最常出现的关键词。

要求

  1. PHP >=7.2
  2. Composer

部署

  1. 将仓库克隆到您的环境中
  2. 运行 composer install
  3. 在浏览器中使用参数 ?inputFile=fileName 执行 words_count.php,或在控制台中:>words_count.php fileName。默认将处理文件 test.txt。