Reputation: 952
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
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