Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Add mxnet.text APIs #8763

Merged
merged 65 commits into from
Jan 11, 2018
Merged

Add mxnet.text APIs #8763

merged 65 commits into from
Jan 11, 2018

Commits on Jan 5, 2018

  1. Add text utils

    Zhang authored and Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a2d6caf View commit details
    Browse the repository at this point in the history
  2. clean package init

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    4e0b916 View commit details
    Browse the repository at this point in the history
  3. Leftovers

    Zhang authored and Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    74c09d5 View commit details
    Browse the repository at this point in the history
  4. revise

    Zhang authored and Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    d69339c View commit details
    Browse the repository at this point in the history
  5. before load embeddings

    Zhang authored and Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    891d81f View commit details
    Browse the repository at this point in the history
  6. glossary done

    Zhang authored and Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    360b3de View commit details
    Browse the repository at this point in the history
  7. Add/revise text utils, revise test cases

    Zhang authored and Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    0cd3cd5 View commit details
    Browse the repository at this point in the history
  8. Add docstrings

    Zhang authored and Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    a6fef54 View commit details
    Browse the repository at this point in the history
  9. remove play

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    f22b3bf View commit details
    Browse the repository at this point in the history
  10. Resolve issues and complete docstrings

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    64e936d View commit details
    Browse the repository at this point in the history
  11. disable pylint

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    1537208 View commit details
    Browse the repository at this point in the history
  12. Remove tqdm dependency

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    aad5dae View commit details
    Browse the repository at this point in the history
  13. Add encoding

    utf8
    
    utf
    
    utf
    
    utf
    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    19cb6cf View commit details
    Browse the repository at this point in the history
  14. remove non-ascii

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    5e81b9f View commit details
    Browse the repository at this point in the history
  15. fix textcase

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    3bb4f96 View commit details
    Browse the repository at this point in the history
  16. remove decode in glossary

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    b19e309 View commit details
    Browse the repository at this point in the history
  17. py2 unicode

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    c2f1ece View commit details
    Browse the repository at this point in the history
  18. Fix py2 error

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    4194255 View commit details
    Browse the repository at this point in the history
  19. add tests

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    961dcea View commit details
    Browse the repository at this point in the history
  20. Test all embds

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    fee8dc4 View commit details
    Browse the repository at this point in the history
  21. test some embeds

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    24a5d66 View commit details
    Browse the repository at this point in the history
  22. Add getter for glossary

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    3400f3f View commit details
    Browse the repository at this point in the history
  23. remove util from path, revise interfaces of glossary

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    fabff38 View commit details
    Browse the repository at this point in the history
  24. skip some test, before major revise

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    0811a1c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    aa7c02a View commit details
    Browse the repository at this point in the history
  26. before major revise

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    9d43937 View commit details
    Browse the repository at this point in the history
  27. minor update

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    c3e4e30 View commit details
    Browse the repository at this point in the history
  28. Revise TextIndexer with test

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    4aecf07 View commit details
    Browse the repository at this point in the history
  29. lint

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    7a53410 View commit details
    Browse the repository at this point in the history
  30. lint

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    d0f4abd View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c40f0c3 View commit details
    Browse the repository at this point in the history
  32. Revision done except for docstr

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    d3f53e3 View commit details
    Browse the repository at this point in the history
  33. Add unit tests for utils

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    77af4a3 View commit details
    Browse the repository at this point in the history
  34. almost no pylint disable, yeah

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    7d55d3e View commit details
    Browse the repository at this point in the history
  35. doc minor updates

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    1367fee View commit details
    Browse the repository at this point in the history
  36. re-run

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    c47b85d View commit details
    Browse the repository at this point in the history
  37. re-run

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    c561472 View commit details
    Browse the repository at this point in the history
  38. except for register

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    07df9e0 View commit details
    Browse the repository at this point in the history
  39. except for register

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    da5450e View commit details
    Browse the repository at this point in the history
  40. Revise register/create, add get_registry

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    3b90d94 View commit details
    Browse the repository at this point in the history
  41. revise

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    abb6e06 View commit details
    Browse the repository at this point in the history
  42. More readability

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    1847ebc View commit details
    Browse the repository at this point in the history
  43. py2 compatibility

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    1bde51d View commit details
    Browse the repository at this point in the history
  44. Update doc

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    942ca75 View commit details
    Browse the repository at this point in the history
  45. Revise based on feedbacks from NLP team

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    c3758f3 View commit details
    Browse the repository at this point in the history
  46. add init

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    e673139 View commit details
    Browse the repository at this point in the history
  47. Support indexing for any hashable and comparable token

    Aston Zhang committed Jan 5, 2018
    Configuration menu
    Copy the full SHA
    94d5601 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2018

  1. Add test cases

    Aston Zhang committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    553bec9 View commit details
    Browse the repository at this point in the history
  2. remove type cmp

    Aston Zhang committed Jan 6, 2018
    Configuration menu
    Copy the full SHA
    40fc883 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Fix doc error and add API descriptions

    Aston Zhang committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    37bb44d View commit details
    Browse the repository at this point in the history
  2. Fix api doc error

    Aston Zhang committed Jan 9, 2018
    Configuration menu
    Copy the full SHA
    9185630 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. add members explicitly

    Aston Zhang committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    95e49de View commit details
    Browse the repository at this point in the history
  2. re-order modules in text.md

    Aston Zhang committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    d50b133 View commit details
    Browse the repository at this point in the history
  3. url in one line

    Aston Zhang committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    c7622a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f0e36d View commit details
    Browse the repository at this point in the history
  5. escape \n

    Aston Zhang committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    5eb0301 View commit details
    Browse the repository at this point in the history
  6. update glossary example

    Aston Zhang committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    2d01795 View commit details
    Browse the repository at this point in the history
  7. escape \n

    Aston Zhang committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    2710d7f View commit details
    Browse the repository at this point in the history
  8. add use case

    Aston Zhang committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    1a5e707 View commit details
    Browse the repository at this point in the history
  9. Make doc more user-friendly

    Aston Zhang committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    76b7603 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2018

  1. proper imports, gluon.nn.Embedding use case

    Aston Zhang committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    b8c3b3f View commit details
    Browse the repository at this point in the history
  2. fix links

    Aston Zhang committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    093aeb8 View commit details
    Browse the repository at this point in the history
  3. re-org link level

    Aston Zhang committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    6d9d9f9 View commit details
    Browse the repository at this point in the history
  4. tokens_to_indices

    Aston Zhang committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    8a1ec2d View commit details
    Browse the repository at this point in the history
  5. to_indices, to_tokens

    Aston Zhang committed Jan 11, 2018
    Configuration menu
    Copy the full SHA
    295b9bf View commit details
    Browse the repository at this point in the history