Difference between revisions of "Mensa"

From Free Software Directory
Jump to: navigation, search
(Created page with "{{Entry |Name=Mensa |Short description=Java implementation of the Aho-Corasick efficient string matching state machine |Full description=Mensa is a generic, flexible, enhanced...")
 
(Added Ruby link)
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|Name=Mensa
 
|Name=Mensa
 
|Short description=Java implementation of the Aho-Corasick efficient string matching state machine
 
|Short description=Java implementation of the Aho-Corasick efficient string matching state machine
|Full description=Mensa is a generic, flexible, enhanced, and efficient open source Java implementation of a pattern matching state machine as described by the 1975 paper by Alfred V. Aho and Margaret J. Corasick: _Efficient string matching: An aid to bibliographic search_. This implementation is
+
|Full description=Mensa is a generic, flexible, enhanced, and efficient free software Java implementation of a pattern matching state machine as described by the 1975 paper by Alfred V. Aho and Margaret J. Corasick: _Efficient string matching: An aid to bibliographic search_. This implementation is
  
 
* generic in that it can be used to match any type of symbols as defined by the Java template type S — e.g., it is possible to create a machine to match bytes, characters, integers, gene sequences, bit sequences, etc.;
 
* generic in that it can be used to match any type of symbols as defined by the Java template type S — e.g., it is possible to create a machine to match bytes, characters, integers, gene sequences, bit sequences, etc.;
Line 10: Line 10:
 
|Homepage URL=https://github.com/dell-oss/Mensa
 
|Homepage URL=https://github.com/dell-oss/Mensa
 
|User level=intermediate
 
|User level=intermediate
 +
|Is High Priority Project=No
 
|VCS checkout command=https://github.com/dell-oss/Mensa.git
 
|VCS checkout command=https://github.com/dell-oss/Mensa.git
 
|Computer languages=Java
 
|Computer languages=Java
 
|Documentation note=See: https://github.com/dell-oss/Mensa/wiki
 
|Documentation note=See: https://github.com/dell-oss/Mensa/wiki
 +
|Accepts cryptocurrency donations=No
 
|Keywords=java, aho-corasick, string matching, keyword matching
 
|Keywords=java, aho-corasick, string matching, keyword matching
 
|Version identifier=V1.0.1
 
|Version identifier=V1.0.1
Line 18: Line 20:
 
|Version status=stable
 
|Version status=stable
 
|Version download=https://github.com/dell-oss/Mensa/releases
 
|Version download=https://github.com/dell-oss/Mensa/releases
 +
|Last review by=Bendikker
 +
|Last review date=2018/03/30
 
|Submitted by=faseidl
 
|Submitted by=faseidl
 
|Submitted date=2015/01/05
 
|Submitted date=2015/01/05
|Status=
 
 
|Is GNU=No
 
|Is GNU=No
 
}}
 
}}
Line 38: Line 41:
 
See the License for the specific language governing permissions and
 
See the License for the specific language governing permissions and
 
limitations under the License.
 
limitations under the License.
 +
|License verified by=Nehal-Singhal
 +
|License verified date=2015/10/16
 +
|License note=I noticed that last line of the Apache 2.0 license is missing from the license version you are using.
 
}}
 
}}
 +
{{Project license}}
 
{{Person
 
{{Person
 
|Real name=F. Andy Seidl
 
|Real name=F. Andy Seidl
 
|Role=Author
 
|Role=Author
 
|Email=andy@seidlweb.com
 
|Email=andy@seidlweb.com
|Resource URL=
+
}}
 +
{{Resource
 +
|Resource audience=Ruby (Ref)
 +
|Resource URL=https://rubygems.org/gems/mensa
 
}}
 
}}
 
{{Resource
 
{{Resource

Latest revision as of 03:13, 30 March 2018


[edit]

Mensa

https://github.com/dell-oss/Mensa
Java implementation of the Aho-Corasick efficient string matching state machine

Mensa is a generic, flexible, enhanced, and efficient free software Java implementation of a pattern matching state machine as described by the 1975 paper by Alfred V. Aho and Margaret J. Corasick: _Efficient string matching: An aid to bibliographic search_. This implementation is

  • generic in that it can be used to match any type of symbols as defined by the Java template type S — e.g., it is possible to create a machine to match bytes, characters, integers, gene sequences, bit sequences, etc.;
  • flexible in that the architecture allows for granular extension, customization, or replacement of framework components;
  • enhanced in that it supports a number of useful extension not addressed in the original paper, such as whole-word matching, case-sensitivity controls, fuzzy whitespace matching, fuzzy punctuation matching, incremental matching (i.e., iterators), matching event listeners, etc.; and
  • efficient in that it performs well in terms of both time and resource usages on very large (~million term) keyword sets.





Licensing

License

Verified by

Verified on

Notes

License

Apache2.0

Verified by

Nehal-Singhal

Verified on

16 October 2015

Notes

I noticed that last line of the Apache 2.0 license is missing from the license version you are using.




Leaders and contributors

Contact(s)Role
F. Andy Seidl Author


Resources and communication

AudienceResource typeURI
Ruby (Ref)https://rubygems.org/gems/mensa
Java developersDeveloperhttps://github.com/dell-oss/Mensa/wiki


Software prerequisites




Entry











"Author" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Ruby (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Java developers" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.








Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.