MarcosDib commited on
Commit
89006ce
·
1 Parent(s): a34b084

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -239,14 +239,14 @@ bases, derived from the base of goal 4, with the application of the methods show
239
  | xp7 | xp4 + Stemming + Stopwords Removal |
240
  | xp8 | ap4 + Lemmatization + Stopwords Removal |
241
 
242
- First, the treatment of punctuation and capitalization was evaluated. This phase resulted in the construction and
243
- evaluation of the first four bases (xp1, xp2, xp3, xp4).
244
 
245
  Then, the content simplification was evaluated, from the xp4 base, considering stemming (xp5), stemming (xp6),
246
  stemming + stopwords removal (xp7), and stemming + stopwords removal (xp8).
247
 
248
  All eight bases were evaluated to classify the eligibility of the opportunity, through the training of a shallow
249
- neural network (SNN – Shallow Neural Network). The metrics for the eight bases were evaluated. The results are
250
  shown in Table 5.
251
 
252
  #### Table 5: Results obtained in Preprocessing
 
239
  | xp7 | xp4 + Stemming + Stopwords Removal |
240
  | xp8 | ap4 + Lemmatization + Stopwords Removal |
241
 
242
+ First, the treatment of punctuation and capitalization was evaluated. This phase resulted in the construction and
243
+ evaluation of the first four bases (xp1, xp2, xp3, xp4).
244
 
245
  Then, the content simplification was evaluated, from the xp4 base, considering stemming (xp5), stemming (xp6),
246
  stemming + stopwords removal (xp7), and stemming + stopwords removal (xp8).
247
 
248
  All eight bases were evaluated to classify the eligibility of the opportunity, through the training of a shallow
249
+ neural network (SNN – Shallow Neural Network). The metrics for the eight bases were evaluated. The results are
250
  shown in Table 5.
251
 
252
  #### Table 5: Results obtained in Preprocessing