斯坦福corenlp将树转换为IOB格式

时间:2016-05-21 07:11:46

标签: java stanford-nlp

有没有办法以IOB格式输出StanfordCoreNLP Tree对象,而不是以下面的格式输出默认输出:

(ROOT 
    (S 
        (NP 
            (NNP Stackoverflow)) 
        (VP 
            (VBZ is) 
            (NP 
                (DT a) 
                (JJ great) 
                (NN site))) 
        (. .)))

0 个答案:

没有答案