Commit c12d4d53 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] French Grammar.

parent 10ee6b8d
......@@ -27,13 +27,13 @@ group :: [TokenTag] -> [TokenTag]
group [] = []
group ntags = group2 NP NP
$ group2 NP VB
-- $ group2 NP IN
$ group2 NP IN
-- $ group2 IN DT
$ group2 VB NP
$ group2 JJ NP
$ group2 NP JJ
$ group2 JJ JJ
$ group2 JJ CC
-- $ group2 JJ CC
$ ntags
------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment