nasa-petal / PeTaL-labeller

The PeTaL labeler labels journal articles with biomimicry functions.
https://petal-labeller.readthedocs.io/en/latest/
The Unlicense
6 stars 3 forks source link

Match vocab file PeTaL.emb #86

Open pjuangph opened 2 years ago

pjuangph commented 2 years ago

@elkong Where do you create the PeTaL.emb file inside match?

This doesn't find the .npy file https://github.com/nasa-petal/PeTaL-labeller/blob/b68d534c8c9f026860ce7fe869eef4c16fe35505/auto-labeler/MATCH/src/preprocess.py#L289

This doesn't build the vocab file. It tries to load the file which doesn't exist. What creates the file? https://github.com/nasa-petal/PeTaL-labeller/blob/b68d534c8c9f026860ce7fe869eef4c16fe35505/auto-labeler/MATCH/src/MATCH/deepxml/data_utils.py#L12

pjuangph commented 2 years ago

looks like it's created by calling run.sh can either @elkong or @dsmith111 explain what joint does?