Text Analyzer DLL File in .NET

in #utopian-io7 years ago (edited)

DLL-AnalyzeText

Hi everyone,

Github Link

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 :)
dll.PNG

How To Run ?

After add TextAnalysis.dll file to references, creat a new Analysis object and call the metod you want.
6.PNG

Analysis analysis = new Analysis();
sample.PNG

analysis.mostRepetitive1(DESIREDTEXT) -- Return type list : the most repeated words list.

wordList(DESIREDTEXT) -- the desired text is split
karakter.PNG

and more...

When run in any App
whenrun.PNG

And here's some code! 👍

1.PNG
5.PNG

This is my account

gitrhub.png

ENJOY IT!
SEE YOU LATER :)



Posted on Utopian.io - Rewarding Open Source Contributors

Sort:  

Nice project, especially functional for simple data mining.

Your contribution cannot be approved because it does not follow the Utopian Rules.

Simple and common code snippets can't be submitted in the development category.

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]