C# Smart Text and Word Extraction -



C# Smart Text and Word Extraction -

not familiar stuff ngrams etc have been playing around it.

what best way go extracting ngrams or set of words string "relevant" without strings dont mean anything.

input example: course of study in muscle-testing , energy healing

output be: muscle-testing, energy healing

another input example: workout routine increment vertical jump

output be: workout routine, increment vertical jump

messed around stopwords etc thats flawed.

any thoughts??

c#

Comments

Popular posts from this blog

php - How to pass multiple values from url -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

database - php search bar when I press submit with nothing in the search bar it shows all the data -