Click here to Skip to main content
15,900,258 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi mostafa
I saw a demo of your program and I became very interested in the topic N-gram.
also I saw your program source, but due to the complexity of the program and have little experience i don't understand clearly your process step in this program
so I'll ask you to explain more details about the program function , method an etc.
best regard
saleh
Posted

1 solution

Firstly, don't post this under Quick Answers - if you got the code from an article, then there is a "new message" button at the bottom of that article, which causes an email to be sent to the author. They are then alerted that you wish to speak to them.
Posting this here relies on them "dropping by" and realising it is for them.

Secondly, even posted in the right place, it is very unlikely that this will happen. Do you have any idea how much work explaining code line by line is?
Every single line needs a paragraph of explanation! For example:
C#
int next = r.Next();

Create a new variable called "next" which can hold a integer value. From the previously declared Random instance "r", call the "Next" method to get a new random number, and assign it to the "next" variable.

Can you imagine how long it would take us to explain even a very short code fragment, line by line?

No. It is not going to happen. If you have a specific problem, then ask a question about it. But think first - would you want to sit down for 45 minutes and type up a line-by-line description for no good reason?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900