Skip to content

ShaorongYan/factslab-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FACTS.lab python code

Overview

This package contains all python code generated by the Formal and CompuTational Semantics lab at the University of Rochester.

Install

To install, simply use pip.

pip install git+git://github.com/factslab/factslab-python.git

You can also clone and use the included setup.py.

git clone https://github.com/factslab/factslab-python.git
cd factslab-python
python setup.py install

If you plan to develop this code, you may wish to use the develop flag, instead of install.

git clone https://github.com/factslab/factslab-python.git
cd factslab-python
python setup.py develop

About

Python code generated by FACTS.lab members

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 60.3%
  • Jupyter Notebook 39.7%