Home | Trees | Indices | Help |
|
---|
|
1 # Natural Language Toolkit: Wordnet Interface: Sense frequency 2 # 3 # Copyright (C) 2001-2008 NLTK Project 4 # Author: Steven Bird <[email protected]> 5 # URL: <http://nltk.org> 6 # For license information, see LICENSE.TXT 7 8 # Count of a tagged sense in a semantic concordance 9 10 import types 11 12 import nltk.data 13 14 from util import * 15 32 33 senseCount = SenseCount() 34
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:09:09 2008 | http://epydoc.sourceforge.net |