Go Back   Site Owners Forums - Webmaster Forums > General Arena > General Discussion

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 06-01-2015, 03:24 AM   #1
theredhosting
Registered User
 
Join Date: Apr 2015
Posts: 18
2 Questions for Developers/Programmers

This is kinda a poll. Please reply, and answer the 2 questions shortly, so I can get a grasp of your feedback.

I want to know if there is a desire for this, or if it already exists. Years ago I started to work on a python program called "spellcheck-dir" It would recursively look at files in a project, and look at their output. Regardless of if the output was a web browser, or a command line program. I'm not talking about checking the spelling of variables, functions, and class names. I am talking about the actual text that the code would output to an end user. To do this, I had to write multiple lexical parsers, one for HTML, JavaScript, Python, PHP, etc. I hadn't finished this tool. Now I am interested in finishing it, but it has been 10 years.
In case there is any confusion, let me give an example. You just finished a PHP site for a client. You are about to push it live. The entire site lives in some public_html directory. The command you would run would be "spellcheck-dir /home/client-dev-staging/public_html" It would then sit and run interactively finding words that were spelled wrong, and asking the user if they wanted to replace with suggestions, edit manually, ignore, ignore always, etc. After I finish this, I would put it on github so that other programmers could add in parsers to handle more and more file types.

2 questions for you, #1, does something like this already exist? And #2, if not, is there a desire for this? Is this something other programmers would use?

Side Note: I had someone message me, stating that you would need to execute the code, running all possible outcomes. That isn't necessarily true. Simply a lexical parser (though a complex one) should do the trick, for 99% of all text generated via code. It actually is quite simple in concept. The only words that would get skipped over without executing code would be ones that are actually generated on the fly. But that rarely actually happens in code. Even in cases of tense, singular or plural, you still generally have the root of the word typed. This tool would at the least capture and check that word.
theredhosting is offline   Reply With Quote

Old 06-18-2018, 02:48 AM   #2
JordiZemlak
Registered User
 
Join Date: May 2018
Posts: 2
I am doing a project on this. I have taken the resume help online to know more about this. I am really glad to get this post that you are doing a great job in researching more on python program.
JordiZemlak is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I have Questions about social bookmarking sites jennypretty Search Engine Optimization 17 08-29-2021 02:07 PM
Interview questions ask by WEB DEVELOPMENT COMPNIES m2soft PHP / mySQL 0 07-24-2014 01:41 AM
Questions on SEO for my site. ncjbhd Search Engine Optimization 4 04-13-2014 04:48 AM
General Questions regarding Preparation of any Certification? williamluke01 General Discussion 0 01-18-2013 03:39 AM
SEO interview questions seeli Search Engine Optimization 4 02-08-2012 12:50 AM


All times are GMT -7. The time now is 10:47 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.