Skip to content
#

contracts

Here are 264 public repositories matching this topic...

SuiteCRM
DhanshreeA
DhanshreeA commented Dec 24, 2019

Documentation for case 3 and case 1 in definition extraction methods is the same (ref: https://github.com/LexPredict/lexpredict-lexnlp/blob/f3920be16dac588b2f38e17811ea5482b417954d/lexnlp/extract/en/definition_parsing_methods.py#L134) however, case #3 seems to only work for Title case or upper case words followed by something from the strong trigger list, and case #1 must necessarily have the word

Featured in Awesome Vue [https://github.com/vuejs/awesome-vue], a curated list maintained by vuejs of awesome things related to the Vue.js framework, and Awesome List [https://awesomelists.net/150-Vue.js/3863-Open+Source/18749-DOkwufulueze-eth-vue], this Truffle Box provides everything you need to quickly build Ethereum dApps that have authentication features with vue, including configuration for easy deployment to the Ropsten Network. It's also Gravatar-enabled. Connecting to a running Ganache blockchain network from Truffle is also possible -- for fast development and testing purposes. Built on Truffle 4, eth-vue uses vuex for state management, vuex-persist for local storage of app state, and vue-router for routing. Authentication functionalities are handled by Smart Contracts running on the Ethereum blockchain.

  • Updated Aug 4, 2019
  • JavaScript
jeromesimeon
jeromesimeon commented Feb 17, 2020

Is your feature request related to a problem? Please describe.
Cicero server only supports a single version of the cicero trigger call through the /trigger endpoint. It might be interesting to extend the cicero server API to the rest of the commands (e.g., draft invoke parse).

Other improvements could include the ability to pass or create the template from a string (binary encode

rishabhbatra10
rishabhbatra10 commented Sep 4, 2018

While trying to run the notebook notebook-examples/document_model_tutorial.ipynb I am geting this error in the 5th cell


NameError Traceback (most recent call last)
in ()
1 # Iterate and print
----> 2 for d in Document.objects.all()[0:10]:

orsinium
orsinium commented Nov 26, 2019

Write and test a function that takes file content and returns it with @deal.raises added to all functions.

def attach_raises(content: str) -> str:
  ...

Example

Before:

import deal

def f1():
 ...

@deal.raises(ValueError)
def f2():
 ...

@something
def f1():
 ...

After:

import deal

@deal.raises()   # here it is adde

Improve this page

Add a description, image, and links to the contracts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the contracts topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.