Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nltk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
nltk
Commits
8d79a9fd
Commit
8d79a9fd
authored
Jan 03, 2012
by
Steven Bird
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed wxwordnet, as it is broken, cf issue 366
parent
f547c110
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
12 deletions
+0
-12
nltk/app/__init__.py
+0
-12
nltk/app/wxwordnet_app.py
+0
-0
No files found.
nltk/app/__init__.py
View file @
8d79a9fd
...
@@ -47,15 +47,3 @@ else:
...
@@ -47,15 +47,3 @@ else:
"(requires the pylab library)."
)
"(requires the pylab library)."
)
else
:
else
:
from
wordfreq_app
import
app
as
wordfreq
from
wordfreq_app
import
app
as
wordfreq
# Import wx-based modules if wx is installed
try
:
import
wx
except
ImportError
:
pass
# fail silently
else
:
try
:
from
wxwordnet_app
import
app
as
wxwordnet
except
ImportError
:
pass
# fail silently -- but this is BROKEN!
nltk/app/wxwordnet_app.py
deleted
100644 → 0
View file @
f547c110
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment