Effacer les filtres
Effacer les filtres

Words Correction of Sentence

2 vues (au cours des 30 derniers jours)
Angga Lisdiyanto
Angga Lisdiyanto le 19 Juin 2016
Commenté : Angga Lisdiyanto le 20 Juin 2016
Hi, i want to implement a post-processing for sentence correction from SVM Machine Learning.
I did know Machine Learning, but not in Natural Language Processing or Text Mining.
From Machine Learning, i got several words per sentence from handwritten text recognition.
But, there are several missclassification words that i did want to correction. The correction i need is :
Read the whole of sentence
If there are double words besides or there are wrong grammar (Indonesian - SPOK) Then
Read the whole of sentence for trace besides words
Check the database of sentence with two words besides of center word AND get that center word
Replace the center word of double words orwrong grammar with the center word
End if
Example :
Input
sentence = {'i', 'love', 'after', 'mother', 'she', 'me', 'me'};
Output
repalace_words = {'i', 'love', 'mother', 'after', 'she', 'kiss', 'me'};
  1 commentaire
Angga Lisdiyanto
Angga Lisdiyanto le 20 Juin 2016
Please help help help...

Connectez-vous pour commenter.

Réponses (0)

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by