Skip to content

This repo contains code for a Multinomial Naive Bayes model to classify English prepositions as spatial or non-spatial. It includes data preprocessing, model training, and evaluation scripts, as well as sample data. Useful for natural language processing and classification tasks.

Notifications You must be signed in to change notification settings

rmaacario/Multinomial-Naive-Bayes-for-Classification-of-English-Spatial-and-Non-spatial-Prepositions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Multinomial Naive Bayes for Classification of English Spatial and Non-spatial Prepositions

This project addresses the challenge of interpreting prepositional spatial relations in textual data using machine learning methods. Specifically, we propose using Multinomial Naive Bayes to classify sentences into spatial or non-spatial categories. We trained and tested our model on a small dataset of spatial prepositions extracted from grammar websites. While the results are positive, there is still room for improvement in both the dataset and the classifier's accuracy. The proposed study demonstrates the potential of using Natural Language Processing techniques for spatial language analysis.

Keywords: Multinomial Naive Bayes; Spatial Prepositions; Natural Language Processing.

About

This repo contains code for a Multinomial Naive Bayes model to classify English prepositions as spatial or non-spatial. It includes data preprocessing, model training, and evaluation scripts, as well as sample data. Useful for natural language processing and classification tasks.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published