多項(xiàng)選擇題在Python中,哪個(gè)庫(kù)用于處理自然語(yǔ)言?()

A.NLTK
B.TextBlob
C.spaCy
D.所有以上的選項(xiàng)


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題在Python中,如何終止程序執(zhí)行?()

A.exit(0)
B.sys.exit(0)
C.terminate()
D.A和B都對(duì)

2.單項(xiàng)選擇題在Python中,哪個(gè)函數(shù)用于測(cè)量字符串長(zhǎng)度?()

A.str.size()
B.length(str)
C.len(str)
D.str.length()

3.單項(xiàng)選擇題在Python中,哪個(gè)模塊用于科學(xué)計(jì)算?()

A.scipy
B.numpy
C.math
D.所有以上的選項(xiàng)

4.單項(xiàng)選擇題在Python中,如何將字符串轉(zhuǎn)換成日期對(duì)象?()

A.datetime.strptime()
B.datetime.parse()
C.date.fromString()
D.parse(date)

5.單項(xiàng)選擇題在Python中,如何創(chuàng)建一個(gè)裝飾器?()

A.def decorator(func)
B.@decorator
C.with decorator
D.A和B都對(duì)