Give me an example to remove stopword.
In a sentence there are many unrelated word such as the stop words,so i need to remove it thus i can only get the main point.
How to filter it?And how to make the system read a whole sentence then break it into strings.I know i need to do some array to read the list of stopword,but then how to make the system read the sentence word by word ?
Dim splittedWords(3) As String
splittedWords = sentence.Split(" ")
Follow this example. The parameter for Split() function is the separator(space, comma and so on
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!