JCRascal / opiniontext

GNU General Public License v3.0
0 stars 0 forks source link

Create simple nested helpers that attempt to classify an opinion as "Syllabus" or "Per Curiam" #20

Closed JCRascal closed 3 years ago

JCRascal commented 3 years ago

Current state of helpers at closing of this ticket:

  1. Check if document is "Syllabus"
  2. Check if document is "Per Curiam"
  3. Various checks (development in progress) for author name

If any step finds what it is looking for, the search stops and the value is returned.

In the future, consider refactoring to reduce the number of required functions. Named author checks will be tracked by a separate ticket