Vignesh
Vignesh

Reputation: 952

Text Tagging based on corpus in PHP

I have a corpus or words with tags in xml format. I am creating a web interface to tag user given text based on the corpus I have in Php language. Is there any available code or taggers that do this based on my own corpus which is in xml format?

Upvotes: 1

Views: 257

Answers (1)

Daniel
Daniel

Reputation: 6039

I think the best way is to use the existing Java tagging tools inside your PHP code. Take a look at here: http://cogcomp.cs.illinois.edu/page/software

Upvotes: 0

Related Questions