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

[FIX] multiterms FR extraction.

parent 331756de
......@@ -27,8 +27,8 @@ group :: [TokenTag] -> [TokenTag]
group [] = []
group ntags = group2 NP NP
$ group2 NP VB
$ group2 NP IN
$ group2 IN DT
-- $ group2 NP IN
-- $ group2 IN DT
$ group2 VB NP
$ group2 JJ NP
$ group2 NP JJ
......
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