Skip to content

Izzy-Elizzy/NameExtractor

Repository files navigation

NameHarvester

NameHarvester is a program that extracts names of people from text files. It was developed as a group effort and utilizes a token, text block, and document object abstraction to read in files. The program then categorizes the tokens using lists of common word types and creates a feature vector that is used for training and inferencing a Support Vector Machine (SVM) learning model.

Features

  • Extracts names of people from text files
  • Tokenizes text into individual words or tokens
  • Categorizes tokens using lists of common word types (e.g., nouns, verbs, adjectives)
  • Creates a feature vector based on the categorized tokens
  • Trains and inferences an SVM learning model using the feature vector

License

This project is licensed under the MIT License.

Acknowledgments

This project was developed as a collaborative effort by the following group members:

Matthew Haydon
Mikel Douangdara (Mike)
Corey Brady
Peter Spadaro
Ralph Mpanu-Mpanu
Iizalaarab Elhaimeur (Izzy)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published