Open Source Grammar Checker [closed] - php

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
For an online project I'm working on, I am looking for a open source grammar checker. I have searched Google, with some good results (http://www.link.cs.cmu.edu/link/, etc), but I am wondering what all of you think about this topic.
I need this to be able to be used online, versus desktop based, but this is the only real specification I have. If it has a built-in spell checker, that would be a plus, but I can always use another project for that purpose.
Thanks for any help.

LanguageTool should fit the bill:
http://www.languagetool.org/

try polishmywriting.com (now afterthedeadline.com)
I think the developer's details are here: http://news.ycombinator.com/user?id=raffi
here's an ASK HN post from raffi: http://news.ycombinator.com/item?id=286162
UPDATE: you can get an API Key (i.e. for Wordpress): http://www.afterthedeadline.com/download.slp?platform=Wordpress

Have you taken a look at the Xinha project? I believe that has spell check and possibly grammar check.

Several wysiwyg editors have support for spell checking: feckeditor, htmlarea, tinymce.
I think most of them uses aspell dictionaries.

Related

Translate my website content [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Guys I know that this question asked before but its not the same.
I have a website that I want to translate its content.
What I came up with:
1-gettext //its not good for me
2-google api //google translate is very bad and also google add its name in my wbesite
3-make another files with different language.
I prefer the last one because I only want my website to be English and Arabic.
Any more solutions? and what disadvantages of making the third solution ?
thanks
Salam Essam,
What companies do nowadays is use something called i18n (internationalization) I believe you should check out this website: https://lingohub.com/blog/2013/06/php-internationalization-i18n-mechanisms-tutorial/ It also tells why the third method you're mentioning is bad. Hope it helps.

PHP Decision Tree Implementation (ID3 or C4.5) [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I want to implement a decision tree (machine learning) algorithm in PHP. I've searched far and wide on Google and can find nothing in PHP.
Does anyone know a tutorial or function in PHP for implementing a descision tree?
Are you looking specifically for Php code or any other languages are ok ?
You can start from the source code of original decision tree algorithm-C4.5.It is public but has some restrictions I think. http://www.rulequest.com/Personal/
Here is a good tutorial that you may want to refer : http://www2.cs.uregina.ca/~dbd/cs831/notes/ml/dtrees/c4.5/tutorial.html
Weka implementations for decision tree J48 is available at : https://svn.scms.waikato.ac.nz/svn/weka/trunk/weka/src/main/java/weka/classifiers/trees/J48.java
If you are familiar with Python Orange C4.5 source code is available at : http://orange.biolab.si/
I do not work with PhP so I am not aware of any implementations in it. But all above implementations(C++,Java,or Python) are worthwhile too look.
Albeit being commented and documented in Japanese, this seems to be pretty close to what you're looking for: https://github.com/kokukuma/php-decision-tree
This is the most recent implementation of the C4.5 Algorithm in PHP on GitHub as of 2019: PHP-C45.
I'm currently using it and it's very efficient too.

Forum using Php [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I want to design a Forum using Php but the problem I am facing is that I dont know how can I put a Post creator in it. As far as I know something like wysiwyg editor is used for it but how can I get it.
By Post creator I mean some thing like here on stackoverflow we are given an editor by which we post our questions. That is the same thing I need.
Thanks
There are several great WYSIWYG editors ; to name only two of the most-used, you could think about :
TinyMCE
CKEditor
In each case, I suggest you read their documentation, to see how they can be integrated into your website ;-)
Generally speaking, getting the data entered by the user will not be harder than reading an element of the $_POST array.
What you're looking for is called an RTE or Rich Text Editor. There are many around.
See here
You can also view the answer from here for something similar to what stackoverflow uses.

joomla flv player [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need the possibility to add videos to an article, do you know about something that might be usable? Only thing I need is just that it will be able to play flv video. I found HDFLV player, which is pretty fine but it cannot be used in an article, unless you buy it for like 99$, which is unacceptable.
Thanks,
EL
Take a look at Flow Player.
Its free and easy to install. You can customise various options using a UI on their site and they will provide the embed code for it.
HTML5 might be usable.
http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html
Take a look here: http://extensions.joomla.org/extensions/multimedia/multimedia-players.
The extensions are evaluated. Some are free.
hey the best one imo is >>
http://extensions.joomla.org/extensions/multimedia/multimedia-players/video-players-a-gallery/3955?qh=YTo2OntpOjA7czozOiJhbGwiO2k6MTtzOjQ6ImFsbGUiO2k6MjtzOjU6ImFsbGVzIjtpOjM7czo1OiJ2aWRlbyI7aTo0O3M6NjoidmlkZW9zIjtpOjU7czo5OiJhbGwgdmlkZW8iO30%3D
its easy to use and configure and non-commercial

Open-source PHP Accounting/General Ledger Implementation [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm looking for any open-source accounting module that I can include in my Symfony project. I was thinking of writing my own & releasing a plugin, but then I came across 2 solutions:
http://arias.sourceforge.net/
http://frontaccounting.net/
Please answer on the lines of...
Choosing one of the above, your experience, community support
Other alternatives
Thanks a lot!
Here is my take:
- Arias is not being maintained any more, but I didn't invest much energy
- FA on the other hand is very comprehensive; don't go by the name, its a basic ERP. You will love to play-around at the demo link. It uses pure PHP, and no framework. One can take a lot of inspiration from here, and use it readily if the license allows.
Sadly, there is nothing for symfony and I will try to contribute.
I don't know if it's an option to outsource the accounting but if any of the following have APIs then they could possibly solve your problem:
http://billmonk.com
http://buxfer.com
http://mint.com
http://wesabe.com
I believe they let you create arbitrary (sub)accounts and issue IOUs and transfers between the accounts, like for keep track of who owes who what among a group of people.

Categories