enhanced-subject-verb-object-extraction icon indicating copy to clipboard operation
enhanced-subject-verb-object-extraction copied to clipboard

Enhanced Subject Word Object Extraction

Results 6 enhanced-subject-verb-object-extraction issues
Sort by recently updated
recently updated
newest added

Hi, In the algorithm used, - To find the Subject of a Verb( _get_all_subs() ), it considers only the left children of the verb and to find the Object of...

Hi there, working on an adaptation of your script with some filter options for spacy tags. Just wondering about two functions: `_find_svs ` and `_get_obj_from_attrs`. The first isn't used anywhere,...

This issue could possibly go under "feature enhancement," but it might be easily solved, so I'll post it just as a regular issue. The following segment of code returns `True`...

My code: from subject_verb_object_extract import findSVOs, nlp tokens = nlp("The respiratory tract has a branching structure like that of a tree.") svos = findSVOs(tokens) print(svos) Getting the following error: ~\Anaconda3\Scripts\subject_verb_object_extract.py...

Below is the sentence 50 year old Male with history of alcohol abuse and hypertension who presents with emesis with blood clots. How to identify the subject verb object in...

Hello author, you did a good job. But I found a strange thing. a same sentence is defined as different SVO structure. In the following sentence, >(Drawing includes non-English language...