AlexJoz / mathtextrecognizer

Automatically exported from code.google.com/p/mathtextrecognizer
GNU General Public License v2.0
0 stars 0 forks source link

Allow for multiple symbols for the same character information #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Character information databases should handle the cases in which multiple
symbols image are associated with the same pattern. 

In the current implementation, a conflict appears, so if there is a symbol
matching a pattern, newer symbols associated to the same pattern can't be
learned.

When a conflict is detected, instead of just warning the user and
discarding the newer symbol, a set of options should be given to the user:
discard the new symbol, add it to the pattern's set, remove all the symbols
associated to the pattern and add the newer symbol instead.

Original issue reported on code.google.com by luisroma...@gmail.com on 24 Mar 2008 at 6:28

GoogleCodeExporter commented 9 years ago
Solved, method changed so they return a List<MathSymbol>. Also
[CharacteristicDatabase]is changed so its nodes ([CharacteristicNode]) are able 
to
store multiple instances of [MathSymbol].

Original comment by luisroma...@gmail.com on 4 Apr 2008 at 11:00

GoogleCodeExporter commented 9 years ago

Original comment by luisroma...@gmail.com on 4 Apr 2008 at 11:04