Hi,
I want to make my computer understand this simple sentence using TextBlob for part-of-speech tagging and Sympy for doing concrete math.
"Let F be a finite field."
However, Sympy seems to want a number of elements specified. So How would I abstract away from the library to handle abstract algebra more readily?
I was thinking create my own class FiniteField : Field that would return a sympy object:
class FiniteField(Field):
def concrete_example(num_elems):
return a sympy object