Skip to content

A sentiment analysis software based on the researcher's requirements (recently defended PhD thesis "Russia as a rising power in multilateral institutions")

Notifications You must be signed in to change notification settings

DrUlysses/KateProg2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a content analysis programm written in C# for Windows (because win Forms are used here).

It counts the number of entered paired symbol sequences found in the document. The supported types of documents are *.txt; *.doc; *.docx; *.odt; *.rtf; *.pdf; *.chm.

First it does decodes the document, after the main loop counts the symbol sequences entrances in the whole document line by line based on average number of words in the sentance.

It also creates the pairs from each word from the top left window and bottom left window and from the bottom left window and top left window.

After the first word in the words pair is found (The symbol sequence in the text contains the first word) the algorythm starts to search for the second one in the distance of average number of words in the sentance using the same logic.

About

A sentiment analysis software based on the researcher's requirements (recently defended PhD thesis "Russia as a rising power in multilateral institutions")

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages