Skip to content

Counter the number of different words and their frequency from a .txt

License

Notifications You must be signed in to change notification settings

WordsGPT/WordsCount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



WordsCount

Dependencies

Para realizar la práctica el alumno deberá tener instalado en su ordenador:

  • Scala versión 2.12
  • Spark versión 3.1.2
  • SBT 1.8.2
  • Java 8

Execution

Development

Save a .txt inside books.

Execute:

sbt runMain es.upm.dit.WordCountBatchJob

The result is inside result.

An example is in books_example and result_example.

About

Counter the number of different words and their frequency from a .txt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages