2007
Document Tagger

DocTagger lets you automatically classify text documents. Use this as a starting point to write apps that can sort through volumes of unorganized data.
Try it!
Enter some text (300 words max) about any topic and hit Analyze to watch the tagger in action.
How it works
In short,
- POS-tagging the document.
- Stopword removal.
- Construct Synset map.
- Analyze Hypernymy relations.
- Output Synsets with highest score(s).
To learn more, you can read my presentation titled Text Classification using Wordnet.
Troubleshooting
If you encounter any issues or would like to give me feedback, email me at
pravinp -at- gmail -dot- com



diego
Hi, from where I can download the code for document tagger? or PHP Classes for Natural Language Processing ?
thanks