How to do n0gram algorithm program in php
|
|
|
|
|
|
|
I'm afraid I'm not familiar with n-grams, but you might want to try:
The code searches the first instance of 1 or more numbers followed by a series of non-numbers followed by 1 or more numbers followed by a space, stores the sequence in $matches[0], and returns $matches[0]. This wouldn't assign any values, but it would return the address you're looking for, according to your rules. |
||||
|
|
|
some time ago I had to make something like this and I based the project on this class. at least some parts of it |
||
|
|
