Maybe it's because I'm a beginner...
I'm using
saida = explacy.print_parse_info(nlp, frase)
and this prints the output in the terminal.
However, as it is a NoneType, I can't write it to a file.
So, is it possible to have the output written to a file?
BTW, great work and thanks for the project!
Maybe it's because I'm a beginner...
I'm using
and this prints the output in the terminal.
However, as it is a NoneType, I can't write it to a file.
So, is it possible to have the output written to a file?
BTW, great work and thanks for the project!