source: flex_extract.git/documentation/FORD/V5/Doc_original/media/tipuesearch/tipuesearch_set.js @ ee06999

ctbtodev
Last change on this file since ee06999 was ee06999, checked in by pesei <petra seibert @…>, 5 years ago

Initial version of Fortran documentation

with FORD v5

  • Property mode set to 100644
File size: 697 bytes
Line 
1
2/*
3Tipue Search 4.0
4Copyright (c) 2014 Tipue
5Tipue Search is released under the MIT License
6http://www.tipue.com/search
7*/
8
9
10var tipuesearch_stop_words = ["and", "be", "by", "do", "for", "he", "how", "if", "is", "it", "my", "not", "of", "or", "the", "to", "up", "what", "when", "use", "who", "she", "my", "his", "her"];
11
12var tipuesearch_replace = {"words": [
13     {"word": "tipua", "replace_with": "tipue"},
14     {"word": "javscript", "replace_with": "javascript"}
15]};
16
17var tipuesearch_stem = {"words": [
18     {"word": "e-mail", "stem": "email"},
19     {"word": "javascript", "stem": "script"},
20     {"word": "procedure", "stem": "subroutine"},
21     {"word": "procedure", "stem": "function"}
22]};
23
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG