I have an exercise to do, but i don't understand what the question is asking me:
Design and impliment a program to produce a permuted index. A permuted index is one in which each phrase is indexed by every word in the phrase. So, given the following input,
the output would beCode:The quick brown fox jumped over the fence
I have no idea what the question is asking me, is a permuted index just a vector of strings, each string corresponding to a word in the phrase? If so, i fail to see how that relates to the output they want.Code:The quick brown fox jumpted over the fence The quick brown fox jumpted over the fence jumpted over the fence The quick brown fox jumpted over the fence The quick brown fox
Thanks in advance.



LinkBack URL
About LinkBacks


