美文网首页
ReVerb 使用方法on Ubuntu 2019-01-16

ReVerb 使用方法on Ubuntu 2019-01-16

作者: Nimo_W | 来源:发表于2019-01-16 20:35 被阅读0次

    windows:
    I:\code\reverb-faster>java -Xmx512m -jar reverb-latest.jar keepRightDriving.txt -t >I:\code\reverb-faster\resault.txt
    linux: java -Xmx512m -jar reverb-latest.jar captions.txt -t >/media/nimo/MyPassport/code/reverb-faster_NEIL/CaptionsResault.xls

    读取一个文件夹下的所有的txt文档
    java -Xmx512m -jar reverb-latest.jar /media/nimo/MyPassport/CODE/reverb-faster_NEIL/caption_data/*.txt -t >/media/nimo/MyPassport/CODE/reverb-faster_NEIL/CaptionsResault_0.xls

    java -Xmx512m -jar reverb-latest.jar /media/nimo/MyPassport/CODE/reverb-faster_NEIL/caption_data/*.txt -t >/media/nimo/MyPassport/CODE/reverb-faster_NEIL/CaptionsResault_0.xls
    

    C:\Users\Administrator>I:

    I:>cd I:\code\reverb-faster_NEIL

    I:\code\reverb-faster_NEIL>java -Xmx512m -jar reverb-latest.jar changeredlight.txt -t >I:\code\reverb-faster_NEIL\changeredlightresault.txt
    Initializing ReVerb extractor...Done.
    Initializing confidence function...Done.
    Initializing NLP tools...Done.
    Starting extraction.
    Extracting from changeredlight.txt
    Summary: 1066 extractions, 1000 sentences, 0 files, 6 seconds
    Timing: chunking: 4.72 s, extraction: 0.37 s, confidence: 0.25 sDone with extraction.
    Summary: 1446 extractions, 1353 sentences, 1 files, 7 seconds
    Timing: chunking: 5.84 s, extraction: 0.43 s, confidence: 0.3 s
    I:\code\reverb-faster_NEIL>java -Xmx512m -jar reverb-latest.jar changeredlight.txt -t >I:\code\reverb-faster_NEIL\changeredlightresault.xls
    Initializing ReVerb extractor...Done.
    Initializing confidence function...Done.
    Initializing NLP tools...Done.
    Starting extraction.
    Extracting from changeredlight.txt
    Summary: 1066 extractions, 1000 sentences, 0 files, 6 seconds
    Timing: chunking: 4.79 s, extraction: 0.42 s, confidence: 0.27 sDone with extraction.
    Summary: 1446 extractions, 1353 sentences, 1 files, 8 seconds
    Timing: chunking: 6.04 s, extraction: 0.49 s, confidence: 0.33 s
    I:\code\reverb-faster_NEIL>

    相关文章

      网友评论

          本文标题:ReVerb 使用方法on Ubuntu 2019-01-16

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