Skip to content

Commit 619b109

Browse files
committed
-
1 parent 5fc3389 commit 619b109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: FastTag/fasttag.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import qualified Data.Map as M
44
import Data.Strings (strEndsWith, strStartsWith)
55
import Data.List (isInfixOf)
66

7-
import LexiconData
7+
import LexiconData (lexicon)
88

99
bigram :: [a] -> [[a]]
1010
bigram [] = []

0 commit comments

Comments
 (0)