Changeset 2399
- Timestamp:
- 08/11/08 14:05:16 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/plugins/preprocessing/edu.iu.nwb.preprocessing.text.normalization/OSGI-INF/algorithm.properties
r2233 r2399 1 1 menu_path=Preprocessing/additions 2 label= Text Normalization2 label=Normalize Text 3 3 description=This algorithm normalizes the text in one or more columns. 4 4 in_data=prefuse.data.Table trunk/plugins/preprocessing/edu.iu.nwb.preprocessing.text.normalization/OSGI-INF/metatype/METADATA.XML
r2233 r2399 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <metatype:MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.0.0"> 3 <OCD name=" Text Normalization" id="edu.iu.nwb.preprocessing.text.normalization.StandardNormalyzer.OCD"3 <OCD name="Normalize Text" id="edu.iu.nwb.preprocessing.text.normalization.StandardNormalyzer.OCD" 4 4 description=" "> 5 5 <AD name="New Separator" id="separator" type="String" description="The separator to use for the normalized text" default="|"/>
