Revision: 16679
          http://sourceforge.net/p/gate/code/16679
Author:   johann_p
Date:     2013-05-10 15:15:49 +0000 (Fri, 10 May 2013)
Log Message:
-----------
Add an option to just ignore the list of mime types and
always analyse the document to determine what is content.

Modified Paths:
--------------
    
gate/trunk/plugins/Tagger_Boilerpipe/src/gate/creole/boilerpipe/Behaviour.java

Modified: 
gate/trunk/plugins/Tagger_Boilerpipe/src/gate/creole/boilerpipe/Behaviour.java
===================================================================
--- 
gate/trunk/plugins/Tagger_Boilerpipe/src/gate/creole/boilerpipe/Behaviour.java  
    2013-05-08 13:29:28 UTC (rev 16678)
+++ 
gate/trunk/plugins/Tagger_Boilerpipe/src/gate/creole/boilerpipe/Behaviour.java  
    2013-05-10 15:15:49 UTC (rev 16679)
@@ -31,9 +31,15 @@
    * If the mime type of the document being processed is not in the list then
    * it's entire body will be tagged as content.
    */
-  NOT_LISTED("If Mime Type Is NOT Listed");
+  NOT_LISTED("If Mime Type Is NOT Listed"),
 
   /**
+   * The mime type list is ignored, all documents will be analysed to determine
+   * content.
+   */
+  IGNORE_LIST("Ignore the List");
+
+  /**
    * The human readable description that will get displayed in the GATE gui
    */
   private final String description;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to