add_graph_embedding A script program:add graph_embeeding to BERT's input . (12.24)所有OOV的词都指向UNK,UNK在graph_embedding中有一个向量。 (12.25)所有OOV的词都用全0的Tensor替代。 get.py是本地测试脚本程序。