Skip to content

silvuple/NLP-machine-vs-detective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text analysis with NLTK

NLTK book on NLP

Requirements:

  • Python 3
  • NLTK
  • BeautifulSoup4
  • Pandas
  • Sklearn

Goal: Predict the guilty person in a mystery novel. Features set: character name, count, gender, etc. Label: innocent/guilty.

Data: Mystery novels texts in txt format (UTF-8 encoded).

Objectives:

  • Analyse text using NLTK techniques
  • Extract character names
  • Create a set of features per chacacter
  • Create ML model for prediction of a guilty person

About

Python 3 and NLTK on Poirot by Agatha Christie

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages