Bag-of-Words Mapping System
Jump to navigation
Jump to search
A Bag-of-Words Mapping System is a text item vectorizing system that can solve a bag-of-words mapping task (to map text items to a bag-of-words representations).
- Context:
- System Input: Text Items.
- System Output: Bag-of-Word Vectors.
- It can range from being a Data-Driven Bag-of-Words Mapping System to being a Heuristic Bag-of-Words Mapping System.
- See: Distributional Vector Mapping System.