DLL-AnalyzeText
Hi everyone,
Definition
The app analyzes entered text.
It split the entered text to words. Finds the most repeated groups of words in the text.
Requirements
All you need to do is add the TextAnalysis.dll file to references :)
How To Run ?
After add TextAnalysis.dll file to references, creat a new Analysis object and call the metod you want.
Analysis analysis = new Analysis();
analysis.mostRepetitive1(DESIREDTEXT) -- Return type list : the most repeated words list.
wordList(DESIREDTEXT) -- the desired text is split
and more...
When run in any App
And here's some code! 👍
This is my account
ENJOY IT!
SEE YOU LATER :)
Posted on Utopian.io - Rewarding Open Source Contributors
Nice project, especially functional for simple data mining.
Your contribution cannot be approved because it does not follow the Utopian Rules.
On Utopian we want actively maintained and promising Open Source projects. Small private projects or snippets like this, can unfortunately not be accepted.
Code samples should also always be provided in the form of markdown formatted code in the post or link directly to GitHub.
Furthermore, legally speaking, your project isn't open source because there's no specified license. On Utopian it's currently not strictly required but strongly recommended to add a valid open source license to your projects.
You can contact us on Discord.
[utopian-moderator]