Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 3cb8db13 authored by Bruno Guillaume's avatar Bruno Guillaume
Browse files

complete test

parent 302942d5
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
import grew
# Run the grew tool in background
grew.init()
grew.init(True) # local usage --> run grewpy_dev
# Load the corpus file (of course, you will have to update the filename to your system)
c = grew.corpus ("/users/guillaum/gitlab/deep-sequoia/trunk/sequoia.deep_and_surf.conll")
......
import grew
grew.init(True)
grew.init(True) # local usage --> run grewpy_dev
g = grew.graph('''graph {
W1 [form="le", lemma="le", cat=DET];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment