Skip to content

Things To Do #26

@jdchoi77

Description

@jdchoi77

Code

  • Update requirements.txt, requirements.dev.txt, and setup.py.
  • Replace CHANGELOG.md with Github's release notes.
  • Updated the installation documentation for environmental setup.
  • MXComponent should take list of Embedding instead of embed_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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions