Zoher Kachwala
Zoher Kachwala
So there is a count parameter in the [hashtag videos api](https://dteather.com/TikTok-Api/docs/TikTokApi/api/hashtag.html#Hashtag.videos), and the returned videos are less than the integer I am specifying. ``` In [40]: videos=list(api.hashtag(name='maga').videos(count=10000)) In [41]: len(videos)...
Hi @jzhou316! The instructions say: ``` from transition_amr_parser.parse import AMRParser parser = AMRParser.from_checkpoint(in_checkpoint) annotations = parser.parse_sentences([['The', 'boy', 'travels'], ['He', 'visits', 'places']]) # Penman notation print(''.join(annotations[0][0])) ``` Which 'checkpoint' am I...
if the variable graph.top has attributes, the previous line was overwriting its list of attributes with a single one: ('top,'TOP'). This change appends the attribute instead. Not sure if it...
Hi @goodmami , I see this weird formatting quirk where a re-referenced node is written to file within parantheses sometimes:  This is creating issues with tools that use their...
HI @Riccorl , In the pb2va file, there are many verbs that are predicted by the model but are not mapped to va. Do you have any suggestion to handle...
Hi @Riccorl , Really appreciate the ease of access of the model. Do you plan to upload a pre-trained model that predicts with verbatlas annotations? Best, Zoher
Hi @goodbai-nlp , This is great work! Thanks for making your model available on huggingface. Makes things easier. However, I am not sure I follow the instructions for generating AMRs....
This seems really really odd. "covid 19" is resolved as multiple things like 'Severe acute respiratory syndrome-related coronavirus', 'Indiana vesiculovirus', 'Coombs test', 'Caprine arthritis encephalitis virus', 'CORC'. But never 'COVID-19'...
Hi could someone help explain what the format of pred_triples output means? I see the format (id, index_1, index_2). But because it does not accompany a list of tokens, it...
 How do I use BLINK for lowercased entities?