Skip to content

Latest commit

 

History

10 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

Important Word Extractor

A tiny PHP class-based program to analyze an input file and extract all of that words and detect how many times every word is repeated. (It's not case sensitive)

Purpose

If you want to learn a new language and need to know the most used words in a language. you can get help from this program to detect how many times each word is repeated and sort the most used words. finally you are able to get an export report to know important words.

Using

<?php
require "extractor.php";

$extractor = new WordExtractor("input.txt");
$res = $extractor->extract();
print_r($res);
$extractor->saveFile($res);

© Copyright 2021, Max Base

关于

A tiny PHP class-based program to analyze an input file and extract all of that words and detect how many times every word is repeated. (It's not case sensitive)

Topics

Resources

Stars

4 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages