#1169·compromise

大写影响动词不定式标记

作者: jjshao-ms创建于 2025年2月10日更新于 2025年2月13日
标签bug
javascript
nlp('Tutorial: creating a cake').debug()
nlp('Tutorial: Creating a cake').debug()

结果:

  ┌─────────
  │ 'Tutorial'  - Expression
  │ 'creating'  - Verb, PresentTense, Gerund
  │ 'a'        - Determiner
  │ 'cake'     - Noun, Singular

内容来源: spencermountain/compromise