Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
e9fd19ff
Commit
e9fd19ff
authored
Mar 24, 1997
by
chris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
7e59efd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
lib/python/SearchIndex/InvertedIndex.py
lib/python/SearchIndex/InvertedIndex.py
+6
-3
No files found.
lib/python/SearchIndex/InvertedIndex.py
View file @
e9fd19ff
...
...
@@ -30,7 +30,7 @@ Example usage:
print i['blah']
$Id: InvertedIndex.py,v 1.2
3 1997/03/22 13:32:23 jim
Exp $'''
$Id: InvertedIndex.py,v 1.2
4 1997/03/24 20:22:27 chris
Exp $'''
# Copyright
#
# Copyright 1996 Digital Creations, L.C., 910 Princess Anne
...
...
@@ -82,6 +82,9 @@ $Id: InvertedIndex.py,v 1.23 1997/03/22 13:32:23 jim Exp $'''
# (540) 371-6909
#
# $Log: InvertedIndex.py,v $
# Revision 1.24 1997/03/24 20:22:27 chris
# *** empty log message ***
#
# Revision 1.23 1997/03/22 13:32:23 jim
# Rearranged index method to update result lists in a separate
# overridable method. This is needed to implement a clear method
...
...
@@ -164,7 +167,7 @@ $Id: InvertedIndex.py,v 1.23 1997/03/22 13:32:23 jim Exp $'''
#
#
#
__version__
=
'$Revision: 1.2
3
$'
[
11
:
-
2
]
__version__
=
'$Revision: 1.2
4
$'
[
11
:
-
2
]
import
regex
,
regsub
,
string
,
copy
...
...
@@ -384,7 +387,7 @@ _default_stop_words = [
'can'
,
'cannot'
,
'did'
,
'do'
,
'doing'
,
'either'
,
'else'
,
'even'
,
'for'
,
'from'
,
'get'
,
'got'
,
'had'
,
'has'
,
'have'
,
'he'
,
'her'
,
'hers'
,
'herself'
,
'him'
,
'himself'
,
'his'
,
'if'
,
'in'
,
'it'
,
'its'
,
'me'
,
'my'
,
'myself'
,
'no'
,
'not'
,
'of'
,
'on
ly
'
,
'or'
,
'our'
,
'ourselves'
,
'she'
,
'so'
,
'some'
,
'no'
,
'not'
,
'of'
,
'on
'
,
'only'
,
'onto
'
,
'or'
,
'our'
,
'ourselves'
,
'she'
,
'so'
,
'some'
,
'than'
,
'that'
,
'the'
,
'their'
,
'them'
,
'themselves'
,
'then'
,
'there'
,
'these'
,
'they'
,
'this'
,
'those'
,
'to'
,
'too'
,
'unless'
,
'until'
,
'us'
,
'very'
,
'was'
,
'we'
,
'were'
,
'what'
,
'when'
,
'where'
,
'which'
,
'while'
,
...
...
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