Skip to content

OzzyProjects/POStagger-NER

Repository files navigation

#Universal POS tagger and NER extractor [Regex only]

sys.argv[1] = correspondance TAG table (Penn Treebank to universal TAG)

sys.argv[2] = text file to tag, annotate and extract named entities.

sys.argv[3] = intermediary output file

sys.argv[4] = final output file

You may find in this repository a correlation table named named POSTags_PTB_Universal_Linux.txt and you can find a example of output

You can use it of course.

Conversion with regexp only.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages