projects
/
porter2stemmer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Updated the docs
[porter2stemmer.git]
/
test
/
helper.rb
1
require
'rubygems'
2
require
'test/unit'
3
4
$LOAD_PATH
.
unshift
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'..'
,
'lib'
))
5
$LOAD_PATH
.
unshift
(
File
.
dirname
(
__FILE__
))
6
require
'porter2stemmer'
7