Skip to content
/ IS Public

Processing of mathematical claims for automated proofing

Notifications You must be signed in to change notification settings

dorris19/IS

Repository files navigation

IS

The purpose of this program is natural processing of English into symbolic notation, followed by the creation of an automated proof of the claim.

Before using:

$ pip3 install -U nltk

$ unzip stanford-corenlp-full-2018-02-27

$ cd stanford-corenlp-full-2018-02-27

$ java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer \
-preload tokenize,ssplit,pos,lemma,ner,parse,depparse \
-status_port 9000 -port 9000 -timeout 15000 &

When the automated theorem prover is to be used:

git clone https://github.com/vprover/vampire.git

cd vampire

make vampire_rel

About

Processing of mathematical claims for automated proofing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published