87,838
社区成员




<div id="container" ng-app="test">
<div>
regexp: <input id="regexpInput" value="/\w+ and \w+/g" ng-model="regexpText"></input>
topNodeNum: <input id="topNumInput" value="100" ng-model="topNum"></input>
<button>load</button>
<button>stopForce</button>
</div>
<div id="data-container"><textarea ng-model="parseText"></textarea></div>
<phrasenet></phrasenet>
</div>