csharp with vba codes word dependency chain search in dictionary
Write a c sharp program for the condition where the data is in 2 columns csv file where no comma is there in column 1 and no comma is there in col 2. Only one comma is there to separate two columns in ASCII Dictionary file. Obviously the Dictionary is finite having row count is 300000000 (say N) and i will ask the words dependency chain for a specific word as input to the function. It will start the recursion from that particular word and will return the word dependency chain (Graph or Tree whichever best describe the dependency flow. It will also return if there is circularity present in the dependency chain. Scenario describes as in the below here"Suppose i supply the exhaustive dictionary in 2 column ASCII file in excel with every words having several meanings .Column 1 has lexically sorted words (repeating for different meanings) col 2 has different meanings corresponding to each words(one word can have several different meanings) . Column 2 has several words which we call te...