The example code shows how we can extract company name from copyright text of website
For example:
Input Text1) = © COPYRIGHT 2019 AFR FURNITURE RENTA
Detected Company Name = AFR FURNITURE RENTAL
Input Text2) = © 2019 All Rights Reserved by Abundant Life Worship Center of Whippan
Detected Company Name = Abundant Life Worship Center of Whippan
Input Text3) = Copyright ©Voyagers Travel
Detected Company Name = Voyagers Travel
Input Text3) = ABVNBYOND Inc © 2013 All Rights Reserved
Detected Company Name = ABVNBYOND Inc
-
pip3 install -r requirements.txt
-
python3 train_model.py (to train model)
-
python3 test_model.py (to test model)