Skip to content

Commit

Permalink
Merge pull request #98 from google/update-readme
Browse files Browse the repository at this point in the history
Nit fix on README.
  • Loading branch information
tushuhei authored Oct 22, 2019
2 parents e1ee804 + c0ae253 commit f5b4e26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ force-refresh the cache, set :code:`use_cache` to :code:`False`.

.. code-block:: python
parser = budou.parse('明日は晴れるかな', segmenter='nlapi', use_cache=False)
parser = budou.get_parser(segmenter='nlapi', use_cache=False)
result = parser.parse('明日は晴れるかな')
In the `Google App Engine Python 2.7 Standard Environment <https://cloud.google.com/appengine/docs/standard/python/>`_,
Budou tries to use the
Expand Down

0 comments on commit f5b4e26

Please sign in to comment.