调代码

作者: 青椒rose炒饭 | 来源:发表于2021-03-16 16:36 被阅读0次
    image.png

    百度 选github


    image.png

    创建仓库


    image.png
    创建仓库完成自动跳转
    image.png
    调错误 打断点
    image.png

    捕获异常语句

                try:
                    example["aspect_sentiment"].append((aspect, c.attrib['polarity']))
                except Exception as e:
                    print("hello ")

    相关文章

      网友评论

          本文标题:调代码

          本文链接:https://www.haomeiwen.com/subject/izrdcltx.html