You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.rst 594 B

7 years ago
7 years ago
7 years ago
123456789101112131415161718192021222324252627282930313233
  1. .. fastNLP documentation master file, created by
  2. sphinx-quickstart on Mon Aug 20 17:06:44 2018.
  3. You can adapt this file completely to your liking, but it should at least
  4. contain the root `toctree` directive.
  5. fastNLP documentation
  6. =====================
  7. Introduction
  8. ------------
  9. API Reference
  10. -------------
  11. If you are looking for information on a specific function, class or
  12. method, this part of the documentation is for you.
  13. .. toctree::
  14. :maxdepth: 2
  15. fastNLP API <fastNLP>
  16. Indices and tables
  17. ==================
  18. * :ref:`genindex`
  19. * :ref:`modindex`
  20. * :ref:`search`

一款轻量级的自然语言处理(NLP)工具包,目标是减少用户项目中的工程型代码,例如数据处理循环、训练循环、多卡运行等