We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f6580 commit 0e5d381Copy full SHA for 0e5d381
en/_en-test.py renamed to en/examples/en.pv
@@ -1,13 +1,6 @@
1
# Put the en library in the same folder as your script so NodeBox can find
2
# the library. It takes some time to load all the data the first time.
3
-try:
4
- # This is the statement you normally use.
5
- en = ximport("en")
6
-except:
7
- # But since these examples are "inside" the library
8
- # we may need to try something different when
9
- # the library is not located in /Application Support
10
- en = ximport("__init__")
+import en
11
12
# LEXICAL CATEGORIZATION ############################################################
13
0 commit comments