filterInwardIds Function

external fun filterInwardIds(ids: IntArray, lookup: IntArray?): IntArray

Internal purpose only! Remove tags which completely placed in others. E.g. all words in a paragraph.

Parameters

  • ids — tags to filter
  • lookup — use only specified tags
Top