This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# import the sys and os libraries for adding modules | |
import sys | |
import os | |
# import the Rhino library | |
import Rhino | |
# manually write out the path to the folder | |
# where networkx is stored, as a list of strings | |
pathbits = [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
""" | |
To install pylinkgrammar on Ubuntu | |
sudo apt-get install liblink-grammar4-dev cmake swig | |
pip install pylinkgrammar | |
""" | |
from pylinkgrammar.linkgrammar import Parser |
NewerOlder