patrickfrey / strusAnalyzer

Library for document analysis (segmentation, tokenization, normalization, aggregation) with the goal to get a set of items that can be inserted into a strus storage. Also some functions for analysing tokens or phrases of the strus query are provided.
http://www.project-strus.net
Mozilla Public License 2.0
3 stars 0 forks source link

adding a segmenter requires changes across repos #23

Open andreasbaumann opened 8 years ago

andreasbaumann commented 8 years ago

Adding a segmenter TSV requires extending in src/analyzer/libstrus_analyzer_objbuild.cpp in strusAnalyzer and in src/analyzerObjectBuilder.cpp in strusModule.

andreasbaumann commented 7 years ago

This is an indicator that registring of segmenters to documen t classes should not happend where it is happening now..