Nthiki / nlp-sdg

1 stars 12 forks source link

Text Comprehension: Entity Recognition #15

Open Nthiki opened 2 years ago

Nthiki commented 2 years ago

Create a node that can read a data frame of articles and tells about the locations and corporates mentioned. Call this node in the pipeline file and see that it runs on kedro

Deadline: End of Friday 23 September

lista commented 1 year ago

@Nthiki, I refactored the NER code to also capture locations and organizations that are 2-3 words long. I separated the two functions so as to get rid of the nested functions.

Installations needed: pip install cached-path==1.1.2

I am still doing "kedro run" on my end which has been running for over 14 hours.