Skip to content

sergey-shambir/golang_emotions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

goemotions

Homework for our internal Golang lections in iSpring

Scans text and checks if it has mostly positive or mostly negative spirits. Uses client/server architecture.

Usage

  • Run new server: './goemotions -server'
  • Close existing server: './goemotions close'
  • Reload positive and negative words dictionaries on existing server: './goemotions reload'
  • Scan file 'in.txt' on server-side: './goemotions scan in.txt'

About

Homework for our internal Golang lections

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages