WING-NUS / Neural-ParsCit

Neuralized version of the Reference String Parser component of the ParsCit package.
http://wing.comp.nus.edu.sg/parsCit
Other
78 stars 17 forks source link

Reimplement command line parsing #3

Open kylase opened 6 years ago

kylase commented 6 years ago

optparse is deprecated in Python 2.7. Hence, the current command line parser will need to be re-written with argparse which is supported in Python 3.x.

Features