-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Code
- Update
requirements.txt,requirements.dev.txt, andsetup.py. - Replace
CHANGELOG.mdwith Github's release notes. - Updated the installation documentation for environmental setup.
-
MXComponentshould take list ofEmbeddinginstead ofembed_config.
def __init__(self, ctx: mx.Context, emb_list: List[Embedding], key: str = 'tag', chunking: bool =False, label_map: LabelMap = None, ...)CLI
- elit download resources
- word embeddings, models
- elit install
- elit task decode
- elit all decode [tok]
- elite task train
- elit task eval
s = 'hello world!'
tools = [PartOfSpeechTagger(...).load(...), ..., DependencyParser(...).load(...)]
tok = EnglishTokenizer()
docs = tok.decode(s)
for tool in tools: tool.decode(docs)
Release
- 0.2.0.