Novel2VecConsole / tests.py
mya-mya's picture
Initial Commit
ce4ac29
raw
history blame
146 Bytes
def parse_novel_formula_test():
from app import parse_novel_formula
print(parse_novel_formula("-A+ B ++C-D+E"))
parse_novel_formula_test()