Author: Samuel Adeshina
Posted on: 2015-04-13
Package: PHP Sentence Parser
The package 'PHP Sentence Parser' requires a text file called pos-list.txt, due to the file restriction capability of the php classes site, the file was not uploaded.
The pos-list.txt file contains a list of as many english words as possible with their corresponding part of speech. The same file was up to at most 6MB in size, and obviously the site does not allow a file of that weight to be uploaded for more obvious reasons.
To obtain maximum functionality, you can get the file from its GITHUB repository described on the project page.
A fix to this is to upload a gzipped compressed version of this file, but it isn't available for now.
Other dialects apart from english such as Chinese, Spanish and so on can also upload files relevant to them. The algorithms used does not depend on the language spoken.
You need to be a registered user or login to post a comment
1,469,668 PHP developers registered to the PHP Classes site.
Be One of Us!
Login Immediately with your account on:
Comments:
No comments were submitted yet.