15 lines
210 B
Python
15 lines
210 B
Python
|
|
|
|
|
|
#TO DO, ADD ALL CLASSIFIERS HERE
|
|
|
|
|
|
|
|
# classify retrievals according to type of retrieval
|
|
def classify_retrieval():
|
|
pass
|
|
|
|
|
|
# classify documents according to type of document
|
|
def classify_call():
|
|
pass
|