📄 wordnetwords.ctxt
字号:
#BlueJ class context
comment0.target=WordNetWords()
comment0.text=\nOpens\ the\ WordNet\ dictionary,\ and\ reads\ in\ BNC\ frequency\ data.\ Iterates\ \nover\ verbs,\ nouns\ and\ adjectives\ to\ build\ lists\ for\ each\ part\ of\ speech\ \ncontaining\ only\ words\ which\ can\ be\ found\ in\ a\ shortened\ version\ of\ the\ BNC.\n\n
comment1.target=void\ buildVerbList()
comment1.text=\nIterates\ over\ the\ WordNet\ verbs\ and\ builds\ a\ list\ containing\ verb\ IndexWords\nwhich\ can\ also\ be\ found\ in\ the\ shortened\ version\ of\ the\ BNC.\n\n\n
comment2.target=void\ buildAdjectiveList()
comment2.text=\nIterates\ over\ the\ WordNet\ adjectives\ and\ builds\ a\ list\ containing\ \nadjective\ IndexWords\ which\ can\ also\ be\ found\ in\ the\ shortened\ \nversion\ of\ the\ BNC.\n\n\n
comment3.target=void\ buildNounList()
comment3.text=\nIterates\ over\ the\ WordNet\ nouns\ and\ builds\ a\ list\ containing\ noun\ IndexWords\nwhich\ can\ also\ be\ found\ in\ the\ shortened\ version\ of\ the\ BNC.\n\n\n
comment4.params=pos
comment4.target=void\ writeData(String)
comment4.text=\nWrite\ out\ the\ data\ for\ the\ specified\ part\ of\ speech\ to\ disc\ as\ a\ \nserialised\ list\n@param\ pos\ The\ part\ of\ speech\ for\ which\ the\ data\ should\ be\ written\n\n
comment5.target=void\ readinBNC()
comment5.text=\nRead\ in\ the\ file\ containing\ the\ serialised\ BNC\ data\ structure\ from\ disc\n\n\n
comment6.params=args
comment6.target=void\ main(String[])
comment6.text=\nBuild\ data\ structures\ for\ nouns,\ verbs\ and\ adjectives\ from\ the\ WordNet\ data\ \nand\ write\ them\ to\ disc\ for\ future\ use.\n\n@param\ args\ None\ required\n\n
numComments=7
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -