diff --git a/README.md b/README.md index 86212d3..e3f1ab7 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@ # Multinomial Naive Bayes for Classification of English Spatial and Non-spatial Prepositions -Rafael Macário Fernandes - -Faculty of Philosophy, Languages and Literature, and Human Sciences University of São Paulo, São Paulo, Brazil - -**Email**: rafael.macario@usp.br - -**Abstract:** - -This paper 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 study demonstrates the potential of using Natural Language Processing techniques for spatial language analysis. +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.