GiovanniPioDelvecchio / NLP-Project

This is the repository for the group DP(G)R dedicated to the project for the exam of NLP, which will consist in a model for prediction of values associated to argumentations.
0 stars 0 forks source link

Treat OOVs in a proper way #7

Closed GiovanniPioDelvecchio closed 1 year ago

GiovanniPioDelvecchio commented 1 year ago

It is necessary to implement a simple algorithm to handle OOVs, currently they are handled with 0 vectors. The function should assign a uniformly random vector to each OOV and keep it in a sort of vocabulary which can be expanded.