PHP Text Processing
Free and open source PHP Text Processing Scripts. This category contains Text Encode, translation and so on.-
This PHP script can be used to compute stem strings from Indonesian words. IDN Stemmer is a free PHP text processing script. It removes prefixes and suffixes from given Indonesian words, so words that sound similar result in the same stem string.Requirements:- PHP 4.0 or Higher
-
This script to generate Excel files with data from arrays. It reads a bi-dimensional arry containing spreadsheet data organized in column and row cells. The script then generates an Excel spreadsheet file in XLS format with the desired data. The data from the generated spreadsheet can be saved to a file or outputted to anther app.Requirements:- PHP 5.2 or Higher
-
This PHP Script compares unlimited number of text strings and returns similarities between them considering the number of common substrings with the highest word count if any was found. Requirements:- PHP 5.0 or Higher
-
This is a PHP text processing script to generate EXCEL 2003 spreadsheets. The file data is pulled from an array of data. Parameters are a bi-dimensional array with all spreadsheet data of row and column cells.The generated data is a binary XLS file in EXCEL 2003 format. By default, the file is served to the user for download.Requirements:- PHP 5.0 ...
-
This PHP script can be used to creat an ebook in EPUB format for Apple iPad and other ebook readers. It can set the ebook details like the author, publisher, comments, etc, as well as the ebook chapter data.The script can builds an archive with all the ebook information and servers the ebook archive for download or returns it as ...
-
This is a PHP Script to convert and clean file paths removing redundant elements. It can take a string with a file or directory path and remove redundant path elements like /./ or //sequences or leading ../ elements from absolute paths.It can be used as a stand-alone or integrated into CMS or other scripts.Requrements:- PHP 5.2 or Higher
-
This PHP Script uses Soundex algorithm to create a regular expressions, which is based in a given word that can perform a soundex comparison on large texts. It is created to search for similar words in a text using soundex.It will convert words to be searched in a regular expression that would match other words that would result in the ...
-
This PHP script can be used to highlight names mentioned in a text as links.It can search for @ character in a given text and check the names that follow that character.The script can highlight the following names that make part of a given list of previously registered names by turning them into links. The prefix of the URL of ...
-
This is a PHP script to render Thaana text characters. Thaana is the modern writing system of the Divehi language spoken in the Maldives. To render the native Thaana characters, the class uses images generated by the GD library.However, since the GD library does not support right-to-left scripts and does not offer line wrapping to fit text within a bounding ...
-
This PHP script provides a number of useful functions for the conversion and transliteration of text between various Thaana text representation formats. Thaana is the modern writing system of the Divehi language spoken in the Maldives.This script facilitate Thaana websites to display a news article in latinized Thaana if the user does not have the required fonts installed and/or cannot ...
-
This is a PHP text processing script which can split a file into multiple files with a limited number of lines. It reads a file and counts its lines.If the file has more than a given limit of lines, the script generates multiple files, each with no more than the limit of lines.To keep up with all the splits, the ...
-
Sscearch is a PHP text processing script can be used to search and rank text results in an array.It can perform a query with keywords to be search in text entries stored in an array data set.This script can return the search results sorted by relevance ranking.Requirements:- PHP 5.0 or Higher
-
This is a PHP script to normalize URLs according to RFC 3986.It can take a given URL and may fix it to perform syntax based normalization.Furthermore, URL Normalizer may lower the case hexadecimal codes of encoded characters, decode characters which are not reserved, removed unnecessary relative path segments, and lower case of the URL scheme and host name.Requirements:- PHP 5.0 ...
-
This script can be used to compare two strings and return the differences.It splits two strings in lines and compare the lines to determine the differences.Very Simple Diff script returns two arrays that tell which lines would need to be added or removed to turn the first string into the second string.Requirements:- PHP 5.0 or Higher
-
This PHP script is created to read text files line by line. It opens text files and performs several types of line oriented operations. Currently, the script can read one line at a time, and then jump to a given line number and count the toal number of lines in the file.Requirements:- PHP 5.0 or Higher















