google/budou

Handle proper nouns

tushuhei opened this issue · 0 comments

Proper nouns(固有名詞)are sometimes separated to chunks, which should be wrapped in one chunk ideally. Possible solutions would be:

  • Use "entity" property in Natural Language API's response to force every entity to be wrapped in one chunk.
  • Allow users to put a list of proper nouns (maybe .csv file) to wrap as one chunk.