NLTK doesn't provide any guidance about how to use a lexicalized grammar.
> 2- Dose NLTK support CCG and TAG? how?
NLTK includes support for Combinatory Categorial Grammar (CCG), but
not for Tree Adjoining Grammar (TAG). The CCG package is only
minimally documented -- if you search our documentation index you get
to this page:
http://nltk.github.com/api/nltk.ccg.html
However, you would probably be better off looking at the C&C parser:
http://svn.ask.it.usyd.edu.au/trac/candc
> 3- If not, then what tool support lexicalized grammar, CCG, TAG?
I think that both the CCG and XTAG communities have their own mailing
lists, and so it would be best to post these questions there.
-Steven Bird
--
You received this message because you are subscribed to the Google Groups "nltk-users" group.
To post to this group, send email to nltk-...@googlegroups.com.
To unsubscribe from this group, send email to nltk-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nltk-users?hl=en.