-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hello, I don't know how to get the entities.txt you mentioned in the following code snippets:
entities = []
with open(os.path.join(load_data_path, "entities.txt"), "r") as f:
for line in f.readlines():
entities.append(line.strip())
return entities
Could you please detail your methods or ideas about it? Or you can tell me under this issue. It's very important for me. I'll appreciate it very much~
Metadata
Metadata
Assignees
Labels
No labels