-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathmakefile
More file actions
38 lines (28 loc) · 1.44 KB
/
Copy pathmakefile
File metadata and controls
38 lines (28 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.SUFFIXES: .hs .hi .o .dic
# Juman.dic: ParseMorita.hs
all: Parser/Japanese/Juman.dic
ghc --make -O2 -package text-1.2.1.1 -package containers-0.4.2.1 ParseText.hs
ghc --make -O2 -package text-1.2.1.1 -package containers-0.4.2.1 ParseCorpus.hs
ghc --make -O2 -package text-1.2.1.1 -package containers-0.4.2.1 DTStoProlog.hs
ghc --make -O2 -package text-1.2.1.1 -package containers-0.4.2.1 TreebankBuilder.hs
install: Parser/Japanese/Juman.dic
cabal configure
cabal build
cabal install
main: Parser/Japanese/Juman.dic
ghc --make -O2 -package text-1.2.1.1 -package containers-0.4.2.1 ParseText.hs
test: Parser/Japanese/Juman.dic
ghc --make -O2 -package text-1.2.1.1 -package containers-0.4.2.1 ParseCorpus.hs
coq: Parser/Japanese/Juman.dic
ghc --make -O2 -package text-1.2.1.1 -package containers-0.4.2.1 DTStoProlog.hs
treebank: Parser/Japanese/Juman.dic
ghc --make -O2 -package text-1.2.1.1 -package containers-0.4.2.1 TreebankBuilder.hs
js: Parser/Japanese/Juman.dic
ghc --make -O2 -package text-1.2.1.1 -package containers-0.4.2.1 ParseJSeM.hs
run: ParseText
# ./ParseCorpus ../JSeM_beta/test.txt
# script/bccwj10 > script/result32.txt
./TreebankBuilder ~/lib/brat-v1.3_Crunchy_Frog/data/bccwjcore/PB/PB10_00047.txt > tex/bccwj_homelos.txt
haddock:
cabal configure
cabal haddock --executable --hyperlink-source --html-location='http://hackage.haskell.org/package/lightblue/docs' --contents-location='http://hackage.haskell.org/package/lightblue'