-
Notifications
You must be signed in to change notification settings - Fork 626
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choice language #51
base: master
Are you sure you want to change the base?
Choice language #51
Conversation
Boaah |
ola pessoal, @VinyciusC @KelvynCarbone , o meu esta dando erro - esta dizendo que a linguagem nao foi definida node:13503) UnhandledPromiseRejectionWarning: ReferenceError: askAndReturnLanguage is not defined |
` await robots.text(content) function askAndReturnSearchTerm() { function askAndReturnPrefix() {
} console.log(content) start() |
`
}` |
@Patricia7sp Nessa parte aqui Muda para Ali em |
@VinyciusC @KelvynCarbone Muito obrigada pelo retorno, obrigada pela observacao tambem, o erro ainda permanece, pois esta nesta parte aqui
na parte de const wikipediaResponde = esta variavel esta repitada duas vezes e o terminal acusa isso. |
Que da hora esse pull request |
@Patricia7sp apaga essa linha:
|
O problema provavelmente é só o nome ... esta como "responde" e o resto do programa é "response" |
Deu tudo certo, galera? |
@KelvynCarbone Agora Deu, fizemos os ajustes. Muito obrigada. |
|
||
function askAndReturnLanguage(){ | ||
const language = ['pt','en'] | ||
const selectedLangIndex = readline.keyInSelect(language,'Choice Language: ') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Que tal trocar esse input pra "Choose Language: "
?
Choice é usado como substantivo, ex: na frase "I had no choice" - Eu não tive escolha
const wikipediaResponse = await wikipediaAlgorithm.pipe(content.searchTerm) | ||
const wikipediaContent = wikipediaResponse.get() | ||
|
||
const wikipediaResponde = await wikipediaAlgorithm.pipe({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modificar o wikipediaResponde para wikipediaResponse
const wikipediaResponde = await wikipediaAlgorithm.pipe({ | |
const wikipediaResponse = await wikipediaAlgorithm.pipe({ |
"lang" : content.lang, | ||
"articleName": content.searchTerm | ||
}) | ||
const wikipediaContent = wikipediaResponde.get() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Modificar o wikipediaResponde.get() para wikipediaResponse.get()
const wikipediaContent = wikipediaResponde.get() | |
const wikipediaContent = wikipediaResponse.get() |
Uma dúvida, o watson no nlp não reconhece a tradução. Como proceder? |
@thiagobutignon , realmente, as traducoes nao estao ocorrendo, @KelvynCarbone o que podemos fazer? |
Muito bom, funcionou certinho 👍 |
To tento uma problema, quando me retorna o texto do Wikipedia ta vindo o texto substituto da imagem que tem no site junto, ae fica mais ou menos assim: Esse texto fica na chave img do html do site, más ta vindo no text do programa. Como posso ta filtrando isso ? A pesquisa que fiz no programa foi Uranio, ae esses texto alternativo vem devido a imagem da formula. |
Choice language option.
Go, turminha! :P