-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contract Parsing #395
Comments
There is already some level of support for a notion of contract parsing. An example can be found in the The relevant part looks as follow:
With a clause |
Hi all, we have a particular use case in our project. We want to build an accord contract with predefined types of clause, say an abstract general terms clause, an abstract payment clause and an abstract recess clause. We want then a user can compose the contract selecting clauses from a list, each clauses being marked with its own typology. Is this possible at the moment or will be possible in future? Thanks. |
Hi @MartaCeprini - yes you could build something like that using the https://accordproject.github.io/web-components/?path=/story/contract-editor--contract-editor We hope to extend the concept of a contract template with these some of these concepts in the future, but we are some way off that right now. |
Is your feature request related to a problem? Please describe.
Cicero should be support full contract parsing
Describe the solution you'd like
Similar to clause parsing, and provide contract specific errors
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: