Skip to content

sohailahmedkhan/Efficient-Named-Entity-Recognizer-using-Structured-Perceptron-Viterbi-and-Beam-Search-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Efficient-Named-Entity-Recognizer-using-Structured-Perceptron-Viterbi-and-Beam-Search-Python

This script employs Dynamic Programming algorithms such as, Viterbi Search and Beam Search to accelerate the process of training the Perceptron

Running the Script

To run the script using Viterbi Search, use: python3 ner.py -v train.txt test.txt

and

To run the script using Beam Search, use: python3 ner.py -b train.txt test.txt

About

This script employs Dynamic Programming algorithms such as, Viterbi Search and Beam Search, to accelerate the process of training Multilayer Perceptron

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages