Beispiel #1
0
def main():
    path = 'neko.txt.cabocha'
    clist = importchunklists(path)
    extract_kinou(clist)
Beispiel #2
0
def main():
    path = 'neko.txt.cabocha'
    clist = importchunklists(path)

    # 3番目の文のグラフを表示
    showkakari(clist[5])
Beispiel #3
0
def main():
    path = 'neko.txt.cabocha'
    clist = importchunklists(path)
    koubunki(clist)
Beispiel #4
0
def main():
    path = 'neko.txt.cabocha'
    clist = importchunklists(path)
    kakariukepath(clist)