Commit 9a128af9 authored by Koichi Yasuoka's avatar Koichi Yasuoka
Browse files

bug fix

parent 1404af64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
3	investigated	investigate	VERB	VBN	Tense=Past|VerbForm=Part|Voice=Pass	7	advcl	_	SpaceAfter=No
4	,	,	PUNCT	,	_	7	punct	_	_
5	knowledge	knowledge	NOUN	NN	Number=Sing	7	nsubj	_	_
6	became	become	VERB	VBD	Mood=Ind|Tense=Past|VerbForm=Fin	7	cop	_	_
6	became	become	AUX	VBD	Mood=Ind|Tense=Past|VerbForm=Fin	7	cop	_	_
7	complete	complete	ADJ	JJ	Degree=Pos	0	root	_	SpaceAfter=No
8	.	.	PUNCT	.	_	7	punct	_	_
+4 −4
Original line number Diff line number Diff line
# text = ‘ What truly is within will be manifested without.’
1	‘	‘	PUNCT	``	_	8	punct	_	_
2	What	what	PRON	WP	PronType=Int	8	nsubj:pass	_	_
3	truly	truly	ADV	RB	_	8	advmod	_	_
4	is	be	AUX	VBZ	Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin	8	aux:pass	_	_
5	within	within	ADP	IN	_	8	advmod	_	_
3	truly	truly	ADV	RB	_	2	advmod	_	_
4	is	be	AUX	VBZ	Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin	2	cop	_	_
5	within	within	ADV	RB	_	2	advmod	_	_
6	will	will	AUX	MD	VerbForm=Fin	8	aux	_	_
7	be	be	AUX	VB	VerbForm=Inf	8	aux:pass	_	_
8	manifested	manifest	VERB	VBN	Tense=Past|VerbForm=Part|Voice=Pass	0	root	_	_
9	without	without	ADP	IN	_	8	obl	_	SpaceAfter=No
9	without	without	ADV	RB	_	8	advmod	_	SpaceAfter=No
10	.	.	PUNCT	.	_	8	punct	_	SpaceAfter=No
11	’	’	PUNCT	''	_	8	punct	_	_
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
1	What	what	PRON	WP	PronType=Int	3	nsubj:pass	_	_
2	is	be	AUX	VBZ	Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin	3	aux:pass	_	_
3	meant	mean	VERB	VBN	Tense=Past|VerbForm=Part|Voice=Pass	22	csubj	_	_
4	by	by	ADP	IN	_	3	advmod	_	_
4	by	by	ADP	IN	_	12	mark	_	_
5	‘	‘	PUNCT	``	_	12	punct	_	_
6	The	the	DET	DT	Definite=Def|PronType=Art	7	det	_	_
7	regulation	regulation	NOUN	NN	Number=Sing	12	nsubj	_	_
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
1	What	what	PRON	WP	PronType=Int	25	nsubj	_	_
2	is	be	AUX	VBZ	Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin	3	cop	_	_
3	meant	mean	VERB	VBN	Tense=Past|VerbForm=Part|Voice=Pass	1	advcl	_	_
4	by	by	ADP	IN	_	3	advmod	_	_
4	by	by	ADP	IN	_	16	mark	_	_
5	‘	‘	PUNCT	``	_	16	punct	_	_
6	In	in	ADP	IN	_	10	mark	_	_
7	order	order	NOUN	NN	Number=Sing	6	fixed	_	_
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
1	What	what	PRON	WP	PronType=Int	24	nsubj	_	_
2	is	be	AUX	VBZ	Mood=Ind|Number=Sing|Person=3|Tense=Pres|VerbForm=Fin	3	aux:pass	_	_
3	meant	mean	VERB	VBN	Tense=Past|VerbForm=Part|Voice=Pass	1	acl:relcl	_	_
4	by	by	ADP	IN	_	3	advmod	_	_
4	by	by	ADP	IN	_	14	mark	_	_
5	‘	‘	PUNCT	``	_	14	punct	_	_
6	The	the	DET	DT	Definite=Def|PronType=Art	7	det	_	_
7	making	make	VERB	VBG	VerbForm=Ger	14	csubj	_	_
Loading