Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing text for some inputs #7

Open
adelavega opened this issue Feb 21, 2025 · 1 comment
Open

Missing text for some inputs #7

adelavega opened this issue Feb 21, 2025 · 1 comment

Comments

@adelavega
Copy link
Member

File /data/alejandro/projects/neurostore-text-extraction/ns_pipelines/dataset.py:69, in __post_init__(self)
     67     raise ValueError(f"Coordinates file {self.coordinates} does not exist.")
     68 if self.text and not self.text.exists():
---> 69     raise ValueError(f"Text file {self.text} does not exist.")
     70 if self.metadata and not self.metadata.exists():
     71     raise ValueError(f"Metadata file {self.metadata} does not exist.")

ValueError: Text file ../ns-pond/data/8EiPHN7WvuMY/processed/pubget/text.txt does not exist.

@jdkent I'm signing off for the day bet let's take a look at this Monday

@adelavega adelavega changed the title Error applyin to ns-pond Missing text for some inputs Feb 28, 2025
@jdkent
Copy link
Member

jdkent commented Mar 5, 2025

files without text.

Error loading processed data for 8EiPHN7WvuMY: Text file /data/alejandro/projects/ns-pond/data/8EiPHN7WvuMY/processed/pubget/text.txt does not exist.
Error loading processed data for 4m5jAQRAGPAn: Text file /data/alejandro/projects/ns-pond/data/4m5jAQRAGPAn/processed/pubget/text.txt does not exist.
Error loading processed data for ior7TLpUgyvn: Text file /data/alejandro/projects/ns-pond/data/ior7TLpUgyvn/processed/pubget/text.txt does not exist.

identifiers

{"pmid": "15706052", "doi": "10.1155/2004/974094", "pmcid": "PMC1434895"}
{"pmid": "21606577", "doi": "10.3233/BEN-2011-0278", "pmcid": "PMC5377980"}
{"pmid": "20714062", "doi": "10.3233/BEN-2010-0268", "pmcid": "PMC3776583"}

All of these articles are from Behavioral Neurology

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants