Update GBConversationalService.ts
This commit is contained in:
parent
0778ea6e14
commit
88630e6b7e
1 changed files with 2 additions and 0 deletions
|
@ -580,7 +580,9 @@ export class GBConversationalService {
|
|||
}
|
||||
|
||||
text = text.toLowerCase();
|
||||
text = text.replace('who´s', 'who is');
|
||||
text = text.replace('who\'s', 'who is');
|
||||
text = text.replace('what´s', 'what is');
|
||||
text = text.replace('what\'s', 'what is');
|
||||
text = text.replace('?', ' ');
|
||||
text = text.replace('!', ' ');
|
||||
|
|
Loading…
Add table
Reference in a new issue