Talk:Markov chain text generator: Difference between revisions

From Rosetta Code
Content added Content deleted
(→‎Task is ambiguous: new section)
 
No edit summary
Line 2: Line 2:


Need to specify algorithm in task description (either copy the rose-hulman.edu description or get a different one here). Need to specify test data in task description (ideally host that here, but if it is huge at least provide a stable off-site link). Need to specify value (or values) for n (in n-grams) in task description - the current implementation looks like it only uses 2-grams and, if that is the intent, this constraint should be specified in the task description. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 18:21, 27 June 2016 (UTC)
Need to specify algorithm in task description (either copy the rose-hulman.edu description or get a different one here). Need to specify test data in task description (ideally host that here, but if it is huge at least provide a stable off-site link). Need to specify value (or values) for n (in n-grams) in task description - the current implementation looks like it only uses 2-grams and, if that is the intent, this constraint should be specified in the task description. --[[User:Rdm|Rdm]] ([[User talk:Rdm|talk]]) 18:21, 27 June 2016 (UTC)


== Rewording ==
I hope the task text is now clearer!

And by the way, the C++ implementation does not uses 2-grams as [[User:Rdm|Rdm]] supposed - take a look at the call to create in "main".
--[[User:Paulo Jorente|Paulo Jorente]] ([[User talk:Paulo Jorente|talk]]) 07:43, 28 June 2016 (UTC)

Revision as of 07:43, 28 June 2016

Task is ambiguous

Need to specify algorithm in task description (either copy the rose-hulman.edu description or get a different one here). Need to specify test data in task description (ideally host that here, but if it is huge at least provide a stable off-site link). Need to specify value (or values) for n (in n-grams) in task description - the current implementation looks like it only uses 2-grams and, if that is the intent, this constraint should be specified in the task description. --Rdm (talk) 18:21, 27 June 2016 (UTC)


Rewording

I hope the task text is now clearer!

And by the way, the C++ implementation does not uses 2-grams as Rdm supposed - take a look at the call to create in "main". --Paulo Jorente (talk) 07:43, 28 June 2016 (UTC)