Skip to content

How to get entities.txt file? #7

@liyouli666

Description

@liyouli666

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions