Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RugNlpFlashcards
/
Speech_Language_Processing_Jurafsky_Martin
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dbfc66c
Speech_Language_Processing_Jurafsky_Martin
/
src
/
retrievers
/
base_retriever.py
GGroenendaal
refactor evaluation
51a31d4
about 3 years ago
raw
Copy download link
history
blame
Safe
76 Bytes
class
Retriever
():
def
retrieve
(
self, query:
str
, k:
int
):
pass