-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (23 loc) · 992 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Diction-PHP
=============
This is a port and upgrade of the original GNU diction to PHP.
GNU diction can be found here:
http://www.gnu.org/software/diction/diction.html
Major Changes From GNU Diction
--------------------------------
* Ported to PHP
* Split languages into language packs.
* Eliminated "print sentences with certain characteristics" code from style.
* Removed all C-isms and replaced them with equivalent (and simpler) PHP code
* Split functionality out into classes.
* Eliminated standalone functionality to make this a set of classes for text
analysis, rather than a set of programs for the same.
* Cleaned up unused variables, renamed methods to reflect their purpose, etc.
* Fixed some major bugs in the sentence handling code.
Future Goals
--------------
* Fix bugs.
* Port the diction functionality also.
* Allow all stages of the processing to be enhanced through PHP's OO features.
* Re-format code into a standard PHP style
* Submit to PEAR.